diff --git a/.eslintrc.js b/.eslintrc.js index 226017e524d84..788f7772881f7 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1108,8 +1108,8 @@ module.exports = { 'x-pack/plugins/security_solution_serverless/common/**/*.{js,mjs,ts,tsx}', 'x-pack/plugins/timelines/public/**/*.{js,mjs,ts,tsx}', 'x-pack/plugins/timelines/common/**/*.{js,mjs,ts,tsx}', - 'x-pack/plugins/cases/public/**/*.{js,mjs,ts,tsx}', - 'x-pack/plugins/cases/common/**/*.{js,mjs,ts,tsx}', + 'x-pack/platform/plugins/shared/cases/public/**/*.{js,mjs,ts,tsx}', + 'x-pack/platform/plugins/shared/cases/common/**/*.{js,mjs,ts,tsx}', 'packages/kbn-cell-actions/**/*.{js,mjs,ts,tsx}', ], rules: { @@ -1142,7 +1142,7 @@ module.exports = { 'x-pack/plugins/security_solution_ess/**/*.{ts,tsx}', 'x-pack/plugins/security_solution_serverless/**/*.{ts,tsx}', 'x-pack/plugins/timelines/**/*.{ts,tsx}', - 'x-pack/plugins/cases/**/*.{ts,tsx}', + 'x-pack/platform/plugins/shared/cases/**/*.{ts,tsx}', 'packages/kbn-cell-actions/**/*.{js,mjs,ts,tsx}', ], excludedFiles: [ @@ -1157,7 +1157,7 @@ module.exports = { 'x-pack/plugins/security_solution_ess/**/*.{test,mock,test_helper}.{ts,tsx}', 'x-pack/plugins/security_solution_serverless/**/*.{test,mock,test_helper}.{ts,tsx}', 'x-pack/plugins/timelines/**/*.{test,mock,test_helper}.{ts,tsx}', - 'x-pack/plugins/cases/**/*.{test,mock,test_helper}.{ts,tsx}', + 'x-pack/platform/plugins/shared/cases/**/*.{test,mock,test_helper}.{ts,tsx}', 'packages/kbn-cell-actions/**/*.{test,mock,test_helper}.{ts,tsx}', ], rules: { @@ -1178,7 +1178,7 @@ module.exports = { 'x-pack/plugins/security_solution_ess/**/*.{ts,tsx}', 'x-pack/plugins/security_solution_serverless/**/*.{ts,tsx}', 'x-pack/plugins/timelines/**/*.{ts,tsx}', - 'x-pack/plugins/cases/**/*.{ts,tsx}', + 'x-pack/platform/plugins/shared/cases/**/*.{ts,tsx}', 'packages/kbn-cell-actions/**/*.{ts,tsx}', ], rules: { @@ -1212,7 +1212,7 @@ module.exports = { 'x-pack/plugins/security_solution_ess/**/*.{js,mjs,ts,tsx}', 'x-pack/plugins/security_solution_serverless/**/*.{js,mjs,ts,tsx}', 'x-pack/plugins/timelines/**/*.{js,mjs,ts,tsx}', - 'x-pack/plugins/cases/**/*.{js,mjs,ts,tsx}', + 'x-pack/platform/plugins/shared/cases/**/*.{js,mjs,ts,tsx}', 'packages/kbn-data-stream-adapter/**/*.{js,mjs,ts,tsx}', 'packages/kbn-cell-actions/**/*.{js,mjs,ts,tsx}', ], @@ -1311,7 +1311,7 @@ module.exports = { 'x-pack/plugins/security_solution/**/*.{js,mjs,ts,tsx}', 'x-pack/plugins/security_solution_ess/**/*.{js,mjs,ts,tsx}', 'x-pack/plugins/security_solution_serverless/**/*.{js,mjs,ts,tsx}', - 'x-pack/plugins/cases/**/*.{js,mjs,ts,tsx}', + 'x-pack/platform/plugins/shared/cases/**/*.{js,mjs,ts,tsx}', 'x-pack/plugins/ecs_data_quality_dashboard/**/*.{js,mjs,ts,tsx}', 'x-pack/packages/kbn-data-stream-adapter/**/*.{js,mjs,ts,tsx}', 'packages/kbn-cell-actions/**/*.{js,mjs,ts,tsx}', @@ -1323,8 +1323,8 @@ module.exports = { ], }, { - files: ['x-pack/plugins/cases/public/**/*.{js,mjs,ts,tsx}'], - excludedFiles: ['x-pack/plugins/cases/**/*.{test,mock,test_helper}.{ts,tsx}'], + files: ['x-pack/platform/plugins/shared/cases/public/**/*.{js,mjs,ts,tsx}'], + excludedFiles: ['x-pack/platform/plugins/shared/cases/**/*.{test,mock,test_helper}.{ts,tsx}'], rules: { 'react/display-name': ['error', { ignoreTranspilerName: true }], }, diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 51ab02111debd..476432ee6288d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -277,11 +277,6 @@ packages/default-nav/ml @elastic/ml-ui packages/home/sample_data_card @elastic/appex-sharedux packages/home/sample_data_tab @elastic/appex-sharedux packages/home/sample_data_types @elastic/appex-sharedux -packages/kbn-actions-types @elastic/response-ops -packages/kbn-alerting-types @elastic/response-ops -packages/kbn-alerts-as-data-utils @elastic/response-ops -packages/kbn-alerts-grouping @elastic/response-ops -packages/kbn-alerts-ui-shared @elastic/response-ops packages/kbn-ambient-common-types @elastic/kibana-operations packages/kbn-ambient-ftr-types @elastic/kibana-operations @elastic/appex-qa packages/kbn-ambient-storybook-types @elastic/kibana-operations @@ -303,7 +298,6 @@ packages/kbn-bfetch-error @elastic/appex-sharedux packages/kbn-calculate-auto @elastic/obs-ux-management-team packages/kbn-calculate-width-from-char-count @elastic/kibana-visualizations packages/kbn-capture-oas-snapshot-cli @elastic/kibana-core -packages/kbn-cases-components @elastic/response-ops packages/kbn-cbor @elastic/kibana-operations packages/kbn-cell-actions @elastic/security-threat-hunting-explore packages/kbn-chart-icons @elastic/kibana-visualizations @@ -375,7 +369,6 @@ packages/kbn-generate-console-definitions @elastic/kibana-management packages/kbn-generate-csv @elastic/appex-sharedux packages/kbn-get-repo-files @elastic/kibana-operations packages/kbn-grid-layout @elastic/kibana-presentation -packages/kbn-grouping @elastic/response-ops packages/kbn-guided-onboarding @elastic/appex-sharedux packages/kbn-handlebars @elastic/kibana-security packages/kbn-hapi-mocks @elastic/kibana-core @@ -463,7 +456,6 @@ packages/kbn-resizable-layout @elastic/kibana-data-discovery packages/kbn-rison @elastic/kibana-operations packages/kbn-router-to-openapispec @elastic/kibana-core packages/kbn-router-utils @elastic/obs-ux-logs-team -packages/kbn-rrule @elastic/response-ops packages/kbn-rule-data-utils @elastic/security-detections-response @elastic/response-ops @elastic/obs-ux-management-team packages/kbn-safer-lodash-set @elastic/kibana-security packages/kbn-saved-objects-settings @elastic/appex-sharedux @@ -524,7 +516,6 @@ packages/kbn-timerange @elastic/obs-ux-logs-team packages/kbn-tinymath @elastic/kibana-visualizations packages/kbn-tooling-log @elastic/kibana-operations packages/kbn-transpose-utils @elastic/kibana-visualizations -packages/kbn-triggers-actions-ui-types @elastic/response-ops packages/kbn-try-in-console @elastic/search-kibana packages/kbn-ts-projects @elastic/kibana-operations packages/kbn-ts-type-check-cli @elastic/kibana-operations @@ -561,7 +552,6 @@ packages/react/kibana_context/styled @elastic/appex-sharedux packages/react/kibana_context/theme @elastic/appex-sharedux packages/react/kibana_mount @elastic/appex-sharedux packages/response-ops/feature_flag_service @elastic/response-ops -packages/response-ops/rule_params @elastic/response-ops packages/serverless/project_switcher @elastic/appex-sharedux packages/serverless/settings/common @elastic/appex-sharedux @elastic/kibana-management packages/serverless/settings/observability_project @elastic/appex-sharedux @elastic/kibana-management @elastic/obs-ux-management-team @@ -621,6 +611,15 @@ packages/shared-ux/storybook/config @elastic/appex-sharedux packages/shared-ux/storybook/mock @elastic/appex-sharedux packages/shared-ux/table_persist @elastic/appex-sharedux src/core @elastic/kibana-core +src/platform/packages/private/response-ops/rule_params @elastic/response-ops +src/platform/packages/shared/kbn-actions-types @elastic/response-ops +src/platform/packages/shared/kbn-alerting-types @elastic/response-ops +src/platform/packages/shared/kbn-alerts-as-data-utils @elastic/response-ops +src/platform/packages/shared/kbn-alerts-ui-shared @elastic/response-ops +src/platform/packages/shared/kbn-cases-components @elastic/response-ops +src/platform/packages/shared/kbn-grouping @elastic/response-ops +src/platform/packages/shared/kbn-rrule @elastic/response-ops +src/platform/packages/shared/kbn-triggers-actions-ui-types @elastic/response-ops src/plugins/advanced_settings @elastic/appex-sharedux @elastic/kibana-management src/plugins/ai_assistant_management/selection @elastic/obs-ai-assistant src/plugins/bfetch @elastic/appex-sharedux @@ -778,8 +777,6 @@ x-pack/packages/index-lifecycle-management/index_lifecycle_management_common_sha x-pack/packages/index-management/index_management_shared_types @elastic/kibana-management x-pack/packages/kbn-ai-assistant @elastic/search-kibana x-pack/packages/kbn-ai-assistant-common @elastic/search-kibana -x-pack/packages/kbn-alerting-comparators @elastic/response-ops -x-pack/packages/kbn-alerting-state-types @elastic/response-ops x-pack/packages/kbn-cloud-security-posture/common @elastic/kibana-cloud-security-posture x-pack/packages/kbn-cloud-security-posture/graph @elastic/kibana-cloud-security-posture x-pack/packages/kbn-cloud-security-posture/public @elastic/kibana-cloud-security-posture @@ -862,15 +859,23 @@ x-pack/packages/security/plugin_types_server @elastic/kibana-security x-pack/packages/security/role_management_model @elastic/kibana-security x-pack/packages/security/ui_components @elastic/kibana-security x-pack/performance @elastic/appex-qa -x-pack/plugins/actions @elastic/response-ops +x-pack/platform/packages/private/kbn-alerting-state-types @elastic/response-ops +x-pack/platform/packages/shared/kbn-alerting-comparators @elastic/response-ops +x-pack/platform/plugins/shared/actions @elastic/response-ops +x-pack/platform/plugins/shared/alerting @elastic/response-ops +x-pack/platform/plugins/shared/cases @elastic/response-ops +x-pack/platform/plugins/shared/event_log @elastic/response-ops +x-pack/platform/plugins/shared/rule_registry @elastic/response-ops @elastic/obs-ux-management-team +x-pack/platform/plugins/shared/stack_alerts @elastic/response-ops +x-pack/platform/plugins/shared/stack_connectors @elastic/response-ops +x-pack/platform/plugins/shared/task_manager @elastic/response-ops +x-pack/platform/plugins/shared/triggers_actions_ui @elastic/response-ops x-pack/plugins/ai_infra/llm_tasks @elastic/appex-ai-infra x-pack/plugins/ai_infra/product_doc_base @elastic/appex-ai-infra x-pack/plugins/aiops @elastic/ml-ui -x-pack/plugins/alerting @elastic/response-ops x-pack/plugins/asset_inventory @elastic/kibana-cloud-security-posture x-pack/plugins/banners @elastic/appex-sharedux x-pack/plugins/canvas @elastic/kibana-presentation -x-pack/plugins/cases @elastic/response-ops x-pack/plugins/cloud @elastic/kibana-core x-pack/plugins/cloud_defend @elastic/kibana-cloud-security-posture x-pack/plugins/cloud_integrations/cloud_chat @elastic/kibana-core @@ -893,7 +898,6 @@ x-pack/plugins/embeddable_enhanced @elastic/kibana-presentation x-pack/plugins/encrypted_saved_objects @elastic/kibana-security x-pack/plugins/enterprise_search @elastic/search-kibana x-pack/plugins/entity_manager @elastic/obs-entities -x-pack/plugins/event_log @elastic/response-ops x-pack/plugins/features @elastic/kibana-core x-pack/plugins/fields_metadata @elastic/obs-ux-logs-team x-pack/plugins/file_upload @elastic/kibana-presentation @elastic/ml-ui @@ -956,7 +960,6 @@ x-pack/plugins/painless_lab @elastic/kibana-management x-pack/plugins/remote_clusters @elastic/kibana-management x-pack/plugins/reporting @elastic/appex-sharedux x-pack/plugins/rollup @elastic/kibana-management -x-pack/plugins/rule_registry @elastic/response-ops @elastic/obs-ux-management-team x-pack/plugins/runtime_fields @elastic/kibana-management x-pack/plugins/saved_objects_tagging @elastic/appex-sharedux x-pack/plugins/screenshotting @elastic/kibana-reporting-services @@ -979,19 +982,16 @@ x-pack/plugins/serverless_search @elastic/search-kibana x-pack/plugins/session_view @elastic/kibana-cloud-security-posture x-pack/plugins/snapshot_restore @elastic/kibana-management x-pack/plugins/spaces @elastic/kibana-security -x-pack/plugins/stack_alerts @elastic/response-ops -x-pack/plugins/stack_connectors @elastic/response-ops x-pack/plugins/streams @simianhacker @flash1293 @dgieselaar x-pack/plugins/streams_app @simianhacker @flash1293 @dgieselaar -x-pack/plugins/task_manager @elastic/response-ops x-pack/plugins/telemetry_collection_xpack @elastic/kibana-core x-pack/plugins/threat_intelligence @elastic/security-threat-hunting-investigations x-pack/plugins/timelines @elastic/security-threat-hunting-investigations x-pack/plugins/transform @elastic/ml-ui x-pack/plugins/translations @elastic/kibana-localization -x-pack/plugins/triggers_actions_ui @elastic/response-ops x-pack/plugins/upgrade_assistant @elastic/kibana-management x-pack/plugins/watcher @elastic/kibana-management +x-pack/solutions/observability/packages/kbn-alerts-grouping @elastic/response-ops x-pack/test x-pack/test_serverless x-pack/test/alerting_api_integration/common/plugins/aad @elastic/response-ops diff --git a/.i18nrc.json b/.i18nrc.json index 5c7642e6283eb..14fe864fcd8dc 100644 --- a/.i18nrc.json +++ b/.i18nrc.json @@ -3,14 +3,14 @@ "advancedSettings": "src/plugins/advanced_settings", "aiAssistantManagementSelection": "src/plugins/ai_assistant_management/selection", "alerts": "packages/kbn-alerts/src", - "alertsUIShared": "packages/kbn-alerts-ui-shared/src", - "alertingTypes": "packages/kbn-alerting-types", + "alertsUIShared": "src/platform/packages/shared/kbn-alerts-ui-shared/src", + "alertingTypes": "src/platform/packages/shared/kbn-alerting-types", "apmOss": "src/plugins/apm_oss", "autocomplete": "packages/kbn-securitysolution-autocomplete/src", "avcBanner": "packages/kbn-avc-banner/src", "bfetch": "src/plugins/bfetch", "bfetchError": "packages/kbn-bfetch-error", - "cases": ["packages/kbn-cases-components"], + "cases": ["src/platform/packages/shared/kbn-cases-components"], "cellActions": "packages/kbn-cell-actions", "charts": "src/plugins/charts", "console": "src/plugins/console", @@ -60,8 +60,8 @@ "filesManagement": "src/plugins/files_management", "flot": "packages/kbn-flot-charts/lib", "generateCsv": "packages/kbn-generate-csv", - "grouping": "packages/kbn-grouping/src", - "alertsGrouping": "packages/kbn-alerts-grouping", + "grouping": "src/platform/packages/shared/kbn-grouping/src", + "alertsGrouping": "x-pack/solutions/observability/packages/kbn-alerts-grouping", "guidedOnboarding": "src/plugins/guided_onboarding", "guidedOnboardingPackage": "packages/kbn-guided-onboarding", "home": "src/plugins/home", diff --git a/api_docs/actions.devdocs.json b/api_docs/actions.devdocs.json index 551623f07d054..6ec4120835591 100644 --- a/api_docs/actions.devdocs.json +++ b/api_docs/actions.devdocs.json @@ -35,7 +35,7 @@ }, ", void, object, object>" ], - "path": "x-pack/plugins/actions/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/actions/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -49,7 +49,7 @@ "signature": [ "any" ], - "path": "x-pack/plugins/actions/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/actions/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -72,7 +72,7 @@ "Config", ">" ], - "path": "x-pack/plugins/actions/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/actions/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -97,7 +97,7 @@ "text": "ActionsPublicPluginSetup" } ], - "path": "x-pack/plugins/actions/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/actions/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -113,7 +113,7 @@ "signature": [ "() => void" ], - "path": "x-pack/plugins/actions/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/actions/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -135,7 +135,7 @@ "tags": [], "label": "ActionsPublicPluginSetup", "description": [], - "path": "x-pack/plugins/actions/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/actions/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -165,7 +165,7 @@ }, "[]" ], - "path": "x-pack/plugins/actions/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/actions/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -179,7 +179,7 @@ "signature": [ "string[]" ], - "path": "x-pack/plugins/actions/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/actions/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -201,7 +201,7 @@ }, " | undefined" ], - "path": "x-pack/plugins/actions/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/actions/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -243,7 +243,7 @@ "CaseConnectorInterface", "" ], - "path": "x-pack/plugins/actions/server/sub_action_framework/case.ts", + "path": "x-pack/platform/plugins/shared/actions/server/sub_action_framework/case.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -257,7 +257,7 @@ "signature": [ "any" ], - "path": "x-pack/plugins/actions/server/sub_action_framework/case.ts", + "path": "x-pack/platform/plugins/shared/actions/server/sub_action_framework/case.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -278,7 +278,7 @@ }, "" ], - "path": "x-pack/plugins/actions/server/sub_action_framework/case.ts", + "path": "x-pack/platform/plugins/shared/actions/server/sub_action_framework/case.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -301,7 +301,7 @@ }, ">" ], - "path": "x-pack/plugins/actions/server/sub_action_framework/case.ts", + "path": "x-pack/platform/plugins/shared/actions/server/sub_action_framework/case.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -321,7 +321,7 @@ "ConnectorUsageCollector", ") => Promise" ], - "path": "x-pack/plugins/actions/server/sub_action_framework/case.ts", + "path": "x-pack/platform/plugins/shared/actions/server/sub_action_framework/case.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -332,7 +332,7 @@ "tags": [], "label": "{\n incidentId,\n comment,\n }", "description": [], - "path": "x-pack/plugins/actions/server/sub_action_framework/case.ts", + "path": "x-pack/platform/plugins/shared/actions/server/sub_action_framework/case.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -343,7 +343,7 @@ "tags": [], "label": "incidentId", "description": [], - "path": "x-pack/plugins/actions/server/sub_action_framework/case.ts", + "path": "x-pack/platform/plugins/shared/actions/server/sub_action_framework/case.ts", "deprecated": false, "trackAdoption": false }, @@ -354,7 +354,7 @@ "tags": [], "label": "comment", "description": [], - "path": "x-pack/plugins/actions/server/sub_action_framework/case.ts", + "path": "x-pack/platform/plugins/shared/actions/server/sub_action_framework/case.ts", "deprecated": false, "trackAdoption": false } @@ -370,7 +370,7 @@ "signature": [ "ConnectorUsageCollector" ], - "path": "x-pack/plugins/actions/server/sub_action_framework/case.ts", + "path": "x-pack/platform/plugins/shared/actions/server/sub_action_framework/case.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -392,7 +392,7 @@ "ExternalServiceIncidentResponse", ">" ], - "path": "x-pack/plugins/actions/server/sub_action_framework/case.ts", + "path": "x-pack/platform/plugins/shared/actions/server/sub_action_framework/case.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -406,7 +406,7 @@ "signature": [ "Incident" ], - "path": "x-pack/plugins/actions/server/sub_action_framework/case.ts", + "path": "x-pack/platform/plugins/shared/actions/server/sub_action_framework/case.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -421,7 +421,7 @@ "signature": [ "ConnectorUsageCollector" ], - "path": "x-pack/plugins/actions/server/sub_action_framework/case.ts", + "path": "x-pack/platform/plugins/shared/actions/server/sub_action_framework/case.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -443,7 +443,7 @@ "ExternalServiceIncidentResponse", ">" ], - "path": "x-pack/plugins/actions/server/sub_action_framework/case.ts", + "path": "x-pack/platform/plugins/shared/actions/server/sub_action_framework/case.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -454,7 +454,7 @@ "tags": [], "label": "{\n incidentId,\n incident,\n }", "description": [], - "path": "x-pack/plugins/actions/server/sub_action_framework/case.ts", + "path": "x-pack/platform/plugins/shared/actions/server/sub_action_framework/case.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -465,7 +465,7 @@ "tags": [], "label": "incidentId", "description": [], - "path": "x-pack/plugins/actions/server/sub_action_framework/case.ts", + "path": "x-pack/platform/plugins/shared/actions/server/sub_action_framework/case.ts", "deprecated": false, "trackAdoption": false }, @@ -479,7 +479,7 @@ "signature": [ "Incident" ], - "path": "x-pack/plugins/actions/server/sub_action_framework/case.ts", + "path": "x-pack/platform/plugins/shared/actions/server/sub_action_framework/case.ts", "deprecated": false, "trackAdoption": false } @@ -495,7 +495,7 @@ "signature": [ "ConnectorUsageCollector" ], - "path": "x-pack/plugins/actions/server/sub_action_framework/case.ts", + "path": "x-pack/platform/plugins/shared/actions/server/sub_action_framework/case.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -515,7 +515,7 @@ "ConnectorUsageCollector", ") => Promise" ], - "path": "x-pack/plugins/actions/server/sub_action_framework/case.ts", + "path": "x-pack/platform/plugins/shared/actions/server/sub_action_framework/case.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -526,7 +526,7 @@ "tags": [], "label": "{ id }", "description": [], - "path": "x-pack/plugins/actions/server/sub_action_framework/case.ts", + "path": "x-pack/platform/plugins/shared/actions/server/sub_action_framework/case.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -537,7 +537,7 @@ "tags": [], "label": "id", "description": [], - "path": "x-pack/plugins/actions/server/sub_action_framework/case.ts", + "path": "x-pack/platform/plugins/shared/actions/server/sub_action_framework/case.ts", "deprecated": false, "trackAdoption": false } @@ -553,7 +553,7 @@ "signature": [ "ConnectorUsageCollector" ], - "path": "x-pack/plugins/actions/server/sub_action_framework/case.ts", + "path": "x-pack/platform/plugins/shared/actions/server/sub_action_framework/case.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -575,7 +575,7 @@ "PushToServiceResponse", ">" ], - "path": "x-pack/plugins/actions/server/sub_action_framework/case.ts", + "path": "x-pack/platform/plugins/shared/actions/server/sub_action_framework/case.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -586,7 +586,7 @@ "tags": [], "label": "params", "description": [], - "path": "x-pack/plugins/actions/server/sub_action_framework/case.ts", + "path": "x-pack/platform/plugins/shared/actions/server/sub_action_framework/case.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -600,7 +600,7 @@ "signature": [ "{ externalId: string | null; } & Incident" ], - "path": "x-pack/plugins/actions/server/sub_action_framework/case.ts", + "path": "x-pack/platform/plugins/shared/actions/server/sub_action_framework/case.ts", "deprecated": false, "trackAdoption": false }, @@ -614,7 +614,7 @@ "signature": [ "{ commentId: string; comment: string; }[]" ], - "path": "x-pack/plugins/actions/server/sub_action_framework/case.ts", + "path": "x-pack/platform/plugins/shared/actions/server/sub_action_framework/case.ts", "deprecated": false, "trackAdoption": false } @@ -630,7 +630,7 @@ "signature": [ "ConnectorUsageCollector" ], - "path": "x-pack/plugins/actions/server/sub_action_framework/case.ts", + "path": "x-pack/platform/plugins/shared/actions/server/sub_action_framework/case.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -658,7 +658,7 @@ }, "" ], - "path": "x-pack/plugins/actions/server/sub_action_framework/sub_action_connector.ts", + "path": "x-pack/platform/plugins/shared/actions/server/sub_action_framework/sub_action_connector.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -679,7 +679,7 @@ }, " | undefined" ], - "path": "x-pack/plugins/actions/server/sub_action_framework/sub_action_connector.ts", + "path": "x-pack/platform/plugins/shared/actions/server/sub_action_framework/sub_action_connector.ts", "deprecated": false, "trackAdoption": false }, @@ -699,7 +699,7 @@ "text": "Logger" } ], - "path": "x-pack/plugins/actions/server/sub_action_framework/sub_action_connector.ts", + "path": "x-pack/platform/plugins/shared/actions/server/sub_action_framework/sub_action_connector.ts", "deprecated": false, "trackAdoption": false }, @@ -1967,7 +1967,7 @@ "default", "; }" ], - "path": "x-pack/plugins/actions/server/sub_action_framework/sub_action_connector.ts", + "path": "x-pack/platform/plugins/shared/actions/server/sub_action_framework/sub_action_connector.ts", "deprecated": false, "trackAdoption": false }, @@ -1987,7 +1987,7 @@ "text": "SavedObjectsClientContract" } ], - "path": "x-pack/plugins/actions/server/sub_action_framework/sub_action_connector.ts", + "path": "x-pack/platform/plugins/shared/actions/server/sub_action_framework/sub_action_connector.ts", "deprecated": false, "trackAdoption": false }, @@ -2001,7 +2001,7 @@ "signature": [ "{ id: string; type: string; }" ], - "path": "x-pack/plugins/actions/server/sub_action_framework/sub_action_connector.ts", + "path": "x-pack/platform/plugins/shared/actions/server/sub_action_framework/sub_action_connector.ts", "deprecated": false, "trackAdoption": false }, @@ -2015,7 +2015,7 @@ "signature": [ "Config" ], - "path": "x-pack/plugins/actions/server/sub_action_framework/sub_action_connector.ts", + "path": "x-pack/platform/plugins/shared/actions/server/sub_action_framework/sub_action_connector.ts", "deprecated": false, "trackAdoption": false }, @@ -2029,7 +2029,7 @@ "signature": [ "Secrets" ], - "path": "x-pack/plugins/actions/server/sub_action_framework/sub_action_connector.ts", + "path": "x-pack/platform/plugins/shared/actions/server/sub_action_framework/sub_action_connector.ts", "deprecated": false, "trackAdoption": false }, @@ -2043,7 +2043,7 @@ "signature": [ "any" ], - "path": "x-pack/plugins/actions/server/sub_action_framework/sub_action_connector.ts", + "path": "x-pack/platform/plugins/shared/actions/server/sub_action_framework/sub_action_connector.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2064,7 +2064,7 @@ }, "" ], - "path": "x-pack/plugins/actions/server/sub_action_framework/sub_action_connector.ts", + "path": "x-pack/platform/plugins/shared/actions/server/sub_action_framework/sub_action_connector.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2084,7 +2084,7 @@ "SubAction", ") => void" ], - "path": "x-pack/plugins/actions/server/sub_action_framework/sub_action_connector.ts", + "path": "x-pack/platform/plugins/shared/actions/server/sub_action_framework/sub_action_connector.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2098,7 +2098,7 @@ "signature": [ "SubAction" ], - "path": "x-pack/plugins/actions/server/sub_action_framework/sub_action_connector.ts", + "path": "x-pack/platform/plugins/shared/actions/server/sub_action_framework/sub_action_connector.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2116,7 +2116,7 @@ "signature": [ "(data: unknown) => unknown" ], - "path": "x-pack/plugins/actions/server/sub_action_framework/sub_action_connector.ts", + "path": "x-pack/platform/plugins/shared/actions/server/sub_action_framework/sub_action_connector.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2130,7 +2130,7 @@ "signature": [ "unknown" ], - "path": "x-pack/plugins/actions/server/sub_action_framework/sub_action_connector.ts", + "path": "x-pack/platform/plugins/shared/actions/server/sub_action_framework/sub_action_connector.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2150,7 +2150,7 @@ "SubAction", ">" ], - "path": "x-pack/plugins/actions/server/sub_action_framework/sub_action_connector.ts", + "path": "x-pack/platform/plugins/shared/actions/server/sub_action_framework/sub_action_connector.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2168,7 +2168,7 @@ "AxiosError", ") => string" ], - "path": "x-pack/plugins/actions/server/sub_action_framework/sub_action_connector.ts", + "path": "x-pack/platform/plugins/shared/actions/server/sub_action_framework/sub_action_connector.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2183,7 +2183,7 @@ "AxiosError", "" ], - "path": "x-pack/plugins/actions/server/sub_action_framework/sub_action_connector.ts", + "path": "x-pack/platform/plugins/shared/actions/server/sub_action_framework/sub_action_connector.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2207,7 +2207,7 @@ "AxiosResponse", ">" ], - "path": "x-pack/plugins/actions/server/sub_action_framework/sub_action_connector.ts", + "path": "x-pack/platform/plugins/shared/actions/server/sub_action_framework/sub_action_connector.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2222,7 +2222,7 @@ "SubActionRequestParams", "" ], - "path": "x-pack/plugins/actions/server/sub_action_framework/sub_action_connector.ts", + "path": "x-pack/platform/plugins/shared/actions/server/sub_action_framework/sub_action_connector.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2237,7 +2237,7 @@ "signature": [ "ConnectorUsageCollector" ], - "path": "x-pack/plugins/actions/server/sub_action_framework/sub_action_connector.ts", + "path": "x-pack/platform/plugins/shared/actions/server/sub_action_framework/sub_action_connector.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2255,7 +2255,7 @@ "tags": [], "label": "UnsecuredActionsClient", "description": [], - "path": "x-pack/plugins/actions/server/unsecured_actions_client/unsecured_actions_client.ts", + "path": "x-pack/platform/plugins/shared/actions/server/unsecured_actions_client/unsecured_actions_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2269,7 +2269,7 @@ "signature": [ "any" ], - "path": "x-pack/plugins/actions/server/unsecured_actions_client/unsecured_actions_client.ts", + "path": "x-pack/platform/plugins/shared/actions/server/unsecured_actions_client/unsecured_actions_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2283,7 +2283,7 @@ "signature": [ "UnsecuredActionsClientOpts" ], - "path": "x-pack/plugins/actions/server/unsecured_actions_client/unsecured_actions_client.ts", + "path": "x-pack/platform/plugins/shared/actions/server/unsecured_actions_client/unsecured_actions_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2309,7 +2309,7 @@ }, ">" ], - "path": "x-pack/plugins/actions/server/unsecured_actions_client/unsecured_actions_client.ts", + "path": "x-pack/platform/plugins/shared/actions/server/unsecured_actions_client/unsecured_actions_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2323,7 +2323,7 @@ "signature": [ "UnsecuredExecuteOptions" ], - "path": "x-pack/plugins/actions/server/unsecured_actions_client/unsecured_actions_client.ts", + "path": "x-pack/platform/plugins/shared/actions/server/unsecured_actions_client/unsecured_actions_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2345,7 +2345,7 @@ "ExecutionResponse", ">" ], - "path": "x-pack/plugins/actions/server/unsecured_actions_client/unsecured_actions_client.ts", + "path": "x-pack/platform/plugins/shared/actions/server/unsecured_actions_client/unsecured_actions_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2359,7 +2359,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/actions/server/unsecured_actions_client/unsecured_actions_client.ts", + "path": "x-pack/platform/plugins/shared/actions/server/unsecured_actions_client/unsecured_actions_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2375,7 +2375,7 @@ "ExecuteOptions", "[]" ], - "path": "x-pack/plugins/actions/server/unsecured_actions_client/unsecured_actions_client.ts", + "path": "x-pack/platform/plugins/shared/actions/server/unsecured_actions_client/unsecured_actions_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2401,7 +2401,7 @@ }, "[]>" ], - "path": "x-pack/plugins/actions/server/unsecured_actions_client/unsecured_actions_client.ts", + "path": "x-pack/platform/plugins/shared/actions/server/unsecured_actions_client/unsecured_actions_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2415,7 +2415,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/actions/server/unsecured_actions_client/unsecured_actions_client.ts", + "path": "x-pack/platform/plugins/shared/actions/server/unsecured_actions_client/unsecured_actions_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2447,7 +2447,7 @@ ") => ", "HttpRequestExecutionSource" ], - "path": "x-pack/plugins/actions/server/lib/action_execution_source.ts", + "path": "x-pack/platform/plugins/shared/actions/server/lib/action_execution_source.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2468,7 +2468,7 @@ }, "" ], - "path": "x-pack/plugins/actions/server/lib/action_execution_source.ts", + "path": "x-pack/platform/plugins/shared/actions/server/lib/action_execution_source.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2490,7 +2490,7 @@ ") => ", "NotificationExecutionSource" ], - "path": "x-pack/plugins/actions/server/lib/action_execution_source.ts", + "path": "x-pack/platform/plugins/shared/actions/server/lib/action_execution_source.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2504,7 +2504,7 @@ "signature": [ "NotificationSource" ], - "path": "x-pack/plugins/actions/server/lib/action_execution_source.ts", + "path": "x-pack/platform/plugins/shared/actions/server/lib/action_execution_source.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2532,7 +2532,7 @@ ", \"name\">) => ", "SavedObjectExecutionSource" ], - "path": "x-pack/plugins/actions/server/lib/action_execution_source.ts", + "path": "x-pack/platform/plugins/shared/actions/server/lib/action_execution_source.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2554,7 +2554,7 @@ }, ", \"name\">" ], - "path": "x-pack/plugins/actions/server/lib/action_execution_source.ts", + "path": "x-pack/platform/plugins/shared/actions/server/lib/action_execution_source.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2573,7 +2573,7 @@ "signature": [ "({ username, password }: GetBasicAuthHeaderArgs) => { Authorization: string; }" ], - "path": "x-pack/plugins/actions/server/lib/get_basic_auth_header.ts", + "path": "x-pack/platform/plugins/shared/actions/server/lib/get_basic_auth_header.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2587,7 +2587,7 @@ "signature": [ "GetBasicAuthHeaderArgs" ], - "path": "x-pack/plugins/actions/server/lib/get_basic_auth_header.ts", + "path": "x-pack/platform/plugins/shared/actions/server/lib/get_basic_auth_header.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2608,7 +2608,7 @@ "ValidatorServices", ") => void" ], - "path": "x-pack/plugins/actions/server/sub_action_framework/helpers/validators.ts", + "path": "x-pack/platform/plugins/shared/actions/server/sub_action_framework/helpers/validators.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2622,7 +2622,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/actions/server/sub_action_framework/helpers/validators.ts", + "path": "x-pack/platform/plugins/shared/actions/server/sub_action_framework/helpers/validators.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2640,7 +2640,7 @@ "tags": [], "label": "ActionsApiRequestHandlerContext", "description": [], - "path": "x-pack/plugins/actions/server/types.ts", + "path": "x-pack/platform/plugins/shared/actions/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2661,7 +2661,7 @@ "text": "ActionsClient" } ], - "path": "x-pack/plugins/actions/server/types.ts", + "path": "x-pack/platform/plugins/shared/actions/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2685,7 +2685,7 @@ }, "[]" ], - "path": "x-pack/plugins/actions/server/types.ts", + "path": "x-pack/platform/plugins/shared/actions/server/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -2700,7 +2700,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/actions/server/action_type_registry.ts", + "path": "x-pack/platform/plugins/shared/actions/server/action_type_registry.ts", "deprecated": false, "trackAdoption": false } @@ -2716,7 +2716,7 @@ "tags": [], "label": "ActionsPlugin", "description": [], - "path": "x-pack/plugins/actions/server/types.ts", + "path": "x-pack/platform/plugins/shared/actions/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2736,7 +2736,7 @@ "text": "PluginSetupContract" } ], - "path": "x-pack/plugins/actions/server/types.ts", + "path": "x-pack/platform/plugins/shared/actions/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2756,7 +2756,7 @@ "text": "PluginStartContract" } ], - "path": "x-pack/plugins/actions/server/types.ts", + "path": "x-pack/platform/plugins/shared/actions/server/types.ts", "deprecated": false, "trackAdoption": false } @@ -2780,7 +2780,7 @@ }, "" ], - "path": "x-pack/plugins/actions/server/types.ts", + "path": "x-pack/platform/plugins/shared/actions/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2791,7 +2791,7 @@ "tags": [], "label": "id", "description": [], - "path": "x-pack/plugins/actions/server/types.ts", + "path": "x-pack/platform/plugins/shared/actions/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2802,7 +2802,7 @@ "tags": [], "label": "name", "description": [], - "path": "x-pack/plugins/actions/server/types.ts", + "path": "x-pack/platform/plugins/shared/actions/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2816,7 +2816,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/plugins/actions/server/types.ts", + "path": "x-pack/platform/plugins/shared/actions/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2830,7 +2830,7 @@ "signature": [ "\"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\"" ], - "path": "x-pack/plugins/actions/server/types.ts", + "path": "x-pack/platform/plugins/shared/actions/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2844,7 +2844,7 @@ "signature": [ "string[]" ], - "path": "x-pack/plugins/actions/server/types.ts", + "path": "x-pack/platform/plugins/shared/actions/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2864,7 +2864,7 @@ "ValidatorType", "; connector?: ((config: Config, secrets: Secrets) => string | null) | undefined; }" ], - "path": "x-pack/plugins/actions/server/types.ts", + "path": "x-pack/platform/plugins/shared/actions/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2878,7 +2878,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/plugins/actions/server/types.ts", + "path": "x-pack/platform/plugins/shared/actions/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2894,7 +2894,7 @@ "signature": [ "((args?: { params?: Params | undefined; } | undefined) => string[]) | undefined" ], - "path": "x-pack/plugins/actions/server/types.ts", + "path": "x-pack/platform/plugins/shared/actions/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2905,7 +2905,7 @@ "tags": [], "label": "args", "description": [], - "path": "x-pack/plugins/actions/server/types.ts", + "path": "x-pack/platform/plugins/shared/actions/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2919,7 +2919,7 @@ "signature": [ "Params | undefined" ], - "path": "x-pack/plugins/actions/server/types.ts", + "path": "x-pack/platform/plugins/shared/actions/server/types.ts", "deprecated": false, "trackAdoption": false } @@ -2939,7 +2939,7 @@ "RenderParameterTemplates", " | undefined" ], - "path": "x-pack/plugins/actions/server/types.ts", + "path": "x-pack/platform/plugins/shared/actions/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2969,7 +2969,7 @@ }, ">" ], - "path": "x-pack/plugins/actions/server/types.ts", + "path": "x-pack/platform/plugins/shared/actions/server/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -2991,7 +2991,7 @@ }, "" ], - "path": "x-pack/plugins/actions/server/types.ts", + "path": "x-pack/platform/plugins/shared/actions/server/types.ts", "deprecated": false, "trackAdoption": false } @@ -3023,7 +3023,7 @@ }, ") | undefined" ], - "path": "x-pack/plugins/actions/server/types.ts", + "path": "x-pack/platform/plugins/shared/actions/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3044,7 +3044,7 @@ }, "" ], - "path": "x-pack/plugins/actions/server/types.ts", + "path": "x-pack/platform/plugins/shared/actions/server/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3064,7 +3064,7 @@ "PreSaveConnectorHookParams", ") => Promise) | undefined" ], - "path": "x-pack/plugins/actions/server/types.ts", + "path": "x-pack/platform/plugins/shared/actions/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3079,7 +3079,7 @@ "PreSaveConnectorHookParams", "" ], - "path": "x-pack/plugins/actions/server/types.ts", + "path": "x-pack/platform/plugins/shared/actions/server/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3099,7 +3099,7 @@ "PostSaveConnectorHookParams", ") => Promise) | undefined" ], - "path": "x-pack/plugins/actions/server/types.ts", + "path": "x-pack/platform/plugins/shared/actions/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3114,7 +3114,7 @@ "PostSaveConnectorHookParams", "" ], - "path": "x-pack/plugins/actions/server/types.ts", + "path": "x-pack/platform/plugins/shared/actions/server/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3134,7 +3134,7 @@ "PostDeleteConnectorHookParams", ") => Promise) | undefined" ], - "path": "x-pack/plugins/actions/server/types.ts", + "path": "x-pack/platform/plugins/shared/actions/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3149,7 +3149,7 @@ "PostDeleteConnectorHookParams", "" ], - "path": "x-pack/plugins/actions/server/types.ts", + "path": "x-pack/platform/plugins/shared/actions/server/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3177,7 +3177,7 @@ }, "" ], - "path": "x-pack/plugins/actions/server/types.ts", + "path": "x-pack/platform/plugins/shared/actions/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3188,7 +3188,7 @@ "tags": [], "label": "actionId", "description": [], - "path": "x-pack/plugins/actions/server/types.ts", + "path": "x-pack/platform/plugins/shared/actions/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3204,7 +3204,7 @@ " | ", "UnsecuredServices" ], - "path": "x-pack/plugins/actions/server/types.ts", + "path": "x-pack/platform/plugins/shared/actions/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3218,7 +3218,7 @@ "signature": [ "Config" ], - "path": "x-pack/plugins/actions/server/types.ts", + "path": "x-pack/platform/plugins/shared/actions/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3232,7 +3232,7 @@ "signature": [ "Secrets" ], - "path": "x-pack/plugins/actions/server/types.ts", + "path": "x-pack/platform/plugins/shared/actions/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3246,7 +3246,7 @@ "signature": [ "Params" ], - "path": "x-pack/plugins/actions/server/types.ts", + "path": "x-pack/platform/plugins/shared/actions/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3266,7 +3266,7 @@ "text": "Logger" } ], - "path": "x-pack/plugins/actions/server/types.ts", + "path": "x-pack/platform/plugins/shared/actions/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3281,7 +3281,7 @@ "TaskInfo", " | undefined" ], - "path": "x-pack/plugins/actions/server/types.ts", + "path": "x-pack/platform/plugins/shared/actions/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3295,7 +3295,7 @@ "signature": [ "ActionsConfigurationUtilities" ], - "path": "x-pack/plugins/actions/server/types.ts", + "path": "x-pack/platform/plugins/shared/actions/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3310,7 +3310,7 @@ "ActionExecutionSource", " | undefined" ], - "path": "x-pack/plugins/actions/server/types.ts", + "path": "x-pack/platform/plugins/shared/actions/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3331,7 +3331,7 @@ }, " | undefined" ], - "path": "x-pack/plugins/actions/server/types.ts", + "path": "x-pack/platform/plugins/shared/actions/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3345,7 +3345,7 @@ "signature": [ "ConnectorUsageCollector" ], - "path": "x-pack/plugins/actions/server/types.ts", + "path": "x-pack/platform/plugins/shared/actions/server/types.ts", "deprecated": false, "trackAdoption": false } @@ -3370,7 +3370,7 @@ " extends ", "Connector" ], - "path": "x-pack/plugins/actions/server/application/connector/types/connector.ts", + "path": "x-pack/platform/plugins/shared/actions/server/application/connector/types/connector.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3381,7 +3381,7 @@ "tags": [], "label": "referencedByCount", "description": [], - "path": "x-pack/plugins/actions/server/application/connector/types/connector.ts", + "path": "x-pack/platform/plugins/shared/actions/server/application/connector/types/connector.ts", "deprecated": false, "trackAdoption": false } @@ -3406,7 +3406,7 @@ " extends ", "Connector" ], - "path": "x-pack/plugins/actions/server/types.ts", + "path": "x-pack/platform/plugins/shared/actions/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3420,7 +3420,7 @@ "signature": [ "Secrets" ], - "path": "x-pack/plugins/actions/server/types.ts", + "path": "x-pack/platform/plugins/shared/actions/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3434,7 +3434,7 @@ "signature": [ "Config" ], - "path": "x-pack/plugins/actions/server/types.ts", + "path": "x-pack/platform/plugins/shared/actions/server/types.ts", "deprecated": false, "trackAdoption": false } @@ -3448,7 +3448,7 @@ "tags": [], "label": "IUnsecuredActionsClient", "description": [], - "path": "x-pack/plugins/actions/server/unsecured_actions_client/unsecured_actions_client.ts", + "path": "x-pack/platform/plugins/shared/actions/server/unsecured_actions_client/unsecured_actions_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3470,7 +3470,7 @@ }, "[]>" ], - "path": "x-pack/plugins/actions/server/unsecured_actions_client/unsecured_actions_client.ts", + "path": "x-pack/platform/plugins/shared/actions/server/unsecured_actions_client/unsecured_actions_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3484,7 +3484,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/actions/server/unsecured_actions_client/unsecured_actions_client.ts", + "path": "x-pack/platform/plugins/shared/actions/server/unsecured_actions_client/unsecured_actions_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3510,7 +3510,7 @@ }, ">" ], - "path": "x-pack/plugins/actions/server/unsecured_actions_client/unsecured_actions_client.ts", + "path": "x-pack/platform/plugins/shared/actions/server/unsecured_actions_client/unsecured_actions_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3524,7 +3524,7 @@ "signature": [ "UnsecuredExecuteOptions" ], - "path": "x-pack/plugins/actions/server/unsecured_actions_client/unsecured_actions_client.ts", + "path": "x-pack/platform/plugins/shared/actions/server/unsecured_actions_client/unsecured_actions_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3546,7 +3546,7 @@ "ExecutionResponse", ">" ], - "path": "x-pack/plugins/actions/server/unsecured_actions_client/unsecured_actions_client.ts", + "path": "x-pack/platform/plugins/shared/actions/server/unsecured_actions_client/unsecured_actions_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3560,7 +3560,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/actions/server/unsecured_actions_client/unsecured_actions_client.ts", + "path": "x-pack/platform/plugins/shared/actions/server/unsecured_actions_client/unsecured_actions_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3576,7 +3576,7 @@ "ExecuteOptions", "[]" ], - "path": "x-pack/plugins/actions/server/unsecured_actions_client/unsecured_actions_client.ts", + "path": "x-pack/platform/plugins/shared/actions/server/unsecured_actions_client/unsecured_actions_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3604,7 +3604,7 @@ }, "" ], - "path": "x-pack/plugins/actions/server/sub_action_framework/types.ts", + "path": "x-pack/platform/plugins/shared/actions/server/sub_action_framework/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3620,7 +3620,7 @@ "signature": [ "{ id: string; type: string; }" ], - "path": "x-pack/plugins/actions/server/sub_action_framework/types.ts", + "path": "x-pack/platform/plugins/shared/actions/server/sub_action_framework/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3634,7 +3634,7 @@ "signature": [ "Config" ], - "path": "x-pack/plugins/actions/server/sub_action_framework/types.ts", + "path": "x-pack/platform/plugins/shared/actions/server/sub_action_framework/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3648,7 +3648,7 @@ "signature": [ "ActionsConfigurationUtilities" ], - "path": "x-pack/plugins/actions/server/sub_action_framework/types.ts", + "path": "x-pack/platform/plugins/shared/actions/server/sub_action_framework/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3668,7 +3668,7 @@ "text": "Logger" } ], - "path": "x-pack/plugins/actions/server/sub_action_framework/types.ts", + "path": "x-pack/platform/plugins/shared/actions/server/sub_action_framework/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3682,7 +3682,7 @@ "signature": [ "Secrets" ], - "path": "x-pack/plugins/actions/server/sub_action_framework/types.ts", + "path": "x-pack/platform/plugins/shared/actions/server/sub_action_framework/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3696,7 +3696,7 @@ "signature": [ "Services" ], - "path": "x-pack/plugins/actions/server/sub_action_framework/types.ts", + "path": "x-pack/platform/plugins/shared/actions/server/sub_action_framework/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3717,7 +3717,7 @@ }, " | undefined" ], - "path": "x-pack/plugins/actions/server/sub_action_framework/types.ts", + "path": "x-pack/platform/plugins/shared/actions/server/sub_action_framework/types.ts", "deprecated": false, "trackAdoption": false } @@ -3737,7 +3737,7 @@ "signature": [ "\"action\"" ], - "path": "x-pack/plugins/actions/server/constants/saved_objects.ts", + "path": "x-pack/platform/plugins/shared/actions/server/constants/saved_objects.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3752,7 +3752,7 @@ "signature": [ "Connector" ], - "path": "x-pack/plugins/actions/server/types.ts", + "path": "x-pack/platform/plugins/shared/actions/server/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3767,7 +3767,7 @@ "signature": [ "{ ensureAuthorized: ({ operation, actionTypeId, additionalPrivileges, }: { operation: string; actionTypeId?: string | undefined; additionalPrivileges?: string[] | undefined; }) => Promise; }" ], - "path": "x-pack/plugins/actions/server/index.ts", + "path": "x-pack/platform/plugins/shared/actions/server/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3854,7 +3854,7 @@ }, ") => Promise<{ success: number; unknown: number; failure: number; warning: number; }>; }" ], - "path": "x-pack/plugins/actions/server/index.ts", + "path": "x-pack/platform/plugins/shared/actions/server/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3868,7 +3868,7 @@ "tags": [], "label": "PluginSetupContract", "description": [], - "path": "x-pack/plugins/actions/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/actions/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3902,7 +3902,7 @@ }, ") => void" ], - "path": "x-pack/plugins/actions/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/actions/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3923,7 +3923,7 @@ }, "" ], - "path": "x-pack/plugins/actions/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/actions/server/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3951,7 +3951,7 @@ "SubActionConnectorType", ") => void" ], - "path": "x-pack/plugins/actions/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/actions/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3966,7 +3966,7 @@ "SubActionConnectorType", "" ], - "path": "x-pack/plugins/actions/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/actions/server/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3984,7 +3984,7 @@ "signature": [ "(connectorId: string) => boolean" ], - "path": "x-pack/plugins/actions/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/actions/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3998,7 +3998,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/actions/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/actions/server/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4018,7 +4018,7 @@ "IServiceAbstract", "" ], - "path": "x-pack/plugins/actions/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/actions/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -4036,7 +4036,7 @@ "ICaseServiceAbstract", "" ], - "path": "x-pack/plugins/actions/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/actions/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -4052,7 +4052,7 @@ "signature": [ "() => { hasPermanentEncryptionKey: boolean; }" ], - "path": "x-pack/plugins/actions/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/actions/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -4069,7 +4069,7 @@ "() => ", "ActionsConfigurationUtilities" ], - "path": "x-pack/plugins/actions/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/actions/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -4085,7 +4085,7 @@ "signature": [ "(connectorTypes: string[]) => void" ], - "path": "x-pack/plugins/actions/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/actions/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4099,7 +4099,7 @@ "signature": [ "string[]" ], - "path": "x-pack/plugins/actions/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/actions/server/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4117,7 +4117,7 @@ "signature": [ "(id: string, options?: { notifyUsage: boolean; } | undefined) => boolean" ], - "path": "x-pack/plugins/actions/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/actions/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4131,7 +4131,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/actions/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/actions/server/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4143,7 +4143,7 @@ "tags": [], "label": "options", "description": [], - "path": "x-pack/plugins/actions/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/actions/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4154,7 +4154,7 @@ "tags": [], "label": "notifyUsage", "description": [], - "path": "x-pack/plugins/actions/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/actions/server/plugin.ts", "deprecated": false, "trackAdoption": false } @@ -4174,7 +4174,7 @@ "tags": [], "label": "PluginStartContract", "description": [], - "path": "x-pack/plugins/actions/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/actions/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4188,7 +4188,7 @@ "signature": [ "(id: string, options?: { notifyUsage: boolean; } | undefined) => boolean" ], - "path": "x-pack/plugins/actions/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/actions/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4202,7 +4202,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/actions/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/actions/server/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4214,7 +4214,7 @@ "tags": [], "label": "options", "description": [], - "path": "x-pack/plugins/actions/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/actions/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4225,7 +4225,7 @@ "tags": [], "label": "notifyUsage", "description": [], - "path": "x-pack/plugins/actions/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/actions/server/plugin.ts", "deprecated": false, "trackAdoption": false } @@ -4244,7 +4244,7 @@ "signature": [ "(actionId: string, actionTypeId: string, options?: { notifyUsage: boolean; } | undefined) => boolean" ], - "path": "x-pack/plugins/actions/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/actions/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4258,7 +4258,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/actions/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/actions/server/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4273,7 +4273,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/actions/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/actions/server/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4285,7 +4285,7 @@ "tags": [], "label": "options", "description": [], - "path": "x-pack/plugins/actions/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/actions/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4296,7 +4296,7 @@ "tags": [], "label": "notifyUsage", "description": [], - "path": "x-pack/plugins/actions/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/actions/server/plugin.ts", "deprecated": false, "trackAdoption": false } @@ -4315,7 +4315,7 @@ "signature": [ "() => string[]" ], - "path": "x-pack/plugins/actions/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/actions/server/plugin.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -4355,7 +4355,7 @@ }, ">>" ], - "path": "x-pack/plugins/actions/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/actions/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4376,7 +4376,7 @@ }, "" ], - "path": "x-pack/plugins/actions/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/actions/server/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4418,7 +4418,7 @@ }, ">" ], - "path": "x-pack/plugins/actions/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/actions/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4439,7 +4439,7 @@ }, "" ], - "path": "x-pack/plugins/actions/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/actions/server/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4468,7 +4468,7 @@ "ActionTypeSecrets", ">[]" ], - "path": "x-pack/plugins/actions/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/actions/server/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -4489,7 +4489,7 @@ "text": "IUnsecuredActionsClient" } ], - "path": "x-pack/plugins/actions/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/actions/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -4509,7 +4509,7 @@ "ActionTypeParams", ">(actionTypeId: string, actionId: string, params: Params, variables: Record) => Params" ], - "path": "x-pack/plugins/actions/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/actions/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4523,7 +4523,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/actions/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/actions/server/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4538,7 +4538,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/actions/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/actions/server/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4553,7 +4553,7 @@ "signature": [ "Params" ], - "path": "x-pack/plugins/actions/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/actions/server/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4568,7 +4568,7 @@ "signature": [ "Record" ], - "path": "x-pack/plugins/actions/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/actions/server/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4586,7 +4586,7 @@ "signature": [ "(connectorId: string) => boolean" ], - "path": "x-pack/plugins/actions/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/actions/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4600,7 +4600,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/actions/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/actions/server/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4626,7 +4626,7 @@ "signature": [ "(ids: string[]) => boolean" ], - "path": "x-pack/plugins/actions/common/connector_feature_config.ts", + "path": "x-pack/platform/plugins/shared/actions/common/connector_feature_config.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4640,7 +4640,7 @@ "signature": [ "string[]" ], - "path": "x-pack/plugins/actions/common/connector_feature_config.ts", + "path": "x-pack/platform/plugins/shared/actions/common/connector_feature_config.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4659,7 +4659,7 @@ "signature": [ "(variables: Record) => { event: { kind: string; }; kibana?: { alert: { actionGroupName?: string | undefined; actionGroup?: string | undefined; context?: { [x: string]: Record; } | undefined; id?: string | undefined; }; } | undefined; rule?: { type?: string | undefined; space?: string | undefined; params?: { [x: string]: Record; } | undefined; name?: string | undefined; id?: string | undefined; } | undefined; message?: unknown; tags?: string[] | undefined; '@timestamp': string; } | null" ], - "path": "x-pack/plugins/actions/common/alert_history_schema.ts", + "path": "x-pack/platform/plugins/shared/actions/common/alert_history_schema.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4673,7 +4673,7 @@ "signature": [ "Record" ], - "path": "x-pack/plugins/actions/common/alert_history_schema.ts", + "path": "x-pack/platform/plugins/shared/actions/common/alert_history_schema.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4692,7 +4692,7 @@ "signature": [ "(featureIds: string[] | undefined) => string[]" ], - "path": "x-pack/plugins/actions/common/connector_feature_config.ts", + "path": "x-pack/platform/plugins/shared/actions/common/connector_feature_config.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4706,7 +4706,7 @@ "signature": [ "string[] | undefined" ], - "path": "x-pack/plugins/actions/common/connector_feature_config.ts", + "path": "x-pack/platform/plugins/shared/actions/common/connector_feature_config.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -4725,7 +4725,7 @@ "signature": [ "(id: string) => string" ], - "path": "x-pack/plugins/actions/common/connector_feature_config.ts", + "path": "x-pack/platform/plugins/shared/actions/common/connector_feature_config.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4739,7 +4739,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/actions/common/connector_feature_config.ts", + "path": "x-pack/platform/plugins/shared/actions/common/connector_feature_config.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4760,7 +4760,7 @@ "signature": [ "(string: string) => boolean" ], - "path": "x-pack/plugins/actions/common/mustache_template.ts", + "path": "x-pack/platform/plugins/shared/actions/common/mustache_template.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4774,7 +4774,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/actions/common/mustache_template.ts", + "path": "x-pack/platform/plugins/shared/actions/common/mustache_template.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4801,7 +4801,7 @@ }, "[]) => string | undefined" ], - "path": "x-pack/plugins/actions/common/validate_email_addresses.ts", + "path": "x-pack/platform/plugins/shared/actions/common/validate_email_addresses.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4822,7 +4822,7 @@ }, "[]" ], - "path": "x-pack/plugins/actions/common/validate_email_addresses.ts", + "path": "x-pack/platform/plugins/shared/actions/common/validate_email_addresses.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4841,7 +4841,7 @@ "signature": [ "(result: unknown) => boolean" ], - "path": "x-pack/plugins/actions/common/types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4855,7 +4855,7 @@ "signature": [ "unknown" ], - "path": "x-pack/plugins/actions/common/types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4890,7 +4890,7 @@ }, "[]" ], - "path": "x-pack/plugins/actions/common/validate_email_addresses.ts", + "path": "x-pack/platform/plugins/shared/actions/common/validate_email_addresses.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4904,7 +4904,7 @@ "signature": [ "string[] | null" ], - "path": "x-pack/plugins/actions/common/validate_email_addresses.ts", + "path": "x-pack/platform/plugins/shared/actions/common/validate_email_addresses.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -4919,7 +4919,7 @@ "signature": [ "string[]" ], - "path": "x-pack/plugins/actions/common/validate_email_addresses.ts", + "path": "x-pack/platform/plugins/shared/actions/common/validate_email_addresses.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4940,7 +4940,7 @@ "text": "ValidateEmailAddressesOptions" } ], - "path": "x-pack/plugins/actions/common/validate_email_addresses.ts", + "path": "x-pack/platform/plugins/shared/actions/common/validate_email_addresses.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4967,7 +4967,7 @@ }, "[]" ], - "path": "x-pack/plugins/actions/common/validate_email_addresses.ts", + "path": "x-pack/platform/plugins/shared/actions/common/validate_email_addresses.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4981,7 +4981,7 @@ "signature": [ "string[]" ], - "path": "x-pack/plugins/actions/common/validate_email_addresses.ts", + "path": "x-pack/platform/plugins/shared/actions/common/validate_email_addresses.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5000,7 +5000,7 @@ "signature": [ "(value: unknown) => void" ], - "path": "x-pack/plugins/actions/common/validate_empty_strings.ts", + "path": "x-pack/platform/plugins/shared/actions/common/validate_empty_strings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5014,7 +5014,7 @@ "signature": [ "unknown" ], - "path": "x-pack/plugins/actions/common/validate_empty_strings.ts", + "path": "x-pack/platform/plugins/shared/actions/common/validate_empty_strings.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5035,7 +5035,7 @@ "signature": [ "(strings: string[]) => string[]" ], - "path": "x-pack/plugins/actions/common/mustache_template.ts", + "path": "x-pack/platform/plugins/shared/actions/common/mustache_template.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5049,7 +5049,7 @@ "signature": [ "string[]" ], - "path": "x-pack/plugins/actions/common/mustache_template.ts", + "path": "x-pack/platform/plugins/shared/actions/common/mustache_template.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5067,7 +5067,7 @@ "tags": [], "label": "ActionsPublicConfigType", "description": [], - "path": "x-pack/plugins/actions/common/types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5081,7 +5081,7 @@ "signature": [ "string[]" ], - "path": "x-pack/plugins/actions/common/types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -5095,7 +5095,7 @@ "tags": [], "label": "ActionType", "description": [], - "path": "x-pack/plugins/actions/common/types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5106,7 +5106,7 @@ "tags": [], "label": "id", "description": [], - "path": "x-pack/plugins/actions/common/types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -5117,7 +5117,7 @@ "tags": [], "label": "name", "description": [], - "path": "x-pack/plugins/actions/common/types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -5128,7 +5128,7 @@ "tags": [], "label": "enabled", "description": [], - "path": "x-pack/plugins/actions/common/types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -5139,7 +5139,7 @@ "tags": [], "label": "enabledInConfig", "description": [], - "path": "x-pack/plugins/actions/common/types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -5150,7 +5150,7 @@ "tags": [], "label": "enabledInLicense", "description": [], - "path": "x-pack/plugins/actions/common/types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -5164,7 +5164,7 @@ "signature": [ "\"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\"" ], - "path": "x-pack/plugins/actions/common/types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -5178,7 +5178,7 @@ "signature": [ "string[]" ], - "path": "x-pack/plugins/actions/common/types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -5189,7 +5189,7 @@ "tags": [], "label": "isSystemActionType", "description": [], - "path": "x-pack/plugins/actions/common/types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -5213,7 +5213,7 @@ }, "" ], - "path": "x-pack/plugins/actions/common/types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5224,7 +5224,7 @@ "tags": [], "label": "actionId", "description": [], - "path": "x-pack/plugins/actions/common/types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -5238,7 +5238,7 @@ "signature": [ "\"ok\" | \"error\"" ], - "path": "x-pack/plugins/actions/common/types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -5252,7 +5252,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/actions/common/types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -5266,7 +5266,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/actions/common/types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -5280,7 +5280,7 @@ "signature": [ "Data | undefined" ], - "path": "x-pack/plugins/actions/common/types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -5294,7 +5294,7 @@ "signature": [ "boolean | Date | null | undefined" ], - "path": "x-pack/plugins/actions/common/types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -5315,7 +5315,7 @@ }, " | undefined" ], - "path": "x-pack/plugins/actions/common/types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -5329,7 +5329,7 @@ "tags": [], "label": "GetGlobalExecutionKPIParams", "description": [], - "path": "x-pack/plugins/actions/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5340,7 +5340,7 @@ "tags": [], "label": "dateStart", "description": [], - "path": "x-pack/plugins/actions/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false }, @@ -5354,7 +5354,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/actions/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false }, @@ -5368,7 +5368,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/actions/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false }, @@ -5382,7 +5382,7 @@ "signature": [ "(string | undefined)[] | undefined" ], - "path": "x-pack/plugins/actions/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false } @@ -5396,7 +5396,7 @@ "tags": [], "label": "GetGlobalExecutionLogParams", "description": [], - "path": "x-pack/plugins/actions/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5407,7 +5407,7 @@ "tags": [], "label": "dateStart", "description": [], - "path": "x-pack/plugins/actions/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false }, @@ -5421,7 +5421,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/actions/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false }, @@ -5435,7 +5435,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/actions/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false }, @@ -5446,7 +5446,7 @@ "tags": [], "label": "page", "description": [], - "path": "x-pack/plugins/actions/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false }, @@ -5457,7 +5457,7 @@ "tags": [], "label": "perPage", "description": [], - "path": "x-pack/plugins/actions/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false }, @@ -5474,7 +5474,7 @@ "SortCombinations", "[]" ], - "path": "x-pack/plugins/actions/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false }, @@ -5488,7 +5488,7 @@ "signature": [ "(string | undefined)[] | undefined" ], - "path": "x-pack/plugins/actions/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false } @@ -5502,7 +5502,7 @@ "tags": [], "label": "IExecutionLog", "description": [], - "path": "x-pack/plugins/actions/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5513,7 +5513,7 @@ "tags": [], "label": "id", "description": [], - "path": "x-pack/plugins/actions/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false }, @@ -5524,7 +5524,7 @@ "tags": [], "label": "timestamp", "description": [], - "path": "x-pack/plugins/actions/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false }, @@ -5535,7 +5535,7 @@ "tags": [], "label": "duration_ms", "description": [], - "path": "x-pack/plugins/actions/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false }, @@ -5546,7 +5546,7 @@ "tags": [], "label": "status", "description": [], - "path": "x-pack/plugins/actions/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false }, @@ -5557,7 +5557,7 @@ "tags": [], "label": "message", "description": [], - "path": "x-pack/plugins/actions/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false }, @@ -5568,7 +5568,7 @@ "tags": [], "label": "version", "description": [], - "path": "x-pack/plugins/actions/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false }, @@ -5579,7 +5579,7 @@ "tags": [], "label": "schedule_delay_ms", "description": [], - "path": "x-pack/plugins/actions/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false }, @@ -5593,7 +5593,7 @@ "signature": [ "string[]" ], - "path": "x-pack/plugins/actions/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false }, @@ -5604,7 +5604,7 @@ "tags": [], "label": "connector_name", "description": [], - "path": "x-pack/plugins/actions/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false }, @@ -5615,7 +5615,7 @@ "tags": [], "label": "connector_id", "description": [], - "path": "x-pack/plugins/actions/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false }, @@ -5626,7 +5626,7 @@ "tags": [], "label": "timed_out", "description": [], - "path": "x-pack/plugins/actions/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false }, @@ -5637,7 +5637,7 @@ "tags": [], "label": "source", "description": [], - "path": "x-pack/plugins/actions/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false } @@ -5651,7 +5651,7 @@ "tags": [], "label": "IExecutionLogResult", "description": [], - "path": "x-pack/plugins/actions/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5662,7 +5662,7 @@ "tags": [], "label": "total", "description": [], - "path": "x-pack/plugins/actions/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false }, @@ -5683,7 +5683,7 @@ }, "[]" ], - "path": "x-pack/plugins/actions/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false } @@ -5697,7 +5697,7 @@ "tags": [], "label": "ValidatedEmail", "description": [], - "path": "x-pack/plugins/actions/common/types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5708,7 +5708,7 @@ "tags": [], "label": "address", "description": [], - "path": "x-pack/plugins/actions/common/types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -5719,7 +5719,7 @@ "tags": [], "label": "valid", "description": [], - "path": "x-pack/plugins/actions/common/types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -5740,7 +5740,7 @@ }, " | undefined" ], - "path": "x-pack/plugins/actions/common/types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -5756,7 +5756,7 @@ "description": [ "Options that can be used when validating email addresses" ], - "path": "x-pack/plugins/actions/common/validate_email_addresses.ts", + "path": "x-pack/platform/plugins/shared/actions/common/validate_email_addresses.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5772,7 +5772,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/plugins/actions/common/validate_email_addresses.ts", + "path": "x-pack/platform/plugins/shared/actions/common/validate_email_addresses.ts", "deprecated": false, "trackAdoption": false } @@ -5788,7 +5788,7 @@ "tags": [], "label": "InvalidEmailReason", "description": [], - "path": "x-pack/plugins/actions/common/types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5805,7 +5805,7 @@ "signature": [ "\"actions\"" ], - "path": "x-pack/plugins/actions/common/index.ts", + "path": "x-pack/platform/plugins/shared/actions/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5827,7 +5827,7 @@ }, " & { error?: Error | undefined; }" ], - "path": "x-pack/plugins/actions/common/types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5842,7 +5842,7 @@ "signature": [ "\"kibana-alert-history-\"" ], - "path": "x-pack/plugins/actions/common/alert_history_schema.ts", + "path": "x-pack/platform/plugins/shared/actions/common/alert_history_schema.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5854,7 +5854,7 @@ "tags": [], "label": "AlertHistoryDefaultIndexName", "description": [], - "path": "x-pack/plugins/actions/common/alert_history_schema.ts", + "path": "x-pack/platform/plugins/shared/actions/common/alert_history_schema.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5869,7 +5869,7 @@ "signature": [ "Readonly<{ event: { kind: string; }; kibana?: { alert: { actionGroupName?: string | undefined; actionGroup?: string | undefined; context?: { [x: string]: Record; } | undefined; id?: string | undefined; }; } | undefined; rule?: { type?: string | undefined; space?: string | undefined; params?: { [x: string]: Record; } | undefined; name?: string | undefined; id?: string | undefined; } | undefined; message?: unknown; tags?: string[] | undefined; '@timestamp': string; }> | null" ], - "path": "x-pack/plugins/actions/common/alert_history_schema.ts", + "path": "x-pack/platform/plugins/shared/actions/common/alert_history_schema.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5884,7 +5884,7 @@ "signature": [ "\"preconfigured-alert-history-es-index\"" ], - "path": "x-pack/plugins/actions/common/alert_history_schema.ts", + "path": "x-pack/platform/plugins/shared/actions/common/alert_history_schema.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5899,7 +5899,7 @@ "signature": [ "\"alerting\"" ], - "path": "x-pack/plugins/actions/common/connector_feature_config.ts", + "path": "x-pack/platform/plugins/shared/actions/common/connector_feature_config.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5922,7 +5922,7 @@ }, " : T[K]; }" ], - "path": "packages/kbn-actions-types/rewrite_request_case_types.ts", + "path": "src/platform/packages/shared/kbn-actions-types/rewrite_request_case_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5937,7 +5937,7 @@ "signature": [ "\"/api/actions\"" ], - "path": "x-pack/plugins/actions/common/index.ts", + "path": "x-pack/platform/plugins/shared/actions/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5952,7 +5952,7 @@ "signature": [ "\"cases\"" ], - "path": "x-pack/plugins/actions/common/connector_feature_config.ts", + "path": "x-pack/platform/plugins/shared/actions/common/connector_feature_config.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5967,7 +5967,7 @@ "signature": [ "\"https://login.microsoftonline.com\"" ], - "path": "x-pack/plugins/actions/common/index.ts", + "path": "x-pack/platform/plugins/shared/actions/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5982,7 +5982,7 @@ "signature": [ "\"https://graph.microsoft.com/.default\"" ], - "path": "x-pack/plugins/actions/common/index.ts", + "path": "x-pack/platform/plugins/shared/actions/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5997,7 +5997,7 @@ "signature": [ "\"https://graph.microsoft.com/v1.0\"" ], - "path": "x-pack/plugins/actions/common/index.ts", + "path": "x-pack/platform/plugins/shared/actions/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6012,7 +6012,7 @@ "signature": [ "\"timestamp\" | \"execution_duration\" | \"schedule_delay\"" ], - "path": "x-pack/plugins/actions/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6027,7 +6027,7 @@ "signature": [ "\"generativeAIForObservability\"" ], - "path": "x-pack/plugins/actions/common/connector_feature_config.ts", + "path": "x-pack/platform/plugins/shared/actions/common/connector_feature_config.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6042,7 +6042,7 @@ "signature": [ "\"generativeAIForSearchPlayground\"" ], - "path": "x-pack/plugins/actions/common/connector_feature_config.ts", + "path": "x-pack/platform/plugins/shared/actions/common/connector_feature_config.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6057,7 +6057,7 @@ "signature": [ "\"generativeAIForSecurity\"" ], - "path": "x-pack/plugins/actions/common/connector_feature_config.ts", + "path": "x-pack/platform/plugins/shared/actions/common/connector_feature_config.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6072,7 +6072,7 @@ "signature": [ "{ success: number; unknown: number; failure: number; warning: number; }" ], - "path": "x-pack/plugins/actions/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6087,7 +6087,7 @@ "signature": [ "\"/internal/actions\"" ], - "path": "x-pack/plugins/actions/common/index.ts", + "path": "x-pack/platform/plugins/shared/actions/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6110,7 +6110,7 @@ }, ") => T" ], - "path": "packages/kbn-actions-types/rewrite_request_case_types.ts", + "path": "src/platform/packages/shared/kbn-actions-types/rewrite_request_case_types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -6133,7 +6133,7 @@ }, " : T[K]; }" ], - "path": "packages/kbn-actions-types/rewrite_request_case_types.ts", + "path": "src/platform/packages/shared/kbn-actions-types/rewrite_request_case_types.ts", "deprecated": false, "trackAdoption": false } @@ -6166,7 +6166,7 @@ }, "" ], - "path": "packages/kbn-actions-types/rewrite_request_case_types.ts", + "path": "src/platform/packages/shared/kbn-actions-types/rewrite_request_case_types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -6181,7 +6181,7 @@ "signature": [ "T" ], - "path": "packages/kbn-actions-types/rewrite_request_case_types.ts", + "path": "src/platform/packages/shared/kbn-actions-types/rewrite_request_case_types.ts", "deprecated": false, "trackAdoption": false } @@ -6198,7 +6198,7 @@ "signature": [ "\"siem\"" ], - "path": "x-pack/plugins/actions/common/connector_feature_config.ts", + "path": "x-pack/platform/plugins/shared/actions/common/connector_feature_config.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6213,7 +6213,7 @@ "signature": [ "\"uptime\"" ], - "path": "x-pack/plugins/actions/common/connector_feature_config.ts", + "path": "x-pack/platform/plugins/shared/actions/common/connector_feature_config.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6227,7 +6227,7 @@ "tags": [], "label": "AlertingConnectorFeature", "description": [], - "path": "x-pack/plugins/actions/common/connector_feature_config.ts", + "path": "x-pack/platform/plugins/shared/actions/common/connector_feature_config.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6238,7 +6238,7 @@ "tags": [], "label": "id", "description": [], - "path": "x-pack/plugins/actions/common/connector_feature_config.ts", + "path": "x-pack/platform/plugins/shared/actions/common/connector_feature_config.ts", "deprecated": false, "trackAdoption": false }, @@ -6249,7 +6249,7 @@ "tags": [], "label": "name", "description": [], - "path": "x-pack/plugins/actions/common/connector_feature_config.ts", + "path": "x-pack/platform/plugins/shared/actions/common/connector_feature_config.ts", "deprecated": false, "trackAdoption": false }, @@ -6260,7 +6260,7 @@ "tags": [], "label": "compatibility", "description": [], - "path": "x-pack/plugins/actions/common/connector_feature_config.ts", + "path": "x-pack/platform/plugins/shared/actions/common/connector_feature_config.ts", "deprecated": false, "trackAdoption": false } @@ -6274,7 +6274,7 @@ "tags": [], "label": "CasesConnectorFeature", "description": [], - "path": "x-pack/plugins/actions/common/connector_feature_config.ts", + "path": "x-pack/platform/plugins/shared/actions/common/connector_feature_config.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6285,7 +6285,7 @@ "tags": [], "label": "id", "description": [], - "path": "x-pack/plugins/actions/common/connector_feature_config.ts", + "path": "x-pack/platform/plugins/shared/actions/common/connector_feature_config.ts", "deprecated": false, "trackAdoption": false }, @@ -6296,7 +6296,7 @@ "tags": [], "label": "name", "description": [], - "path": "x-pack/plugins/actions/common/connector_feature_config.ts", + "path": "x-pack/platform/plugins/shared/actions/common/connector_feature_config.ts", "deprecated": false, "trackAdoption": false }, @@ -6307,7 +6307,7 @@ "tags": [], "label": "compatibility", "description": [], - "path": "x-pack/plugins/actions/common/connector_feature_config.ts", + "path": "x-pack/platform/plugins/shared/actions/common/connector_feature_config.ts", "deprecated": false, "trackAdoption": false } @@ -6321,7 +6321,7 @@ "tags": [], "label": "EMPTY_EXECUTION_KPI_RESULT", "description": [], - "path": "x-pack/plugins/actions/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6332,7 +6332,7 @@ "tags": [], "label": "success", "description": [], - "path": "x-pack/plugins/actions/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false }, @@ -6343,7 +6343,7 @@ "tags": [], "label": "unknown", "description": [], - "path": "x-pack/plugins/actions/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false }, @@ -6354,7 +6354,7 @@ "tags": [], "label": "failure", "description": [], - "path": "x-pack/plugins/actions/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false }, @@ -6365,7 +6365,7 @@ "tags": [], "label": "warning", "description": [], - "path": "x-pack/plugins/actions/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false } @@ -6382,7 +6382,7 @@ "signature": [ "readonly [\"timestamp\", \"execution_duration\", \"schedule_delay\"]" ], - "path": "x-pack/plugins/actions/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6394,7 +6394,7 @@ "tags": [], "label": "GenerativeAIForObservabilityFeature", "description": [], - "path": "x-pack/plugins/actions/common/connector_feature_config.ts", + "path": "x-pack/platform/plugins/shared/actions/common/connector_feature_config.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6405,7 +6405,7 @@ "tags": [], "label": "id", "description": [], - "path": "x-pack/plugins/actions/common/connector_feature_config.ts", + "path": "x-pack/platform/plugins/shared/actions/common/connector_feature_config.ts", "deprecated": false, "trackAdoption": false }, @@ -6416,7 +6416,7 @@ "tags": [], "label": "name", "description": [], - "path": "x-pack/plugins/actions/common/connector_feature_config.ts", + "path": "x-pack/platform/plugins/shared/actions/common/connector_feature_config.ts", "deprecated": false, "trackAdoption": false }, @@ -6427,7 +6427,7 @@ "tags": [], "label": "compatibility", "description": [], - "path": "x-pack/plugins/actions/common/connector_feature_config.ts", + "path": "x-pack/platform/plugins/shared/actions/common/connector_feature_config.ts", "deprecated": false, "trackAdoption": false } @@ -6441,7 +6441,7 @@ "tags": [], "label": "GenerativeAIForSearchPlaygroundFeature", "description": [], - "path": "x-pack/plugins/actions/common/connector_feature_config.ts", + "path": "x-pack/platform/plugins/shared/actions/common/connector_feature_config.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6452,7 +6452,7 @@ "tags": [], "label": "id", "description": [], - "path": "x-pack/plugins/actions/common/connector_feature_config.ts", + "path": "x-pack/platform/plugins/shared/actions/common/connector_feature_config.ts", "deprecated": false, "trackAdoption": false }, @@ -6463,7 +6463,7 @@ "tags": [], "label": "name", "description": [], - "path": "x-pack/plugins/actions/common/connector_feature_config.ts", + "path": "x-pack/platform/plugins/shared/actions/common/connector_feature_config.ts", "deprecated": false, "trackAdoption": false }, @@ -6474,7 +6474,7 @@ "tags": [], "label": "compatibility", "description": [], - "path": "x-pack/plugins/actions/common/connector_feature_config.ts", + "path": "x-pack/platform/plugins/shared/actions/common/connector_feature_config.ts", "deprecated": false, "trackAdoption": false } @@ -6488,7 +6488,7 @@ "tags": [], "label": "GenerativeAIForSecurityFeature", "description": [], - "path": "x-pack/plugins/actions/common/connector_feature_config.ts", + "path": "x-pack/platform/plugins/shared/actions/common/connector_feature_config.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6499,7 +6499,7 @@ "tags": [], "label": "id", "description": [], - "path": "x-pack/plugins/actions/common/connector_feature_config.ts", + "path": "x-pack/platform/plugins/shared/actions/common/connector_feature_config.ts", "deprecated": false, "trackAdoption": false }, @@ -6510,7 +6510,7 @@ "tags": [], "label": "name", "description": [], - "path": "x-pack/plugins/actions/common/connector_feature_config.ts", + "path": "x-pack/platform/plugins/shared/actions/common/connector_feature_config.ts", "deprecated": false, "trackAdoption": false }, @@ -6521,7 +6521,7 @@ "tags": [], "label": "compatibility", "description": [], - "path": "x-pack/plugins/actions/common/connector_feature_config.ts", + "path": "x-pack/platform/plugins/shared/actions/common/connector_feature_config.ts", "deprecated": false, "trackAdoption": false } @@ -6538,7 +6538,7 @@ "signature": [ "RegExp" ], - "path": "x-pack/plugins/actions/common/mustache_template.ts", + "path": "x-pack/platform/plugins/shared/actions/common/mustache_template.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6550,7 +6550,7 @@ "tags": [], "label": "SecuritySolutionFeature", "description": [], - "path": "x-pack/plugins/actions/common/connector_feature_config.ts", + "path": "x-pack/platform/plugins/shared/actions/common/connector_feature_config.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6561,7 +6561,7 @@ "tags": [], "label": "id", "description": [], - "path": "x-pack/plugins/actions/common/connector_feature_config.ts", + "path": "x-pack/platform/plugins/shared/actions/common/connector_feature_config.ts", "deprecated": false, "trackAdoption": false }, @@ -6572,7 +6572,7 @@ "tags": [], "label": "name", "description": [], - "path": "x-pack/plugins/actions/common/connector_feature_config.ts", + "path": "x-pack/platform/plugins/shared/actions/common/connector_feature_config.ts", "deprecated": false, "trackAdoption": false }, @@ -6583,7 +6583,7 @@ "tags": [], "label": "compatibility", "description": [], - "path": "x-pack/plugins/actions/common/connector_feature_config.ts", + "path": "x-pack/platform/plugins/shared/actions/common/connector_feature_config.ts", "deprecated": false, "trackAdoption": false } @@ -6597,7 +6597,7 @@ "tags": [], "label": "UptimeConnectorFeature", "description": [], - "path": "x-pack/plugins/actions/common/connector_feature_config.ts", + "path": "x-pack/platform/plugins/shared/actions/common/connector_feature_config.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6608,7 +6608,7 @@ "tags": [], "label": "id", "description": [], - "path": "x-pack/plugins/actions/common/connector_feature_config.ts", + "path": "x-pack/platform/plugins/shared/actions/common/connector_feature_config.ts", "deprecated": false, "trackAdoption": false }, @@ -6619,7 +6619,7 @@ "tags": [], "label": "name", "description": [], - "path": "x-pack/plugins/actions/common/connector_feature_config.ts", + "path": "x-pack/platform/plugins/shared/actions/common/connector_feature_config.ts", "deprecated": false, "trackAdoption": false }, @@ -6630,7 +6630,7 @@ "tags": [], "label": "compatibility", "description": [], - "path": "x-pack/plugins/actions/common/connector_feature_config.ts", + "path": "x-pack/platform/plugins/shared/actions/common/connector_feature_config.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/alerting.devdocs.json b/api_docs/alerting.devdocs.json index 7e168f7bf1120..ba2a7e7ec8c98 100644 --- a/api_docs/alerting.devdocs.json +++ b/api_docs/alerting.devdocs.json @@ -26,7 +26,7 @@ }, ") => string | undefined" ], - "path": "x-pack/plugins/alerting/public/alert_navigation_registry/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/public/alert_navigation_registry/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [ @@ -61,7 +61,7 @@ }, "[]; }" ], - "path": "x-pack/plugins/alerting/public/alert_navigation_registry/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/public/alert_navigation_registry/types.ts", "deprecated": false, "trackAdoption": false } @@ -77,7 +77,7 @@ "tags": [], "label": "PluginSetupContract", "description": [], - "path": "x-pack/plugins/alerting/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/alerting/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -104,7 +104,7 @@ }, ") => void" ], - "path": "x-pack/plugins/alerting/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/alerting/public/plugin.ts", "deprecated": true, "trackAdoption": false, "references": [ @@ -114,23 +114,23 @@ }, { "plugin": "stackAlerts", - "path": "x-pack/plugins/stack_alerts/public/rule_types/es_query/index.ts" + "path": "x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/index.ts" }, { "plugin": "stackAlerts", - "path": "x-pack/plugins/stack_alerts/public/rule_types/es_query/index.ts" + "path": "x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/index.ts" }, { "plugin": "stackAlerts", - "path": "x-pack/plugins/stack_alerts/public/rule_types/es_query/index.ts" + "path": "x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/index.ts" }, { "plugin": "stackAlerts", - "path": "x-pack/plugins/stack_alerts/public/rule_types/es_query/index.ts" + "path": "x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/index.ts" }, { "plugin": "stackAlerts", - "path": "x-pack/plugins/stack_alerts/public/rule_types/es_query/index.ts" + "path": "x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/index.ts" } ], "children": [ @@ -146,7 +146,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/alerting/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/alerting/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -163,7 +163,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/alerting/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/alerting/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -186,7 +186,7 @@ "text": "AlertNavigationHandler" } ], - "path": "x-pack/plugins/alerting/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/alerting/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -216,7 +216,7 @@ }, ") => void" ], - "path": "x-pack/plugins/alerting/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/alerting/public/plugin.ts", "deprecated": true, "trackAdoption": false, "references": [], @@ -233,7 +233,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/alerting/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/alerting/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -256,7 +256,7 @@ "text": "AlertNavigationHandler" } ], - "path": "x-pack/plugins/alerting/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/alerting/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -275,7 +275,7 @@ "tags": [], "label": "PluginStartContract", "description": [], - "path": "x-pack/plugins/alerting/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/alerting/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -289,7 +289,7 @@ "signature": [ "(ruleId: string) => Promise" ], - "path": "x-pack/plugins/alerting/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/alerting/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -303,7 +303,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/alerting/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/alerting/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -321,7 +321,7 @@ "signature": [ "() => number" ], - "path": "x-pack/plugins/alerting/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/alerting/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -341,7 +341,7 @@ "tags": [], "label": "AlertingAuthorization", "description": [], - "path": "x-pack/plugins/alerting/server/authorization/alerting_authorization.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/authorization/alerting_authorization.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -355,7 +355,7 @@ "signature": [ "any" ], - "path": "x-pack/plugins/alerting/server/authorization/alerting_authorization.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/authorization/alerting_authorization.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -369,7 +369,7 @@ "signature": [ "ConstructorOptions" ], - "path": "x-pack/plugins/alerting/server/authorization/alerting_authorization.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/authorization/alerting_authorization.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -387,7 +387,7 @@ "signature": [ "() => string | undefined" ], - "path": "x-pack/plugins/alerting/server/authorization/alerting_authorization.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/authorization/alerting_authorization.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -429,7 +429,7 @@ "RegistryAlertTypeWithAuth", ">; }>" ], - "path": "x-pack/plugins/alerting/server/authorization/alerting_authorization.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/authorization/alerting_authorization.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -443,7 +443,7 @@ "signature": [ "readonly string[]" ], - "path": "x-pack/plugins/alerting/server/authorization/alerting_authorization.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/authorization/alerting_authorization.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -474,7 +474,7 @@ }, ")[]" ], - "path": "x-pack/plugins/alerting/server/authorization/alerting_authorization.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/authorization/alerting_authorization.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -495,7 +495,7 @@ "text": "AlertingAuthorizationEntity" } ], - "path": "x-pack/plugins/alerting/server/authorization/alerting_authorization.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/authorization/alerting_authorization.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -515,7 +515,7 @@ "EnsureAuthorizedOpts", ") => Promise" ], - "path": "x-pack/plugins/alerting/server/authorization/alerting_authorization.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/authorization/alerting_authorization.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -529,7 +529,7 @@ "signature": [ "EnsureAuthorizedOpts" ], - "path": "x-pack/plugins/alerting/server/authorization/alerting_authorization.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/authorization/alerting_authorization.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -573,7 +573,7 @@ }, " | undefined; ensureRuleTypeIsAuthorized: (ruleTypeId: string, consumer: string, auth: string) => void; }>" ], - "path": "x-pack/plugins/alerting/server/authorization/alerting_authorization.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/authorization/alerting_authorization.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -593,7 +593,7 @@ "text": "AlertingAuthorizationEntity" } ], - "path": "x-pack/plugins/alerting/server/authorization/alerting_authorization.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/authorization/alerting_authorization.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -608,7 +608,7 @@ "signature": [ "AlertingAuthorizationFilterOpts" ], - "path": "x-pack/plugins/alerting/server/authorization/alerting_authorization.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/authorization/alerting_authorization.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -623,7 +623,7 @@ "signature": [ "Set | undefined" ], - "path": "x-pack/plugins/alerting/server/authorization/alerting_authorization.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/authorization/alerting_authorization.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -651,7 +651,7 @@ "RegistryAlertTypeWithAuth", "[]>" ], - "path": "x-pack/plugins/alerting/server/authorization/alerting_authorization.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/authorization/alerting_authorization.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -671,7 +671,7 @@ "text": "AlertingAuthorizationEntity" } ], - "path": "x-pack/plugins/alerting/server/authorization/alerting_authorization.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/authorization/alerting_authorization.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -686,7 +686,7 @@ "signature": [ "Set | undefined" ], - "path": "x-pack/plugins/alerting/server/authorization/alerting_authorization.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/authorization/alerting_authorization.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -746,7 +746,7 @@ }, " | undefined; ensureRuleTypeIsAuthorized: (ruleTypeId: string, consumer: string, auth: string) => void; }>" ], - "path": "x-pack/plugins/alerting/server/authorization/alerting_authorization.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/authorization/alerting_authorization.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -766,7 +766,7 @@ "text": "AlertingAuthorizationEntity" } ], - "path": "x-pack/plugins/alerting/server/authorization/alerting_authorization.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/authorization/alerting_authorization.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -781,7 +781,7 @@ "signature": [ "AlertingAuthorizationFilterOpts" ], - "path": "x-pack/plugins/alerting/server/authorization/alerting_authorization.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/authorization/alerting_authorization.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -810,7 +810,7 @@ "text": "WriteOperations" } ], - "path": "x-pack/plugins/alerting/server/authorization/alerting_authorization.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/authorization/alerting_authorization.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -825,7 +825,7 @@ "signature": [ "Set | undefined" ], - "path": "x-pack/plugins/alerting/server/authorization/alerting_authorization.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/authorization/alerting_authorization.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -871,7 +871,7 @@ "RegistryAlertTypeWithAuth", ">>" ], - "path": "x-pack/plugins/alerting/server/authorization/alerting_authorization.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/authorization/alerting_authorization.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -887,7 +887,7 @@ "RegistryRuleType", ">" ], - "path": "x-pack/plugins/alerting/server/authorization/alerting_authorization.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/authorization/alerting_authorization.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -918,7 +918,7 @@ }, ")[]" ], - "path": "x-pack/plugins/alerting/server/authorization/alerting_authorization.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/authorization/alerting_authorization.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -939,7 +939,7 @@ "text": "AlertingAuthorizationEntity" } ], - "path": "x-pack/plugins/alerting/server/authorization/alerting_authorization.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/authorization/alerting_authorization.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -967,7 +967,7 @@ }, " extends Error" ], - "path": "x-pack/plugins/alerting/server/alerts_client/alerts_client_error.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/alerts_client/alerts_client_error.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -981,7 +981,7 @@ "signature": [ "any" ], - "path": "x-pack/plugins/alerting/server/alerts_client/alerts_client_error.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/alerts_client/alerts_client_error.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1007,7 +1007,7 @@ }, " extends Error" ], - "path": "x-pack/plugins/alerting/server/alerts_service/lib/install_with_timeout.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/alerts_service/lib/install_with_timeout.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1021,7 +1021,7 @@ "signature": [ "any" ], - "path": "x-pack/plugins/alerting/server/alerts_service/lib/install_with_timeout.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/alerts_service/lib/install_with_timeout.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1046,7 +1046,7 @@ "CreateConcreteWriteIndexOpts", ") => Promise" ], - "path": "x-pack/plugins/alerting/server/alerts_service/lib/create_concrete_write_index.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/alerts_service/lib/create_concrete_write_index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1060,7 +1060,7 @@ "signature": [ "CreateConcreteWriteIndexOpts" ], - "path": "x-pack/plugins/alerting/server/alerts_service/lib/create_concrete_write_index.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/alerts_service/lib/create_concrete_write_index.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1079,7 +1079,7 @@ "signature": [ "({ logger, esClient, template, totalFieldsLimit, }: CreateOrUpdateComponentTemplateOpts) => Promise" ], - "path": "x-pack/plugins/alerting/server/alerts_service/lib/create_or_update_component_template.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/alerts_service/lib/create_or_update_component_template.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1093,7 +1093,7 @@ "signature": [ "CreateOrUpdateComponentTemplateOpts" ], - "path": "x-pack/plugins/alerting/server/alerts_service/lib/create_or_update_component_template.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/alerts_service/lib/create_or_update_component_template.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1114,7 +1114,7 @@ "signature": [ "({ logger, esClient, name, policy, dataStreamAdapter, }: CreateOrUpdateIlmPolicyOpts) => Promise" ], - "path": "x-pack/plugins/alerting/server/alerts_service/lib/create_or_update_ilm_policy.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/alerts_service/lib/create_or_update_ilm_policy.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1128,7 +1128,7 @@ "signature": [ "CreateOrUpdateIlmPolicyOpts" ], - "path": "x-pack/plugins/alerting/server/alerts_service/lib/create_or_update_ilm_policy.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/alerts_service/lib/create_or_update_ilm_policy.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1149,7 +1149,7 @@ "signature": [ "({ logger, esClient, template, }: CreateOrUpdateIndexTemplateOpts) => Promise" ], - "path": "x-pack/plugins/alerting/server/alerts_service/lib/create_or_update_index_template.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/alerts_service/lib/create_or_update_index_template.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1163,7 +1163,7 @@ "signature": [ "CreateOrUpdateIndexTemplateOpts" ], - "path": "x-pack/plugins/alerting/server/alerts_service/lib/create_or_update_index_template.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/alerts_service/lib/create_or_update_index_template.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1183,7 +1183,7 @@ "({ fieldMap, context, name, dynamic, includeSettings, }: GetComponentTemplateOpts) => ", "ClusterPutComponentTemplateRequest" ], - "path": "x-pack/plugins/alerting/server/alerts_service/resource_installer_utils.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/alerts_service/resource_installer_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1197,7 +1197,7 @@ "signature": [ "GetComponentTemplateOpts" ], - "path": "x-pack/plugins/alerting/server/alerts_service/resource_installer_utils.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/alerts_service/resource_installer_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1225,7 +1225,7 @@ "text": "DataStreamAdapter" } ], - "path": "x-pack/plugins/alerting/server/alerts_service/lib/data_stream_adapter.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/alerts_service/lib/data_stream_adapter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1239,7 +1239,7 @@ "signature": [ "GetDataStreamAdapterOpts" ], - "path": "x-pack/plugins/alerting/server/alerts_service/lib/data_stream_adapter.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/alerts_service/lib/data_stream_adapter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1260,7 +1260,7 @@ "ElasticsearchError", ") => string" ], - "path": "x-pack/plugins/alerting/server/lib/errors/es_error_parser.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/lib/errors/es_error_parser.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1274,7 +1274,7 @@ "signature": [ "ElasticsearchError" ], - "path": "x-pack/plugins/alerting/server/lib/errors/es_error_parser.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/lib/errors/es_error_parser.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1294,7 +1294,7 @@ "({ componentTemplateRefs, ilmPolicyName, indexPatterns, kibanaVersion, namespace, totalFieldsLimit, dataStreamAdapter, }: GetIndexTemplateOpts) => ", "IndicesPutIndexTemplateRequest" ], - "path": "x-pack/plugins/alerting/server/alerts_service/lib/create_or_update_index_template.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/alerts_service/lib/create_or_update_index_template.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1308,7 +1308,7 @@ "signature": [ "GetIndexTemplateOpts" ], - "path": "x-pack/plugins/alerting/server/alerts_service/lib/create_or_update_index_template.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/alerts_service/lib/create_or_update_index_template.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1327,7 +1327,7 @@ "signature": [ "({ description, installFn, pluginStop$, logger, timeoutMs, }: InstallWithTimeoutOpts) => Promise" ], - "path": "x-pack/plugins/alerting/server/alerts_service/lib/install_with_timeout.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/alerts_service/lib/install_with_timeout.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1341,7 +1341,7 @@ "signature": [ "InstallWithTimeoutOpts" ], - "path": "x-pack/plugins/alerting/server/alerts_service/lib/install_with_timeout.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/alerts_service/lib/install_with_timeout.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1360,7 +1360,7 @@ "signature": [ "(rule: RuleSnoozeProps) => boolean" ], - "path": "x-pack/plugins/alerting/server/lib/is_rule_snoozed.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/lib/is_rule_snoozed.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1374,7 +1374,7 @@ "signature": [ "RuleSnoozeProps" ], - "path": "x-pack/plugins/alerting/server/lib/is_rule_snoozed.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/lib/is_rule_snoozed.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1393,7 +1393,7 @@ "signature": [ "(indexName: string) => boolean" ], - "path": "x-pack/plugins/alerting/server/alerts_service/lib/is_valid_alert_index_name.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/alerts_service/lib/is_valid_alert_index_name.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1407,7 +1407,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/alerting/server/alerts_service/lib/is_valid_alert_index_name.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/alerts_service/lib/is_valid_alert_index_name.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1426,7 +1426,7 @@ "signature": [ "(duration: string) => number" ], - "path": "x-pack/plugins/alerting/common/parse_duration.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/parse_duration.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1440,7 +1440,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/alerting/common/parse_duration.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/parse_duration.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1471,7 +1471,7 @@ "BulkResponse", ", unknown>" ], - "path": "x-pack/plugins/alerting/server/alerts_client/lib/sanitize_bulk_response.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/alerts_client/lib/sanitize_bulk_response.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1490,7 +1490,7 @@ "BulkResponse", ", unknown>" ], - "path": "x-pack/plugins/alerting/server/alerts_client/lib/sanitize_bulk_response.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/alerts_client/lib/sanitize_bulk_response.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1518,7 +1518,7 @@ }, "" ], - "path": "packages/kbn-alerting-types/action_group_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/action_group_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1532,7 +1532,7 @@ "signature": [ "ActionGroupIds" ], - "path": "packages/kbn-alerting-types/action_group_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/action_group_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1543,7 +1543,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/kbn-alerting-types/action_group_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/action_group_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1564,7 +1564,7 @@ }, " | undefined" ], - "path": "packages/kbn-alerting-types/action_group_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/action_group_types.ts", "deprecated": false, "trackAdoption": false } @@ -1578,7 +1578,7 @@ "tags": [], "label": "AlertingApiRequestHandlerContext", "description": [], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1599,7 +1599,7 @@ "text": "RulesClient" } ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1616,7 +1616,7 @@ "(withoutAuth?: boolean | undefined) => ", "RulesSettingsClient" ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1630,7 +1630,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1649,7 +1649,7 @@ "() => ", "MaintenanceWindowClient" ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1667,7 +1667,7 @@ "RegistryRuleType", ">" ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -1691,7 +1691,7 @@ }, ">" ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1707,7 +1707,7 @@ "signature": [ "() => Promise" ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1723,7 +1723,7 @@ "tags": [], "label": "AlertingPlugin", "description": [], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1743,7 +1743,7 @@ "text": "PluginSetupContract" } ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1763,7 +1763,7 @@ "text": "PluginStartContract" } ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false } @@ -1777,7 +1777,7 @@ "tags": [], "label": "BulkOperationError", "description": [], - "path": "x-pack/plugins/alerting/server/rules_client/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/rules_client/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1788,7 +1788,7 @@ "tags": [], "label": "message", "description": [], - "path": "x-pack/plugins/alerting/server/rules_client/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/rules_client/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1802,7 +1802,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/plugins/alerting/server/rules_client/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/rules_client/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1816,7 +1816,7 @@ "signature": [ "{ id: string; name: string; }" ], - "path": "x-pack/plugins/alerting/server/rules_client/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/rules_client/types.ts", "deprecated": false, "trackAdoption": false } @@ -1840,7 +1840,7 @@ }, "" ], - "path": "x-pack/plugins/alerting/server/connector_adapters/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/connector_adapters/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1851,7 +1851,7 @@ "tags": [], "label": "connectorTypeId", "description": [], - "path": "x-pack/plugins/alerting/server/connector_adapters/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/connector_adapters/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1874,7 +1874,7 @@ }, "" ], - "path": "x-pack/plugins/alerting/server/connector_adapters/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/connector_adapters/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1888,7 +1888,7 @@ "signature": [ "(args: BuildActionParamsArgs) => ConnectorParams" ], - "path": "x-pack/plugins/alerting/server/connector_adapters/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/connector_adapters/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1902,7 +1902,7 @@ "signature": [ "BuildActionParamsArgs" ], - "path": "x-pack/plugins/alerting/server/connector_adapters/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/connector_adapters/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1920,7 +1920,7 @@ "signature": [ "((args: { consumer: string; producer: string; }) => string[]) | undefined" ], - "path": "x-pack/plugins/alerting/server/connector_adapters/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/connector_adapters/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1931,7 +1931,7 @@ "tags": [], "label": "args", "description": [], - "path": "x-pack/plugins/alerting/server/connector_adapters/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/connector_adapters/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1942,7 +1942,7 @@ "tags": [], "label": "consumer", "description": [], - "path": "x-pack/plugins/alerting/server/connector_adapters/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/connector_adapters/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1953,7 +1953,7 @@ "tags": [], "label": "producer", "description": [], - "path": "x-pack/plugins/alerting/server/connector_adapters/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/connector_adapters/types.ts", "deprecated": false, "trackAdoption": false } @@ -1972,7 +1972,7 @@ "tags": [], "label": "DataStreamAdapter", "description": [], - "path": "x-pack/plugins/alerting/server/alerts_service/lib/data_stream_adapter.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/alerts_service/lib/data_stream_adapter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1986,7 +1986,7 @@ "signature": [ "() => boolean" ], - "path": "x-pack/plugins/alerting/server/alerts_service/lib/data_stream_adapter.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/alerts_service/lib/data_stream_adapter.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2003,7 +2003,7 @@ "(alias: string, pattern: string) => ", "IndexTemplateFields" ], - "path": "x-pack/plugins/alerting/server/alerts_service/lib/data_stream_adapter.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/alerts_service/lib/data_stream_adapter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2017,7 +2017,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/alerting/server/alerts_service/lib/data_stream_adapter.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/alerts_service/lib/data_stream_adapter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2032,7 +2032,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/alerting/server/alerts_service/lib/data_stream_adapter.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/alerts_service/lib/data_stream_adapter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2052,7 +2052,7 @@ "CreateConcreteWriteIndexOpts", ") => Promise" ], - "path": "x-pack/plugins/alerting/server/alerts_service/lib/data_stream_adapter.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/alerts_service/lib/data_stream_adapter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2066,7 +2066,7 @@ "signature": [ "CreateConcreteWriteIndexOpts" ], - "path": "x-pack/plugins/alerting/server/alerts_service/lib/data_stream_adapter.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/alerts_service/lib/data_stream_adapter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2094,7 +2094,7 @@ }, "" ], - "path": "x-pack/plugins/alerting/server/application/rule/methods/find/find_rules.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/application/rule/methods/find/find_rules.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2105,7 +2105,7 @@ "tags": [], "label": "page", "description": [], - "path": "x-pack/plugins/alerting/server/application/rule/methods/find/find_rules.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/application/rule/methods/find/find_rules.ts", "deprecated": false, "trackAdoption": false }, @@ -2116,7 +2116,7 @@ "tags": [], "label": "perPage", "description": [], - "path": "x-pack/plugins/alerting/server/application/rule/methods/find/find_rules.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/application/rule/methods/find/find_rules.ts", "deprecated": false, "trackAdoption": false }, @@ -2127,7 +2127,7 @@ "tags": [], "label": "total", "description": [], - "path": "x-pack/plugins/alerting/server/application/rule/methods/find/find_rules.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/application/rule/methods/find/find_rules.ts", "deprecated": false, "trackAdoption": false }, @@ -2148,7 +2148,7 @@ }, "[]" ], - "path": "x-pack/plugins/alerting/server/application/rule/methods/find/find_rules.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/application/rule/methods/find/find_rules.ts", "deprecated": false, "trackAdoption": false } @@ -2172,7 +2172,7 @@ }, "" ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2202,7 +2202,7 @@ }, ">, \"viewInAppRelativeUrl\">" ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2216,7 +2216,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2230,7 +2230,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false } @@ -2254,7 +2254,7 @@ }, "" ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2267,7 +2267,7 @@ "description": [ "\nSpecifies the target alerts-as-data resource\nfor this rule type. All alerts created with the same\ncontext are written to the same alerts-as-data index.\n\nAll custom mappings defined for a context must be the same!" ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2283,7 +2283,7 @@ "signature": [ "ComponentTemplateSpec" ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2299,7 +2299,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2315,7 +2315,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2331,7 +2331,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2347,7 +2347,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2363,7 +2363,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2380,7 +2380,7 @@ "FormatAlert", " | undefined" ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false } @@ -2394,7 +2394,7 @@ "tags": [], "label": "PluginSetupContract", "description": [], - "path": "x-pack/plugins/alerting/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2424,7 +2424,7 @@ }, ") => void" ], - "path": "x-pack/plugins/alerting/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2445,7 +2445,7 @@ }, "" ], - "path": "x-pack/plugins/alerting/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2527,7 +2527,7 @@ }, ") => void" ], - "path": "x-pack/plugins/alerting/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2548,7 +2548,7 @@ }, "" ], - "path": "x-pack/plugins/alerting/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2568,7 +2568,7 @@ "SecurityHealth", ">" ], - "path": "x-pack/plugins/alerting/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2591,7 +2591,7 @@ "text": "AlertingRulesConfig" } ], - "path": "x-pack/plugins/alerting/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2608,7 +2608,7 @@ "PublicAlertsService", " & { enabled: () => boolean; }" ], - "path": "x-pack/plugins/alerting/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -2629,7 +2629,7 @@ "text": "DataStreamAdapter" } ], - "path": "x-pack/plugins/alerting/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2645,7 +2645,7 @@ "tags": [], "label": "PluginStartContract", "description": [], - "path": "x-pack/plugins/alerting/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2661,7 +2661,7 @@ "RegistryRuleType", ">" ], - "path": "x-pack/plugins/alerting/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/plugin.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -2677,7 +2677,7 @@ "signature": [ "() => string[]" ], - "path": "x-pack/plugins/alerting/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/plugin.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -2759,7 +2759,7 @@ "NormalizedRuleType", "" ], - "path": "x-pack/plugins/alerting/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/plugin.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -2771,7 +2771,7 @@ "tags": [], "label": "id", "description": [], - "path": "x-pack/plugins/alerting/server/rule_type_registry.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/rule_type_registry.ts", "deprecated": false, "trackAdoption": false } @@ -2787,7 +2787,7 @@ "signature": [ "(rulesTypes: string[], spaceId?: string | undefined) => string[]" ], - "path": "x-pack/plugins/alerting/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/plugin.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -2802,7 +2802,7 @@ "signature": [ "string[]" ], - "path": "x-pack/plugins/alerting/server/lib/create_get_alert_indices_alias.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/lib/create_get_alert_indices_alias.ts", "deprecated": false, "trackAdoption": false }, @@ -2816,7 +2816,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/alerting/server/lib/create_get_alert_indices_alias.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/lib/create_get_alert_indices_alias.ts", "deprecated": false, "trackAdoption": false } @@ -2841,7 +2841,7 @@ ") => ", "RulesClientApi" ], - "path": "x-pack/plugins/alerting/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2862,7 +2862,7 @@ }, "" ], - "path": "x-pack/plugins/alerting/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2904,7 +2904,7 @@ }, ">" ], - "path": "x-pack/plugins/alerting/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2925,7 +2925,7 @@ }, "" ], - "path": "x-pack/plugins/alerting/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2951,7 +2951,7 @@ }, ">" ], - "path": "x-pack/plugins/alerting/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2977,7 +2977,7 @@ }, "" ], - "path": "x-pack/plugins/alerting/server/application/rule/types/rule.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/application/rule/types/rule.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2988,7 +2988,7 @@ "tags": [], "label": "id", "description": [], - "path": "x-pack/plugins/alerting/server/application/rule/types/rule.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/application/rule/types/rule.ts", "deprecated": false, "trackAdoption": false }, @@ -2999,7 +2999,7 @@ "tags": [], "label": "enabled", "description": [], - "path": "x-pack/plugins/alerting/server/application/rule/types/rule.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/application/rule/types/rule.ts", "deprecated": false, "trackAdoption": false }, @@ -3010,7 +3010,7 @@ "tags": [], "label": "name", "description": [], - "path": "x-pack/plugins/alerting/server/application/rule/types/rule.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/application/rule/types/rule.ts", "deprecated": false, "trackAdoption": false }, @@ -3024,7 +3024,7 @@ "signature": [ "string[]" ], - "path": "x-pack/plugins/alerting/server/application/rule/types/rule.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/application/rule/types/rule.ts", "deprecated": false, "trackAdoption": false }, @@ -3035,7 +3035,7 @@ "tags": [], "label": "alertTypeId", "description": [], - "path": "x-pack/plugins/alerting/server/application/rule/types/rule.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/application/rule/types/rule.ts", "deprecated": false, "trackAdoption": false }, @@ -3046,7 +3046,7 @@ "tags": [], "label": "consumer", "description": [], - "path": "x-pack/plugins/alerting/server/application/rule/types/rule.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/application/rule/types/rule.ts", "deprecated": false, "trackAdoption": false }, @@ -3060,7 +3060,7 @@ "signature": [ "{ readonly interval: string; }" ], - "path": "x-pack/plugins/alerting/server/application/rule/types/rule.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/application/rule/types/rule.ts", "deprecated": false, "trackAdoption": false }, @@ -3082,7 +3082,7 @@ }, "; }> | undefined; } & { meta: Record; }>[]; }> | undefined; timeframe?: Readonly<{} & { days: (2 | 1 | 7 | 6 | 5 | 4 | 3)[]; hours: Readonly<{} & { start: string; end: string; }>; timezone: string; }> | undefined; } & {}> | undefined; uuid?: string | undefined; useAlertDataForTemplate?: boolean | undefined; } & { params: Record; id: string; actionTypeId: string; group: string; }>[]" ], - "path": "x-pack/plugins/alerting/server/application/rule/types/rule.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/application/rule/types/rule.ts", "deprecated": false, "trackAdoption": false }, @@ -3096,7 +3096,7 @@ "signature": [ "Readonly<{ uuid?: string | undefined; } & { params: Record; id: string; actionTypeId: string; }>[] | undefined" ], - "path": "x-pack/plugins/alerting/server/application/rule/types/rule.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/application/rule/types/rule.ts", "deprecated": false, "trackAdoption": false }, @@ -3110,7 +3110,7 @@ "signature": [ "Params" ], - "path": "x-pack/plugins/alerting/server/application/rule/types/rule.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/application/rule/types/rule.ts", "deprecated": false, "trackAdoption": false }, @@ -3124,7 +3124,7 @@ "signature": [ "Record | undefined" ], - "path": "x-pack/plugins/alerting/server/application/rule/types/rule.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/application/rule/types/rule.ts", "deprecated": false, "trackAdoption": false }, @@ -3138,7 +3138,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/alerting/server/application/rule/types/rule.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/application/rule/types/rule.ts", "deprecated": false, "trackAdoption": false }, @@ -3152,7 +3152,7 @@ "signature": [ "string | null" ], - "path": "x-pack/plugins/alerting/server/application/rule/types/rule.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/application/rule/types/rule.ts", "deprecated": false, "trackAdoption": false }, @@ -3166,7 +3166,7 @@ "signature": [ "string | null" ], - "path": "x-pack/plugins/alerting/server/application/rule/types/rule.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/application/rule/types/rule.ts", "deprecated": false, "trackAdoption": false }, @@ -3180,7 +3180,7 @@ "signature": [ "Date" ], - "path": "x-pack/plugins/alerting/server/application/rule/types/rule.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/application/rule/types/rule.ts", "deprecated": false, "trackAdoption": false }, @@ -3194,7 +3194,7 @@ "signature": [ "Date" ], - "path": "x-pack/plugins/alerting/server/application/rule/types/rule.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/application/rule/types/rule.ts", "deprecated": false, "trackAdoption": false }, @@ -3208,7 +3208,7 @@ "signature": [ "string | null" ], - "path": "x-pack/plugins/alerting/server/application/rule/types/rule.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/application/rule/types/rule.ts", "deprecated": false, "trackAdoption": false }, @@ -3222,7 +3222,7 @@ "signature": [ "boolean | null | undefined" ], - "path": "x-pack/plugins/alerting/server/application/rule/types/rule.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/application/rule/types/rule.ts", "deprecated": false, "trackAdoption": false }, @@ -3236,7 +3236,7 @@ "signature": [ "string | null | undefined" ], - "path": "x-pack/plugins/alerting/server/application/rule/types/rule.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/application/rule/types/rule.ts", "deprecated": false, "trackAdoption": false }, @@ -3247,7 +3247,7 @@ "tags": [], "label": "muteAll", "description": [], - "path": "x-pack/plugins/alerting/server/application/rule/types/rule.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/application/rule/types/rule.ts", "deprecated": false, "trackAdoption": false }, @@ -3261,7 +3261,7 @@ "signature": [ "\"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\" | null | undefined" ], - "path": "x-pack/plugins/alerting/server/application/rule/types/rule.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/application/rule/types/rule.ts", "deprecated": false, "trackAdoption": false }, @@ -3275,7 +3275,7 @@ "signature": [ "string[]" ], - "path": "x-pack/plugins/alerting/server/application/rule/types/rule.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/application/rule/types/rule.ts", "deprecated": false, "trackAdoption": false }, @@ -3290,7 +3290,7 @@ "RuleExecutionStatus", " | undefined" ], - "path": "x-pack/plugins/alerting/server/application/rule/types/rule.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/application/rule/types/rule.ts", "deprecated": false, "trackAdoption": false }, @@ -3304,7 +3304,7 @@ "signature": [ "Readonly<{} & { run: Readonly<{} & { history: Readonly<{ outcome?: \"warning\" | \"succeeded\" | \"failed\" | undefined; duration?: number | undefined; } & { timestamp: number; success: boolean; }>[]; calculated_metrics: Readonly<{ p50?: number | undefined; p95?: number | undefined; p99?: number | undefined; } & { success_ratio: number; }>; last_run: Readonly<{} & { timestamp: string; metrics: Readonly<{ duration?: number | undefined; total_search_duration_ms?: number | null | undefined; total_indexing_duration_ms?: number | null | undefined; total_alerts_detected?: number | null | undefined; total_alerts_created?: number | null | undefined; gap_duration_s?: number | null | undefined; } & {}>; }>; }>; }> | undefined" ], - "path": "x-pack/plugins/alerting/server/application/rule/types/rule.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/application/rule/types/rule.ts", "deprecated": false, "trackAdoption": false }, @@ -3318,7 +3318,7 @@ "signature": [ "Readonly<{ id?: string | undefined; skipRecurrences?: string[] | undefined; } & { duration: number; rRule: Readonly<{ count?: number | undefined; interval?: number | undefined; freq?: 0 | 2 | 1 | 6 | 5 | 4 | 3 | undefined; until?: string | undefined; byweekday?: (string | number)[] | null | undefined; bymonthday?: number[] | null | undefined; bymonth?: number[] | null | undefined; wkst?: \"MO\" | \"TU\" | \"WE\" | \"TH\" | \"FR\" | \"SA\" | \"SU\" | undefined; bysetpos?: number[] | null | undefined; byyearday?: number[] | null | undefined; byweekno?: number[] | null | undefined; byhour?: number[] | null | undefined; byminute?: number[] | null | undefined; bysecond?: number[] | null | undefined; } & { dtstart: string; tzid: string; }>; }>[] | undefined" ], - "path": "x-pack/plugins/alerting/server/application/rule/types/rule.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/application/rule/types/rule.ts", "deprecated": false, "trackAdoption": false }, @@ -3332,7 +3332,7 @@ "signature": [ "string[] | undefined" ], - "path": "x-pack/plugins/alerting/server/application/rule/types/rule.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/application/rule/types/rule.ts", "deprecated": false, "trackAdoption": false }, @@ -3346,7 +3346,7 @@ "signature": [ "Date | null | undefined" ], - "path": "x-pack/plugins/alerting/server/application/rule/types/rule.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/application/rule/types/rule.ts", "deprecated": false, "trackAdoption": false }, @@ -3360,7 +3360,7 @@ "signature": [ "Readonly<{ warning?: \"execute\" | \"validate\" | \"unknown\" | \"license\" | \"disabled\" | \"ruleExecution\" | \"timeout\" | \"read\" | \"decrypt\" | \"maxExecutableActions\" | \"maxAlerts\" | \"maxQueuedActions\" | null | undefined; outcomeOrder?: number | undefined; outcomeMsg?: string[] | null | undefined; } & { outcome: \"warning\" | \"succeeded\" | \"failed\"; alertsCount: Readonly<{ recovered?: number | null | undefined; active?: number | null | undefined; new?: number | null | undefined; ignored?: number | null | undefined; } & {}>; }> | null | undefined" ], - "path": "x-pack/plugins/alerting/server/application/rule/types/rule.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/application/rule/types/rule.ts", "deprecated": false, "trackAdoption": false }, @@ -3374,7 +3374,7 @@ "signature": [ "Date | null | undefined" ], - "path": "x-pack/plugins/alerting/server/application/rule/types/rule.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/application/rule/types/rule.ts", "deprecated": false, "trackAdoption": false }, @@ -3385,7 +3385,7 @@ "tags": [], "label": "revision", "description": [], - "path": "x-pack/plugins/alerting/server/application/rule/types/rule.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/application/rule/types/rule.ts", "deprecated": false, "trackAdoption": false }, @@ -3399,7 +3399,7 @@ "signature": [ "boolean | null | undefined" ], - "path": "x-pack/plugins/alerting/server/application/rule/types/rule.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/application/rule/types/rule.ts", "deprecated": false, "trackAdoption": false }, @@ -3413,7 +3413,7 @@ "signature": [ "string | null | undefined" ], - "path": "x-pack/plugins/alerting/server/application/rule/types/rule.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/application/rule/types/rule.ts", "deprecated": false, "trackAdoption": false }, @@ -3427,7 +3427,7 @@ "signature": [ "Readonly<{} & { active: number; }> | undefined" ], - "path": "x-pack/plugins/alerting/server/application/rule/types/rule.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/application/rule/types/rule.ts", "deprecated": false, "trackAdoption": false }, @@ -3441,7 +3441,7 @@ "signature": [ "string | null | undefined" ], - "path": "x-pack/plugins/alerting/server/application/rule/types/rule.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/application/rule/types/rule.ts", "deprecated": false, "trackAdoption": false }, @@ -3455,7 +3455,7 @@ "signature": [ "Readonly<{} & { lookBackWindow: number; statusChangeThreshold: number; }> | null | undefined" ], - "path": "x-pack/plugins/alerting/server/application/rule/types/rule.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/application/rule/types/rule.ts", "deprecated": false, "trackAdoption": false } @@ -3479,7 +3479,7 @@ }, "" ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3490,7 +3490,7 @@ "tags": [], "label": "executionId", "description": [], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3510,7 +3510,7 @@ "text": "Logger" } ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3524,7 +3524,7 @@ "signature": [ "Params" ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3538,7 +3538,7 @@ "signature": [ "Date | null" ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3560,7 +3560,7 @@ }, ", \"id\" | \"consumer\" | \"name\" | \"actions\" | \"tags\" | \"enabled\" | \"schedule\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"throttle\" | \"muteAll\" | \"notifyWhen\" | \"snoozeSchedule\" | \"revision\" | \"alertDelay\"> & { producer: string; ruleTypeId: string; ruleTypeName: string; }" ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3581,7 +3581,7 @@ }, "" ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3592,7 +3592,7 @@ "tags": [], "label": "spaceId", "description": [], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3606,7 +3606,7 @@ "signature": [ "Date" ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3617,7 +3617,7 @@ "tags": [], "label": "startedAtOverridden", "description": [], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3631,7 +3631,7 @@ "signature": [ "State" ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3645,7 +3645,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3665,7 +3665,7 @@ "text": "RulesSettingsFlappingProperties" } ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3680,7 +3680,7 @@ "(timeWindow?: string | undefined) => ", "GetTimeRangeResult" ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3694,7 +3694,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -3709,7 +3709,7 @@ "tags": [], "label": "isServerless", "description": [], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false } @@ -3733,7 +3733,7 @@ }, "" ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3750,7 +3750,7 @@ "PublicAlertsClient", " | null" ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3770,17 +3770,17 @@ "AlertFactory", ", \"create\" | \"done\"> & { alertLimit: Pick<{ getValue: () => number; setLimitReached: (reached: boolean) => void; checkLimitUsage: () => void; }, \"getValue\" | \"setLimitReached\">; }" ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": true, "trackAdoption": false, "references": [ { "plugin": "ruleRegistry", - "path": "x-pack/plugins/rule_registry/server/utils/create_persistence_rule_type_wrapper.ts" + "path": "x-pack/platform/plugins/shared/rule_registry/server/utils/create_persistence_rule_type_wrapper.ts" }, { "plugin": "ruleRegistry", - "path": "x-pack/plugins/rule_registry/server/utils/create_persistence_rule_type_wrapper.ts" + "path": "x-pack/platform/plugins/shared/rule_registry/server/utils/create_persistence_rule_type_wrapper.ts" }, { "plugin": "securitySolution", @@ -3788,7 +3788,7 @@ }, { "plugin": "ruleRegistry", - "path": "x-pack/plugins/rule_registry/server/utils/rule_executor.test_helpers.ts" + "path": "x-pack/platform/plugins/shared/rule_registry/server/utils/rule_executor.test_helpers.ts" }, { "plugin": "slo", @@ -3814,7 +3814,7 @@ }, ">" ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -3830,7 +3830,7 @@ "signature": [ "() => Promise" ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -3854,7 +3854,7 @@ }, ">" ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -3871,7 +3871,7 @@ "PublicMetricsSetters", " | undefined" ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3886,7 +3886,7 @@ "PublicLastRunSetters", " | undefined" ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3906,7 +3906,7 @@ "text": "SavedObjectsClientContract" } ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3926,7 +3926,7 @@ "text": "IScopedClusterClient" } ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3946,7 +3946,7 @@ "text": "SharePublicStart" } ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3960,7 +3960,7 @@ "signature": [ "() => boolean" ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -3976,7 +3976,7 @@ "signature": [ "() => boolean" ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -3998,7 +3998,7 @@ "text": "IUiSettingsClient" } ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false } @@ -4022,7 +4022,7 @@ }, "" ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4043,7 +4043,7 @@ }, "[]" ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4057,7 +4057,7 @@ "signature": [ "Params" ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false } @@ -4081,7 +4081,7 @@ }, "" ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4092,7 +4092,7 @@ "tags": [], "label": "id", "description": [], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4103,7 +4103,7 @@ "tags": [], "label": "name", "description": [], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4119,7 +4119,7 @@ "RuleTypeParamsValidator", "; }" ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4141,7 +4141,7 @@ }, "; } | undefined; } | undefined" ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4162,7 +4162,7 @@ }, "[]" ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4176,7 +4176,7 @@ "signature": [ "ActionGroupIds" ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4197,7 +4197,7 @@ }, " | undefined" ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4227,7 +4227,7 @@ }, ", AlertData>) => Promise<{ state: State; }>" ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -4249,7 +4249,7 @@ }, "" ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false } @@ -4262,7 +4262,7 @@ "tags": [], "label": "category", "description": [], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4273,7 +4273,7 @@ "tags": [], "label": "producer", "description": [], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4311,7 +4311,7 @@ }, "[] | undefined; } | undefined" ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4325,7 +4325,7 @@ "signature": [ "\"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\"" ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4355,7 +4355,7 @@ }, "[]) => Params; } | undefined" ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4366,7 +4366,7 @@ "tags": [], "label": "isExportable", "description": [], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4380,7 +4380,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4394,7 +4394,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4408,7 +4408,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4422,7 +4422,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4443,7 +4443,7 @@ }, " | undefined" ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4459,7 +4459,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4474,7 +4474,7 @@ "GetViewInAppRelativeUrlFn", " | undefined" ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4488,7 +4488,7 @@ "signature": [ "string[] | undefined" ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false } @@ -4502,7 +4502,7 @@ "tags": [], "label": "SummarizedAlertsChunk", "description": [], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4513,7 +4513,7 @@ "tags": [], "label": "count", "description": [], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4528,7 +4528,7 @@ "AlertHit", "[]" ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false } @@ -4544,7 +4544,7 @@ "tags": [], "label": "AlertingAuthorizationEntity", "description": [], - "path": "x-pack/plugins/alerting/server/authorization/alerting_authorization.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/authorization/alerting_authorization.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4556,7 +4556,7 @@ "tags": [], "label": "AlertingAuthorizationFilterType", "description": [], - "path": "x-pack/plugins/alerting/server/authorization/alerting_authorization_kuery.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/authorization/alerting_authorization_kuery.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4568,7 +4568,7 @@ "tags": [], "label": "ReadOperations", "description": [], - "path": "x-pack/plugins/alerting/server/authorization/alerting_authorization.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/authorization/alerting_authorization.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4580,7 +4580,7 @@ "tags": [], "label": "RuleNotifyWhen", "description": [], - "path": "packages/kbn-alerting-types/rule_notify_when_type.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_notify_when_type.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4592,7 +4592,7 @@ "tags": [], "label": "WriteOperations", "description": [], - "path": "x-pack/plugins/alerting/server/authorization/alerting_authorization.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/authorization/alerting_authorization.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4625,7 +4625,7 @@ }, "> ? groups : never" ], - "path": "packages/kbn-alerting-types/rule_type_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_type_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4640,7 +4640,7 @@ "signature": [ "Pick; maxScheduledPerMinute: number; run: Readonly<{ timeout?: string | undefined; ruleTypeOverrides?: Readonly<{ timeout?: string | undefined; } & { id: string; }>[] | undefined; } & { actions: Readonly<{ connectorTypeOverrides?: Readonly<{ max?: number | undefined; } & { id: string; }>[] | undefined; } & { max: number; }>; alerts: Readonly<{} & { max: number; }>; }>; }>, \"minimumScheduleInterval\" | \"maxScheduledPerMinute\" | \"run\"> & { isUsingSecurity: boolean; }" ], - "path": "x-pack/plugins/alerting/server/config.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/config.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4655,7 +4655,7 @@ "signature": [ "{ [x: string]: unknown; }" ], - "path": "x-pack/packages/kbn-alerting-state-types/src/alert_instance.ts", + "path": "x-pack/platform/packages/private/kbn-alerting-state-types/src/alert_instance.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4670,7 +4670,7 @@ "signature": [ "\"api_key_pending_invalidation\"" ], - "path": "x-pack/plugins/alerting/server/saved_objects/index.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/saved_objects/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4693,7 +4693,7 @@ }, "; }> | undefined; } & { meta: Record; }>[]; }> | undefined; timeframe?: Readonly<{} & { days: (2 | 1 | 7 | 6 | 5 | 4 | 3)[]; hours: Readonly<{} & { start: string; end: string; }>; timezone: string; }> | undefined; } & {}> | undefined; uuid?: string | undefined; useAlertDataForTemplate?: boolean | undefined; } & { params: Record; id: string; group: string; }> | Readonly<{ actionTypeId?: string | undefined; uuid?: string | undefined; } & { params: Record; id: string; }>)[]; field: \"actions\"; operation: \"add\" | \"set\"; }> | Readonly<{} & { value: Readonly<{} & { interval: string; }>; field: \"schedule\"; operation: \"set\"; }> | Readonly<{} & { value: string | null; field: \"throttle\"; operation: \"set\"; }> | Readonly<{} & { value: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; field: \"notifyWhen\"; operation: \"set\"; }> | Readonly<{} & { value: Readonly<{ id?: string | undefined; } & { duration: number; rRule: Readonly<{ count?: number | undefined; interval?: number | undefined; freq?: 0 | 2 | 1 | 3 | undefined; until?: string | undefined; byweekday?: string[] | undefined; bymonthday?: number[] | undefined; bymonth?: number[] | undefined; } & { dtstart: string; tzid: string; }>; }>; field: \"snoozeSchedule\"; operation: \"set\"; }> | Readonly<{ value?: string[] | undefined; } & { field: \"snoozeSchedule\"; operation: \"delete\"; }> | Readonly<{} & { field: \"apiKey\"; operation: \"set\"; }>" ], - "path": "x-pack/plugins/alerting/server/application/rule/methods/bulk_edit/types/bulk_edit_rules_options.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_edit/types/bulk_edit_rules_options.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4710,7 +4710,7 @@ "signature": [ "\".alerts-ilm-policy\"" ], - "path": "x-pack/plugins/alerting/server/alerts_service/default_lifecycle_policy.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/alerts_service/default_lifecycle_policy.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4722,7 +4722,7 @@ "tags": [], "label": "ECS_COMPONENT_TEMPLATE_NAME", "description": [], - "path": "x-pack/plugins/alerting/server/alerts_service/alerts_service.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/alerts_service/alerts_service.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4737,7 +4737,7 @@ "signature": [ "\"ecs\"" ], - "path": "x-pack/plugins/alerting/server/alerts_service/alerts_service.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/alerts_service/alerts_service.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4760,7 +4760,7 @@ }, ") => Promise<{ state: State; }>" ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -4782,7 +4782,7 @@ }, "" ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false } @@ -4799,7 +4799,7 @@ "signature": [ "{ [x: string]: any; }" ], - "path": "x-pack/packages/kbn-alerting-state-types/src/task_state/index.ts", + "path": "x-pack/platform/packages/private/kbn-alerting-state-types/src/task_state/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4830,7 +4830,7 @@ }, ", \"id\">>" ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4875,7 +4875,7 @@ }, ">; }" ], - "path": "x-pack/plugins/alerting/server/alert/alert.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/alert/alert.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4891,7 +4891,7 @@ "PublicAlertsService", " & { enabled: () => boolean; }" ], - "path": "x-pack/plugins/alerting/server/alerts_service/alerts_service.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/alerts_service/alerts_service.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4906,7 +4906,7 @@ "signature": [ "\"alert\"" ], - "path": "x-pack/plugins/alerting/server/saved_objects/index.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/saved_objects/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4927,7 +4927,7 @@ "text": "SavedObjectAttributes" } ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5146,7 +5146,7 @@ }, " | undefined; getTags: (params: Readonly<{ search?: string | undefined; perPage?: number | undefined; } & { page: number; }>) => Promise>; getScheduleFrequency: () => Promise>; }" ], - "path": "x-pack/plugins/alerting/server/index.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5161,7 +5161,7 @@ "signature": [ "{ [x: string]: unknown; }" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5176,7 +5176,7 @@ "signature": [ "{ [x: string]: unknown; }" ], - "path": "x-pack/plugins/alerting/common/rule.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rule.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5191,7 +5191,7 @@ "signature": [ "{ [x: string]: string[]; }" ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5206,7 +5206,7 @@ "signature": [ "2500" ], - "path": "x-pack/plugins/alerting/server/alerts_service/alerts_service.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/alerts_service/alerts_service.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5221,7 +5221,7 @@ "signature": [ "string[]" ], - "path": "x-pack/plugins/alerting/server/alerts_service/resource_installer_utils.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/alerts_service/resource_installer_utils.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5235,7 +5235,7 @@ "tags": [], "label": "DEFAULT_AAD_CONFIG", "description": [], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5246,7 +5246,7 @@ "tags": [], "label": "context", "description": [], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -5257,7 +5257,7 @@ "tags": [], "label": "mappings", "description": [], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5268,7 +5268,7 @@ "tags": [], "label": "fieldMap", "description": [], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [] @@ -5285,7 +5285,7 @@ "signature": [ "true" ], - "path": "x-pack/plugins/alerting/server/types.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, "trackAdoption": false } @@ -5299,7 +5299,7 @@ "tags": [], "label": "DEFAULT_ALERTS_ILM_POLICY", "description": [], - "path": "x-pack/plugins/alerting/server/alerts_service/default_lifecycle_policy.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/alerts_service/default_lifecycle_policy.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5310,7 +5310,7 @@ "tags": [], "label": "_meta", "description": [], - "path": "x-pack/plugins/alerting/server/alerts_service/default_lifecycle_policy.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/alerts_service/default_lifecycle_policy.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5321,7 +5321,7 @@ "tags": [], "label": "managed", "description": [], - "path": "x-pack/plugins/alerting/server/alerts_service/default_lifecycle_policy.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/alerts_service/default_lifecycle_policy.ts", "deprecated": false, "trackAdoption": false } @@ -5334,7 +5334,7 @@ "tags": [], "label": "phases", "description": [], - "path": "x-pack/plugins/alerting/server/alerts_service/default_lifecycle_policy.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/alerts_service/default_lifecycle_policy.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5345,7 +5345,7 @@ "tags": [], "label": "hot", "description": [], - "path": "x-pack/plugins/alerting/server/alerts_service/default_lifecycle_policy.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/alerts_service/default_lifecycle_policy.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5356,7 +5356,7 @@ "tags": [], "label": "actions", "description": [], - "path": "x-pack/plugins/alerting/server/alerts_service/default_lifecycle_policy.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/alerts_service/default_lifecycle_policy.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5367,7 +5367,7 @@ "tags": [], "label": "rollover", "description": [], - "path": "x-pack/plugins/alerting/server/alerts_service/default_lifecycle_policy.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/alerts_service/default_lifecycle_policy.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5378,7 +5378,7 @@ "tags": [], "label": "max_age", "description": [], - "path": "x-pack/plugins/alerting/server/alerts_service/default_lifecycle_policy.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/alerts_service/default_lifecycle_policy.ts", "deprecated": false, "trackAdoption": false }, @@ -5389,7 +5389,7 @@ "tags": [], "label": "max_primary_shard_size", "description": [], - "path": "x-pack/plugins/alerting/server/alerts_service/default_lifecycle_policy.ts", + "path": "x-pack/platform/plugins/shared/alerting/server/alerts_service/default_lifecycle_policy.ts", "deprecated": false, "trackAdoption": false } @@ -5419,7 +5419,7 @@ "signature": [ "(context: string) => string" ], - "path": "x-pack/plugins/alerting/common/alert_schema/context_to_schema_name.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/alert_schema/context_to_schema_name.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5433,7 +5433,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/alerting/common/alert_schema/context_to_schema_name.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/alert_schema/context_to_schema_name.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5452,7 +5452,7 @@ "signature": [ "(duration: string, denomination: number) => number" ], - "path": "x-pack/plugins/alerting/common/parse_duration.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/parse_duration.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5466,7 +5466,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/alerting/common/parse_duration.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/parse_duration.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5481,7 +5481,7 @@ "signature": [ "number" ], - "path": "x-pack/plugins/alerting/common/parse_duration.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/parse_duration.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5500,7 +5500,7 @@ "signature": [ "(duration: string, fullUnit: boolean | undefined) => string" ], - "path": "x-pack/plugins/alerting/common/parse_duration.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/parse_duration.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5514,7 +5514,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/alerting/common/parse_duration.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/parse_duration.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5529,7 +5529,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/plugins/alerting/common/parse_duration.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/parse_duration.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -5563,7 +5563,7 @@ "text": "RuleTagsAggregationFormattedResult" } ], - "path": "x-pack/plugins/alerting/common/rule_tags_aggregation.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rule_tags_aggregation.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5583,7 +5583,7 @@ "text": "RuleTagsAggregationResult" } ], - "path": "x-pack/plugins/alerting/common/rule_tags_aggregation.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rule_tags_aggregation.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5626,7 +5626,7 @@ }, ">]" ], - "path": "x-pack/plugins/alerting/common/builtin_action_groups.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/builtin_action_groups.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5647,7 +5647,7 @@ }, " | undefined" ], - "path": "x-pack/plugins/alerting/common/builtin_action_groups.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/builtin_action_groups.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -5669,7 +5669,7 @@ ") => ", "ClusterPutComponentTemplateRequest" ], - "path": "x-pack/plugins/alerting/common/alert_schema/field_maps/component_template_from_field_map.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/alert_schema/field_maps/component_template_from_field_map.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5683,7 +5683,7 @@ "signature": [ "GetComponentTemplateFromFieldMapOpts" ], - "path": "x-pack/plugins/alerting/common/alert_schema/field_maps/component_template_from_field_map.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/alert_schema/field_maps/component_template_from_field_map.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5702,7 +5702,7 @@ "signature": [ "(duration: string) => number" ], - "path": "x-pack/plugins/alerting/common/parse_duration.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/parse_duration.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5716,7 +5716,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/alerting/common/parse_duration.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/parse_duration.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5735,7 +5735,7 @@ "signature": [ "(duration: string) => string" ], - "path": "x-pack/plugins/alerting/common/parse_duration.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/parse_duration.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5749,7 +5749,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/alerting/common/parse_duration.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/parse_duration.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5768,7 +5768,7 @@ "signature": [ "({ name, interval, intervalAvailable, action, rules, }: { name?: string | undefined; interval: number; intervalAvailable: number; action: \"create\" | \"update\" | \"bulkEdit\" | \"enable\" | \"bulkEnable\"; rules?: number | undefined; }) => string" ], - "path": "x-pack/plugins/alerting/common/rule_circuit_breaker_error_message.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rule_circuit_breaker_error_message.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5779,7 +5779,7 @@ "tags": [], "label": "{\n name = '',\n interval,\n intervalAvailable,\n action,\n rules = 1,\n}", "description": [], - "path": "x-pack/plugins/alerting/common/rule_circuit_breaker_error_message.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rule_circuit_breaker_error_message.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5793,7 +5793,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/alerting/common/rule_circuit_breaker_error_message.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rule_circuit_breaker_error_message.ts", "deprecated": false, "trackAdoption": false }, @@ -5804,7 +5804,7 @@ "tags": [], "label": "interval", "description": [], - "path": "x-pack/plugins/alerting/common/rule_circuit_breaker_error_message.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rule_circuit_breaker_error_message.ts", "deprecated": false, "trackAdoption": false }, @@ -5815,7 +5815,7 @@ "tags": [], "label": "intervalAvailable", "description": [], - "path": "x-pack/plugins/alerting/common/rule_circuit_breaker_error_message.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rule_circuit_breaker_error_message.ts", "deprecated": false, "trackAdoption": false }, @@ -5829,7 +5829,7 @@ "signature": [ "\"create\" | \"update\" | \"bulkEdit\" | \"enable\" | \"bulkEnable\"" ], - "path": "x-pack/plugins/alerting/common/rule_circuit_breaker_error_message.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rule_circuit_breaker_error_message.ts", "deprecated": false, "trackAdoption": false }, @@ -5843,7 +5843,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/plugins/alerting/common/rule_circuit_breaker_error_message.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rule_circuit_breaker_error_message.ts", "deprecated": false, "trackAdoption": false } @@ -5865,7 +5865,7 @@ "AggregationsAggregationContainer", ">" ], - "path": "x-pack/plugins/alerting/common/rule_tags_aggregation.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rule_tags_aggregation.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5879,7 +5879,7 @@ "signature": [ "GetRuleTagsAggregationParams | undefined" ], - "path": "x-pack/plugins/alerting/common/rule_tags_aggregation.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rule_tags_aggregation.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -5898,7 +5898,7 @@ "signature": [ "(errorMessage: string) => string" ], - "path": "x-pack/plugins/alerting/common/maintenance_window_scoped_query_error_message.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/maintenance_window_scoped_query_error_message.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5912,7 +5912,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/alerting/common/maintenance_window_scoped_query_error_message.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/maintenance_window_scoped_query_error_message.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5931,7 +5931,7 @@ "signature": [ "(actionGroup: string, actionTypeId: string) => boolean" ], - "path": "x-pack/plugins/alerting/common/disabled_action_groups.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/disabled_action_groups.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5945,7 +5945,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/alerting/common/disabled_action_groups.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/disabled_action_groups.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5960,7 +5960,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/alerting/common/disabled_action_groups.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/disabled_action_groups.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5979,7 +5979,7 @@ "signature": [ "(errorMessage: string) => boolean" ], - "path": "x-pack/plugins/alerting/common/maintenance_window_scoped_query_error_message.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/maintenance_window_scoped_query_error_message.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5993,7 +5993,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/alerting/common/maintenance_window_scoped_query_error_message.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/maintenance_window_scoped_query_error_message.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -6021,7 +6021,7 @@ ", dynamic: boolean | \"strict\") => ", "MappingTypeMapping" ], - "path": "x-pack/plugins/alerting/common/alert_schema/field_maps/mapping_from_field_map.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/alert_schema/field_maps/mapping_from_field_map.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6041,7 +6041,7 @@ "text": "FieldMap" } ], - "path": "x-pack/plugins/alerting/common/alert_schema/field_maps/mapping_from_field_map.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/alert_schema/field_maps/mapping_from_field_map.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -6056,7 +6056,7 @@ "signature": [ "boolean | \"strict\"" ], - "path": "x-pack/plugins/alerting/common/alert_schema/field_maps/mapping_from_field_map.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/alert_schema/field_maps/mapping_from_field_map.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -6075,7 +6075,7 @@ "signature": [ "(duration: string) => number" ], - "path": "x-pack/plugins/alerting/common/parse_duration.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/parse_duration.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6089,7 +6089,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/alerting/common/parse_duration.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/parse_duration.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -6108,7 +6108,7 @@ "signature": [ "(message: string) => { summary: string; details?: string | undefined; }" ], - "path": "x-pack/plugins/alerting/common/rule_circuit_breaker_error_message.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rule_circuit_breaker_error_message.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6122,7 +6122,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/alerting/common/rule_circuit_breaker_error_message.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rule_circuit_breaker_error_message.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -6141,7 +6141,7 @@ "signature": [ "(start: string, end: string | undefined) => string | void" ], - "path": "x-pack/plugins/alerting/common/lib/validate_backfill_schedule.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/lib/validate_backfill_schedule.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6155,7 +6155,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/alerting/common/lib/validate_backfill_schedule.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/lib/validate_backfill_schedule.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -6170,7 +6170,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/alerting/common/lib/validate_backfill_schedule.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/lib/validate_backfill_schedule.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -6189,7 +6189,7 @@ "signature": [ "(duration: string) => string | undefined" ], - "path": "x-pack/plugins/alerting/common/parse_duration.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/parse_duration.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6203,7 +6203,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/alerting/common/parse_duration.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/parse_duration.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -6222,7 +6222,7 @@ "signature": [ "(notifyWhen: string) => string | undefined" ], - "path": "x-pack/plugins/alerting/common/rule_notify_when_type.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rule_notify_when_type.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6236,7 +6236,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/alerting/common/rule_notify_when_type.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rule_notify_when_type.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -6264,7 +6264,7 @@ }, "" ], - "path": "packages/kbn-alerting-types/action_group_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/action_group_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6278,7 +6278,7 @@ "signature": [ "ActionGroupIds" ], - "path": "packages/kbn-alerting-types/action_group_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/action_group_types.ts", "deprecated": false, "trackAdoption": false }, @@ -6289,7 +6289,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/kbn-alerting-types/action_group_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/action_group_types.ts", "deprecated": false, "trackAdoption": false }, @@ -6310,7 +6310,7 @@ }, " | undefined" ], - "path": "packages/kbn-alerting-types/action_group_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/action_group_types.ts", "deprecated": false, "trackAdoption": false } @@ -6324,7 +6324,7 @@ "tags": [], "label": "ActionVariable", "description": [], - "path": "packages/kbn-alerting-types/action_variable.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/action_variable.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6335,7 +6335,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/kbn-alerting-types/action_variable.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/action_variable.ts", "deprecated": false, "trackAdoption": false }, @@ -6346,7 +6346,7 @@ "tags": [], "label": "description", "description": [], - "path": "packages/kbn-alerting-types/action_variable.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/action_variable.ts", "deprecated": false, "trackAdoption": false }, @@ -6360,7 +6360,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-alerting-types/action_variable.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/action_variable.ts", "deprecated": false, "trackAdoption": false }, @@ -6374,7 +6374,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-alerting-types/action_variable.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/action_variable.ts", "deprecated": false, "trackAdoption": false }, @@ -6388,7 +6388,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-alerting-types/action_variable.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/action_variable.ts", "deprecated": false, "trackAdoption": false } @@ -6419,7 +6419,7 @@ "text": "SavedObjectAttributes" } ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6430,7 +6430,7 @@ "tags": [], "label": "active", "description": [], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false } @@ -6444,7 +6444,7 @@ "tags": [], "label": "AlertingFrameworkHealth", "description": [], - "path": "packages/kbn-alerting-types/alerting_framework_health_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/alerting_framework_health_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6455,7 +6455,7 @@ "tags": [], "label": "isSufficientlySecure", "description": [], - "path": "packages/kbn-alerting-types/alerting_framework_health_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/alerting_framework_health_types.ts", "deprecated": false, "trackAdoption": false }, @@ -6466,7 +6466,7 @@ "tags": [], "label": "hasPermanentEncryptionKey", "description": [], - "path": "packages/kbn-alerting-types/alerting_framework_health_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/alerting_framework_health_types.ts", "deprecated": false, "trackAdoption": false }, @@ -6486,7 +6486,7 @@ "text": "AlertsHealth" } ], - "path": "packages/kbn-alerting-types/alerting_framework_health_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/alerting_framework_health_types.ts", "deprecated": false, "trackAdoption": false } @@ -6517,7 +6517,7 @@ "text": "SavedObjectAttributes" } ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6539,7 +6539,7 @@ }, "[]; dsl?: string | undefined; } | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -6560,7 +6560,7 @@ }, " | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false } @@ -6591,7 +6591,7 @@ "text": "SavedObjectAttributes" } ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6605,7 +6605,7 @@ "signature": [ "(2 | 1 | 7 | 6 | 5 | 4 | 3)[]" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -6616,7 +6616,7 @@ "tags": [], "label": "timezone", "description": [], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -6630,7 +6630,7 @@ "signature": [ "{ start: string; end: string; }" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false } @@ -6644,7 +6644,7 @@ "tags": [], "label": "AlertsHealth", "description": [], - "path": "packages/kbn-alerting-types/alerting_framework_health_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/alerting_framework_health_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6666,7 +6666,7 @@ }, "; timestamp: string; }" ], - "path": "packages/kbn-alerting-types/alerting_framework_health_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/alerting_framework_health_types.ts", "deprecated": false, "trackAdoption": false }, @@ -6688,7 +6688,7 @@ }, "; timestamp: string; }" ], - "path": "packages/kbn-alerting-types/alerting_framework_health_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/alerting_framework_health_types.ts", "deprecated": false, "trackAdoption": false }, @@ -6710,7 +6710,7 @@ }, "; timestamp: string; }" ], - "path": "packages/kbn-alerting-types/alerting_framework_health_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/alerting_framework_health_types.ts", "deprecated": false, "trackAdoption": false } @@ -6724,7 +6724,7 @@ "tags": [], "label": "AlertStatus", "description": [], - "path": "x-pack/plugins/alerting/common/alert_summary.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/alert_summary.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6738,7 +6738,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/alerting/common/alert_summary.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/alert_summary.ts", "deprecated": false, "trackAdoption": false }, @@ -6752,7 +6752,7 @@ "signature": [ "\"OK\" | \"Active\"" ], - "path": "x-pack/plugins/alerting/common/alert_summary.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/alert_summary.ts", "deprecated": false, "trackAdoption": false }, @@ -6763,7 +6763,7 @@ "tags": [], "label": "muted", "description": [], - "path": "x-pack/plugins/alerting/common/alert_summary.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/alert_summary.ts", "deprecated": false, "trackAdoption": false }, @@ -6777,7 +6777,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/alerting/common/alert_summary.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/alert_summary.ts", "deprecated": false, "trackAdoption": false }, @@ -6791,7 +6791,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/alerting/common/alert_summary.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/alert_summary.ts", "deprecated": false, "trackAdoption": false }, @@ -6802,7 +6802,7 @@ "tags": [], "label": "flapping", "description": [], - "path": "x-pack/plugins/alerting/common/alert_summary.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/alert_summary.ts", "deprecated": false, "trackAdoption": false }, @@ -6816,7 +6816,7 @@ "signature": [ "string[] | undefined" ], - "path": "x-pack/plugins/alerting/common/alert_summary.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/alert_summary.ts", "deprecated": false, "trackAdoption": false }, @@ -6827,7 +6827,7 @@ "tags": [], "label": "tracked", "description": [], - "path": "x-pack/plugins/alerting/common/alert_summary.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/alert_summary.ts", "deprecated": false, "trackAdoption": false } @@ -6841,7 +6841,7 @@ "tags": [], "label": "AlertSummary", "description": [], - "path": "x-pack/plugins/alerting/common/alert_summary.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/alert_summary.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6852,7 +6852,7 @@ "tags": [], "label": "id", "description": [], - "path": "x-pack/plugins/alerting/common/alert_summary.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/alert_summary.ts", "deprecated": false, "trackAdoption": false }, @@ -6863,7 +6863,7 @@ "tags": [], "label": "name", "description": [], - "path": "x-pack/plugins/alerting/common/alert_summary.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/alert_summary.ts", "deprecated": false, "trackAdoption": false }, @@ -6877,7 +6877,7 @@ "signature": [ "string[]" ], - "path": "x-pack/plugins/alerting/common/alert_summary.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/alert_summary.ts", "deprecated": false, "trackAdoption": false }, @@ -6888,7 +6888,7 @@ "tags": [], "label": "ruleTypeId", "description": [], - "path": "x-pack/plugins/alerting/common/alert_summary.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/alert_summary.ts", "deprecated": false, "trackAdoption": false }, @@ -6899,7 +6899,7 @@ "tags": [], "label": "consumer", "description": [], - "path": "x-pack/plugins/alerting/common/alert_summary.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/alert_summary.ts", "deprecated": false, "trackAdoption": false }, @@ -6910,7 +6910,7 @@ "tags": [], "label": "muteAll", "description": [], - "path": "x-pack/plugins/alerting/common/alert_summary.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/alert_summary.ts", "deprecated": false, "trackAdoption": false }, @@ -6924,7 +6924,7 @@ "signature": [ "string | null | undefined" ], - "path": "x-pack/plugins/alerting/common/alert_summary.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/alert_summary.ts", "deprecated": false, "trackAdoption": false }, @@ -6935,7 +6935,7 @@ "tags": [], "label": "enabled", "description": [], - "path": "x-pack/plugins/alerting/common/alert_summary.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/alert_summary.ts", "deprecated": false, "trackAdoption": false }, @@ -6946,7 +6946,7 @@ "tags": [], "label": "statusStartDate", "description": [], - "path": "x-pack/plugins/alerting/common/alert_summary.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/alert_summary.ts", "deprecated": false, "trackAdoption": false }, @@ -6957,7 +6957,7 @@ "tags": [], "label": "statusEndDate", "description": [], - "path": "x-pack/plugins/alerting/common/alert_summary.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/alert_summary.ts", "deprecated": false, "trackAdoption": false }, @@ -6971,7 +6971,7 @@ "signature": [ "\"OK\" | \"Active\" | \"Error\"" ], - "path": "x-pack/plugins/alerting/common/alert_summary.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/alert_summary.ts", "deprecated": false, "trackAdoption": false }, @@ -6985,7 +6985,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/alerting/common/alert_summary.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/alert_summary.ts", "deprecated": false, "trackAdoption": false }, @@ -6999,7 +6999,7 @@ "signature": [ "{ date: string; message: string; }[]" ], - "path": "x-pack/plugins/alerting/common/alert_summary.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/alert_summary.ts", "deprecated": false, "trackAdoption": false }, @@ -7021,7 +7021,7 @@ }, "; }" ], - "path": "x-pack/plugins/alerting/common/alert_summary.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/alert_summary.ts", "deprecated": false, "trackAdoption": false }, @@ -7041,7 +7041,7 @@ "text": "ExecutionDuration" } ], - "path": "x-pack/plugins/alerting/common/alert_summary.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/alert_summary.ts", "deprecated": false, "trackAdoption": false }, @@ -7052,7 +7052,7 @@ "tags": [], "label": "revision", "description": [], - "path": "x-pack/plugins/alerting/common/alert_summary.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/alert_summary.ts", "deprecated": false, "trackAdoption": false } @@ -7066,7 +7066,7 @@ "tags": [], "label": "BulkActionSkipResult", "description": [], - "path": "x-pack/plugins/alerting/common/bulk_edit.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/bulk_edit.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7077,7 +7077,7 @@ "tags": [], "label": "id", "description": [], - "path": "x-pack/plugins/alerting/common/bulk_edit.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/bulk_edit.ts", "deprecated": false, "trackAdoption": false }, @@ -7091,7 +7091,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/alerting/common/bulk_edit.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/bulk_edit.ts", "deprecated": false, "trackAdoption": false }, @@ -7105,7 +7105,7 @@ "signature": [ "\"RULE_NOT_MODIFIED\"" ], - "path": "x-pack/plugins/alerting/common/bulk_edit.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/bulk_edit.ts", "deprecated": false, "trackAdoption": false } @@ -7119,7 +7119,7 @@ "tags": [], "label": "DateRange", "description": [], - "path": "x-pack/plugins/alerting/common/maintenance_window.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/maintenance_window.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7130,7 +7130,7 @@ "tags": [], "label": "gte", "description": [], - "path": "x-pack/plugins/alerting/common/maintenance_window.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/maintenance_window.ts", "deprecated": false, "trackAdoption": false }, @@ -7141,7 +7141,7 @@ "tags": [], "label": "lte", "description": [], - "path": "x-pack/plugins/alerting/common/maintenance_window.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/maintenance_window.ts", "deprecated": false, "trackAdoption": false } @@ -7155,7 +7155,7 @@ "tags": [], "label": "ExecutionDuration", "description": [], - "path": "x-pack/plugins/alerting/common/alert_summary.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/alert_summary.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7166,7 +7166,7 @@ "tags": [], "label": "average", "description": [], - "path": "x-pack/plugins/alerting/common/alert_summary.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/alert_summary.ts", "deprecated": false, "trackAdoption": false }, @@ -7180,7 +7180,7 @@ "signature": [ "{ [x: string]: number; }" ], - "path": "x-pack/plugins/alerting/common/alert_summary.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/alert_summary.ts", "deprecated": false, "trackAdoption": false } @@ -7211,7 +7211,7 @@ "text": "SavedObjectAttributes" } ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7222,7 +7222,7 @@ "tags": [], "label": "lookBackWindow", "description": [], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -7233,7 +7233,7 @@ "tags": [], "label": "statusChangeThreshold", "description": [], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false } @@ -7247,7 +7247,7 @@ "tags": [], "label": "IExecutionErrors", "description": [], - "path": "x-pack/plugins/alerting/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7258,7 +7258,7 @@ "tags": [], "label": "id", "description": [], - "path": "x-pack/plugins/alerting/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false }, @@ -7269,7 +7269,7 @@ "tags": [], "label": "timestamp", "description": [], - "path": "x-pack/plugins/alerting/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false }, @@ -7280,7 +7280,7 @@ "tags": [], "label": "type", "description": [], - "path": "x-pack/plugins/alerting/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false }, @@ -7291,7 +7291,7 @@ "tags": [], "label": "message", "description": [], - "path": "x-pack/plugins/alerting/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false } @@ -7305,7 +7305,7 @@ "tags": [], "label": "IExecutionErrorsResult", "description": [], - "path": "x-pack/plugins/alerting/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7316,7 +7316,7 @@ "tags": [], "label": "totalErrors", "description": [], - "path": "x-pack/plugins/alerting/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false }, @@ -7337,7 +7337,7 @@ }, "[]" ], - "path": "x-pack/plugins/alerting/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false } @@ -7351,7 +7351,7 @@ "tags": [], "label": "IExecutionLog", "description": [], - "path": "x-pack/plugins/alerting/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7362,7 +7362,7 @@ "tags": [], "label": "id", "description": [], - "path": "x-pack/plugins/alerting/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false }, @@ -7373,7 +7373,7 @@ "tags": [], "label": "timestamp", "description": [], - "path": "x-pack/plugins/alerting/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false }, @@ -7384,7 +7384,7 @@ "tags": [], "label": "duration_ms", "description": [], - "path": "x-pack/plugins/alerting/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false }, @@ -7395,7 +7395,7 @@ "tags": [], "label": "status", "description": [], - "path": "x-pack/plugins/alerting/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false }, @@ -7406,7 +7406,7 @@ "tags": [], "label": "message", "description": [], - "path": "x-pack/plugins/alerting/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false }, @@ -7417,7 +7417,7 @@ "tags": [], "label": "version", "description": [], - "path": "x-pack/plugins/alerting/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false }, @@ -7428,7 +7428,7 @@ "tags": [], "label": "num_active_alerts", "description": [], - "path": "x-pack/plugins/alerting/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false }, @@ -7439,7 +7439,7 @@ "tags": [], "label": "num_new_alerts", "description": [], - "path": "x-pack/plugins/alerting/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false }, @@ -7450,7 +7450,7 @@ "tags": [], "label": "num_recovered_alerts", "description": [], - "path": "x-pack/plugins/alerting/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false }, @@ -7461,7 +7461,7 @@ "tags": [], "label": "num_triggered_actions", "description": [], - "path": "x-pack/plugins/alerting/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false }, @@ -7472,7 +7472,7 @@ "tags": [], "label": "num_generated_actions", "description": [], - "path": "x-pack/plugins/alerting/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false }, @@ -7483,7 +7483,7 @@ "tags": [], "label": "num_succeeded_actions", "description": [], - "path": "x-pack/plugins/alerting/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false }, @@ -7494,7 +7494,7 @@ "tags": [], "label": "num_errored_actions", "description": [], - "path": "x-pack/plugins/alerting/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false }, @@ -7505,7 +7505,7 @@ "tags": [], "label": "total_search_duration_ms", "description": [], - "path": "x-pack/plugins/alerting/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false }, @@ -7516,7 +7516,7 @@ "tags": [], "label": "es_search_duration_ms", "description": [], - "path": "x-pack/plugins/alerting/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false }, @@ -7527,7 +7527,7 @@ "tags": [], "label": "schedule_delay_ms", "description": [], - "path": "x-pack/plugins/alerting/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false }, @@ -7538,7 +7538,7 @@ "tags": [], "label": "timed_out", "description": [], - "path": "x-pack/plugins/alerting/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false }, @@ -7549,7 +7549,7 @@ "tags": [], "label": "rule_id", "description": [], - "path": "x-pack/plugins/alerting/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false }, @@ -7563,7 +7563,7 @@ "signature": [ "string[]" ], - "path": "x-pack/plugins/alerting/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false }, @@ -7574,7 +7574,7 @@ "tags": [], "label": "rule_name", "description": [], - "path": "x-pack/plugins/alerting/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false }, @@ -7588,7 +7588,7 @@ "signature": [ "string[]" ], - "path": "x-pack/plugins/alerting/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false } @@ -7602,7 +7602,7 @@ "tags": [], "label": "IExecutionLogResult", "description": [], - "path": "x-pack/plugins/alerting/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7613,7 +7613,7 @@ "tags": [], "label": "total", "description": [], - "path": "x-pack/plugins/alerting/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false }, @@ -7634,7 +7634,7 @@ }, "[]" ], - "path": "x-pack/plugins/alerting/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false } @@ -7665,7 +7665,7 @@ "text": "SavedObjectAttributes" } ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7676,7 +7676,7 @@ "tags": [], "label": "interval", "description": [], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false } @@ -7690,7 +7690,7 @@ "tags": [], "label": "MaintenanceWindowClientContext", "description": [], - "path": "x-pack/plugins/alerting/common/maintenance_window.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/maintenance_window.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7710,7 +7710,7 @@ "text": "IUiSettingsClient" } ], - "path": "x-pack/plugins/alerting/common/maintenance_window.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/maintenance_window.ts", "deprecated": false, "trackAdoption": false }, @@ -7732,7 +7732,7 @@ }, ">" ], - "path": "x-pack/plugins/alerting/common/maintenance_window.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/maintenance_window.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -7754,7 +7754,7 @@ "text": "SavedObjectsClientContract" } ], - "path": "x-pack/plugins/alerting/common/maintenance_window.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/maintenance_window.ts", "deprecated": false, "trackAdoption": false }, @@ -7774,7 +7774,7 @@ "text": "Logger" } ], - "path": "x-pack/plugins/alerting/common/maintenance_window.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/maintenance_window.ts", "deprecated": false, "trackAdoption": false } @@ -7788,7 +7788,7 @@ "tags": [], "label": "MaintenanceWindowModificationMetadata", "description": [], - "path": "x-pack/plugins/alerting/common/maintenance_window.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/maintenance_window.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7802,7 +7802,7 @@ "signature": [ "string | null" ], - "path": "x-pack/plugins/alerting/common/maintenance_window.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/maintenance_window.ts", "deprecated": false, "trackAdoption": false }, @@ -7816,7 +7816,7 @@ "signature": [ "string | null" ], - "path": "x-pack/plugins/alerting/common/maintenance_window.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/maintenance_window.ts", "deprecated": false, "trackAdoption": false }, @@ -7827,7 +7827,7 @@ "tags": [], "label": "createdAt", "description": [], - "path": "x-pack/plugins/alerting/common/maintenance_window.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/maintenance_window.ts", "deprecated": false, "trackAdoption": false }, @@ -7838,7 +7838,7 @@ "tags": [], "label": "updatedAt", "description": [], - "path": "x-pack/plugins/alerting/common/maintenance_window.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/maintenance_window.ts", "deprecated": false, "trackAdoption": false } @@ -7854,7 +7854,7 @@ ], "label": "MaintenanceWindowSOProperties", "description": [], - "path": "x-pack/plugins/alerting/common/maintenance_window.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/maintenance_window.ts", "deprecated": true, "trackAdoption": false, "references": [], @@ -7866,7 +7866,7 @@ "tags": [], "label": "title", "description": [], - "path": "x-pack/plugins/alerting/common/maintenance_window.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/maintenance_window.ts", "deprecated": false, "trackAdoption": false }, @@ -7877,7 +7877,7 @@ "tags": [], "label": "enabled", "description": [], - "path": "x-pack/plugins/alerting/common/maintenance_window.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/maintenance_window.ts", "deprecated": false, "trackAdoption": false }, @@ -7888,7 +7888,7 @@ "tags": [], "label": "duration", "description": [], - "path": "x-pack/plugins/alerting/common/maintenance_window.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/maintenance_window.ts", "deprecated": false, "trackAdoption": false }, @@ -7899,7 +7899,7 @@ "tags": [], "label": "expirationDate", "description": [], - "path": "x-pack/plugins/alerting/common/maintenance_window.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/maintenance_window.ts", "deprecated": false, "trackAdoption": false }, @@ -7920,7 +7920,7 @@ }, "[]" ], - "path": "x-pack/plugins/alerting/common/maintenance_window.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/maintenance_window.ts", "deprecated": false, "trackAdoption": false }, @@ -7950,7 +7950,7 @@ }, ", \"dtstart\" | \"tzid\">" ], - "path": "x-pack/plugins/alerting/common/maintenance_window.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/maintenance_window.ts", "deprecated": false, "trackAdoption": false }, @@ -7964,7 +7964,7 @@ "signature": [ "string[] | null | undefined" ], - "path": "x-pack/plugins/alerting/common/maintenance_window.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/maintenance_window.ts", "deprecated": false, "trackAdoption": false }, @@ -7985,7 +7985,7 @@ }, " | null | undefined" ], - "path": "x-pack/plugins/alerting/common/maintenance_window.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/maintenance_window.ts", "deprecated": false, "trackAdoption": false } @@ -7999,7 +7999,7 @@ "tags": [], "label": "MappedParamsProperties", "description": [], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8013,7 +8013,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -8027,7 +8027,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false } @@ -8051,7 +8051,7 @@ }, "" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8062,7 +8062,7 @@ "tags": [], "label": "id", "description": [], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -8073,7 +8073,7 @@ "tags": [], "label": "enabled", "description": [], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -8084,7 +8084,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -8098,7 +8098,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -8109,7 +8109,7 @@ "tags": [], "label": "alertTypeId", "description": [], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -8120,7 +8120,7 @@ "tags": [], "label": "consumer", "description": [], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -8140,7 +8140,7 @@ "text": "IntervalSchedule" } ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -8161,7 +8161,7 @@ }, "[]" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -8182,7 +8182,7 @@ }, "[] | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -8196,7 +8196,7 @@ "signature": [ "Params" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -8217,7 +8217,7 @@ }, " | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -8231,7 +8231,7 @@ "signature": [ "string | null | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -8245,7 +8245,7 @@ "signature": [ "string | null" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -8259,7 +8259,7 @@ "signature": [ "string | null" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -8273,7 +8273,7 @@ "signature": [ "Date" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -8287,7 +8287,7 @@ "signature": [ "Date" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -8301,7 +8301,7 @@ "signature": [ "string | null" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -8315,7 +8315,7 @@ "signature": [ "string | null" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -8329,7 +8329,7 @@ "signature": [ "boolean | null | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -8343,7 +8343,7 @@ "signature": [ "string | null | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -8354,7 +8354,7 @@ "tags": [], "label": "muteAll", "description": [], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -8368,7 +8368,7 @@ "signature": [ "\"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\" | null | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -8382,7 +8382,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -8402,7 +8402,7 @@ "text": "RuleExecutionStatus" } ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -8423,7 +8423,7 @@ }, " | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -8444,7 +8444,7 @@ }, " | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -8458,7 +8458,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -8472,7 +8472,7 @@ "signature": [ "Date | null | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -8493,7 +8493,7 @@ }, " | null | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -8507,7 +8507,7 @@ "signature": [ "Date | null | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -8518,7 +8518,7 @@ "tags": [], "label": "revision", "description": [], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -8532,7 +8532,7 @@ "signature": [ "boolean | null | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -8546,7 +8546,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -8567,7 +8567,7 @@ }, " | null | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -8588,7 +8588,7 @@ }, " | null | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false } @@ -8602,7 +8602,7 @@ "tags": [], "label": "RuleAction", "description": [], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8616,7 +8616,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -8627,7 +8627,7 @@ "tags": [], "label": "group", "description": [], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -8638,7 +8638,7 @@ "tags": [], "label": "id", "description": [], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -8649,7 +8649,7 @@ "tags": [], "label": "actionTypeId", "description": [], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -8669,7 +8669,7 @@ "text": "SavedObjectAttributes" } ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -8690,7 +8690,7 @@ }, " | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -8711,7 +8711,7 @@ }, " | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -8725,7 +8725,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false } @@ -8756,7 +8756,7 @@ "text": "SavedObjectAttributes" } ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8767,7 +8767,7 @@ "tags": [], "label": "summary", "description": [], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -8781,7 +8781,7 @@ "signature": [ "\"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -8795,7 +8795,7 @@ "signature": [ "string | null" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false } @@ -8809,7 +8809,7 @@ "tags": [], "label": "RuleExecutionStatus", "description": [], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8823,7 +8823,7 @@ "signature": [ "\"unknown\" | \"ok\" | \"error\" | \"pending\" | \"active\" | \"warning\"" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -8837,7 +8837,7 @@ "signature": [ "Date" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -8851,7 +8851,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -8873,7 +8873,7 @@ }, "; message: string; } | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -8895,7 +8895,7 @@ }, "; message: string; } | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false } @@ -8909,7 +8909,7 @@ "tags": [], "label": "RuleLastRun", "description": [], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8923,7 +8923,7 @@ "signature": [ "\"warning\" | \"succeeded\" | \"failed\"" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -8937,7 +8937,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -8966,7 +8966,7 @@ }, " | null | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -8980,7 +8980,7 @@ "signature": [ "string[] | null | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -8994,7 +8994,7 @@ "signature": [ "{ active?: number | null | undefined; new?: number | null | undefined; recovered?: number | null | undefined; ignored?: number | null | undefined; }" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false } @@ -9008,7 +9008,7 @@ "tags": [], "label": "RuleMonitoring", "description": [], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9046,7 +9046,7 @@ }, "; }" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false } @@ -9077,7 +9077,7 @@ "text": "SavedObjectAttributes" } ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9091,7 +9091,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -9105,7 +9105,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -9119,7 +9119,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -9130,7 +9130,7 @@ "tags": [], "label": "success_ratio", "description": [], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false } @@ -9161,7 +9161,7 @@ "text": "SavedObjectAttributes" } ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9172,7 +9172,7 @@ "tags": [], "label": "success", "description": [], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -9183,7 +9183,7 @@ "tags": [], "label": "timestamp", "description": [], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -9197,7 +9197,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -9211,7 +9211,7 @@ "signature": [ "\"warning\" | \"succeeded\" | \"failed\" | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false } @@ -9242,7 +9242,7 @@ "text": "SavedObjectAttributes" } ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9253,7 +9253,7 @@ "tags": [], "label": "timestamp", "description": [], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -9273,7 +9273,7 @@ "text": "RuleMonitoringLastRunMetrics" } ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false } @@ -9304,7 +9304,7 @@ "text": "SavedObjectAttributes" } ], - "path": "x-pack/plugins/alerting/common/rule.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rule.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9318,7 +9318,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/plugins/alerting/common/rule.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rule.ts", "deprecated": false, "trackAdoption": false }, @@ -9332,7 +9332,7 @@ "signature": [ "number | null | undefined" ], - "path": "x-pack/plugins/alerting/common/rule.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rule.ts", "deprecated": false, "trackAdoption": false }, @@ -9346,7 +9346,7 @@ "signature": [ "number | null | undefined" ], - "path": "x-pack/plugins/alerting/common/rule.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rule.ts", "deprecated": false, "trackAdoption": false }, @@ -9360,7 +9360,7 @@ "signature": [ "number | null | undefined" ], - "path": "x-pack/plugins/alerting/common/rule.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rule.ts", "deprecated": false, "trackAdoption": false }, @@ -9374,7 +9374,7 @@ "signature": [ "number | null | undefined" ], - "path": "x-pack/plugins/alerting/common/rule.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rule.ts", "deprecated": false, "trackAdoption": false }, @@ -9388,7 +9388,7 @@ "signature": [ "number | null | undefined" ], - "path": "x-pack/plugins/alerting/common/rule.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rule.ts", "deprecated": false, "trackAdoption": false } @@ -9402,7 +9402,7 @@ "tags": [], "label": "RuleSnoozeSchedule", "description": [], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9413,7 +9413,7 @@ "tags": [], "label": "duration", "description": [], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -9443,7 +9443,7 @@ }, ", \"dtstart\" | \"tzid\">" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -9457,7 +9457,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -9471,7 +9471,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false } @@ -9485,7 +9485,7 @@ "tags": [], "label": "RuleSpecificFlappingProperties", "description": [], - "path": "packages/kbn-alerting-types/rule_settings.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_settings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9496,7 +9496,7 @@ "tags": [], "label": "lookBackWindow", "description": [], - "path": "packages/kbn-alerting-types/rule_settings.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_settings.ts", "deprecated": false, "trackAdoption": false }, @@ -9507,7 +9507,7 @@ "tags": [], "label": "statusChangeThreshold", "description": [], - "path": "packages/kbn-alerting-types/rule_settings.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_settings.ts", "deprecated": false, "trackAdoption": false } @@ -9521,7 +9521,7 @@ "tags": [], "label": "RulesSettings", "description": [], - "path": "packages/kbn-alerting-types/rule_settings.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_settings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9542,7 +9542,7 @@ }, " | undefined" ], - "path": "packages/kbn-alerting-types/rule_settings.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_settings.ts", "deprecated": false, "trackAdoption": false }, @@ -9563,7 +9563,7 @@ }, " | undefined" ], - "path": "packages/kbn-alerting-types/rule_settings.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_settings.ts", "deprecated": false, "trackAdoption": false } @@ -9577,7 +9577,7 @@ "tags": [], "label": "RulesSettingsFlappingProperties", "description": [], - "path": "packages/kbn-alerting-types/rule_settings.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_settings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9588,7 +9588,7 @@ "tags": [], "label": "enabled", "description": [], - "path": "packages/kbn-alerting-types/rule_settings.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_settings.ts", "deprecated": false, "trackAdoption": false }, @@ -9599,7 +9599,7 @@ "tags": [], "label": "lookBackWindow", "description": [], - "path": "packages/kbn-alerting-types/rule_settings.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_settings.ts", "deprecated": false, "trackAdoption": false }, @@ -9610,7 +9610,7 @@ "tags": [], "label": "statusChangeThreshold", "description": [], - "path": "packages/kbn-alerting-types/rule_settings.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_settings.ts", "deprecated": false, "trackAdoption": false } @@ -9624,7 +9624,7 @@ "tags": [], "label": "RulesSettingsModificationMetadata", "description": [], - "path": "packages/kbn-alerting-types/rule_settings.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_settings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9638,7 +9638,7 @@ "signature": [ "string | null" ], - "path": "packages/kbn-alerting-types/rule_settings.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_settings.ts", "deprecated": false, "trackAdoption": false }, @@ -9652,7 +9652,7 @@ "signature": [ "string | null" ], - "path": "packages/kbn-alerting-types/rule_settings.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_settings.ts", "deprecated": false, "trackAdoption": false }, @@ -9663,7 +9663,7 @@ "tags": [], "label": "createdAt", "description": [], - "path": "packages/kbn-alerting-types/rule_settings.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_settings.ts", "deprecated": false, "trackAdoption": false }, @@ -9674,7 +9674,7 @@ "tags": [], "label": "updatedAt", "description": [], - "path": "packages/kbn-alerting-types/rule_settings.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_settings.ts", "deprecated": false, "trackAdoption": false } @@ -9688,7 +9688,7 @@ "tags": [], "label": "RulesSettingsProperties", "description": [], - "path": "packages/kbn-alerting-types/rule_settings.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_settings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9709,7 +9709,7 @@ }, " | undefined" ], - "path": "packages/kbn-alerting-types/rule_settings.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_settings.ts", "deprecated": false, "trackAdoption": false }, @@ -9730,7 +9730,7 @@ }, " | undefined" ], - "path": "packages/kbn-alerting-types/rule_settings.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_settings.ts", "deprecated": false, "trackAdoption": false } @@ -9744,7 +9744,7 @@ "tags": [], "label": "RulesSettingsQueryDelayProperties", "description": [], - "path": "packages/kbn-alerting-types/rule_settings.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_settings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9755,7 +9755,7 @@ "tags": [], "label": "delay", "description": [], - "path": "packages/kbn-alerting-types/rule_settings.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_settings.ts", "deprecated": false, "trackAdoption": false } @@ -9769,7 +9769,7 @@ "tags": [], "label": "RuleSystemAction", "description": [], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9783,7 +9783,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -9794,7 +9794,7 @@ "tags": [], "label": "id", "description": [], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -9805,7 +9805,7 @@ "tags": [], "label": "actionTypeId", "description": [], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -9825,7 +9825,7 @@ "text": "SavedObjectAttributes" } ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false } @@ -9839,7 +9839,7 @@ "tags": [], "label": "RuleTagsAggregationFormattedResult", "description": [], - "path": "x-pack/plugins/alerting/common/rule_tags_aggregation.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rule_tags_aggregation.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9853,7 +9853,7 @@ "signature": [ "string[]" ], - "path": "x-pack/plugins/alerting/common/rule_tags_aggregation.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rule_tags_aggregation.ts", "deprecated": false, "trackAdoption": false } @@ -9867,7 +9867,7 @@ "tags": [], "label": "RuleTagsAggregationResult", "description": [], - "path": "x-pack/plugins/alerting/common/rule_tags_aggregation.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rule_tags_aggregation.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9881,7 +9881,7 @@ "signature": [ "{ buckets: { key: { tags: string; }; doc_count: number; }[]; }" ], - "path": "x-pack/plugins/alerting/common/rule_tags_aggregation.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rule_tags_aggregation.ts", "deprecated": false, "trackAdoption": false } @@ -9905,7 +9905,7 @@ }, "" ], - "path": "packages/kbn-alerting-types/rule_type_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_type_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9916,7 +9916,7 @@ "tags": [], "label": "id", "description": [], - "path": "packages/kbn-alerting-types/rule_type_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_type_types.ts", "deprecated": false, "trackAdoption": false }, @@ -9927,7 +9927,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/kbn-alerting-types/rule_type_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_type_types.ts", "deprecated": false, "trackAdoption": false }, @@ -9948,7 +9948,7 @@ }, "[]" ], - "path": "packages/kbn-alerting-types/rule_type_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_type_types.ts", "deprecated": false, "trackAdoption": false }, @@ -9969,7 +9969,7 @@ }, "" ], - "path": "packages/kbn-alerting-types/rule_type_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_type_types.ts", "deprecated": false, "trackAdoption": false }, @@ -10007,7 +10007,7 @@ }, "[]; }" ], - "path": "packages/kbn-alerting-types/rule_type_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_type_types.ts", "deprecated": false, "trackAdoption": false }, @@ -10021,7 +10021,7 @@ "signature": [ "ActionGroupIds" ], - "path": "packages/kbn-alerting-types/rule_type_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_type_types.ts", "deprecated": false, "trackAdoption": false }, @@ -10032,7 +10032,7 @@ "tags": [], "label": "category", "description": [], - "path": "packages/kbn-alerting-types/rule_type_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_type_types.ts", "deprecated": false, "trackAdoption": false }, @@ -10043,7 +10043,7 @@ "tags": [], "label": "producer", "description": [], - "path": "packages/kbn-alerting-types/rule_type_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_type_types.ts", "deprecated": false, "trackAdoption": false }, @@ -10057,7 +10057,7 @@ "signature": [ "\"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\"" ], - "path": "packages/kbn-alerting-types/rule_type_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_type_types.ts", "deprecated": false, "trackAdoption": false }, @@ -10068,7 +10068,7 @@ "tags": [], "label": "isExportable", "description": [], - "path": "packages/kbn-alerting-types/rule_type_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_type_types.ts", "deprecated": false, "trackAdoption": false }, @@ -10082,7 +10082,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-alerting-types/rule_type_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_type_types.ts", "deprecated": false, "trackAdoption": false }, @@ -10096,7 +10096,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-alerting-types/rule_type_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_type_types.ts", "deprecated": false, "trackAdoption": false }, @@ -10110,7 +10110,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-alerting-types/rule_type_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_type_types.ts", "deprecated": false, "trackAdoption": false }, @@ -10121,7 +10121,7 @@ "tags": [], "label": "enabledInLicense", "description": [], - "path": "packages/kbn-alerting-types/rule_type_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_type_types.ts", "deprecated": false, "trackAdoption": false }, @@ -10135,7 +10135,7 @@ "signature": [ "{ [x: string]: ConsumerPrivileges; }" ], - "path": "packages/kbn-alerting-types/rule_type_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_type_types.ts", "deprecated": false, "trackAdoption": false } @@ -10166,7 +10166,7 @@ "text": "AlertsFilter" } ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -10188,7 +10188,7 @@ }, "[]; } | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -10209,7 +10209,7 @@ }, " | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false } @@ -10223,7 +10223,7 @@ "tags": [], "label": "ScopedQueryAttributes", "description": [], - "path": "x-pack/plugins/alerting/common/maintenance_window.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/maintenance_window.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -10234,7 +10234,7 @@ "tags": [], "label": "kql", "description": [], - "path": "x-pack/plugins/alerting/common/maintenance_window.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/maintenance_window.ts", "deprecated": false, "trackAdoption": false }, @@ -10249,7 +10249,7 @@ "ScopeQueryFilter", "[]" ], - "path": "x-pack/plugins/alerting/common/maintenance_window.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/maintenance_window.ts", "deprecated": false, "trackAdoption": false }, @@ -10263,7 +10263,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/alerting/common/maintenance_window.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/maintenance_window.ts", "deprecated": false, "trackAdoption": false } @@ -10279,7 +10279,7 @@ "tags": [], "label": "HealthStatus", "description": [], - "path": "packages/kbn-alerting-types/alerting_framework_health_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/alerting_framework_health_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10291,7 +10291,7 @@ "tags": [], "label": "MaintenanceWindowStatus", "description": [], - "path": "x-pack/plugins/alerting/common/maintenance_window.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/maintenance_window.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10303,7 +10303,7 @@ "tags": [], "label": "RuleExecutionStatusErrorReasons", "description": [], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10315,7 +10315,7 @@ "tags": [], "label": "RuleExecutionStatusWarningReasons", "description": [], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10327,7 +10327,7 @@ "tags": [], "label": "RuleNotifyWhen", "description": [], - "path": "packages/kbn-alerting-types/rule_notify_when_type.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_notify_when_type.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10344,7 +10344,7 @@ "signature": [ "string[]" ], - "path": "x-pack/plugins/alerting/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10359,7 +10359,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/alerting/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10390,7 +10390,7 @@ }, "> ? groups : never" ], - "path": "packages/kbn-alerting-types/rule_type_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_type_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10405,7 +10405,7 @@ "signature": [ "\"alerts\"" ], - "path": "x-pack/plugins/alerting/common/index.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10420,7 +10420,7 @@ "signature": [ "{ [x: string]: unknown; }" ], - "path": "x-pack/packages/kbn-alerting-state-types/src/alert_instance.ts", + "path": "x-pack/platform/packages/private/kbn-alerting-state-types/src/alert_instance.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10435,7 +10435,7 @@ "signature": [ "\"OK\" | \"Active\"" ], - "path": "x-pack/plugins/alerting/common/alert_summary.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/alert_summary.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10450,7 +10450,7 @@ "signature": [ "\"allFlappingSettings\"" ], - "path": "x-pack/plugins/alerting/common/rules_settings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rules_settings.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10465,7 +10465,7 @@ "signature": [ "\"allQueryDelaySettings\"" ], - "path": "x-pack/plugins/alerting/common/rules_settings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rules_settings.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10480,7 +10480,7 @@ "signature": [ "\"/api/alerting\"" ], - "path": "x-pack/plugins/alerting/common/index.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10495,7 +10495,7 @@ "signature": [ "\"RULE_NOT_MODIFIED\"" ], - "path": "x-pack/plugins/alerting/common/bulk_edit.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/bulk_edit.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10510,7 +10510,7 @@ "signature": [ "20" ], - "path": "x-pack/plugins/alerting/common/rules_settings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rules_settings.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10525,7 +10525,7 @@ "signature": [ "0" ], - "path": "x-pack/plugins/alerting/common/rules_settings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rules_settings.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10540,7 +10540,7 @@ "signature": [ "15" ], - "path": "x-pack/plugins/alerting/common/rules_settings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rules_settings.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10555,7 +10555,7 @@ "signature": [ "4" ], - "path": "x-pack/plugins/alerting/common/rules_settings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rules_settings.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10570,7 +10570,7 @@ "signature": [ "\"default\"" ], - "path": "packages/kbn-alerting-types/builtin_action_groups_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/builtin_action_groups_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10585,7 +10585,7 @@ "signature": [ "true" ], - "path": "x-pack/plugins/alerting/common/index.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10600,7 +10600,7 @@ "signature": [ "\"timestamp\" | \"execution_duration\" | \"schedule_delay\" | \"total_search_duration\" | \"es_search_duration\" | \"num_triggered_actions\" | \"num_generated_actions\" | \"num_active_alerts\" | \"num_recovered_alerts\" | \"num_new_alerts\"" ], - "path": "x-pack/plugins/alerting/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10615,7 +10615,7 @@ "signature": [ "{ success: number; unknown: number; failure: number; warning: number; activeAlerts: number; newAlerts: number; recoveredAlerts: number; erroredActions: number; triggeredActions: number; }" ], - "path": "x-pack/plugins/alerting/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10630,7 +10630,7 @@ "signature": [ "\"/internal/alerting/rules/_find\"" ], - "path": "x-pack/plugins/alerting/common/index.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10645,7 +10645,7 @@ "signature": [ "\"/internal/alerting/rules/maintenance_window/_active\"" ], - "path": "x-pack/plugins/alerting/common/index.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10660,7 +10660,7 @@ "signature": [ "\"/internal/alerting/rules/maintenance_window\"" ], - "path": "x-pack/plugins/alerting/common/index.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10675,7 +10675,7 @@ "signature": [ "\"/internal/alerting/rules/backfill\"" ], - "path": "x-pack/plugins/alerting/common/index.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10690,7 +10690,7 @@ "signature": [ "\"/internal/alerting/rules/backfill/_find\"" ], - "path": "x-pack/plugins/alerting/common/index.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10705,7 +10705,7 @@ "signature": [ "\"/internal/alerting/rules/backfill/_schedule\"" ], - "path": "x-pack/plugins/alerting/common/index.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10720,7 +10720,7 @@ "signature": [ "\"/internal/alerting/rule/{id}/_snooze\"" ], - "path": "x-pack/plugins/alerting/common/index.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10735,7 +10735,7 @@ "signature": [ "\"/internal/alerting\"" ], - "path": "x-pack/plugins/alerting/common/index.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10750,7 +10750,7 @@ "signature": [ "2 | 1 | 7 | 6 | 5 | 4 | 3" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10765,7 +10765,7 @@ "signature": [ "{ readonly flapping?: boolean | undefined; readonly uuid?: string | undefined; readonly lastScheduledActions?: Readonly<{ actions?: Record> | undefined; subgroup?: string | undefined; } & { date: string; group: string; }> | undefined; readonly flappingHistory?: boolean[] | undefined; readonly maintenanceWindowIds?: string[] | undefined; readonly pendingRecoveredCount?: number | undefined; readonly activeCount?: number | undefined; }" ], - "path": "x-pack/packages/kbn-alerting-state-types/src/task_state/index.ts", + "path": "x-pack/platform/packages/private/kbn-alerting-state-types/src/task_state/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10780,7 +10780,7 @@ "signature": [ "{ [x: string]: any; }" ], - "path": "x-pack/packages/kbn-alerting-state-types/src/task_state/index.ts", + "path": "x-pack/platform/packages/private/kbn-alerting-state-types/src/task_state/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10795,7 +10795,7 @@ "signature": [ "{ readonly actions?: Record> | undefined; readonly subgroup?: string | undefined; readonly date: string; readonly group: string; }" ], - "path": "x-pack/packages/kbn-alerting-state-types/src/task_state/index.ts", + "path": "x-pack/platform/packages/private/kbn-alerting-state-types/src/task_state/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10810,7 +10810,7 @@ "signature": [ "{ readonly meta?: Readonly<{ flapping?: boolean | undefined; uuid?: string | undefined; lastScheduledActions?: Readonly<{ actions?: Record> | undefined; subgroup?: string | undefined; } & { date: string; group: string; }> | undefined; flappingHistory?: boolean[] | undefined; maintenanceWindowIds?: string[] | undefined; pendingRecoveredCount?: number | undefined; activeCount?: number | undefined; } & {}> | undefined; readonly state?: Record | undefined; }" ], - "path": "x-pack/packages/kbn-alerting-state-types/src/task_state/index.ts", + "path": "x-pack/platform/packages/private/kbn-alerting-state-types/src/task_state/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10825,7 +10825,7 @@ "signature": [ "{ readonly alertTypeState?: Record | undefined; readonly alertInstances?: Record> | undefined; subgroup?: string | undefined; } & { date: string; group: string; }> | undefined; flappingHistory?: boolean[] | undefined; maintenanceWindowIds?: string[] | undefined; pendingRecoveredCount?: number | undefined; activeCount?: number | undefined; } & {}> | undefined; state?: Record | undefined; } & {}>> | undefined; readonly alertRecoveredInstances?: Record> | undefined; subgroup?: string | undefined; } & { date: string; group: string; }> | undefined; flappingHistory?: boolean[] | undefined; maintenanceWindowIds?: string[] | undefined; pendingRecoveredCount?: number | undefined; activeCount?: number | undefined; } & {}> | undefined; state?: Record | undefined; } & {}>> | undefined; readonly previousStartedAt?: string | null | undefined; readonly summaryActions?: Record> | undefined; }" ], - "path": "x-pack/packages/kbn-alerting-state-types/src/task_state/index.ts", + "path": "x-pack/platform/packages/private/kbn-alerting-state-types/src/task_state/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10840,7 +10840,7 @@ "signature": [ "{ [x: string]: Readonly<{} & { date: string; }>; }" ], - "path": "x-pack/packages/kbn-alerting-state-types/src/task_state/index.ts", + "path": "x-pack/platform/packages/private/kbn-alerting-state-types/src/task_state/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10855,7 +10855,7 @@ "signature": [ "\"/api/alerts\"" ], - "path": "x-pack/plugins/alerting/common/index.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10870,7 +10870,7 @@ "signature": [ "\"MM/DD/YY hh:mm A\"" ], - "path": "x-pack/plugins/alerting/common/maintenance_window.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/maintenance_window.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10885,7 +10885,7 @@ "signature": [ "\"maintenanceWindow\"" ], - "path": "x-pack/plugins/alerting/common/maintenance_window.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/maintenance_window.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10900,7 +10900,7 @@ "signature": [ "\"maintenance-window\"" ], - "path": "x-pack/plugins/alerting/common/maintenance_window.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/maintenance_window.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10915,7 +10915,7 @@ "signature": [ "\"maintenanceWindows\"" ], - "path": "x-pack/plugins/alerting/common/maintenance_window.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/maintenance_window.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10955,93 +10955,93 @@ }, "; eventStartTime: string | null; eventEndTime: string | null; id: string; }" ], - "path": "x-pack/plugins/alerting/common/maintenance_window.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/maintenance_window.ts", "deprecated": true, "trackAdoption": false, "references": [ { "plugin": "triggersActionsUi", - "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/apis/bulk_get_maintenance_windows.ts" + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/apis/bulk_get_maintenance_windows.ts" }, { "plugin": "triggersActionsUi", - "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/apis/bulk_get_maintenance_windows.ts" + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/apis/bulk_get_maintenance_windows.ts" }, { "plugin": "triggersActionsUi", - "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/apis/bulk_get_maintenance_windows.ts" + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/apis/bulk_get_maintenance_windows.ts" }, { "plugin": "triggersActionsUi", - "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/apis/bulk_get_maintenance_windows.ts" + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/apis/bulk_get_maintenance_windows.ts" }, { "plugin": "triggersActionsUi", - "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/apis/bulk_get_maintenance_windows.ts" + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/apis/bulk_get_maintenance_windows.ts" }, { "plugin": "triggersActionsUi", - "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_bulk_get_maintenance_windows.tsx" + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_bulk_get_maintenance_windows.tsx" }, { "plugin": "triggersActionsUi", - "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_bulk_get_maintenance_windows.tsx" + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_bulk_get_maintenance_windows.tsx" }, { "plugin": "triggersActionsUi", - "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/maintenance_windows/tooltip_content.tsx" + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/maintenance_windows/tooltip_content.tsx" }, { "plugin": "triggersActionsUi", - "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/maintenance_windows/tooltip_content.tsx" + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/maintenance_windows/tooltip_content.tsx" }, { "plugin": "triggersActionsUi", - "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/maintenance_windows/cell.tsx" + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/maintenance_windows/cell.tsx" }, { "plugin": "triggersActionsUi", - "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/maintenance_windows/cell.tsx" + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/maintenance_windows/cell.tsx" }, { "plugin": "triggersActionsUi", - "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/maintenance_windows/cell.tsx" + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/maintenance_windows/cell.tsx" }, { "plugin": "triggersActionsUi", - "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/maintenance_windows/cell.tsx" + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/maintenance_windows/cell.tsx" }, { "plugin": "triggersActionsUi", - "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_alert_list.tsx" + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_alert_list.tsx" }, { "plugin": "triggersActionsUi", - "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_alert_list.tsx" + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_alert_list.tsx" }, { "plugin": "triggersActionsUi", - "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_alert_list.tsx" + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_alert_list.tsx" }, { "plugin": "triggersActionsUi", - "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_alert_list.tsx" + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_alert_list.tsx" }, { "plugin": "triggersActionsUi", - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts" + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts" }, { "plugin": "triggersActionsUi", - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts" + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts" }, { "plugin": "triggersActionsUi", - "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/maintenance_windows/index.mock.ts" + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/maintenance_windows/index.mock.ts" }, { "plugin": "triggersActionsUi", - "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/maintenance_windows/index.mock.ts" + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/maintenance_windows/index.mock.ts" } ], "initialIsOpen": false @@ -11072,7 +11072,7 @@ }, " | null | undefined; }" ], - "path": "x-pack/plugins/alerting/common/maintenance_window.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/maintenance_window.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -11087,7 +11087,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/alerting/common/maintenance_window.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/maintenance_window.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -11118,7 +11118,7 @@ "text": "MaintenanceWindowModificationMetadata" } ], - "path": "x-pack/plugins/alerting/common/maintenance_window.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/maintenance_window.ts", "deprecated": true, "trackAdoption": false, "references": [], @@ -11134,7 +11134,7 @@ "signature": [ "\"management\"" ], - "path": "x-pack/plugins/alerting/common/maintenance_window.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/maintenance_window.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -11163,7 +11163,7 @@ "text": "MappedParamsProperties" } ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -11178,7 +11178,7 @@ "signature": [ "20" ], - "path": "packages/kbn-alerting-types/flapping/v1.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/flapping/v1.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -11193,7 +11193,7 @@ "signature": [ "60" ], - "path": "x-pack/plugins/alerting/common/rules_settings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rules_settings.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -11208,7 +11208,7 @@ "signature": [ "20" ], - "path": "packages/kbn-alerting-types/flapping/v1.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/flapping/v1.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -11223,7 +11223,7 @@ "signature": [ "2" ], - "path": "packages/kbn-alerting-types/flapping/v1.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/flapping/v1.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -11238,7 +11238,7 @@ "signature": [ "0" ], - "path": "x-pack/plugins/alerting/common/rules_settings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rules_settings.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -11253,7 +11253,7 @@ "signature": [ "2" ], - "path": "packages/kbn-alerting-types/flapping/v1.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/flapping/v1.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -11268,7 +11268,7 @@ "signature": [ "200" ], - "path": "x-pack/plugins/alerting/common/index.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -11283,7 +11283,7 @@ "signature": [ "\"preconfigured:\"" ], - "path": "x-pack/plugins/alerting/common/action_ref_prefix.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/action_ref_prefix.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -11298,7 +11298,7 @@ "signature": [ "\"readFlappingSettings\"" ], - "path": "x-pack/plugins/alerting/common/rules_settings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rules_settings.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -11313,7 +11313,7 @@ "signature": [ "\"readQueryDelaySettings\"" ], - "path": "x-pack/plugins/alerting/common/rules_settings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rules_settings.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -11328,7 +11328,7 @@ "signature": [ "\"recovered\"" ], - "path": "packages/kbn-alerting-types/builtin_action_groups_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/builtin_action_groups_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -11343,7 +11343,7 @@ "signature": [ "RecoveryActionGroupId | \"recovered\"" ], - "path": "x-pack/plugins/alerting/common/builtin_action_groups.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/builtin_action_groups.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -11382,7 +11382,7 @@ }, ", \"saved_object\"> & { outcome: string; alias_target_id?: string | undefined; }" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -11413,7 +11413,7 @@ }, ", \"dtstart\" | \"tzid\">" ], - "path": "packages/kbn-alerting-types/r_rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/r_rule_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -11438,7 +11438,7 @@ }, " | undefined; until?: string | undefined; }" ], - "path": "packages/kbn-alerting-types/r_rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/r_rule_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -11467,7 +11467,7 @@ "text": "AlertsFilterTimeframe" } ], - "path": "x-pack/plugins/alerting/common/rule.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rule.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -11489,7 +11489,7 @@ "text": "RuleAction" } ], - "path": "x-pack/plugins/alerting/common/rule.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rule.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -11519,7 +11519,7 @@ }, "[]" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -11540,7 +11540,7 @@ "text": "SavedObjectAttributes" } ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -11555,7 +11555,7 @@ "signature": [ "{ [x: string]: unknown; }" ], - "path": "x-pack/plugins/alerting/common/rule.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rule.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -11570,7 +11570,7 @@ "signature": [ "\"unknown\" | \"warning\" | \"success\" | \"failure\"" ], - "path": "x-pack/plugins/alerting/common/rule.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rule.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -11585,7 +11585,7 @@ "signature": [ "\"unknown\" | \"ok\" | \"error\" | \"pending\" | \"active\" | \"warning\"" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -11600,7 +11600,7 @@ "signature": [ "\"warning\" | \"succeeded\" | \"failed\"" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -11615,7 +11615,7 @@ "signature": [ "\"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"" ], - "path": "packages/kbn-alerting-types/rule_notify_when_type.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_notify_when_type.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -11630,7 +11630,7 @@ "signature": [ "\"rulesSettings\"" ], - "path": "x-pack/plugins/alerting/common/rules_settings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rules_settings.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -11645,7 +11645,7 @@ "signature": [ "\"rules-settings\"" ], - "path": "x-pack/plugins/alerting/common/rules_settings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rules_settings.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -11660,7 +11660,7 @@ "signature": [ "\"query-delay-settings\"" ], - "path": "x-pack/plugins/alerting/common/rules_settings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rules_settings.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -11675,7 +11675,7 @@ "signature": [ "\"rules-settings\"" ], - "path": "x-pack/plugins/alerting/common/rules_settings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rules_settings.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -11698,7 +11698,7 @@ }, "; id?: string | undefined; skipRecurrences?: string[] | undefined; }[]" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -11727,7 +11727,7 @@ "text": "RulesSettingsModificationMetadata" } ], - "path": "packages/kbn-alerting-types/rule_settings.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_settings.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -11756,7 +11756,7 @@ "text": "RulesSettingsModificationMetadata" } ], - "path": "packages/kbn-alerting-types/rule_settings.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_settings.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -11771,7 +11771,7 @@ "signature": [ "\"OK\" | \"Active\" | \"Error\"" ], - "path": "x-pack/plugins/alerting/common/alert_summary.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/alert_summary.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -11793,7 +11793,7 @@ "text": "RuleSystemAction" } ], - "path": "x-pack/plugins/alerting/common/rule.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rule.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -11812,7 +11812,7 @@ "AggregationsCompositeAggregateKey", " | undefined; maxTags?: number | undefined; }" ], - "path": "x-pack/plugins/alerting/common/rule_tags_aggregation.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rule_tags_aggregation.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -11827,7 +11827,7 @@ "signature": [ "{ alertId: string; } & { spaceId?: string | undefined; }" ], - "path": "x-pack/packages/kbn-alerting-state-types/src/rule_task_instance.ts", + "path": "x-pack/platform/packages/private/kbn-alerting-state-types/src/rule_task_instance.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -11842,7 +11842,7 @@ "signature": [ "{ [x: string]: unknown; }" ], - "path": "x-pack/plugins/alerting/common/rule.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rule.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -11857,7 +11857,7 @@ "signature": [ "{ [x: string]: unknown; }" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -11872,7 +11872,7 @@ "signature": [ "{ [x: string]: unknown; }" ], - "path": "x-pack/plugins/alerting/common/rule.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rule.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -11903,7 +11903,7 @@ }, "[]; }" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -11934,7 +11934,7 @@ }, " | undefined; }" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -11957,7 +11957,7 @@ }, ", \"id\" | \"consumer\" | \"name\" | \"actions\" | \"tags\" | \"enabled\" | \"schedule\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"throttle\" | \"muteAll\" | \"notifyWhen\" | \"snoozeSchedule\" | \"revision\" | \"alertDelay\"> & { producer: string; ruleTypeId: string; ruleTypeName: string; }" ], - "path": "x-pack/plugins/alerting/common/rule.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rule.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -11972,7 +11972,7 @@ "signature": [ "\"system_action:\"" ], - "path": "x-pack/plugins/alerting/common/action_ref_prefix.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/action_ref_prefix.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -11987,7 +11987,7 @@ "signature": [ "{ alertId: string; alertUuid: string; started: string; flappingHistory: boolean[]; flapping: boolean; pendingRecoveredCount: number; activeCount: number; }" ], - "path": "x-pack/packages/kbn-alerting-state-types/src/lifecycle_state.ts", + "path": "x-pack/platform/packages/private/kbn-alerting-state-types/src/lifecycle_state.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -12010,7 +12010,7 @@ }, " ? never : ActionGroupIds" ], - "path": "x-pack/plugins/alerting/common/builtin_action_groups.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/builtin_action_groups.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -12027,7 +12027,7 @@ "signature": [ "RuleTypeState & { wrapped: State; trackedAlerts: Record; trackedAlertsRecovered: Record; }" ], - "path": "x-pack/packages/kbn-alerting-state-types/src/lifecycle_state.ts", + "path": "x-pack/platform/packages/private/kbn-alerting-state-types/src/lifecycle_state.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -12041,7 +12041,7 @@ "tags": [], "label": "alertMappings", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12055,7 +12055,7 @@ "signature": [ "false" ], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false }, @@ -12066,7 +12066,7 @@ "tags": [], "label": "properties", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12077,7 +12077,7 @@ "tags": [], "label": "enabled", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12091,7 +12091,7 @@ "signature": [ "\"boolean\"" ], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false } @@ -12104,7 +12104,7 @@ "tags": [], "label": "name", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12118,7 +12118,7 @@ "signature": [ "\"text\"" ], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false }, @@ -12129,7 +12129,7 @@ "tags": [], "label": "fields", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12140,7 +12140,7 @@ "tags": [], "label": "keyword", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12154,7 +12154,7 @@ "signature": [ "\"keyword\"" ], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false }, @@ -12165,7 +12165,7 @@ "tags": [], "label": "normalizer", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false } @@ -12182,7 +12182,7 @@ "tags": [], "label": "tags", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12196,7 +12196,7 @@ "signature": [ "\"keyword\"" ], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false } @@ -12209,7 +12209,7 @@ "tags": [], "label": "alertTypeId", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12223,7 +12223,7 @@ "signature": [ "\"keyword\"" ], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false } @@ -12236,7 +12236,7 @@ "tags": [], "label": "schedule", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12247,7 +12247,7 @@ "tags": [], "label": "properties", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12258,7 +12258,7 @@ "tags": [], "label": "interval", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12272,7 +12272,7 @@ "signature": [ "\"keyword\"" ], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false } @@ -12289,7 +12289,7 @@ "tags": [], "label": "consumer", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12303,7 +12303,7 @@ "signature": [ "\"keyword\"" ], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false } @@ -12316,7 +12316,7 @@ "tags": [], "label": "legacyId", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12330,7 +12330,7 @@ "signature": [ "\"keyword\"" ], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false } @@ -12343,7 +12343,7 @@ "tags": [], "label": "actions", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12357,7 +12357,7 @@ "signature": [ "false" ], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false }, @@ -12371,7 +12371,7 @@ "signature": [ "\"nested\"" ], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false }, @@ -12382,7 +12382,7 @@ "tags": [], "label": "properties", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12393,7 +12393,7 @@ "tags": [], "label": "group", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12407,7 +12407,7 @@ "signature": [ "\"keyword\"" ], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false } @@ -12420,7 +12420,7 @@ "tags": [], "label": "actionRef", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12434,7 +12434,7 @@ "signature": [ "\"keyword\"" ], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false } @@ -12447,7 +12447,7 @@ "tags": [], "label": "actionTypeId", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12461,7 +12461,7 @@ "signature": [ "\"keyword\"" ], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false } @@ -12478,7 +12478,7 @@ "tags": [], "label": "params", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12492,7 +12492,7 @@ "signature": [ "\"flattened\"" ], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false }, @@ -12503,7 +12503,7 @@ "tags": [], "label": "ignore_above", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false } @@ -12516,7 +12516,7 @@ "tags": [], "label": "mapped_params", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12527,7 +12527,7 @@ "tags": [], "label": "properties", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12538,7 +12538,7 @@ "tags": [], "label": "risk_score", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12552,7 +12552,7 @@ "signature": [ "\"float\"" ], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false } @@ -12565,7 +12565,7 @@ "tags": [], "label": "severity", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12579,7 +12579,7 @@ "signature": [ "\"keyword\"" ], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false } @@ -12596,7 +12596,7 @@ "tags": [], "label": "scheduledTaskId", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12610,7 +12610,7 @@ "signature": [ "\"keyword\"" ], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false } @@ -12623,7 +12623,7 @@ "tags": [], "label": "createdBy", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12637,7 +12637,7 @@ "signature": [ "\"keyword\"" ], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false } @@ -12650,7 +12650,7 @@ "tags": [], "label": "updatedBy", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12664,7 +12664,7 @@ "signature": [ "\"keyword\"" ], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false } @@ -12677,7 +12677,7 @@ "tags": [], "label": "createdAt", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12691,7 +12691,7 @@ "signature": [ "\"date\"" ], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false } @@ -12704,7 +12704,7 @@ "tags": [], "label": "updatedAt", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12718,7 +12718,7 @@ "signature": [ "\"date\"" ], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false } @@ -12733,7 +12733,7 @@ "description": [ "// NEED TO CHECK WITH KIBANA SECURITY\n// apiKey: {\n// type: 'binary',\n// },\n// NO NEED TO BE INDEXED\n// apiKeyOwner: {\n// type: 'keyword',\n// }," ], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12747,7 +12747,7 @@ "signature": [ "\"keyword\"" ], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false } @@ -12760,7 +12760,7 @@ "tags": [], "label": "notifyWhen", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12774,7 +12774,7 @@ "signature": [ "\"keyword\"" ], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false } @@ -12787,7 +12787,7 @@ "tags": [], "label": "muteAll", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12801,7 +12801,7 @@ "signature": [ "\"boolean\"" ], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false } @@ -12814,7 +12814,7 @@ "tags": [], "label": "mutedInstanceIds", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12828,7 +12828,7 @@ "signature": [ "\"keyword\"" ], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false } @@ -12843,7 +12843,7 @@ "description": [ "// NO NEED TO BE INDEXED\n// meta: {\n// properties: {\n// versionApiKeyLastmodified: {\n// type: 'keyword',\n// },\n// },\n// }," ], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12854,7 +12854,7 @@ "tags": [], "label": "properties", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12865,7 +12865,7 @@ "tags": [], "label": "run", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12876,7 +12876,7 @@ "tags": [], "label": "properties", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12889,7 +12889,7 @@ "description": [ "// history: {\n// properties: {\n// duration: {\n// type: 'long',\n// },\n// success: {\n// type: 'boolean',\n// },\n// timestamp: {\n// type: 'date',\n// },\n// outcome: {\n// type: 'keyword',\n// },\n// },\n// }," ], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12900,7 +12900,7 @@ "tags": [], "label": "properties", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12911,7 +12911,7 @@ "tags": [], "label": "p50", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12925,7 +12925,7 @@ "signature": [ "\"long\"" ], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false } @@ -12938,7 +12938,7 @@ "tags": [], "label": "p95", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12952,7 +12952,7 @@ "signature": [ "\"long\"" ], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false } @@ -12965,7 +12965,7 @@ "tags": [], "label": "p99", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12979,7 +12979,7 @@ "signature": [ "\"long\"" ], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false } @@ -12992,7 +12992,7 @@ "tags": [], "label": "success_ratio", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13006,7 +13006,7 @@ "signature": [ "\"float\"" ], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false } @@ -13023,7 +13023,7 @@ "tags": [], "label": "last_run", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13034,7 +13034,7 @@ "tags": [], "label": "properties", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13045,7 +13045,7 @@ "tags": [], "label": "timestamp", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13059,7 +13059,7 @@ "signature": [ "\"date\"" ], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false } @@ -13072,7 +13072,7 @@ "tags": [], "label": "metrics", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13083,7 +13083,7 @@ "tags": [], "label": "properties", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13094,7 +13094,7 @@ "tags": [], "label": "duration", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13108,7 +13108,7 @@ "signature": [ "\"long\"" ], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false } @@ -13121,7 +13121,7 @@ "tags": [], "label": "total_search_duration_ms", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13135,7 +13135,7 @@ "signature": [ "\"long\"" ], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false } @@ -13148,7 +13148,7 @@ "tags": [], "label": "total_indexing_duration_ms", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13162,7 +13162,7 @@ "signature": [ "\"long\"" ], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false } @@ -13175,7 +13175,7 @@ "tags": [], "label": "total_alerts_detected", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13189,7 +13189,7 @@ "signature": [ "\"float\"" ], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false } @@ -13202,7 +13202,7 @@ "tags": [], "label": "total_alerts_created", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13216,7 +13216,7 @@ "signature": [ "\"float\"" ], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false } @@ -13229,7 +13229,7 @@ "tags": [], "label": "gap_duration_s", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13243,7 +13243,7 @@ "signature": [ "\"float\"" ], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false } @@ -13274,7 +13274,7 @@ "description": [ "// There is need to query for a rule by a specific revision" ], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13288,7 +13288,7 @@ "signature": [ "\"long\"" ], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false } @@ -13301,7 +13301,7 @@ "tags": [], "label": "snoozeSchedule", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13315,7 +13315,7 @@ "signature": [ "\"nested\"" ], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false }, @@ -13326,7 +13326,7 @@ "tags": [], "label": "properties", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13337,7 +13337,7 @@ "tags": [], "label": "id", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13351,7 +13351,7 @@ "signature": [ "\"keyword\"" ], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false } @@ -13364,7 +13364,7 @@ "tags": [], "label": "duration", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13378,7 +13378,7 @@ "signature": [ "\"long\"" ], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false } @@ -13391,7 +13391,7 @@ "tags": [], "label": "skipRecurrences", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13405,7 +13405,7 @@ "signature": [ "\"date\"" ], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false }, @@ -13416,7 +13416,7 @@ "tags": [], "label": "format", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false } @@ -13435,7 +13435,7 @@ "description": [ "// NO NEED TO BE INDEXED\n// flapping: {\n// index: false,\n// properties: {\n// lookBackWindow: {\n// type: 'long',\n// },\n// statusChangeThreshold: {\n// type: 'long',\n// },\n// },\n// },\n// NO NEED TO BE INDEXED\n// nextRun: {\n// type: 'date',\n// },\n// Deprecated, if you need to add new property please do it in `last_run`" ], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13446,7 +13446,7 @@ "tags": [], "label": "properties", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13457,7 +13457,7 @@ "tags": [], "label": "numberOfTriggeredActions", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13471,7 +13471,7 @@ "signature": [ "\"long\"" ], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false } @@ -13484,7 +13484,7 @@ "tags": [], "label": "status", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13498,7 +13498,7 @@ "signature": [ "\"keyword\"" ], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false } @@ -13511,7 +13511,7 @@ "tags": [], "label": "lastExecutionDate", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13525,7 +13525,7 @@ "signature": [ "\"date\"" ], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false } @@ -13538,7 +13538,7 @@ "tags": [], "label": "lastDuration", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13552,7 +13552,7 @@ "signature": [ "\"long\"" ], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false } @@ -13565,7 +13565,7 @@ "tags": [], "label": "error", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13576,7 +13576,7 @@ "tags": [], "label": "properties", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13587,7 +13587,7 @@ "tags": [], "label": "reason", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13601,7 +13601,7 @@ "signature": [ "\"keyword\"" ], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false } @@ -13614,7 +13614,7 @@ "tags": [], "label": "message", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13628,7 +13628,7 @@ "signature": [ "\"keyword\"" ], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false } @@ -13645,7 +13645,7 @@ "tags": [], "label": "warning", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13656,7 +13656,7 @@ "tags": [], "label": "properties", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13667,7 +13667,7 @@ "tags": [], "label": "reason", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13681,7 +13681,7 @@ "signature": [ "\"keyword\"" ], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false } @@ -13694,7 +13694,7 @@ "tags": [], "label": "message", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13708,7 +13708,7 @@ "signature": [ "\"keyword\"" ], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false } @@ -13729,7 +13729,7 @@ "tags": [], "label": "lastRun", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13740,7 +13740,7 @@ "tags": [], "label": "properties", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13751,7 +13751,7 @@ "tags": [], "label": "outcome", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13765,7 +13765,7 @@ "signature": [ "\"keyword\"" ], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false } @@ -13778,7 +13778,7 @@ "tags": [], "label": "outcomeOrder", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13792,7 +13792,7 @@ "signature": [ "\"float\"" ], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false } @@ -13807,7 +13807,7 @@ "description": [ "// NO NEED TO BE INDEXED\n// warning: {\n// type: 'text',\n// },\n// outcomeMsg: {\n// type: 'text',\n// }," ], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13818,7 +13818,7 @@ "tags": [], "label": "properties", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13829,7 +13829,7 @@ "tags": [], "label": "active", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13843,7 +13843,7 @@ "signature": [ "\"float\"" ], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false } @@ -13856,7 +13856,7 @@ "tags": [], "label": "new", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13870,7 +13870,7 @@ "signature": [ "\"float\"" ], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false } @@ -13883,7 +13883,7 @@ "tags": [], "label": "recovered", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13897,7 +13897,7 @@ "signature": [ "\"float\"" ], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false } @@ -13910,7 +13910,7 @@ "tags": [], "label": "ignored", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13924,7 +13924,7 @@ "signature": [ "\"float\"" ], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false } @@ -13945,7 +13945,7 @@ "tags": [], "label": "running", "description": [], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13959,7 +13959,7 @@ "signature": [ "\"boolean\"" ], - "path": "x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts", "deprecated": false, "trackAdoption": false } @@ -13977,7 +13977,7 @@ "tags": [], "label": "API_PRIVILEGES", "description": [], - "path": "x-pack/plugins/alerting/common/rules_settings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rules_settings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13988,7 +13988,7 @@ "tags": [], "label": "READ_FLAPPING_SETTINGS", "description": [], - "path": "x-pack/plugins/alerting/common/rules_settings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rules_settings.ts", "deprecated": false, "trackAdoption": false }, @@ -13999,7 +13999,7 @@ "tags": [], "label": "WRITE_FLAPPING_SETTINGS", "description": [], - "path": "x-pack/plugins/alerting/common/rules_settings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rules_settings.ts", "deprecated": false, "trackAdoption": false }, @@ -14010,7 +14010,7 @@ "tags": [], "label": "READ_QUERY_DELAY_SETTINGS", "description": [], - "path": "x-pack/plugins/alerting/common/rules_settings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rules_settings.ts", "deprecated": false, "trackAdoption": false }, @@ -14021,7 +14021,7 @@ "tags": [], "label": "WRITE_QUERY_DELAY_SETTINGS", "description": [], - "path": "x-pack/plugins/alerting/common/rules_settings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rules_settings.ts", "deprecated": false, "trackAdoption": false } @@ -14035,7 +14035,7 @@ "tags": [], "label": "DEFAULT_FLAPPING_SETTINGS", "description": [], - "path": "x-pack/plugins/alerting/common/rules_settings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rules_settings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -14049,7 +14049,7 @@ "signature": [ "true" ], - "path": "x-pack/plugins/alerting/common/rules_settings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rules_settings.ts", "deprecated": false, "trackAdoption": false }, @@ -14060,7 +14060,7 @@ "tags": [], "label": "lookBackWindow", "description": [], - "path": "x-pack/plugins/alerting/common/rules_settings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rules_settings.ts", "deprecated": false, "trackAdoption": false }, @@ -14071,7 +14071,7 @@ "tags": [], "label": "statusChangeThreshold", "description": [], - "path": "x-pack/plugins/alerting/common/rules_settings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rules_settings.ts", "deprecated": false, "trackAdoption": false } @@ -14085,7 +14085,7 @@ "tags": [], "label": "DEFAULT_QUERY_DELAY_SETTINGS", "description": [], - "path": "x-pack/plugins/alerting/common/rules_settings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rules_settings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -14096,7 +14096,7 @@ "tags": [], "label": "delay", "description": [], - "path": "x-pack/plugins/alerting/common/rules_settings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rules_settings.ts", "deprecated": false, "trackAdoption": false } @@ -14110,7 +14110,7 @@ "tags": [], "label": "DEFAULT_SERVERLESS_QUERY_DELAY_SETTINGS", "description": [], - "path": "x-pack/plugins/alerting/common/rules_settings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rules_settings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -14121,7 +14121,7 @@ "tags": [], "label": "delay", "description": [], - "path": "x-pack/plugins/alerting/common/rules_settings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rules_settings.ts", "deprecated": false, "trackAdoption": false } @@ -14135,7 +14135,7 @@ "tags": [], "label": "DISABLE_FLAPPING_SETTINGS", "description": [], - "path": "x-pack/plugins/alerting/common/rules_settings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rules_settings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -14149,7 +14149,7 @@ "signature": [ "any" ], - "path": "x-pack/plugins/alerting/common/rules_settings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rules_settings.ts", "deprecated": false, "trackAdoption": false }, @@ -14163,7 +14163,7 @@ "signature": [ "false" ], - "path": "x-pack/plugins/alerting/common/rules_settings.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rules_settings.ts", "deprecated": false, "trackAdoption": false } @@ -14180,7 +14180,7 @@ "signature": [ "Map" ], - "path": "x-pack/plugins/alerting/common/disabled_action_groups.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/disabled_action_groups.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -14192,7 +14192,7 @@ "tags": [], "label": "EMPTY_EXECUTION_KPI_RESULT", "description": [], - "path": "x-pack/plugins/alerting/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -14203,7 +14203,7 @@ "tags": [], "label": "success", "description": [], - "path": "x-pack/plugins/alerting/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false }, @@ -14214,7 +14214,7 @@ "tags": [], "label": "unknown", "description": [], - "path": "x-pack/plugins/alerting/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false }, @@ -14225,7 +14225,7 @@ "tags": [], "label": "failure", "description": [], - "path": "x-pack/plugins/alerting/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false }, @@ -14236,7 +14236,7 @@ "tags": [], "label": "warning", "description": [], - "path": "x-pack/plugins/alerting/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false }, @@ -14247,7 +14247,7 @@ "tags": [], "label": "activeAlerts", "description": [], - "path": "x-pack/plugins/alerting/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false }, @@ -14258,7 +14258,7 @@ "tags": [], "label": "newAlerts", "description": [], - "path": "x-pack/plugins/alerting/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false }, @@ -14269,7 +14269,7 @@ "tags": [], "label": "recoveredAlerts", "description": [], - "path": "x-pack/plugins/alerting/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false }, @@ -14280,7 +14280,7 @@ "tags": [], "label": "erroredActions", "description": [], - "path": "x-pack/plugins/alerting/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false }, @@ -14291,7 +14291,7 @@ "tags": [], "label": "triggeredActions", "description": [], - "path": "x-pack/plugins/alerting/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false } @@ -14308,7 +14308,7 @@ "signature": [ "readonly [\"timestamp\", \"execution_duration\", \"total_search_duration\", \"es_search_duration\", \"schedule_delay\", \"num_triggered_actions\", \"num_generated_actions\", \"num_active_alerts\", \"num_recovered_alerts\", \"num_new_alerts\"]" ], - "path": "x-pack/plugins/alerting/common/execution_log_types.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/execution_log_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -14323,7 +14323,7 @@ "signature": [ "readonly [1, 2, 3, 4, 5, 6, 7]" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -14335,7 +14335,7 @@ "tags": [], "label": "MAINTENANCE_WINDOW_API_PRIVILEGES", "description": [], - "path": "x-pack/plugins/alerting/common/maintenance_window.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/maintenance_window.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -14346,7 +14346,7 @@ "tags": [], "label": "READ_MAINTENANCE_WINDOW", "description": [], - "path": "x-pack/plugins/alerting/common/maintenance_window.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/maintenance_window.ts", "deprecated": false, "trackAdoption": false }, @@ -14357,7 +14357,7 @@ "tags": [], "label": "WRITE_MAINTENANCE_WINDOW", "description": [], - "path": "x-pack/plugins/alerting/common/maintenance_window.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/maintenance_window.ts", "deprecated": false, "trackAdoption": false } @@ -14371,7 +14371,7 @@ "tags": [], "label": "MAINTENANCE_WINDOW_DEEP_LINK_IDS", "description": [], - "path": "x-pack/plugins/alerting/common/maintenance_window.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/maintenance_window.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -14382,7 +14382,7 @@ "tags": [], "label": "maintenanceWindows", "description": [], - "path": "x-pack/plugins/alerting/common/maintenance_window.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/maintenance_window.ts", "deprecated": false, "trackAdoption": false }, @@ -14393,7 +14393,7 @@ "tags": [], "label": "maintenanceWindowsCreate", "description": [], - "path": "x-pack/plugins/alerting/common/maintenance_window.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/maintenance_window.ts", "deprecated": false, "trackAdoption": false }, @@ -14404,7 +14404,7 @@ "tags": [], "label": "maintenanceWindowsEdit", "description": [], - "path": "x-pack/plugins/alerting/common/maintenance_window.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/maintenance_window.ts", "deprecated": false, "trackAdoption": false } @@ -14418,7 +14418,7 @@ "tags": [], "label": "MAINTENANCE_WINDOW_PATHS", "description": [], - "path": "x-pack/plugins/alerting/common/maintenance_window.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/maintenance_window.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -14429,7 +14429,7 @@ "tags": [], "label": "alerting", "description": [], - "path": "x-pack/plugins/alerting/common/maintenance_window.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/maintenance_window.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -14440,7 +14440,7 @@ "tags": [], "label": "maintenanceWindows", "description": [], - "path": "x-pack/plugins/alerting/common/maintenance_window.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/maintenance_window.ts", "deprecated": false, "trackAdoption": false }, @@ -14451,7 +14451,7 @@ "tags": [], "label": "maintenanceWindowsCreate", "description": [], - "path": "x-pack/plugins/alerting/common/maintenance_window.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/maintenance_window.ts", "deprecated": false, "trackAdoption": false }, @@ -14462,7 +14462,7 @@ "tags": [], "label": "maintenanceWindowsEdit", "description": [], - "path": "x-pack/plugins/alerting/common/maintenance_window.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/maintenance_window.ts", "deprecated": false, "trackAdoption": false } @@ -14489,7 +14489,7 @@ }, " | undefined; }" ], - "path": "packages/kbn-alerting-types/builtin_action_groups_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/builtin_action_groups_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -14504,7 +14504,7 @@ "signature": [ "readonly [\"ok\", \"active\", \"error\", \"pending\", \"unknown\", \"warning\"]" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -14516,7 +14516,7 @@ "tags": [], "label": "RuleLastRunOutcomeOrderMap", "description": [], - "path": "x-pack/plugins/alerting/common/rule.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rule.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -14527,7 +14527,7 @@ "tags": [], "label": "succeeded", "description": [], - "path": "x-pack/plugins/alerting/common/rule.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rule.ts", "deprecated": false, "trackAdoption": false }, @@ -14538,7 +14538,7 @@ "tags": [], "label": "warning", "description": [], - "path": "x-pack/plugins/alerting/common/rule.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rule.ts", "deprecated": false, "trackAdoption": false }, @@ -14549,7 +14549,7 @@ "tags": [], "label": "failed", "description": [], - "path": "x-pack/plugins/alerting/common/rule.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/rule.ts", "deprecated": false, "trackAdoption": false } @@ -14566,7 +14566,7 @@ "signature": [ "readonly [\"succeeded\", \"warning\", \"failed\"]" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -14581,7 +14581,7 @@ "signature": [ "readonly [\"onActionGroupChange\", \"onActiveAlert\", \"onThrottleInterval\"]" ], - "path": "packages/kbn-alerting-types/rule_notify_when_type.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_notify_when_type.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/cases.devdocs.json b/api_docs/cases.devdocs.json index b621e45205db3..0b1c2c42f284c 100644 --- a/api_docs/cases.devdocs.json +++ b/api_docs/cases.devdocs.json @@ -15,7 +15,7 @@ "CaseViewPathParams", ") => string" ], - "path": "x-pack/plugins/cases/public/common/navigation/paths.ts", + "path": "x-pack/platform/plugins/shared/cases/public/common/navigation/paths.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -29,7 +29,7 @@ "signature": [ "CaseViewPathParams" ], - "path": "x-pack/plugins/cases/public/common/navigation/paths.ts", + "path": "x-pack/platform/plugins/shared/cases/public/common/navigation/paths.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -72,7 +72,7 @@ }, ", Partial>> | undefined; }) => { id: \"cases\"; path: string; deepLinks: ({ id: \"cases_create\"; path: string; title: string; keywords?: T[\"keywords\"] | undefined; visibleIn?: T[\"visibleIn\"] | undefined; category?: T[\"category\"] | undefined; order?: T[\"order\"] | undefined; tooltip?: T[\"tooltip\"] | undefined; euiIconType?: T[\"euiIconType\"] | undefined; icon?: T[\"icon\"] | undefined; deepLinks?: T[\"deepLinks\"] | undefined; } | { id: \"cases_configure\"; path: string; title: string; keywords?: T[\"keywords\"] | undefined; visibleIn?: T[\"visibleIn\"] | undefined; category?: T[\"category\"] | undefined; order?: T[\"order\"] | undefined; tooltip?: T[\"tooltip\"] | undefined; euiIconType?: T[\"euiIconType\"] | undefined; icon?: T[\"icon\"] | undefined; deepLinks?: T[\"deepLinks\"] | undefined; })[]; title: string; keywords?: T[\"keywords\"] | undefined; visibleIn?: T[\"visibleIn\"] | undefined; category?: T[\"category\"] | undefined; order?: T[\"order\"] | undefined; tooltip?: T[\"tooltip\"] | undefined; euiIconType?: T[\"euiIconType\"] | undefined; icon?: T[\"icon\"] | undefined; }" ], - "path": "x-pack/plugins/cases/public/common/navigation/deep_links.ts", + "path": "x-pack/platform/plugins/shared/cases/public/common/navigation/deep_links.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -83,7 +83,7 @@ "tags": [], "label": "{\n basePath = DEFAULT_BASE_PATH,\n extend = {},\n}", "description": [], - "path": "x-pack/plugins/cases/public/common/navigation/deep_links.ts", + "path": "x-pack/platform/plugins/shared/cases/public/common/navigation/deep_links.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -97,7 +97,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/cases/public/common/navigation/deep_links.ts", + "path": "x-pack/platform/plugins/shared/cases/public/common/navigation/deep_links.ts", "deprecated": false, "trackAdoption": false }, @@ -119,7 +119,7 @@ }, ", Partial>> | undefined" ], - "path": "x-pack/plugins/cases/public/common/navigation/deep_links.ts", + "path": "x-pack/platform/plugins/shared/cases/public/common/navigation/deep_links.ts", "deprecated": false, "trackAdoption": false } @@ -144,7 +144,7 @@ "SupportedCaseAttachment", "[]" ], - "path": "x-pack/plugins/cases/public/types.ts", + "path": "x-pack/platform/plugins/shared/cases/public/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -160,7 +160,7 @@ "CaseAttachmentWithoutOwner", "[]" ], - "path": "x-pack/plugins/cases/public/types.ts", + "path": "x-pack/platform/plugins/shared/cases/public/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -175,7 +175,7 @@ "signature": [ "\"xpack.cases.commentDraft\"" ], - "path": "x-pack/plugins/cases/public/components/markdown_editor/plugins/lens/constants.ts", + "path": "x-pack/platform/plugins/shared/cases/public/components/markdown_editor/plugins/lens/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -226,7 +226,7 @@ }, " | undefined, isCreateCase?: boolean | undefined) => void) | undefined; onCreateCaseClicked?: (() => void) | undefined; }" ], - "path": "x-pack/plugins/cases/public/client/ui/get_all_cases_selector_modal.tsx", + "path": "x-pack/platform/plugins/shared/cases/public/client/ui/get_all_cases_selector_modal.tsx", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -369,7 +369,7 @@ "CustomFieldTypes", ".NUMBER; value: number | null; })[] | undefined; }, \"title\" | \"description\"> | undefined; }" ], - "path": "x-pack/plugins/cases/public/client/ui/get_create_case_flyout.tsx", + "path": "x-pack/platform/plugins/shared/cases/public/client/ui/get_create_case_flyout.tsx", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -396,7 +396,7 @@ "ReleasePhase", " | undefined; maxCasesToShow: number; }" ], - "path": "x-pack/plugins/cases/public/client/ui/get_recent_cases.tsx", + "path": "x-pack/platform/plugins/shared/cases/public/client/ui/get_recent_cases.tsx", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -411,7 +411,7 @@ "signature": [ "\"cases\" | \"cases_create\" | \"cases_configure\"" ], - "path": "x-pack/plugins/cases/public/common/navigation/deep_links.ts", + "path": "x-pack/platform/plugins/shared/cases/public/common/navigation/deep_links.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -428,7 +428,7 @@ "signature": [ "{ readonly cases: \"cases\"; readonly casesCreate: \"cases_create\"; readonly casesConfigure: \"cases_configure\"; }" ], - "path": "x-pack/plugins/cases/public/common/navigation/deep_links.ts", + "path": "x-pack/platform/plugins/shared/cases/public/common/navigation/deep_links.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -441,7 +441,7 @@ "tags": [], "label": "CasesPublicStart", "description": [], - "path": "x-pack/plugins/cases/public/types.ts", + "path": "x-pack/platform/plugins/shared/cases/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -687,7 +687,7 @@ }, "; }; } & { created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } & { profile_uid?: string | undefined; }; owner: string; pushed_at: string | null; pushed_by: ({ email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } & { profile_uid?: string | undefined; }) | null; updated_at: string | null; updated_by: ({ email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } & { profile_uid?: string | undefined; }) | null; })) & { id: string; version: string; })[] | undefined; })[]; errors: { error: string; message: string; status: number | undefined; caseId: string; }[]; }>; }; }" ], - "path": "x-pack/plugins/cases/public/types.ts", + "path": "x-pack/platform/plugins/shared/cases/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -739,7 +739,7 @@ }, ", string | React.JSXElementConstructor>; }" ], - "path": "x-pack/plugins/cases/public/types.ts", + "path": "x-pack/platform/plugins/shared/cases/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -781,7 +781,7 @@ "UseIsAddToCaseOpen", "; }" ], - "path": "x-pack/plugins/cases/public/types.ts", + "path": "x-pack/platform/plugins/shared/cases/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -815,7 +815,7 @@ "GroupAlertsByRule", "; }" ], - "path": "x-pack/plugins/cases/public/types.ts", + "path": "x-pack/platform/plugins/shared/cases/public/types.ts", "deprecated": false, "trackAdoption": false } @@ -830,7 +830,7 @@ "tags": [], "label": "CasesPublicSetup", "description": [], - "path": "x-pack/plugins/cases/public/types.ts", + "path": "x-pack/platform/plugins/shared/cases/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -844,7 +844,7 @@ "signature": [ "AttachmentFramework" ], - "path": "x-pack/plugins/cases/public/types.ts", + "path": "x-pack/platform/plugins/shared/cases/public/types.ts", "deprecated": false, "trackAdoption": false } @@ -864,7 +864,7 @@ "description": [ "\nClient wrapper that contains accessor methods for individual entities within the cases system." ], - "path": "x-pack/plugins/cases/server/client/client.ts", + "path": "x-pack/platform/plugins/shared/cases/server/client/client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -878,7 +878,7 @@ "signature": [ "any" ], - "path": "x-pack/plugins/cases/server/client/client.ts", + "path": "x-pack/platform/plugins/shared/cases/server/client/client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -892,7 +892,7 @@ "signature": [ "CasesClientArgs" ], - "path": "x-pack/plugins/cases/server/client/client.ts", + "path": "x-pack/platform/plugins/shared/cases/server/client/client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -912,7 +912,7 @@ "signature": [ "CasesSubClient" ], - "path": "x-pack/plugins/cases/server/client/client.ts", + "path": "x-pack/platform/plugins/shared/cases/server/client/client.ts", "deprecated": false, "trackAdoption": false }, @@ -928,7 +928,7 @@ "signature": [ "AttachmentsSubClient" ], - "path": "x-pack/plugins/cases/server/client/client.ts", + "path": "x-pack/platform/plugins/shared/cases/server/client/client.ts", "deprecated": false, "trackAdoption": false }, @@ -944,7 +944,7 @@ "signature": [ "UserActionsSubClient" ], - "path": "x-pack/plugins/cases/server/client/client.ts", + "path": "x-pack/platform/plugins/shared/cases/server/client/client.ts", "deprecated": false, "trackAdoption": false }, @@ -960,7 +960,7 @@ "signature": [ "ConfigureSubClient" ], - "path": "x-pack/plugins/cases/server/client/client.ts", + "path": "x-pack/platform/plugins/shared/cases/server/client/client.ts", "deprecated": false, "trackAdoption": false }, @@ -976,7 +976,7 @@ "signature": [ "MetricsSubClient" ], - "path": "x-pack/plugins/cases/server/client/client.ts", + "path": "x-pack/platform/plugins/shared/cases/server/client/client.ts", "deprecated": false, "trackAdoption": false } @@ -996,7 +996,7 @@ "tags": [], "label": "CasesServerSetup", "description": [], - "path": "x-pack/plugins/cases/server/types.ts", + "path": "x-pack/platform/plugins/shared/cases/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1010,7 +1010,7 @@ "signature": [ "AttachmentFramework" ], - "path": "x-pack/plugins/cases/server/types.ts", + "path": "x-pack/platform/plugins/shared/cases/server/types.ts", "deprecated": false, "trackAdoption": false } @@ -1027,7 +1027,7 @@ "description": [ "\nCases server exposed contract for interacting with cases entities." ], - "path": "x-pack/plugins/cases/server/types.ts", + "path": "x-pack/platform/plugins/shared/cases/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1059,7 +1059,7 @@ }, ">" ], - "path": "x-pack/plugins/cases/server/types.ts", + "path": "x-pack/platform/plugins/shared/cases/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1082,7 +1082,7 @@ }, "" ], - "path": "x-pack/plugins/cases/server/types.ts", + "path": "x-pack/platform/plugins/shared/cases/server/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1103,7 +1103,7 @@ "() => ", "ExternalReferenceAttachmentTypeRegistry" ], - "path": "x-pack/plugins/cases/server/types.ts", + "path": "x-pack/platform/plugins/shared/cases/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1120,7 +1120,7 @@ "() => ", "PersistableStateAttachmentTypeRegistry" ], - "path": "x-pack/plugins/cases/server/types.ts", + "path": "x-pack/platform/plugins/shared/cases/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1141,7 +1141,7 @@ "tags": [], "label": "createUICapabilities", "description": [ - "\nReturn the UI capabilities for each type of operation. These strings must match the values defined in the UI\nhere: x-pack/plugins/cases/public/client/helpers/capabilities.ts" + "\nReturn the UI capabilities for each type of operation. These strings must match the values defined in the UI\nhere: x-pack/platform/plugins/shared/cases/public/client/helpers/capabilities.ts" ], "signature": [ "() => ", @@ -1153,7 +1153,7 @@ "text": "CasesUiCapabilities" } ], - "path": "x-pack/plugins/cases/common/utils/capabilities.ts", + "path": "x-pack/platform/plugins/shared/cases/common/utils/capabilities.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1177,7 +1177,7 @@ "text": "CasesApiTags" } ], - "path": "x-pack/plugins/cases/common/utils/api_tags.ts", + "path": "x-pack/platform/plugins/shared/cases/common/utils/api_tags.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1191,7 +1191,7 @@ "signature": [ "\"cases\" | \"observability\" | \"securitySolution\"" ], - "path": "x-pack/plugins/cases/common/utils/api_tags.ts", + "path": "x-pack/platform/plugins/shared/cases/common/utils/api_tags.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1210,7 +1210,7 @@ "signature": [ "(id: string) => string" ], - "path": "x-pack/plugins/cases/common/api/helpers.ts", + "path": "x-pack/platform/plugins/shared/cases/common/api/helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1224,7 +1224,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/cases/common/api/helpers.ts", + "path": "x-pack/platform/plugins/shared/cases/common/api/helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1243,7 +1243,7 @@ "signature": [ "(alertId: string) => string" ], - "path": "x-pack/plugins/cases/common/api/helpers.ts", + "path": "x-pack/platform/plugins/shared/cases/common/api/helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1257,7 +1257,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/cases/common/api/helpers.ts", + "path": "x-pack/platform/plugins/shared/cases/common/api/helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1278,7 +1278,7 @@ "Errors", ") => never" ], - "path": "x-pack/plugins/cases/common/api/runtime_types.ts", + "path": "x-pack/platform/plugins/shared/cases/common/api/runtime_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1292,7 +1292,7 @@ "signature": [ "ErrorFactory" ], - "path": "x-pack/plugins/cases/common/api/runtime_types.ts", + "path": "x-pack/platform/plugins/shared/cases/common/api/runtime_types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1310,7 +1310,7 @@ "tags": [], "label": "CasesApiTags", "description": [], - "path": "x-pack/plugins/cases/common/utils/api_tags.ts", + "path": "x-pack/platform/plugins/shared/cases/common/utils/api_tags.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1324,7 +1324,7 @@ "signature": [ "readonly string[]" ], - "path": "x-pack/plugins/cases/common/utils/api_tags.ts", + "path": "x-pack/platform/plugins/shared/cases/common/utils/api_tags.ts", "deprecated": false, "trackAdoption": false }, @@ -1338,7 +1338,7 @@ "signature": [ "readonly string[]" ], - "path": "x-pack/plugins/cases/common/utils/api_tags.ts", + "path": "x-pack/platform/plugins/shared/cases/common/utils/api_tags.ts", "deprecated": false, "trackAdoption": false }, @@ -1352,7 +1352,7 @@ "signature": [ "readonly string[]" ], - "path": "x-pack/plugins/cases/common/utils/api_tags.ts", + "path": "x-pack/platform/plugins/shared/cases/common/utils/api_tags.ts", "deprecated": false, "trackAdoption": false }, @@ -1366,7 +1366,7 @@ "signature": [ "readonly string[]" ], - "path": "x-pack/plugins/cases/common/utils/api_tags.ts", + "path": "x-pack/platform/plugins/shared/cases/common/utils/api_tags.ts", "deprecated": false, "trackAdoption": false } @@ -1380,7 +1380,7 @@ "tags": [], "label": "CasesCapabilities", "description": [], - "path": "x-pack/plugins/cases/common/ui/types.ts", + "path": "x-pack/platform/plugins/shared/cases/common/ui/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1391,7 +1391,7 @@ "tags": [], "label": "[CREATE_CASES_CAPABILITY]", "description": [], - "path": "x-pack/plugins/cases/common/ui/types.ts", + "path": "x-pack/platform/plugins/shared/cases/common/ui/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1402,7 +1402,7 @@ "tags": [], "label": "[READ_CASES_CAPABILITY]", "description": [], - "path": "x-pack/plugins/cases/common/ui/types.ts", + "path": "x-pack/platform/plugins/shared/cases/common/ui/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1413,7 +1413,7 @@ "tags": [], "label": "[UPDATE_CASES_CAPABILITY]", "description": [], - "path": "x-pack/plugins/cases/common/ui/types.ts", + "path": "x-pack/platform/plugins/shared/cases/common/ui/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1424,7 +1424,7 @@ "tags": [], "label": "[DELETE_CASES_CAPABILITY]", "description": [], - "path": "x-pack/plugins/cases/common/ui/types.ts", + "path": "x-pack/platform/plugins/shared/cases/common/ui/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1435,7 +1435,7 @@ "tags": [], "label": "[PUSH_CASES_CAPABILITY]", "description": [], - "path": "x-pack/plugins/cases/common/ui/types.ts", + "path": "x-pack/platform/plugins/shared/cases/common/ui/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1446,7 +1446,7 @@ "tags": [], "label": "[CASES_CONNECTORS_CAPABILITY]", "description": [], - "path": "x-pack/plugins/cases/common/ui/types.ts", + "path": "x-pack/platform/plugins/shared/cases/common/ui/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1457,7 +1457,7 @@ "tags": [], "label": "[CASES_SETTINGS_CAPABILITY]", "description": [], - "path": "x-pack/plugins/cases/common/ui/types.ts", + "path": "x-pack/platform/plugins/shared/cases/common/ui/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1468,7 +1468,7 @@ "tags": [], "label": "[CREATE_COMMENT_CAPABILITY]", "description": [], - "path": "x-pack/plugins/cases/common/ui/types.ts", + "path": "x-pack/platform/plugins/shared/cases/common/ui/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1479,7 +1479,7 @@ "tags": [], "label": "[CASES_REOPEN_CAPABILITY]", "description": [], - "path": "x-pack/plugins/cases/common/ui/types.ts", + "path": "x-pack/platform/plugins/shared/cases/common/ui/types.ts", "deprecated": false, "trackAdoption": false } @@ -1493,7 +1493,7 @@ "tags": [], "label": "CasesPermissions", "description": [], - "path": "x-pack/plugins/cases/common/ui/types.ts", + "path": "x-pack/platform/plugins/shared/cases/common/ui/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1504,7 +1504,7 @@ "tags": [], "label": "all", "description": [], - "path": "x-pack/plugins/cases/common/ui/types.ts", + "path": "x-pack/platform/plugins/shared/cases/common/ui/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1515,7 +1515,7 @@ "tags": [], "label": "create", "description": [], - "path": "x-pack/plugins/cases/common/ui/types.ts", + "path": "x-pack/platform/plugins/shared/cases/common/ui/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1526,7 +1526,7 @@ "tags": [], "label": "read", "description": [], - "path": "x-pack/plugins/cases/common/ui/types.ts", + "path": "x-pack/platform/plugins/shared/cases/common/ui/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1537,7 +1537,7 @@ "tags": [], "label": "update", "description": [], - "path": "x-pack/plugins/cases/common/ui/types.ts", + "path": "x-pack/platform/plugins/shared/cases/common/ui/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1548,7 +1548,7 @@ "tags": [], "label": "delete", "description": [], - "path": "x-pack/plugins/cases/common/ui/types.ts", + "path": "x-pack/platform/plugins/shared/cases/common/ui/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1559,7 +1559,7 @@ "tags": [], "label": "push", "description": [], - "path": "x-pack/plugins/cases/common/ui/types.ts", + "path": "x-pack/platform/plugins/shared/cases/common/ui/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1570,7 +1570,7 @@ "tags": [], "label": "connectors", "description": [], - "path": "x-pack/plugins/cases/common/ui/types.ts", + "path": "x-pack/platform/plugins/shared/cases/common/ui/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1581,7 +1581,7 @@ "tags": [], "label": "settings", "description": [], - "path": "x-pack/plugins/cases/common/ui/types.ts", + "path": "x-pack/platform/plugins/shared/cases/common/ui/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1592,7 +1592,7 @@ "tags": [], "label": "reopenCase", "description": [], - "path": "x-pack/plugins/cases/common/ui/types.ts", + "path": "x-pack/platform/plugins/shared/cases/common/ui/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1603,7 +1603,7 @@ "tags": [], "label": "createComment", "description": [], - "path": "x-pack/plugins/cases/common/ui/types.ts", + "path": "x-pack/platform/plugins/shared/cases/common/ui/types.ts", "deprecated": false, "trackAdoption": false } @@ -1617,7 +1617,7 @@ "tags": [], "label": "CasesUiCapabilities", "description": [], - "path": "x-pack/plugins/cases/common/utils/capabilities.ts", + "path": "x-pack/platform/plugins/shared/cases/common/utils/capabilities.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1631,7 +1631,7 @@ "signature": [ "readonly string[]" ], - "path": "x-pack/plugins/cases/common/utils/capabilities.ts", + "path": "x-pack/platform/plugins/shared/cases/common/utils/capabilities.ts", "deprecated": false, "trackAdoption": false }, @@ -1645,7 +1645,7 @@ "signature": [ "readonly string[]" ], - "path": "x-pack/plugins/cases/common/utils/capabilities.ts", + "path": "x-pack/platform/plugins/shared/cases/common/utils/capabilities.ts", "deprecated": false, "trackAdoption": false }, @@ -1659,7 +1659,7 @@ "signature": [ "readonly string[]" ], - "path": "x-pack/plugins/cases/common/utils/capabilities.ts", + "path": "x-pack/platform/plugins/shared/cases/common/utils/capabilities.ts", "deprecated": false, "trackAdoption": false }, @@ -1673,7 +1673,7 @@ "signature": [ "readonly string[]" ], - "path": "x-pack/plugins/cases/common/utils/capabilities.ts", + "path": "x-pack/platform/plugins/shared/cases/common/utils/capabilities.ts", "deprecated": false, "trackAdoption": false }, @@ -1687,7 +1687,7 @@ "signature": [ "readonly string[]" ], - "path": "x-pack/plugins/cases/common/utils/capabilities.ts", + "path": "x-pack/platform/plugins/shared/cases/common/utils/capabilities.ts", "deprecated": false, "trackAdoption": false }, @@ -1701,7 +1701,7 @@ "signature": [ "readonly string[]" ], - "path": "x-pack/plugins/cases/common/utils/capabilities.ts", + "path": "x-pack/platform/plugins/shared/cases/common/utils/capabilities.ts", "deprecated": false, "trackAdoption": false } @@ -1715,7 +1715,7 @@ "tags": [], "label": "Ecs", "description": [], - "path": "x-pack/plugins/cases/common/ui/types.ts", + "path": "x-pack/platform/plugins/shared/cases/common/ui/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1726,7 +1726,7 @@ "tags": [], "label": "_id", "description": [], - "path": "x-pack/plugins/cases/common/ui/types.ts", + "path": "x-pack/platform/plugins/shared/cases/common/ui/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1740,7 +1740,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/cases/common/ui/types.ts", + "path": "x-pack/platform/plugins/shared/cases/common/ui/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1755,7 +1755,7 @@ "SignalEcs", " | undefined" ], - "path": "x-pack/plugins/cases/common/ui/types.ts", + "path": "x-pack/platform/plugins/shared/cases/common/ui/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1771,7 +1771,7 @@ "SignalEcsAAD", "; } | undefined" ], - "path": "x-pack/plugins/cases/common/ui/types.ts", + "path": "x-pack/platform/plugins/shared/cases/common/ui/types.ts", "deprecated": false, "trackAdoption": false } @@ -1789,7 +1789,7 @@ "description": [ "\nUser comment" ], - "path": "x-pack/plugins/cases/common/types/domain/attachment/v1.ts", + "path": "x-pack/platform/plugins/shared/cases/common/types/domain/attachment/v1.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1801,7 +1801,7 @@ "tags": [], "label": "CaseMetricsFeature", "description": [], - "path": "x-pack/plugins/cases/common/types/api/metrics/v1.ts", + "path": "x-pack/platform/plugins/shared/cases/common/types/api/metrics/v1.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1815,7 +1815,7 @@ "description": [ "\nSeverity" ], - "path": "x-pack/plugins/cases/common/types/domain/case/v1.ts", + "path": "x-pack/platform/plugins/shared/cases/common/types/domain/case/v1.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1827,7 +1827,7 @@ "tags": [], "label": "ConnectorTypes", "description": [], - "path": "x-pack/plugins/cases/common/types/domain/connector/v1.ts", + "path": "x-pack/platform/plugins/shared/cases/common/types/domain/connector/v1.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1841,7 +1841,7 @@ "description": [ "\nExternal reference" ], - "path": "x-pack/plugins/cases/common/types/domain/attachment/v1.ts", + "path": "x-pack/platform/plugins/shared/cases/common/types/domain/attachment/v1.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1860,7 +1860,7 @@ "signature": [ "\"cases\"" ], - "path": "x-pack/plugins/cases/common/constants/application.ts", + "path": "x-pack/platform/plugins/shared/cases/common/constants/application.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1963,7 +1963,7 @@ }, "; }; } & { created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } & { profile_uid?: string | undefined; }; owner: string; pushed_at: string | null; pushed_by: ({ email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } & { profile_uid?: string | undefined; }) | null; updated_at: string | null; updated_by: ({ email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } & { profile_uid?: string | undefined; }) | null; })" ], - "path": "x-pack/plugins/cases/common/types/domain/attachment/v1.ts", + "path": "x-pack/platform/plugins/shared/cases/common/types/domain/attachment/v1.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2152,7 +2152,7 @@ }, "; }; } & { created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } & { profile_uid?: string | undefined; }; owner: string; pushed_at: string | null; pushed_by: ({ email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } & { profile_uid?: string | undefined; }) | null; updated_at: string | null; updated_by: ({ email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } & { profile_uid?: string | undefined; }) | null; })) & { id: string; version: string; })[] | undefined; }" ], - "path": "x-pack/plugins/cases/common/types/domain/case/v1.ts", + "path": "x-pack/platform/plugins/shared/cases/common/types/domain/case/v1.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2167,7 +2167,7 @@ "signature": [ "\"cases-comments\"" ], - "path": "x-pack/plugins/cases/common/constants/index.ts", + "path": "x-pack/platform/plugins/shared/cases/common/constants/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2268,7 +2268,7 @@ }, " | undefined; owner?: string | undefined; } & { id: string; version: string; }" ], - "path": "x-pack/plugins/cases/common/types/api/case/v1.ts", + "path": "x-pack/platform/plugins/shared/cases/common/types/api/case/v1.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2361,7 +2361,7 @@ "CustomFieldTypes", ".NUMBER; value: number | null; })[] | undefined; }" ], - "path": "x-pack/plugins/cases/common/types/api/case/v1.ts", + "path": "x-pack/platform/plugins/shared/cases/common/types/api/case/v1.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2550,7 +2550,7 @@ }, "; }; } & { created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } & { profile_uid?: string | undefined; }; owner: string; pushed_at: string | null; pushed_by: ({ email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } & { profile_uid?: string | undefined; }) | null; updated_at: string | null; updated_by: ({ email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } & { profile_uid?: string | undefined; }) | null; })) & { id: string; version: string; })[] | undefined; })[]" ], - "path": "x-pack/plugins/cases/common/types/domain/case/v1.ts", + "path": "x-pack/platform/plugins/shared/cases/common/types/domain/case/v1.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2565,7 +2565,7 @@ "signature": [ "\"cases_connectors\"" ], - "path": "x-pack/plugins/cases/common/constants/index.ts", + "path": "x-pack/platform/plugins/shared/cases/common/constants/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2580,7 +2580,7 @@ "signature": [ "\"case_reopen\"" ], - "path": "x-pack/plugins/cases/common/constants/index.ts", + "path": "x-pack/platform/plugins/shared/cases/common/constants/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2595,7 +2595,7 @@ "signature": [ "\"cases_settings\"" ], - "path": "x-pack/plugins/cases/common/constants/index.ts", + "path": "x-pack/platform/plugins/shared/cases/common/constants/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2612,7 +2612,7 @@ "signature": [ "\"/api/cases\"" ], - "path": "x-pack/plugins/cases/common/constants/index.ts", + "path": "x-pack/platform/plugins/shared/cases/common/constants/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2801,7 +2801,7 @@ }, "; }; } & { created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } & { profile_uid?: string | undefined; }; owner: string; pushed_at: string | null; pushed_by: ({ email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } & { profile_uid?: string | undefined; }) | null; updated_at: string | null; updated_by: ({ email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } & { profile_uid?: string | undefined; }) | null; })) & { id: string; version: string; })[] | undefined; })[]; errors: { error: string; message: string; status: number | undefined; caseId: string; }[]; }" ], - "path": "x-pack/plugins/cases/common/types/api/case/v1.ts", + "path": "x-pack/platform/plugins/shared/cases/common/types/api/case/v1.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2974,7 +2974,7 @@ }, "; }" ], - "path": "x-pack/plugins/cases/common/ui/types.ts", + "path": "x-pack/platform/plugins/shared/cases/common/ui/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2989,7 +2989,7 @@ "signature": [ "{ mttr?: number | null | undefined; status?: { open: number; inProgress: number; closed: number; } | undefined; }" ], - "path": "x-pack/plugins/cases/common/types/api/metrics/v1.ts", + "path": "x-pack/platform/plugins/shared/cases/common/types/api/metrics/v1.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3011,7 +3011,7 @@ }, "[]" ], - "path": "x-pack/plugins/cases/common/ui/types.ts", + "path": "x-pack/platform/plugins/shared/cases/common/ui/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3178,7 +3178,7 @@ "AttachmentUI", "[]; }" ], - "path": "x-pack/plugins/cases/common/ui/types.ts", + "path": "x-pack/platform/plugins/shared/cases/common/ui/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3195,7 +3195,7 @@ "signature": [ "{ refreshCase: () => Promise; } | null" ], - "path": "x-pack/plugins/cases/common/ui/types.ts", + "path": "x-pack/platform/plugins/shared/cases/common/ui/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3212,7 +3212,7 @@ "signature": [ "\"create_cases\"" ], - "path": "x-pack/plugins/cases/common/constants/index.ts", + "path": "x-pack/platform/plugins/shared/cases/common/constants/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3227,7 +3227,7 @@ "signature": [ "\"create_comment\"" ], - "path": "x-pack/plugins/cases/common/constants/index.ts", + "path": "x-pack/platform/plugins/shared/cases/common/constants/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3242,7 +3242,7 @@ "signature": [ "\"delete_cases\"" ], - "path": "x-pack/plugins/cases/common/constants/index.ts", + "path": "x-pack/platform/plugins/shared/cases/common/constants/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3259,7 +3259,7 @@ "signature": [ "\"generalCases\"" ], - "path": "x-pack/plugins/cases/common/constants/application.ts", + "path": "x-pack/platform/plugins/shared/cases/common/constants/application.ts", "deprecated": true, "trackAdoption": false, "references": [], @@ -3275,7 +3275,7 @@ "signature": [ "\"generalCasesV2\"" ], - "path": "x-pack/plugins/cases/common/constants/application.ts", + "path": "x-pack/platform/plugins/shared/cases/common/constants/application.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3290,7 +3290,7 @@ "signature": [ "\"cases\"" ], - "path": "x-pack/plugins/cases/common/constants/owners.ts", + "path": "x-pack/platform/plugins/shared/cases/common/constants/owners.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3307,7 +3307,7 @@ "signature": [ "\"casesGetConnectorsConfigure\"" ], - "path": "x-pack/plugins/cases/common/constants/index.ts", + "path": "x-pack/platform/plugins/shared/cases/common/constants/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3330,7 +3330,7 @@ }, "; createdAt: string; totals: { alerts: number; userComments: number; }; }[]" ], - "path": "x-pack/plugins/cases/common/types/api/case/v1.ts", + "path": "x-pack/platform/plugins/shared/cases/common/types/api/case/v1.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3345,7 +3345,7 @@ "signature": [ "\"/internal/cases/{case_id}/attachments/_bulk_create\"" ], - "path": "x-pack/plugins/cases/common/constants/index.ts", + "path": "x-pack/platform/plugins/shared/cases/common/constants/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3360,7 +3360,7 @@ "signature": [ "\"/internal/cases/_bulk_get\"" ], - "path": "x-pack/plugins/cases/common/constants/index.ts", + "path": "x-pack/platform/plugins/shared/cases/common/constants/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3375,7 +3375,7 @@ "signature": [ "\".lens\"" ], - "path": "x-pack/plugins/cases/common/constants/visualizations.ts", + "path": "x-pack/platform/plugins/shared/cases/common/constants/visualizations.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3390,7 +3390,7 @@ "signature": [ "\"observability\"" ], - "path": "x-pack/plugins/cases/common/constants/owners.ts", + "path": "x-pack/platform/plugins/shared/cases/common/constants/owners.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3405,7 +3405,7 @@ "signature": [ "\"push_cases\"" ], - "path": "x-pack/plugins/cases/common/constants/index.ts", + "path": "x-pack/platform/plugins/shared/cases/common/constants/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3420,7 +3420,7 @@ "signature": [ "\"read_cases\"" ], - "path": "x-pack/plugins/cases/common/constants/index.ts", + "path": "x-pack/platform/plugins/shared/cases/common/constants/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3443,7 +3443,7 @@ }, "; createdAt: string; totals: { alerts: number; userComments: number; }; }" ], - "path": "x-pack/plugins/cases/common/types/domain/case/v1.ts", + "path": "x-pack/platform/plugins/shared/cases/common/types/domain/case/v1.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3460,7 +3460,7 @@ "signature": [ "(\"cases\" | \"cases-connector-mappings\" | \"cases-user-actions\" | \"cases-comments\" | \"cases-configure\")[]" ], - "path": "x-pack/plugins/cases/common/constants/index.ts", + "path": "x-pack/platform/plugins/shared/cases/common/constants/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3477,7 +3477,7 @@ "signature": [ "\"securitySolution\"" ], - "path": "x-pack/plugins/cases/common/constants/owners.ts", + "path": "x-pack/platform/plugins/shared/cases/common/constants/owners.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3492,7 +3492,7 @@ "signature": [ "{ alerts?: { count?: number | undefined; hosts?: { total: number; values: { name: string | undefined; id: string; count: number; }[]; } | undefined; users?: { total: number; values: { name: string; count: number; }[]; } | undefined; } | undefined; connectors?: { total: number; } | undefined; actions?: { isolateHost?: { isolate: { total: number; }; unisolate: { total: number; }; } | undefined; } | undefined; lifespan?: { creationDate: string; closeDate: string | null; statusInfo: { openDuration: number; inProgressDuration: number; reopenDates: string[]; }; } | undefined; }" ], - "path": "x-pack/plugins/cases/common/types/api/metrics/v1.ts", + "path": "x-pack/platform/plugins/shared/cases/common/types/api/metrics/v1.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3507,7 +3507,7 @@ "signature": [ "\"update_cases\"" ], - "path": "x-pack/plugins/cases/common/constants/index.ts", + "path": "x-pack/platform/plugins/shared/cases/common/constants/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3766,7 +3766,7 @@ }, ".theHive; fields: { tlp: number | null; } | null; } & { name: string; })); }; } | { type: \"pushed\"; payload: { externalService: { connector_id: string; } & { connector_name: string; external_id: string; external_title: string; external_url: string; pushed_at: string; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } & { profile_uid?: string | undefined; }; }; }; }) & { created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } & { profile_uid?: string | undefined; }; owner: string; action: \"create\" | \"update\" | \"delete\" | \"add\" | \"push_to_service\"; }) & { comment_id: string | null; }) & { id: string; version: string; })[]; page: number; perPage: number; total: number; }" ], - "path": "x-pack/plugins/cases/common/types/api/user_action/v1.ts", + "path": "x-pack/platform/plugins/shared/cases/common/types/api/user_action/v1.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/data.devdocs.json b/api_docs/data.devdocs.json index 66e7a984e27ff..a7f970542ac5d 100644 --- a/api_docs/data.devdocs.json +++ b/api_docs/data.devdocs.json @@ -3571,7 +3571,7 @@ "references": [ { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/lib/wrap_search_source_client.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/lib/wrap_search_source_client.ts" }, { "plugin": "securitySolution", @@ -3849,55 +3849,55 @@ "references": [ { "plugin": "stackAlerts", - "path": "x-pack/plugins/stack_alerts/server/rule_types/es_query/lib/fetch_search_source_query.ts" + "path": "x-pack/platform/plugins/shared/stack_alerts/server/rule_types/es_query/lib/fetch_search_source_query.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/lib/wrap_search_source_client.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/lib/wrap_search_source_client.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/lib/wrap_search_source_client.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/lib/wrap_search_source_client.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/lib/wrap_search_source_client.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/lib/wrap_search_source_client.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/lib/wrap_search_source_client.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/lib/wrap_search_source_client.test.ts" }, { "plugin": "stackAlerts", - "path": "x-pack/plugins/stack_alerts/server/rule_types/es_query/rule_type.test.ts" + "path": "x-pack/platform/plugins/shared/stack_alerts/server/rule_types/es_query/rule_type.test.ts" }, { "plugin": "stackAlerts", - "path": "x-pack/plugins/stack_alerts/server/rule_types/es_query/rule_type.test.ts" + "path": "x-pack/platform/plugins/shared/stack_alerts/server/rule_types/es_query/rule_type.test.ts" }, { "plugin": "stackAlerts", - "path": "x-pack/plugins/stack_alerts/server/rule_types/es_query/lib/fetch_search_source_query.test.ts" + "path": "x-pack/platform/plugins/shared/stack_alerts/server/rule_types/es_query/lib/fetch_search_source_query.test.ts" }, { "plugin": "stackAlerts", - "path": "x-pack/plugins/stack_alerts/server/rule_types/es_query/lib/fetch_search_source_query.test.ts" + "path": "x-pack/platform/plugins/shared/stack_alerts/server/rule_types/es_query/lib/fetch_search_source_query.test.ts" }, { "plugin": "securitySolution", @@ -8211,23 +8211,23 @@ }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts" }, { "plugin": "fleet", @@ -11698,23 +11698,23 @@ }, { "plugin": "stackAlerts", - "path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/rule_form/data_view_select.tsx" + "path": "x-pack/platform/plugins/shared/stack_alerts/public/rule_types/geo_containment/rule_form/data_view_select.tsx" }, { "plugin": "stackAlerts", - "path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/rule_form/boundary_form.tsx" + "path": "x-pack/platform/plugins/shared/stack_alerts/public/rule_types/geo_containment/rule_form/boundary_form.tsx" }, { "plugin": "stackAlerts", - "path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/rule_form/boundary_form.tsx" + "path": "x-pack/platform/plugins/shared/stack_alerts/public/rule_types/geo_containment/rule_form/boundary_form.tsx" }, { "plugin": "stackAlerts", - "path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/rule_form/entity_form.tsx" + "path": "x-pack/platform/plugins/shared/stack_alerts/public/rule_types/geo_containment/rule_form/entity_form.tsx" }, { "plugin": "stackAlerts", - "path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/rule_form/entity_form.tsx" + "path": "x-pack/platform/plugins/shared/stack_alerts/public/rule_types/geo_containment/rule_form/entity_form.tsx" }, { "plugin": "inputControlVis", @@ -11818,7 +11818,7 @@ }, { "plugin": "stackAlerts", - "path": "x-pack/plugins/stack_alerts/public/rule_types/threshold/expression.tsx" + "path": "x-pack/platform/plugins/shared/stack_alerts/public/rule_types/threshold/expression.tsx" }, { "plugin": "expressionPartitionVis", @@ -24740,23 +24740,23 @@ }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts" }, { "plugin": "fleet", diff --git a/api_docs/data_search.devdocs.json b/api_docs/data_search.devdocs.json index 53f23d2699064..078d29e932e8c 100644 --- a/api_docs/data_search.devdocs.json +++ b/api_docs/data_search.devdocs.json @@ -10091,7 +10091,7 @@ "references": [ { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/lib/wrap_search_source_client.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/lib/wrap_search_source_client.ts" }, { "plugin": "securitySolution", @@ -10369,55 +10369,55 @@ "references": [ { "plugin": "stackAlerts", - "path": "x-pack/plugins/stack_alerts/server/rule_types/es_query/lib/fetch_search_source_query.ts" + "path": "x-pack/platform/plugins/shared/stack_alerts/server/rule_types/es_query/lib/fetch_search_source_query.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/lib/wrap_search_source_client.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/lib/wrap_search_source_client.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/lib/wrap_search_source_client.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/lib/wrap_search_source_client.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/lib/wrap_search_source_client.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/lib/wrap_search_source_client.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/lib/wrap_search_source_client.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/lib/wrap_search_source_client.test.ts" }, { "plugin": "stackAlerts", - "path": "x-pack/plugins/stack_alerts/server/rule_types/es_query/rule_type.test.ts" + "path": "x-pack/platform/plugins/shared/stack_alerts/server/rule_types/es_query/rule_type.test.ts" }, { "plugin": "stackAlerts", - "path": "x-pack/plugins/stack_alerts/server/rule_types/es_query/rule_type.test.ts" + "path": "x-pack/platform/plugins/shared/stack_alerts/server/rule_types/es_query/rule_type.test.ts" }, { "plugin": "stackAlerts", - "path": "x-pack/plugins/stack_alerts/server/rule_types/es_query/lib/fetch_search_source_query.test.ts" + "path": "x-pack/platform/plugins/shared/stack_alerts/server/rule_types/es_query/lib/fetch_search_source_query.test.ts" }, { "plugin": "stackAlerts", - "path": "x-pack/plugins/stack_alerts/server/rule_types/es_query/lib/fetch_search_source_query.test.ts" + "path": "x-pack/platform/plugins/shared/stack_alerts/server/rule_types/es_query/lib/fetch_search_source_query.test.ts" }, { "plugin": "securitySolution", diff --git a/api_docs/data_views.devdocs.json b/api_docs/data_views.devdocs.json index 2db8e5ec94763..6f4934dcae36d 100644 --- a/api_docs/data_views.devdocs.json +++ b/api_docs/data_views.devdocs.json @@ -14040,7 +14040,7 @@ }, { "plugin": "triggersActionsUi", - "path": "x-pack/plugins/triggers_actions_ui/public/common/lib/data_apis.ts" + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/lib/data_apis.ts" }, { "plugin": "dataVisualizer", @@ -14180,15 +14180,15 @@ }, { "plugin": "stackAlerts", - "path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/rule_form/boundary_form.tsx" + "path": "x-pack/platform/plugins/shared/stack_alerts/public/rule_types/geo_containment/rule_form/boundary_form.tsx" }, { "plugin": "stackAlerts", - "path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/rule_form/entity_form.tsx" + "path": "x-pack/platform/plugins/shared/stack_alerts/public/rule_types/geo_containment/rule_form/entity_form.tsx" }, { "plugin": "stackAlerts", - "path": "x-pack/plugins/stack_alerts/public/rule_types/components/data_view_select_popover.tsx" + "path": "x-pack/platform/plugins/shared/stack_alerts/public/rule_types/components/data_view_select_popover.tsx" }, { "plugin": "securitySolution", @@ -26154,23 +26154,23 @@ }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts" }, { "plugin": "fleet", diff --git a/api_docs/event_log.devdocs.json b/api_docs/event_log.devdocs.json index 38cb6edc47b4d..ebc5f87252df1 100644 --- a/api_docs/event_log.devdocs.json +++ b/api_docs/event_log.devdocs.json @@ -27,7 +27,7 @@ }, "" ], - "path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/es/cluster_client_adapter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -41,7 +41,7 @@ "signature": [ "any" ], - "path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/es/cluster_client_adapter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -55,7 +55,7 @@ "signature": [ "ConstructorOpts" ], - "path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/es/cluster_client_adapter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -73,7 +73,7 @@ "signature": [ "() => Promise" ], - "path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/es/cluster_client_adapter.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -89,7 +89,7 @@ "signature": [ "(doc: TDoc) => void" ], - "path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/es/cluster_client_adapter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -103,7 +103,7 @@ "signature": [ "TDoc" ], - "path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/es/cluster_client_adapter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -121,7 +121,7 @@ "signature": [ "(docs: TDoc[]) => Promise" ], - "path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/es/cluster_client_adapter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -135,7 +135,7 @@ "signature": [ "TDoc[]" ], - "path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/es/cluster_client_adapter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -153,7 +153,7 @@ "signature": [ "(name: string) => Promise" ], - "path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/es/cluster_client_adapter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -167,7 +167,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/es/cluster_client_adapter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -185,7 +185,7 @@ "signature": [ "(name: string, template: Record) => Promise" ], - "path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/es/cluster_client_adapter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -199,7 +199,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/es/cluster_client_adapter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -214,7 +214,7 @@ "signature": [ "Record" ], - "path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/es/cluster_client_adapter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -232,7 +232,7 @@ "signature": [ "(name: string, template: Record) => Promise" ], - "path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/es/cluster_client_adapter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -246,7 +246,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/es/cluster_client_adapter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -261,7 +261,7 @@ "signature": [ "Record" ], - "path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/es/cluster_client_adapter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -281,7 +281,7 @@ "IndicesGetTemplateResponse", ">" ], - "path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/es/cluster_client_adapter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -295,7 +295,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/es/cluster_client_adapter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -315,7 +315,7 @@ "IndicesTemplateMapping", ") => Promise" ], - "path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/es/cluster_client_adapter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -329,7 +329,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/es/cluster_client_adapter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -344,7 +344,7 @@ "signature": [ "IndicesTemplateMapping" ], - "path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/es/cluster_client_adapter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -364,7 +364,7 @@ "IndicesGetSettingsResponse", ">" ], - "path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/es/cluster_client_adapter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -378,7 +378,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/es/cluster_client_adapter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -396,7 +396,7 @@ "signature": [ "(indexName: string) => Promise" ], - "path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/es/cluster_client_adapter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -410,7 +410,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/es/cluster_client_adapter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -430,7 +430,7 @@ "IndicesGetAliasResponse", ">" ], - "path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/es/cluster_client_adapter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -444,7 +444,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/es/cluster_client_adapter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -464,7 +464,7 @@ "ParsedIndexAlias", "[]) => Promise" ], - "path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/es/cluster_client_adapter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -478,7 +478,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/es/cluster_client_adapter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -494,7 +494,7 @@ "ParsedIndexAlias", "[]" ], - "path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/es/cluster_client_adapter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -512,7 +512,7 @@ "signature": [ "(name: string) => Promise" ], - "path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/es/cluster_client_adapter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -526,7 +526,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/es/cluster_client_adapter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -544,7 +544,7 @@ "signature": [ "(name: string) => Promise" ], - "path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/es/cluster_client_adapter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -558,7 +558,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/es/cluster_client_adapter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -576,7 +576,7 @@ "signature": [ "(name: string) => Promise" ], - "path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/es/cluster_client_adapter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -590,7 +590,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/es/cluster_client_adapter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -618,7 +618,7 @@ }, ">" ], - "path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/es/cluster_client_adapter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -632,7 +632,7 @@ "signature": [ "FindEventsOptionsBySavedObjectFilter" ], - "path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/es/cluster_client_adapter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -660,7 +660,7 @@ }, ">" ], - "path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/es/cluster_client_adapter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -674,7 +674,7 @@ "signature": [ "FindEventsOptionsWithAuthFilter" ], - "path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/es/cluster_client_adapter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -702,7 +702,7 @@ }, ">" ], - "path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/es/cluster_client_adapter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -716,7 +716,7 @@ "signature": [ "AggregateEventsOptionsBySavedObjectFilter" ], - "path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/es/cluster_client_adapter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -744,7 +744,7 @@ }, ">" ], - "path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/es/cluster_client_adapter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -758,7 +758,7 @@ "signature": [ "AggregateEventsWithAuthFilter" ], - "path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/es/cluster_client_adapter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -783,7 +783,7 @@ "ReadySignal", "" ], - "path": "x-pack/plugins/event_log/server/lib/ready_signal.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/lib/ready_signal.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -800,7 +800,7 @@ "signature": [ "(millis: number) => string" ], - "path": "x-pack/plugins/event_log/common/lib/millis_to_nanos.ts", + "path": "x-pack/platform/plugins/shared/event_log/common/lib/millis_to_nanos.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -814,7 +814,7 @@ "signature": [ "number" ], - "path": "x-pack/plugins/event_log/common/lib/millis_to_nanos.ts", + "path": "x-pack/platform/plugins/shared/event_log/common/lib/millis_to_nanos.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -833,7 +833,7 @@ "signature": [ "(nanos: string | number) => number" ], - "path": "x-pack/plugins/event_log/common/lib/nanos_to_millis.ts", + "path": "x-pack/platform/plugins/shared/event_log/common/lib/nanos_to_millis.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -847,7 +847,7 @@ "signature": [ "string | number" ], - "path": "x-pack/plugins/event_log/common/lib/nanos_to_millis.ts", + "path": "x-pack/platform/plugins/shared/event_log/common/lib/nanos_to_millis.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -865,7 +865,7 @@ "tags": [], "label": "AggregateEventsBySavedObjectResult", "description": [], - "path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/es/cluster_client_adapter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -880,7 +880,7 @@ "SearchHitsMetadata", " | undefined" ], - "path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/es/cluster_client_adapter.ts", "deprecated": false, "trackAdoption": false }, @@ -896,7 +896,7 @@ "AggregationsAggregate", "> | undefined" ], - "path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/es/cluster_client_adapter.ts", "deprecated": false, "trackAdoption": false } @@ -910,7 +910,7 @@ "tags": [], "label": "IEventLogClient", "description": [], - "path": "x-pack/plugins/event_log/server/types.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -934,7 +934,7 @@ }, ">" ], - "path": "x-pack/plugins/event_log/server/types.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -948,7 +948,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/event_log/server/types.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -963,7 +963,7 @@ "signature": [ "string[]" ], - "path": "x-pack/plugins/event_log/server/types.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -980,7 +980,7 @@ "FindOptionsType", "> | undefined" ], - "path": "x-pack/plugins/event_log/server/types.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -995,7 +995,7 @@ "signature": [ "string[] | undefined" ], - "path": "x-pack/plugins/event_log/server/types.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1031,7 +1031,7 @@ }, ">" ], - "path": "x-pack/plugins/event_log/server/types.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1045,7 +1045,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/event_log/server/types.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1060,7 +1060,7 @@ "signature": [ "string[]" ], - "path": "x-pack/plugins/event_log/server/types.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1081,7 +1081,7 @@ "text": "KueryNode" } ], - "path": "x-pack/plugins/event_log/server/types.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1096,7 +1096,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/event_log/server/types.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1113,7 +1113,7 @@ "FindOptionsType", "> | undefined" ], - "path": "x-pack/plugins/event_log/server/types.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1141,7 +1141,7 @@ }, ">" ], - "path": "x-pack/plugins/event_log/server/types.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1155,7 +1155,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/event_log/server/types.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1170,7 +1170,7 @@ "signature": [ "string[]" ], - "path": "x-pack/plugins/event_log/server/types.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1187,7 +1187,7 @@ "AggregateOptionsType", "> | undefined" ], - "path": "x-pack/plugins/event_log/server/types.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1202,7 +1202,7 @@ "signature": [ "string[] | undefined" ], - "path": "x-pack/plugins/event_log/server/types.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1238,7 +1238,7 @@ }, ">" ], - "path": "x-pack/plugins/event_log/server/types.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1252,7 +1252,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/event_log/server/types.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1273,7 +1273,7 @@ "text": "KueryNode" } ], - "path": "x-pack/plugins/event_log/server/types.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1290,7 +1290,7 @@ "AggregateOptionsType", "> | undefined" ], - "path": "x-pack/plugins/event_log/server/types.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1305,7 +1305,7 @@ "signature": [ "(string | undefined)[] | undefined" ], - "path": "x-pack/plugins/event_log/server/types.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1320,7 +1320,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/plugins/event_log/server/types.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1338,7 +1338,7 @@ "tags": [], "label": "IEventLogger", "description": [], - "path": "x-pack/plugins/event_log/server/types.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1354,7 +1354,7 @@ "IEvent", ") => void" ], - "path": "x-pack/plugins/event_log/server/types.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1368,7 +1368,7 @@ "signature": [ "IEvent" ], - "path": "x-pack/plugins/event_log/server/types.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1388,7 +1388,7 @@ "IEvent", ", startTime?: Date | undefined) => void" ], - "path": "x-pack/plugins/event_log/server/types.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1402,7 +1402,7 @@ "signature": [ "IEvent" ], - "path": "x-pack/plugins/event_log/server/types.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1417,7 +1417,7 @@ "signature": [ "Date | undefined" ], - "path": "x-pack/plugins/event_log/server/types.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1437,7 +1437,7 @@ "IEvent", ") => void" ], - "path": "x-pack/plugins/event_log/server/types.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1451,7 +1451,7 @@ "signature": [ "IEvent" ], - "path": "x-pack/plugins/event_log/server/types.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1469,7 +1469,7 @@ "tags": [], "label": "QueryEventsBySavedObjectResult", "description": [], - "path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/es/cluster_client_adapter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1480,7 +1480,7 @@ "tags": [], "label": "page", "description": [], - "path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/es/cluster_client_adapter.ts", "deprecated": false, "trackAdoption": false }, @@ -1491,7 +1491,7 @@ "tags": [], "label": "per_page", "description": [], - "path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/es/cluster_client_adapter.ts", "deprecated": false, "trackAdoption": false }, @@ -1502,7 +1502,7 @@ "tags": [], "label": "total", "description": [], - "path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/es/cluster_client_adapter.ts", "deprecated": false, "trackAdoption": false }, @@ -1516,7 +1516,7 @@ "signature": [ "(Readonly<{ log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; error?: Readonly<{ id?: string | undefined; type?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; '@timestamp'?: string | undefined; message?: string | undefined; tags?: string[] | undefined; rule?: Readonly<{ id?: string | undefined; version?: string | undefined; name?: string | undefined; license?: string | undefined; description?: string | undefined; uuid?: string | undefined; category?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; } & {}> | undefined; kibana?: Readonly<{ task?: Readonly<{ id?: string | undefined; schedule_delay?: string | number | undefined; scheduled?: string | undefined; } & {}> | undefined; action?: Readonly<{ id?: string | undefined; name?: string | undefined; execution?: Readonly<{ source?: string | undefined; uuid?: string | undefined; gen_ai?: Readonly<{ usage?: Readonly<{ prompt_tokens?: string | number | undefined; completion_tokens?: string | number | undefined; total_tokens?: string | number | undefined; } & {}> | undefined; } & {}> | undefined; usage?: Readonly<{ request_body_bytes?: string | number | undefined; } & {}> | undefined; } & {}> | undefined; type_id?: string | undefined; } & {}> | undefined; version?: string | undefined; alerting?: Readonly<{ outcome?: string | undefined; status?: string | undefined; summary?: Readonly<{ recovered?: Readonly<{ count?: string | number | undefined; } & {}> | undefined; new?: Readonly<{ count?: string | number | undefined; } & {}> | undefined; ongoing?: Readonly<{ count?: string | number | undefined; } & {}> | undefined; } & {}> | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; alert?: Readonly<{ rule?: Readonly<{ consumer?: string | undefined; revision?: string | number | undefined; execution?: Readonly<{ uuid?: string | undefined; status?: string | undefined; metrics?: Readonly<{ total_search_duration_ms?: string | number | undefined; total_indexing_duration_ms?: string | number | undefined; number_of_triggered_actions?: string | number | undefined; number_of_generated_actions?: string | number | undefined; alert_counts?: Readonly<{ recovered?: string | number | undefined; active?: string | number | undefined; new?: string | number | undefined; } & {}> | undefined; number_of_delayed_alerts?: string | number | undefined; number_of_searches?: string | number | undefined; es_search_duration_ms?: string | number | undefined; execution_gap_duration_s?: string | number | undefined; rule_type_run_duration_ms?: string | number | undefined; process_alerts_duration_ms?: string | number | undefined; trigger_actions_duration_ms?: string | number | undefined; process_rule_duration_ms?: string | number | undefined; claim_to_start_duration_ms?: string | number | undefined; persist_alerts_duration_ms?: string | number | undefined; prepare_rule_duration_ms?: string | number | undefined; total_run_duration_ms?: string | number | undefined; total_enrichment_duration_ms?: string | number | undefined; } & {}> | undefined; status_order?: string | number | undefined; backfill?: Readonly<{ id?: string | undefined; start?: string | undefined; interval?: string | undefined; } & {}> | undefined; } & {}> | undefined; rule_type_id?: string | undefined; } & {}> | undefined; flapping?: boolean | undefined; uuid?: string | undefined; maintenance_window_ids?: string[] | undefined; } & {}> | undefined; space_ids?: string[] | undefined; server_uuid?: string | undefined; saved_objects?: Readonly<{ id?: string | undefined; type?: string | undefined; namespace?: string | undefined; rel?: string | undefined; type_id?: string | undefined; space_agnostic?: boolean | undefined; } & {}>[] | undefined; } & {}> | undefined; event?: Readonly<{ id?: string | undefined; type?: string[] | undefined; reason?: string | undefined; action?: string | undefined; start?: string | undefined; end?: string | undefined; outcome?: string | undefined; duration?: string | number | undefined; code?: string | undefined; severity?: string | number | undefined; category?: string[] | undefined; timezone?: string | undefined; risk_score?: number | undefined; url?: string | undefined; created?: string | undefined; provider?: string | undefined; dataset?: string | undefined; hash?: string | undefined; ingested?: string | undefined; kind?: string | undefined; module?: string | undefined; original?: string | undefined; reference?: string | undefined; risk_score_norm?: number | undefined; sequence?: string | number | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; user?: Readonly<{ id?: string | undefined; name?: string | undefined; } & {}> | undefined; } & {}> | undefined)[]" ], - "path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/es/cluster_client_adapter.ts", "deprecated": false, "trackAdoption": false } @@ -1536,7 +1536,7 @@ "signature": [ "DeepPartial | undefined; error?: Readonly<{ id?: string | undefined; type?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; '@timestamp'?: string | undefined; message?: string | undefined; tags?: string[] | undefined; rule?: Readonly<{ id?: string | undefined; version?: string | undefined; name?: string | undefined; license?: string | undefined; description?: string | undefined; uuid?: string | undefined; category?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; } & {}> | undefined; kibana?: Readonly<{ task?: Readonly<{ id?: string | undefined; schedule_delay?: string | number | undefined; scheduled?: string | undefined; } & {}> | undefined; action?: Readonly<{ id?: string | undefined; name?: string | undefined; execution?: Readonly<{ source?: string | undefined; uuid?: string | undefined; gen_ai?: Readonly<{ usage?: Readonly<{ prompt_tokens?: string | number | undefined; completion_tokens?: string | number | undefined; total_tokens?: string | number | undefined; } & {}> | undefined; } & {}> | undefined; usage?: Readonly<{ request_body_bytes?: string | number | undefined; } & {}> | undefined; } & {}> | undefined; type_id?: string | undefined; } & {}> | undefined; version?: string | undefined; alerting?: Readonly<{ outcome?: string | undefined; status?: string | undefined; summary?: Readonly<{ recovered?: Readonly<{ count?: string | number | undefined; } & {}> | undefined; new?: Readonly<{ count?: string | number | undefined; } & {}> | undefined; ongoing?: Readonly<{ count?: string | number | undefined; } & {}> | undefined; } & {}> | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; alert?: Readonly<{ rule?: Readonly<{ consumer?: string | undefined; revision?: string | number | undefined; execution?: Readonly<{ uuid?: string | undefined; status?: string | undefined; metrics?: Readonly<{ total_search_duration_ms?: string | number | undefined; total_indexing_duration_ms?: string | number | undefined; number_of_triggered_actions?: string | number | undefined; number_of_generated_actions?: string | number | undefined; alert_counts?: Readonly<{ recovered?: string | number | undefined; active?: string | number | undefined; new?: string | number | undefined; } & {}> | undefined; number_of_delayed_alerts?: string | number | undefined; number_of_searches?: string | number | undefined; es_search_duration_ms?: string | number | undefined; execution_gap_duration_s?: string | number | undefined; rule_type_run_duration_ms?: string | number | undefined; process_alerts_duration_ms?: string | number | undefined; trigger_actions_duration_ms?: string | number | undefined; process_rule_duration_ms?: string | number | undefined; claim_to_start_duration_ms?: string | number | undefined; persist_alerts_duration_ms?: string | number | undefined; prepare_rule_duration_ms?: string | number | undefined; total_run_duration_ms?: string | number | undefined; total_enrichment_duration_ms?: string | number | undefined; } & {}> | undefined; status_order?: string | number | undefined; backfill?: Readonly<{ id?: string | undefined; start?: string | undefined; interval?: string | undefined; } & {}> | undefined; } & {}> | undefined; rule_type_id?: string | undefined; } & {}> | undefined; flapping?: boolean | undefined; uuid?: string | undefined; maintenance_window_ids?: string[] | undefined; } & {}> | undefined; space_ids?: string[] | undefined; server_uuid?: string | undefined; saved_objects?: Readonly<{ id?: string | undefined; type?: string | undefined; namespace?: string | undefined; rel?: string | undefined; type_id?: string | undefined; space_agnostic?: boolean | undefined; } & {}>[] | undefined; } & {}> | undefined; event?: Readonly<{ id?: string | undefined; type?: string[] | undefined; reason?: string | undefined; action?: string | undefined; start?: string | undefined; end?: string | undefined; outcome?: string | undefined; duration?: string | number | undefined; code?: string | undefined; severity?: string | number | undefined; category?: string[] | undefined; timezone?: string | undefined; risk_score?: number | undefined; url?: string | undefined; created?: string | undefined; provider?: string | undefined; dataset?: string | undefined; hash?: string | undefined; ingested?: string | undefined; kind?: string | undefined; module?: string | undefined; original?: string | undefined; reference?: string | undefined; risk_score_norm?: number | undefined; sequence?: string | number | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; user?: Readonly<{ id?: string | undefined; name?: string | undefined; } & {}> | undefined; } & {}>>> | undefined" ], - "path": "x-pack/plugins/event_log/generated/schemas.ts", + "path": "x-pack/platform/plugins/shared/event_log/generated/schemas.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1551,7 +1551,7 @@ "signature": [ "Readonly<{ log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; error?: Readonly<{ id?: string | undefined; type?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; '@timestamp'?: string | undefined; message?: string | undefined; tags?: string[] | undefined; rule?: Readonly<{ id?: string | undefined; version?: string | undefined; name?: string | undefined; license?: string | undefined; description?: string | undefined; uuid?: string | undefined; category?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; } & {}> | undefined; kibana?: Readonly<{ task?: Readonly<{ id?: string | undefined; schedule_delay?: string | number | undefined; scheduled?: string | undefined; } & {}> | undefined; action?: Readonly<{ id?: string | undefined; name?: string | undefined; execution?: Readonly<{ source?: string | undefined; uuid?: string | undefined; gen_ai?: Readonly<{ usage?: Readonly<{ prompt_tokens?: string | number | undefined; completion_tokens?: string | number | undefined; total_tokens?: string | number | undefined; } & {}> | undefined; } & {}> | undefined; usage?: Readonly<{ request_body_bytes?: string | number | undefined; } & {}> | undefined; } & {}> | undefined; type_id?: string | undefined; } & {}> | undefined; version?: string | undefined; alerting?: Readonly<{ outcome?: string | undefined; status?: string | undefined; summary?: Readonly<{ recovered?: Readonly<{ count?: string | number | undefined; } & {}> | undefined; new?: Readonly<{ count?: string | number | undefined; } & {}> | undefined; ongoing?: Readonly<{ count?: string | number | undefined; } & {}> | undefined; } & {}> | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; alert?: Readonly<{ rule?: Readonly<{ consumer?: string | undefined; revision?: string | number | undefined; execution?: Readonly<{ uuid?: string | undefined; status?: string | undefined; metrics?: Readonly<{ total_search_duration_ms?: string | number | undefined; total_indexing_duration_ms?: string | number | undefined; number_of_triggered_actions?: string | number | undefined; number_of_generated_actions?: string | number | undefined; alert_counts?: Readonly<{ recovered?: string | number | undefined; active?: string | number | undefined; new?: string | number | undefined; } & {}> | undefined; number_of_delayed_alerts?: string | number | undefined; number_of_searches?: string | number | undefined; es_search_duration_ms?: string | number | undefined; execution_gap_duration_s?: string | number | undefined; rule_type_run_duration_ms?: string | number | undefined; process_alerts_duration_ms?: string | number | undefined; trigger_actions_duration_ms?: string | number | undefined; process_rule_duration_ms?: string | number | undefined; claim_to_start_duration_ms?: string | number | undefined; persist_alerts_duration_ms?: string | number | undefined; prepare_rule_duration_ms?: string | number | undefined; total_run_duration_ms?: string | number | undefined; total_enrichment_duration_ms?: string | number | undefined; } & {}> | undefined; status_order?: string | number | undefined; backfill?: Readonly<{ id?: string | undefined; start?: string | undefined; interval?: string | undefined; } & {}> | undefined; } & {}> | undefined; rule_type_id?: string | undefined; } & {}> | undefined; flapping?: boolean | undefined; uuid?: string | undefined; maintenance_window_ids?: string[] | undefined; } & {}> | undefined; space_ids?: string[] | undefined; server_uuid?: string | undefined; saved_objects?: Readonly<{ id?: string | undefined; type?: string | undefined; namespace?: string | undefined; rel?: string | undefined; type_id?: string | undefined; space_agnostic?: boolean | undefined; } & {}>[] | undefined; } & {}> | undefined; event?: Readonly<{ id?: string | undefined; type?: string[] | undefined; reason?: string | undefined; action?: string | undefined; start?: string | undefined; end?: string | undefined; outcome?: string | undefined; duration?: string | number | undefined; code?: string | undefined; severity?: string | number | undefined; category?: string[] | undefined; timezone?: string | undefined; risk_score?: number | undefined; url?: string | undefined; created?: string | undefined; provider?: string | undefined; dataset?: string | undefined; hash?: string | undefined; ingested?: string | undefined; kind?: string | undefined; module?: string | undefined; original?: string | undefined; reference?: string | undefined; risk_score_norm?: number | undefined; sequence?: string | number | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; user?: Readonly<{ id?: string | undefined; name?: string | undefined; } & {}> | undefined; } & {}> | undefined" ], - "path": "x-pack/plugins/event_log/generated/schemas.ts", + "path": "x-pack/platform/plugins/shared/event_log/generated/schemas.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1566,7 +1566,7 @@ "signature": [ "\"primary\"" ], - "path": "x-pack/plugins/event_log/server/types.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1580,7 +1580,7 @@ "tags": [], "label": "IEventLogService", "description": [], - "path": "x-pack/plugins/event_log/server/types.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1594,7 +1594,7 @@ "signature": [ "() => boolean" ], - "path": "x-pack/plugins/event_log/server/types.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1610,7 +1610,7 @@ "signature": [ "() => boolean" ], - "path": "x-pack/plugins/event_log/server/types.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1626,7 +1626,7 @@ "signature": [ "(provider: string, actions: string[]) => void" ], - "path": "x-pack/plugins/event_log/server/types.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1640,7 +1640,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/event_log/server/types.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1655,7 +1655,7 @@ "signature": [ "string[]" ], - "path": "x-pack/plugins/event_log/server/types.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1673,7 +1673,7 @@ "signature": [ "(provider: string, action: string) => boolean" ], - "path": "x-pack/plugins/event_log/server/types.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1687,7 +1687,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/event_log/server/types.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1702,7 +1702,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/event_log/server/types.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1720,7 +1720,7 @@ "signature": [ "() => Map>" ], - "path": "x-pack/plugins/event_log/server/types.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1738,7 +1738,7 @@ "SavedObjectProvider", ") => void" ], - "path": "x-pack/plugins/event_log/server/types.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1752,7 +1752,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/event_log/server/types.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1767,7 +1767,7 @@ "signature": [ "SavedObjectProvider" ], - "path": "x-pack/plugins/event_log/server/types.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1794,7 +1794,7 @@ "text": "IEventLogger" } ], - "path": "x-pack/plugins/event_log/server/types.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1808,7 +1808,7 @@ "signature": [ "IEvent" ], - "path": "x-pack/plugins/event_log/server/types.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1826,7 +1826,7 @@ "signature": [ "() => string" ], - "path": "x-pack/plugins/event_log/server/types.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1842,7 +1842,7 @@ "signature": [ "() => Promise" ], - "path": "x-pack/plugins/event_log/server/types.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1859,7 +1859,7 @@ "tags": [], "label": "IEventLogClientService", "description": [], - "path": "x-pack/plugins/event_log/server/types.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1888,7 +1888,7 @@ "text": "IEventLogClient" } ], - "path": "x-pack/plugins/event_log/server/types.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1909,7 +1909,7 @@ }, "" ], - "path": "x-pack/plugins/event_log/server/types.ts", + "path": "x-pack/platform/plugins/shared/event_log/server/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1935,7 +1935,7 @@ "signature": [ "(millis: number) => string" ], - "path": "x-pack/plugins/event_log/common/lib/millis_to_nanos.ts", + "path": "x-pack/platform/plugins/shared/event_log/common/lib/millis_to_nanos.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1949,7 +1949,7 @@ "signature": [ "number" ], - "path": "x-pack/plugins/event_log/common/lib/millis_to_nanos.ts", + "path": "x-pack/platform/plugins/shared/event_log/common/lib/millis_to_nanos.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1968,7 +1968,7 @@ "signature": [ "(nanos: string | number) => number" ], - "path": "x-pack/plugins/event_log/common/lib/nanos_to_millis.ts", + "path": "x-pack/platform/plugins/shared/event_log/common/lib/nanos_to_millis.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1982,7 +1982,7 @@ "signature": [ "string | number" ], - "path": "x-pack/plugins/event_log/common/lib/nanos_to_millis.ts", + "path": "x-pack/platform/plugins/shared/event_log/common/lib/nanos_to_millis.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2005,7 +2005,7 @@ "signature": [ "\"/internal/event_log\"" ], - "path": "x-pack/plugins/event_log/common/index.ts", + "path": "x-pack/platform/plugins/shared/event_log/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/features.devdocs.json b/api_docs/features.devdocs.json index b2c5e5c97a10b..02b03907798bd 100644 --- a/api_docs/features.devdocs.json +++ b/api_docs/features.devdocs.json @@ -2364,11 +2364,11 @@ }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/plugin.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/plugin.test.ts" }, { "plugin": "cases", - "path": "x-pack/plugins/cases/server/client/factory.test.ts" + "path": "x-pack/platform/plugins/shared/cases/server/client/factory.test.ts" }, { "plugin": "security", diff --git a/api_docs/files.devdocs.json b/api_docs/files.devdocs.json index c63a73b61a66c..d9cf440e8dd2f 100644 --- a/api_docs/files.devdocs.json +++ b/api_docs/files.devdocs.json @@ -555,35 +555,35 @@ "references": [ { "plugin": "cases", - "path": "x-pack/plugins/cases/public/application.tsx" + "path": "x-pack/platform/plugins/shared/cases/public/application.tsx" }, { "plugin": "cases", - "path": "x-pack/plugins/cases/public/plugin.ts" + "path": "x-pack/platform/plugins/shared/cases/public/plugin.ts" }, { "plugin": "cases", - "path": "x-pack/plugins/cases/public/plugin.ts" + "path": "x-pack/platform/plugins/shared/cases/public/plugin.ts" }, { "plugin": "cases", - "path": "x-pack/plugins/cases/public/plugin.ts" + "path": "x-pack/platform/plugins/shared/cases/public/plugin.ts" }, { "plugin": "cases", - "path": "x-pack/plugins/cases/public/plugin.ts" + "path": "x-pack/platform/plugins/shared/cases/public/plugin.ts" }, { "plugin": "cases", - "path": "x-pack/plugins/cases/public/plugin.ts" + "path": "x-pack/platform/plugins/shared/cases/public/plugin.ts" }, { "plugin": "cases", - "path": "x-pack/plugins/cases/public/plugin.test.ts" + "path": "x-pack/platform/plugins/shared/cases/public/plugin.test.ts" }, { "plugin": "cases", - "path": "x-pack/plugins/cases/public/plugin.test.ts" + "path": "x-pack/platform/plugins/shared/cases/public/plugin.test.ts" }, { "plugin": "imageEmbeddable", @@ -5398,47 +5398,47 @@ "references": [ { "plugin": "cases", - "path": "x-pack/plugins/cases/server/files/index.ts" + "path": "x-pack/platform/plugins/shared/cases/server/files/index.ts" }, { "plugin": "cases", - "path": "x-pack/plugins/cases/server/files/index.test.ts" + "path": "x-pack/platform/plugins/shared/cases/server/files/index.test.ts" }, { "plugin": "cases", - "path": "x-pack/plugins/cases/server/files/index.test.ts" + "path": "x-pack/platform/plugins/shared/cases/server/files/index.test.ts" }, { "plugin": "cases", - "path": "x-pack/plugins/cases/server/files/index.test.ts" + "path": "x-pack/platform/plugins/shared/cases/server/files/index.test.ts" }, { "plugin": "cases", - "path": "x-pack/plugins/cases/server/files/index.test.ts" + "path": "x-pack/platform/plugins/shared/cases/server/files/index.test.ts" }, { "plugin": "cases", - "path": "x-pack/plugins/cases/server/files/index.test.ts" + "path": "x-pack/platform/plugins/shared/cases/server/files/index.test.ts" }, { "plugin": "cases", - "path": "x-pack/plugins/cases/server/files/index.test.ts" + "path": "x-pack/platform/plugins/shared/cases/server/files/index.test.ts" }, { "plugin": "cases", - "path": "x-pack/plugins/cases/server/files/index.test.ts" + "path": "x-pack/platform/plugins/shared/cases/server/files/index.test.ts" }, { "plugin": "cases", - "path": "x-pack/plugins/cases/server/files/index.test.ts" + "path": "x-pack/platform/plugins/shared/cases/server/files/index.test.ts" }, { "plugin": "cases", - "path": "x-pack/plugins/cases/server/files/index.test.ts" + "path": "x-pack/platform/plugins/shared/cases/server/files/index.test.ts" }, { "plugin": "cases", - "path": "x-pack/plugins/cases/server/files/index.test.ts" + "path": "x-pack/platform/plugins/shared/cases/server/files/index.test.ts" } ], "children": [ @@ -5511,11 +5511,11 @@ "references": [ { "plugin": "cases", - "path": "x-pack/plugins/cases/server/client/factory.ts" + "path": "x-pack/platform/plugins/shared/cases/server/client/factory.ts" }, { "plugin": "cases", - "path": "x-pack/plugins/cases/server/plugin.test.ts" + "path": "x-pack/platform/plugins/shared/cases/server/plugin.test.ts" } ] } diff --git a/api_docs/kbn_actions_types.devdocs.json b/api_docs/kbn_actions_types.devdocs.json index c039945f326fa..2a4485f22769b 100644 --- a/api_docs/kbn_actions_types.devdocs.json +++ b/api_docs/kbn_actions_types.devdocs.json @@ -27,7 +27,7 @@ "tags": [], "label": "ActionType", "description": [], - "path": "packages/kbn-actions-types/action_types.ts", + "path": "src/platform/packages/shared/kbn-actions-types/action_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -38,7 +38,7 @@ "tags": [], "label": "id", "description": [], - "path": "packages/kbn-actions-types/action_types.ts", + "path": "src/platform/packages/shared/kbn-actions-types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -49,7 +49,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/kbn-actions-types/action_types.ts", + "path": "src/platform/packages/shared/kbn-actions-types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -60,7 +60,7 @@ "tags": [], "label": "enabled", "description": [], - "path": "packages/kbn-actions-types/action_types.ts", + "path": "src/platform/packages/shared/kbn-actions-types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -71,7 +71,7 @@ "tags": [], "label": "enabledInConfig", "description": [], - "path": "packages/kbn-actions-types/action_types.ts", + "path": "src/platform/packages/shared/kbn-actions-types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -82,7 +82,7 @@ "tags": [], "label": "enabledInLicense", "description": [], - "path": "packages/kbn-actions-types/action_types.ts", + "path": "src/platform/packages/shared/kbn-actions-types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -96,7 +96,7 @@ "signature": [ "\"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\"" ], - "path": "packages/kbn-actions-types/action_types.ts", + "path": "src/platform/packages/shared/kbn-actions-types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -110,7 +110,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-actions-types/action_types.ts", + "path": "src/platform/packages/shared/kbn-actions-types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -121,7 +121,7 @@ "tags": [], "label": "isSystemActionType", "description": [], - "path": "packages/kbn-actions-types/action_types.ts", + "path": "src/platform/packages/shared/kbn-actions-types/action_types.ts", "deprecated": false, "trackAdoption": false } @@ -149,7 +149,7 @@ }, " : T[K]; }" ], - "path": "packages/kbn-actions-types/rewrite_request_case_types.ts", + "path": "src/platform/packages/shared/kbn-actions-types/rewrite_request_case_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -172,7 +172,7 @@ }, ") => T" ], - "path": "packages/kbn-actions-types/rewrite_request_case_types.ts", + "path": "src/platform/packages/shared/kbn-actions-types/rewrite_request_case_types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -195,7 +195,7 @@ }, " : T[K]; }" ], - "path": "packages/kbn-actions-types/rewrite_request_case_types.ts", + "path": "src/platform/packages/shared/kbn-actions-types/rewrite_request_case_types.ts", "deprecated": false, "trackAdoption": false } @@ -228,7 +228,7 @@ }, "" ], - "path": "packages/kbn-actions-types/rewrite_request_case_types.ts", + "path": "src/platform/packages/shared/kbn-actions-types/rewrite_request_case_types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -243,7 +243,7 @@ "signature": [ "T" ], - "path": "packages/kbn-actions-types/rewrite_request_case_types.ts", + "path": "src/platform/packages/shared/kbn-actions-types/rewrite_request_case_types.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_alerting_comparators.devdocs.json b/api_docs/kbn_alerting_comparators.devdocs.json index 2617d602abcbb..de0ac4197e859 100644 --- a/api_docs/kbn_alerting_comparators.devdocs.json +++ b/api_docs/kbn_alerting_comparators.devdocs.json @@ -27,7 +27,7 @@ "tags": [], "label": "Comparator", "description": [], - "path": "x-pack/packages/kbn-alerting-comparators/src/comparators.ts", + "path": "x-pack/platform/packages/shared/kbn-alerting-comparators/src/comparators.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -38,7 +38,7 @@ "tags": [], "label": "text", "description": [], - "path": "x-pack/packages/kbn-alerting-comparators/src/comparators.ts", + "path": "x-pack/platform/packages/shared/kbn-alerting-comparators/src/comparators.ts", "deprecated": false, "trackAdoption": false }, @@ -49,7 +49,7 @@ "tags": [], "label": "value", "description": [], - "path": "x-pack/packages/kbn-alerting-comparators/src/comparators.ts", + "path": "x-pack/platform/packages/shared/kbn-alerting-comparators/src/comparators.ts", "deprecated": false, "trackAdoption": false }, @@ -60,7 +60,7 @@ "tags": [], "label": "requiredValues", "description": [], - "path": "x-pack/packages/kbn-alerting-comparators/src/comparators.ts", + "path": "x-pack/platform/packages/shared/kbn-alerting-comparators/src/comparators.ts", "deprecated": false, "trackAdoption": false } @@ -76,7 +76,7 @@ "tags": [], "label": "COMPARATORS", "description": [], - "path": "x-pack/packages/kbn-alerting-comparators/src/comparators.ts", + "path": "x-pack/platform/packages/shared/kbn-alerting-comparators/src/comparators.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_alerting_state_types.devdocs.json b/api_docs/kbn_alerting_state_types.devdocs.json index b40557f3cf698..ace38bd8b202a 100644 --- a/api_docs/kbn_alerting_state_types.devdocs.json +++ b/api_docs/kbn_alerting_state_types.devdocs.json @@ -69,7 +69,7 @@ "NumberC", "; }>>; }>" ], - "path": "x-pack/packages/kbn-alerting-state-types/src/lifecycle_state.ts", + "path": "x-pack/platform/packages/private/kbn-alerting-state-types/src/lifecycle_state.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -86,7 +86,7 @@ "tags": [], "label": "ActionsCompletion", "description": [], - "path": "x-pack/packages/kbn-alerting-state-types/src/rule_task_instance.ts", + "path": "x-pack/platform/packages/private/kbn-alerting-state-types/src/rule_task_instance.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -103,7 +103,7 @@ "signature": [ "{ [x: string]: unknown; }" ], - "path": "x-pack/packages/kbn-alerting-state-types/src/alert_instance.ts", + "path": "x-pack/platform/packages/private/kbn-alerting-state-types/src/alert_instance.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -118,7 +118,7 @@ "signature": [ "{ readonly flapping?: boolean | undefined; readonly uuid?: string | undefined; readonly lastScheduledActions?: Readonly<{ actions?: Record> | undefined; subgroup?: string | undefined; } & { date: string; group: string; }> | undefined; readonly flappingHistory?: boolean[] | undefined; readonly maintenanceWindowIds?: string[] | undefined; readonly pendingRecoveredCount?: number | undefined; readonly activeCount?: number | undefined; }" ], - "path": "x-pack/packages/kbn-alerting-state-types/src/task_state/index.ts", + "path": "x-pack/platform/packages/private/kbn-alerting-state-types/src/task_state/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -133,7 +133,7 @@ "signature": [ "{ [x: string]: any; }" ], - "path": "x-pack/packages/kbn-alerting-state-types/src/task_state/index.ts", + "path": "x-pack/platform/packages/private/kbn-alerting-state-types/src/task_state/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -148,7 +148,7 @@ "signature": [ "{ readonly actions?: Record> | undefined; readonly subgroup?: string | undefined; readonly date: string; readonly group: string; }" ], - "path": "x-pack/packages/kbn-alerting-state-types/src/task_state/index.ts", + "path": "x-pack/platform/packages/private/kbn-alerting-state-types/src/task_state/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -163,7 +163,7 @@ "signature": [ "{ readonly meta?: Readonly<{ flapping?: boolean | undefined; uuid?: string | undefined; lastScheduledActions?: Readonly<{ actions?: Record> | undefined; subgroup?: string | undefined; } & { date: string; group: string; }> | undefined; flappingHistory?: boolean[] | undefined; maintenanceWindowIds?: string[] | undefined; pendingRecoveredCount?: number | undefined; activeCount?: number | undefined; } & {}> | undefined; readonly state?: Record | undefined; }" ], - "path": "x-pack/packages/kbn-alerting-state-types/src/task_state/index.ts", + "path": "x-pack/platform/packages/private/kbn-alerting-state-types/src/task_state/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -178,7 +178,7 @@ "signature": [ "{ readonly alertTypeState?: Record | undefined; readonly alertInstances?: Record> | undefined; subgroup?: string | undefined; } & { date: string; group: string; }> | undefined; flappingHistory?: boolean[] | undefined; maintenanceWindowIds?: string[] | undefined; pendingRecoveredCount?: number | undefined; activeCount?: number | undefined; } & {}> | undefined; state?: Record | undefined; } & {}>> | undefined; readonly alertRecoveredInstances?: Record> | undefined; subgroup?: string | undefined; } & { date: string; group: string; }> | undefined; flappingHistory?: boolean[] | undefined; maintenanceWindowIds?: string[] | undefined; pendingRecoveredCount?: number | undefined; activeCount?: number | undefined; } & {}> | undefined; state?: Record | undefined; } & {}>> | undefined; readonly previousStartedAt?: string | null | undefined; readonly summaryActions?: Record> | undefined; }" ], - "path": "x-pack/packages/kbn-alerting-state-types/src/task_state/index.ts", + "path": "x-pack/platform/packages/private/kbn-alerting-state-types/src/task_state/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -193,7 +193,7 @@ "signature": [ "{ [x: string]: Readonly<{} & { date: string; }>; }" ], - "path": "x-pack/packages/kbn-alerting-state-types/src/task_state/index.ts", + "path": "x-pack/platform/packages/private/kbn-alerting-state-types/src/task_state/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -208,7 +208,7 @@ "signature": [ "{ flapping?: Mutable; uuid?: Mutable; lastScheduledActions?: Mutable> | undefined; subgroup?: string | undefined; } & { date: string; group: string; }> | undefined>; flappingHistory?: Mutable; maintenanceWindowIds?: Mutable; pendingRecoveredCount?: Mutable; activeCount?: Mutable; }" ], - "path": "x-pack/packages/kbn-alerting-state-types/src/task_state/index.ts", + "path": "x-pack/platform/packages/private/kbn-alerting-state-types/src/task_state/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -223,7 +223,7 @@ "signature": [ "{ alertTypeState?: Mutable | undefined>; alertInstances?: Mutable> | undefined; subgroup?: string | undefined; } & { date: string; group: string; }> | undefined; flappingHistory?: boolean[] | undefined; maintenanceWindowIds?: string[] | undefined; pendingRecoveredCount?: number | undefined; activeCount?: number | undefined; } & {}> | undefined; state?: Record | undefined; } & {}>> | undefined>; alertRecoveredInstances?: Mutable> | undefined; subgroup?: string | undefined; } & { date: string; group: string; }> | undefined; flappingHistory?: boolean[] | undefined; maintenanceWindowIds?: string[] | undefined; pendingRecoveredCount?: number | undefined; activeCount?: number | undefined; } & {}> | undefined; state?: Record | undefined; } & {}>> | undefined>; previousStartedAt?: Mutable; summaryActions?: Mutable> | undefined>; }" ], - "path": "x-pack/packages/kbn-alerting-state-types/src/task_state/index.ts", + "path": "x-pack/platform/packages/private/kbn-alerting-state-types/src/task_state/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -238,7 +238,7 @@ "signature": [ "{ alertId: string; } & { spaceId?: string | undefined; }" ], - "path": "x-pack/packages/kbn-alerting-state-types/src/rule_task_instance.ts", + "path": "x-pack/platform/packages/private/kbn-alerting-state-types/src/rule_task_instance.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -253,7 +253,7 @@ "signature": [ "{ alertId: string; alertUuid: string; started: string; flappingHistory: boolean[]; flapping: boolean; pendingRecoveredCount: number; activeCount: number; }" ], - "path": "x-pack/packages/kbn-alerting-state-types/src/lifecycle_state.ts", + "path": "x-pack/platform/packages/private/kbn-alerting-state-types/src/lifecycle_state.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -270,7 +270,7 @@ "signature": [ "RuleTypeState & { wrapped: State; trackedAlerts: Record; trackedAlertsRecovered: Record; }" ], - "path": "x-pack/packages/kbn-alerting-state-types/src/lifecycle_state.ts", + "path": "x-pack/platform/packages/private/kbn-alerting-state-types/src/lifecycle_state.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -284,7 +284,7 @@ "tags": [], "label": "emptyState", "description": [], - "path": "x-pack/packages/kbn-alerting-state-types/src/task_state/index.ts", + "path": "x-pack/platform/packages/private/kbn-alerting-state-types/src/task_state/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -295,7 +295,7 @@ "tags": [], "label": "alertTypeState", "description": [], - "path": "x-pack/packages/kbn-alerting-state-types/src/task_state/index.ts", + "path": "x-pack/platform/packages/private/kbn-alerting-state-types/src/task_state/index.ts", "deprecated": false, "trackAdoption": false, "children": [] @@ -307,7 +307,7 @@ "tags": [], "label": "alertInstances", "description": [], - "path": "x-pack/packages/kbn-alerting-state-types/src/task_state/index.ts", + "path": "x-pack/platform/packages/private/kbn-alerting-state-types/src/task_state/index.ts", "deprecated": false, "trackAdoption": false, "children": [] @@ -319,7 +319,7 @@ "tags": [], "label": "alertRecoveredInstances", "description": [], - "path": "x-pack/packages/kbn-alerting-state-types/src/task_state/index.ts", + "path": "x-pack/platform/packages/private/kbn-alerting-state-types/src/task_state/index.ts", "deprecated": false, "trackAdoption": false, "children": [] @@ -334,7 +334,7 @@ "signature": [ "null" ], - "path": "x-pack/packages/kbn-alerting-state-types/src/task_state/index.ts", + "path": "x-pack/platform/packages/private/kbn-alerting-state-types/src/task_state/index.ts", "deprecated": false, "trackAdoption": false }, @@ -345,7 +345,7 @@ "tags": [], "label": "summaryActions", "description": [], - "path": "x-pack/packages/kbn-alerting-state-types/src/task_state/index.ts", + "path": "x-pack/platform/packages/private/kbn-alerting-state-types/src/task_state/index.ts", "deprecated": false, "trackAdoption": false, "children": [] @@ -372,7 +372,7 @@ "StringC", "; }>]>" ], - "path": "x-pack/packages/kbn-alerting-state-types/src/rule_task_instance.ts", + "path": "x-pack/platform/packages/private/kbn-alerting-state-types/src/rule_task_instance.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -384,7 +384,7 @@ "tags": [], "label": "stateSchemaByVersion", "description": [], - "path": "x-pack/packages/kbn-alerting-state-types/src/task_state/index.ts", + "path": "x-pack/platform/packages/private/kbn-alerting-state-types/src/task_state/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -446,7 +446,7 @@ }, "> | undefined>; }>; }" ], - "path": "x-pack/packages/kbn-alerting-state-types/src/task_state/index.ts", + "path": "x-pack/platform/packages/private/kbn-alerting-state-types/src/task_state/index.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_alerting_types.devdocs.json b/api_docs/kbn_alerting_types.devdocs.json index 830a829583ab9..c357314f802d3 100644 --- a/api_docs/kbn_alerting_types.devdocs.json +++ b/api_docs/kbn_alerting_types.devdocs.json @@ -29,7 +29,7 @@ "description": [ "\nAll valid action context variables" ], - "path": "packages/kbn-alerting-types/action_variable.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/action_variable.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -40,7 +40,7 @@ "tags": [], "label": "alertId", "description": [], - "path": "packages/kbn-alerting-types/action_variable.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/action_variable.ts", "deprecated": false, "trackAdoption": false }, @@ -51,7 +51,7 @@ "tags": [], "label": "alertName", "description": [], - "path": "packages/kbn-alerting-types/action_variable.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/action_variable.ts", "deprecated": false, "trackAdoption": false }, @@ -62,7 +62,7 @@ "tags": [], "label": "alertInstanceId", "description": [], - "path": "packages/kbn-alerting-types/action_variable.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/action_variable.ts", "deprecated": false, "trackAdoption": false }, @@ -73,7 +73,7 @@ "tags": [], "label": "alertActionGroup", "description": [], - "path": "packages/kbn-alerting-types/action_variable.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/action_variable.ts", "deprecated": false, "trackAdoption": false }, @@ -84,7 +84,7 @@ "tags": [], "label": "alertActionGroupName", "description": [], - "path": "packages/kbn-alerting-types/action_variable.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/action_variable.ts", "deprecated": false, "trackAdoption": false }, @@ -98,7 +98,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/kbn-alerting-types/action_variable.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/action_variable.ts", "deprecated": false, "trackAdoption": false }, @@ -109,7 +109,7 @@ "tags": [], "label": "spaceId", "description": [], - "path": "packages/kbn-alerting-types/action_variable.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/action_variable.ts", "deprecated": false, "trackAdoption": false }, @@ -123,7 +123,7 @@ "signature": [ "{ [x: string]: unknown; }" ], - "path": "packages/kbn-alerting-types/action_variable.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/action_variable.ts", "deprecated": false, "trackAdoption": false }, @@ -137,7 +137,7 @@ "signature": [ "{ [x: string]: unknown; }" ], - "path": "packages/kbn-alerting-types/action_variable.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/action_variable.ts", "deprecated": false, "trackAdoption": false }, @@ -148,7 +148,7 @@ "tags": [], "label": "date", "description": [], - "path": "packages/kbn-alerting-types/action_variable.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/action_variable.ts", "deprecated": false, "trackAdoption": false }, @@ -162,7 +162,7 @@ "signature": [ "{ [x: string]: unknown; }" ], - "path": "packages/kbn-alerting-types/action_variable.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/action_variable.ts", "deprecated": false, "trackAdoption": false }, @@ -176,7 +176,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-alerting-types/action_variable.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/action_variable.ts", "deprecated": false, "trackAdoption": false }, @@ -190,7 +190,7 @@ "signature": [ "{ id: string; name: string; spaceId: string; type: string; params: Record; tags?: string[] | undefined; url?: string | undefined; }" ], - "path": "packages/kbn-alerting-types/action_variable.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/action_variable.ts", "deprecated": false, "trackAdoption": false }, @@ -204,7 +204,7 @@ "signature": [ "{ id: string; uuid: string; actionGroup: string; actionGroupName: string; flapping: boolean; consecutiveMatches?: number | undefined; }" ], - "path": "packages/kbn-alerting-types/action_variable.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/action_variable.ts", "deprecated": false, "trackAdoption": false } @@ -228,7 +228,7 @@ }, "" ], - "path": "packages/kbn-alerting-types/action_group_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/action_group_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -242,7 +242,7 @@ "signature": [ "ActionGroupIds" ], - "path": "packages/kbn-alerting-types/action_group_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/action_group_types.ts", "deprecated": false, "trackAdoption": false }, @@ -253,7 +253,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/kbn-alerting-types/action_group_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/action_group_types.ts", "deprecated": false, "trackAdoption": false }, @@ -274,7 +274,7 @@ }, " | undefined" ], - "path": "packages/kbn-alerting-types/action_group_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/action_group_types.ts", "deprecated": false, "trackAdoption": false } @@ -288,7 +288,7 @@ "tags": [], "label": "ActionGroupSeverity", "description": [], - "path": "packages/kbn-alerting-types/action_group_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/action_group_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -299,7 +299,7 @@ "tags": [], "label": "level", "description": [], - "path": "packages/kbn-alerting-types/action_group_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/action_group_types.ts", "deprecated": false, "trackAdoption": false } @@ -313,7 +313,7 @@ "tags": [], "label": "ActionVariable", "description": [], - "path": "packages/kbn-alerting-types/action_variable.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/action_variable.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -324,7 +324,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/kbn-alerting-types/action_variable.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/action_variable.ts", "deprecated": false, "trackAdoption": false }, @@ -335,7 +335,7 @@ "tags": [], "label": "description", "description": [], - "path": "packages/kbn-alerting-types/action_variable.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/action_variable.ts", "deprecated": false, "trackAdoption": false }, @@ -349,7 +349,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-alerting-types/action_variable.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/action_variable.ts", "deprecated": false, "trackAdoption": false }, @@ -363,7 +363,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-alerting-types/action_variable.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/action_variable.ts", "deprecated": false, "trackAdoption": false }, @@ -377,7 +377,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-alerting-types/action_variable.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/action_variable.ts", "deprecated": false, "trackAdoption": false } @@ -408,7 +408,7 @@ "text": "SavedObjectAttributes" } ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -419,7 +419,7 @@ "tags": [], "label": "active", "description": [], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false } @@ -433,7 +433,7 @@ "tags": [], "label": "AlertingFrameworkHealth", "description": [], - "path": "packages/kbn-alerting-types/alerting_framework_health_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/alerting_framework_health_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -444,7 +444,7 @@ "tags": [], "label": "isSufficientlySecure", "description": [], - "path": "packages/kbn-alerting-types/alerting_framework_health_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/alerting_framework_health_types.ts", "deprecated": false, "trackAdoption": false }, @@ -455,7 +455,7 @@ "tags": [], "label": "hasPermanentEncryptionKey", "description": [], - "path": "packages/kbn-alerting-types/alerting_framework_health_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/alerting_framework_health_types.ts", "deprecated": false, "trackAdoption": false }, @@ -475,7 +475,7 @@ "text": "AlertsHealth" } ], - "path": "packages/kbn-alerting-types/alerting_framework_health_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/alerting_framework_health_types.ts", "deprecated": false, "trackAdoption": false } @@ -506,7 +506,7 @@ "text": "SavedObjectAttributes" } ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -528,7 +528,7 @@ }, "[]; dsl?: string | undefined; } | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -549,7 +549,7 @@ }, " | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false } @@ -580,7 +580,7 @@ "text": "SavedObjectAttributes" } ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -594,7 +594,7 @@ "signature": [ "(2 | 1 | 7 | 6 | 5 | 4 | 3)[]" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -605,7 +605,7 @@ "tags": [], "label": "timezone", "description": [], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -619,7 +619,7 @@ "signature": [ "{ start: string; end: string; }" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false } @@ -633,7 +633,7 @@ "tags": [], "label": "AlertsHealth", "description": [], - "path": "packages/kbn-alerting-types/alerting_framework_health_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/alerting_framework_health_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -655,7 +655,7 @@ }, "; timestamp: string; }" ], - "path": "packages/kbn-alerting-types/alerting_framework_health_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/alerting_framework_health_types.ts", "deprecated": false, "trackAdoption": false }, @@ -677,7 +677,7 @@ }, "; timestamp: string; }" ], - "path": "packages/kbn-alerting-types/alerting_framework_health_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/alerting_framework_health_types.ts", "deprecated": false, "trackAdoption": false }, @@ -699,7 +699,7 @@ }, "; timestamp: string; }" ], - "path": "packages/kbn-alerting-types/alerting_framework_health_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/alerting_framework_health_types.ts", "deprecated": false, "trackAdoption": false } @@ -713,7 +713,7 @@ "tags": [], "label": "BasicFields", "description": [], - "path": "packages/kbn-alerting-types/alert_type.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/alert_type.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -724,7 +724,7 @@ "tags": [], "label": "_id", "description": [], - "path": "packages/kbn-alerting-types/alert_type.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/alert_type.ts", "deprecated": false, "trackAdoption": false }, @@ -735,7 +735,7 @@ "tags": [], "label": "_index", "description": [], - "path": "packages/kbn-alerting-types/alert_type.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/alert_type.ts", "deprecated": false, "trackAdoption": false } @@ -749,7 +749,7 @@ "tags": [], "label": "BrowserField", "description": [], - "path": "packages/kbn-alerting-types/alert_fields_type.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/alert_fields_type.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -760,7 +760,7 @@ "tags": [], "label": "aggregatable", "description": [], - "path": "packages/kbn-alerting-types/alert_fields_type.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/alert_fields_type.ts", "deprecated": false, "trackAdoption": false }, @@ -771,7 +771,7 @@ "tags": [], "label": "category", "description": [], - "path": "packages/kbn-alerting-types/alert_fields_type.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/alert_fields_type.ts", "deprecated": false, "trackAdoption": false }, @@ -785,7 +785,7 @@ "signature": [ "string | null | undefined" ], - "path": "packages/kbn-alerting-types/alert_fields_type.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/alert_fields_type.ts", "deprecated": false, "trackAdoption": false }, @@ -799,7 +799,7 @@ "signature": [ "string | number | null | undefined" ], - "path": "packages/kbn-alerting-types/alert_fields_type.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/alert_fields_type.ts", "deprecated": false, "trackAdoption": false }, @@ -821,7 +821,7 @@ }, ">; }" ], - "path": "packages/kbn-alerting-types/alert_fields_type.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/alert_fields_type.ts", "deprecated": false, "trackAdoption": false }, @@ -850,7 +850,7 @@ }, "> | undefined" ], - "path": "packages/kbn-alerting-types/alert_fields_type.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/alert_fields_type.ts", "deprecated": false, "trackAdoption": false }, @@ -864,7 +864,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-alerting-types/alert_fields_type.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/alert_fields_type.ts", "deprecated": false, "trackAdoption": false }, @@ -875,7 +875,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/kbn-alerting-types/alert_fields_type.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/alert_fields_type.ts", "deprecated": false, "trackAdoption": false }, @@ -886,7 +886,7 @@ "tags": [], "label": "searchable", "description": [], - "path": "packages/kbn-alerting-types/alert_fields_type.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/alert_fields_type.ts", "deprecated": false, "trackAdoption": false }, @@ -897,7 +897,7 @@ "tags": [], "label": "type", "description": [], - "path": "packages/kbn-alerting-types/alert_fields_type.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/alert_fields_type.ts", "deprecated": false, "trackAdoption": false }, @@ -918,7 +918,7 @@ }, " | undefined" ], - "path": "packages/kbn-alerting-types/alert_fields_type.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/alert_fields_type.ts", "deprecated": false, "trackAdoption": false }, @@ -929,7 +929,7 @@ "tags": [], "label": "readFromDocValues", "description": [], - "path": "packages/kbn-alerting-types/alert_fields_type.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/alert_fields_type.ts", "deprecated": false, "trackAdoption": false }, @@ -950,7 +950,7 @@ }, " | undefined" ], - "path": "packages/kbn-alerting-types/alert_fields_type.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/alert_fields_type.ts", "deprecated": false, "trackAdoption": false } @@ -981,7 +981,7 @@ "text": "SavedObjectAttributes" } ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -992,7 +992,7 @@ "tags": [], "label": "lookBackWindow", "description": [], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1003,7 +1003,7 @@ "tags": [], "label": "statusChangeThreshold", "description": [], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false } @@ -1034,7 +1034,7 @@ "text": "SavedObjectAttributes" } ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1045,7 +1045,7 @@ "tags": [], "label": "interval", "description": [], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false } @@ -1059,7 +1059,7 @@ "tags": [], "label": "MappedParamsProperties", "description": [], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1073,7 +1073,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1087,7 +1087,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false } @@ -1111,7 +1111,7 @@ }, "" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1122,7 +1122,7 @@ "tags": [], "label": "id", "description": [], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1133,7 +1133,7 @@ "tags": [], "label": "enabled", "description": [], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1144,7 +1144,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1158,7 +1158,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1169,7 +1169,7 @@ "tags": [], "label": "alertTypeId", "description": [], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1180,7 +1180,7 @@ "tags": [], "label": "consumer", "description": [], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1200,7 +1200,7 @@ "text": "IntervalSchedule" } ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1221,7 +1221,7 @@ }, "[]" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1242,7 +1242,7 @@ }, "[] | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1256,7 +1256,7 @@ "signature": [ "Params" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1277,7 +1277,7 @@ }, " | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1291,7 +1291,7 @@ "signature": [ "string | null | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1305,7 +1305,7 @@ "signature": [ "string | null" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1319,7 +1319,7 @@ "signature": [ "string | null" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1333,7 +1333,7 @@ "signature": [ "Date" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1347,7 +1347,7 @@ "signature": [ "Date" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1361,7 +1361,7 @@ "signature": [ "string | null" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1375,7 +1375,7 @@ "signature": [ "string | null" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1389,7 +1389,7 @@ "signature": [ "boolean | null | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1403,7 +1403,7 @@ "signature": [ "string | null | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1414,7 +1414,7 @@ "tags": [], "label": "muteAll", "description": [], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1428,7 +1428,7 @@ "signature": [ "\"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\" | null | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1442,7 +1442,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1462,7 +1462,7 @@ "text": "RuleExecutionStatus" } ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1483,7 +1483,7 @@ }, " | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1504,7 +1504,7 @@ }, " | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1518,7 +1518,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1532,7 +1532,7 @@ "signature": [ "Date | null | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1553,7 +1553,7 @@ }, " | null | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1567,7 +1567,7 @@ "signature": [ "Date | null | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1578,7 +1578,7 @@ "tags": [], "label": "revision", "description": [], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1592,7 +1592,7 @@ "signature": [ "boolean | null | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1606,7 +1606,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1627,7 +1627,7 @@ }, " | null | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1648,7 +1648,7 @@ }, " | null | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false } @@ -1662,7 +1662,7 @@ "tags": [], "label": "RuleAction", "description": [], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1676,7 +1676,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1687,7 +1687,7 @@ "tags": [], "label": "group", "description": [], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1698,7 +1698,7 @@ "tags": [], "label": "id", "description": [], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1709,7 +1709,7 @@ "tags": [], "label": "actionTypeId", "description": [], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1729,7 +1729,7 @@ "text": "SavedObjectAttributes" } ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1750,7 +1750,7 @@ }, " | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1771,7 +1771,7 @@ }, " | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1785,7 +1785,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false } @@ -1816,7 +1816,7 @@ "text": "SavedObjectAttributes" } ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1827,7 +1827,7 @@ "tags": [], "label": "summary", "description": [], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1841,7 +1841,7 @@ "signature": [ "\"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1855,7 +1855,7 @@ "signature": [ "string | null" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false } @@ -1869,7 +1869,7 @@ "tags": [], "label": "RuleExecutionStatus", "description": [], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1883,7 +1883,7 @@ "signature": [ "\"unknown\" | \"ok\" | \"error\" | \"pending\" | \"active\" | \"warning\"" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1897,7 +1897,7 @@ "signature": [ "Date" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1911,7 +1911,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1933,7 +1933,7 @@ }, "; message: string; } | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1955,7 +1955,7 @@ }, "; message: string; } | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false } @@ -1969,7 +1969,7 @@ "tags": [], "label": "RuleLastRun", "description": [], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1983,7 +1983,7 @@ "signature": [ "\"warning\" | \"succeeded\" | \"failed\"" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1997,7 +1997,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2026,7 +2026,7 @@ }, " | null | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2040,7 +2040,7 @@ "signature": [ "string[] | null | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2054,7 +2054,7 @@ "signature": [ "{ active?: number | null | undefined; new?: number | null | undefined; recovered?: number | null | undefined; ignored?: number | null | undefined; }" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false } @@ -2068,7 +2068,7 @@ "tags": [], "label": "RuleMonitoring", "description": [], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2106,7 +2106,7 @@ }, "; }" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false } @@ -2137,7 +2137,7 @@ "text": "SavedObjectAttributes" } ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2151,7 +2151,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2165,7 +2165,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2179,7 +2179,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2190,7 +2190,7 @@ "tags": [], "label": "success_ratio", "description": [], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false } @@ -2221,7 +2221,7 @@ "text": "SavedObjectAttributes" } ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2232,7 +2232,7 @@ "tags": [], "label": "success", "description": [], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2243,7 +2243,7 @@ "tags": [], "label": "timestamp", "description": [], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2257,7 +2257,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2271,7 +2271,7 @@ "signature": [ "\"warning\" | \"succeeded\" | \"failed\" | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false } @@ -2302,7 +2302,7 @@ "text": "SavedObjectAttributes" } ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2313,7 +2313,7 @@ "tags": [], "label": "timestamp", "description": [], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2333,7 +2333,7 @@ "text": "RuleMonitoringLastRunMetrics" } ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false } @@ -2364,7 +2364,7 @@ "text": "SavedObjectAttributes" } ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2378,7 +2378,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2392,7 +2392,7 @@ "signature": [ "number | null | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2406,7 +2406,7 @@ "signature": [ "number | null | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2420,7 +2420,7 @@ "signature": [ "number | null | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2434,7 +2434,7 @@ "signature": [ "number | null | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2448,7 +2448,7 @@ "signature": [ "number | null | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false } @@ -2462,7 +2462,7 @@ "tags": [], "label": "RuleRegistryInspect", "description": [], - "path": "packages/kbn-alerting-types/search_strategy_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/search_strategy_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2476,7 +2476,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-alerting-types/search_strategy_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/search_strategy_types.ts", "deprecated": false, "trackAdoption": false } @@ -2490,7 +2490,7 @@ "tags": [], "label": "RuleRegistrySearchRequestPagination", "description": [], - "path": "packages/kbn-alerting-types/search_strategy_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/search_strategy_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2501,7 +2501,7 @@ "tags": [], "label": "pageIndex", "description": [], - "path": "packages/kbn-alerting-types/search_strategy_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/search_strategy_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2512,7 +2512,7 @@ "tags": [], "label": "pageSize", "description": [], - "path": "packages/kbn-alerting-types/search_strategy_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/search_strategy_types.ts", "deprecated": false, "trackAdoption": false } @@ -2552,7 +2552,7 @@ }, ">" ], - "path": "packages/kbn-alerting-types/search_strategy_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/search_strategy_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2573,7 +2573,7 @@ }, " | undefined" ], - "path": "packages/kbn-alerting-types/search_strategy_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/search_strategy_types.ts", "deprecated": false, "trackAdoption": false } @@ -2587,7 +2587,7 @@ "tags": [], "label": "RuleSnoozeSchedule", "description": [], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2598,7 +2598,7 @@ "tags": [], "label": "duration", "description": [], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2628,7 +2628,7 @@ }, ", \"dtstart\" | \"tzid\">" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2642,7 +2642,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2656,7 +2656,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false } @@ -2670,7 +2670,7 @@ "tags": [], "label": "RuleSpecificFlappingProperties", "description": [], - "path": "packages/kbn-alerting-types/rule_settings.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_settings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2681,7 +2681,7 @@ "tags": [], "label": "lookBackWindow", "description": [], - "path": "packages/kbn-alerting-types/rule_settings.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_settings.ts", "deprecated": false, "trackAdoption": false }, @@ -2692,7 +2692,7 @@ "tags": [], "label": "statusChangeThreshold", "description": [], - "path": "packages/kbn-alerting-types/rule_settings.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_settings.ts", "deprecated": false, "trackAdoption": false } @@ -2706,7 +2706,7 @@ "tags": [], "label": "RulesSettings", "description": [], - "path": "packages/kbn-alerting-types/rule_settings.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_settings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2727,7 +2727,7 @@ }, " | undefined" ], - "path": "packages/kbn-alerting-types/rule_settings.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_settings.ts", "deprecated": false, "trackAdoption": false }, @@ -2748,7 +2748,7 @@ }, " | undefined" ], - "path": "packages/kbn-alerting-types/rule_settings.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_settings.ts", "deprecated": false, "trackAdoption": false } @@ -2762,7 +2762,7 @@ "tags": [], "label": "RulesSettingsFlappingProperties", "description": [], - "path": "packages/kbn-alerting-types/rule_settings.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_settings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2773,7 +2773,7 @@ "tags": [], "label": "enabled", "description": [], - "path": "packages/kbn-alerting-types/rule_settings.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_settings.ts", "deprecated": false, "trackAdoption": false }, @@ -2784,7 +2784,7 @@ "tags": [], "label": "lookBackWindow", "description": [], - "path": "packages/kbn-alerting-types/rule_settings.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_settings.ts", "deprecated": false, "trackAdoption": false }, @@ -2795,7 +2795,7 @@ "tags": [], "label": "statusChangeThreshold", "description": [], - "path": "packages/kbn-alerting-types/rule_settings.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_settings.ts", "deprecated": false, "trackAdoption": false } @@ -2809,7 +2809,7 @@ "tags": [], "label": "RulesSettingsModificationMetadata", "description": [], - "path": "packages/kbn-alerting-types/rule_settings.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_settings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2823,7 +2823,7 @@ "signature": [ "string | null" ], - "path": "packages/kbn-alerting-types/rule_settings.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_settings.ts", "deprecated": false, "trackAdoption": false }, @@ -2837,7 +2837,7 @@ "signature": [ "string | null" ], - "path": "packages/kbn-alerting-types/rule_settings.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_settings.ts", "deprecated": false, "trackAdoption": false }, @@ -2848,7 +2848,7 @@ "tags": [], "label": "createdAt", "description": [], - "path": "packages/kbn-alerting-types/rule_settings.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_settings.ts", "deprecated": false, "trackAdoption": false }, @@ -2859,7 +2859,7 @@ "tags": [], "label": "updatedAt", "description": [], - "path": "packages/kbn-alerting-types/rule_settings.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_settings.ts", "deprecated": false, "trackAdoption": false } @@ -2873,7 +2873,7 @@ "tags": [], "label": "RulesSettingsProperties", "description": [], - "path": "packages/kbn-alerting-types/rule_settings.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_settings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2894,7 +2894,7 @@ }, " | undefined" ], - "path": "packages/kbn-alerting-types/rule_settings.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_settings.ts", "deprecated": false, "trackAdoption": false }, @@ -2915,7 +2915,7 @@ }, " | undefined" ], - "path": "packages/kbn-alerting-types/rule_settings.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_settings.ts", "deprecated": false, "trackAdoption": false } @@ -2929,7 +2929,7 @@ "tags": [], "label": "RulesSettingsQueryDelayProperties", "description": [], - "path": "packages/kbn-alerting-types/rule_settings.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_settings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2940,7 +2940,7 @@ "tags": [], "label": "delay", "description": [], - "path": "packages/kbn-alerting-types/rule_settings.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_settings.ts", "deprecated": false, "trackAdoption": false } @@ -2954,7 +2954,7 @@ "tags": [], "label": "RuleSystemAction", "description": [], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2968,7 +2968,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2979,7 +2979,7 @@ "tags": [], "label": "id", "description": [], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2990,7 +2990,7 @@ "tags": [], "label": "actionTypeId", "description": [], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -3010,7 +3010,7 @@ "text": "SavedObjectAttributes" } ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false } @@ -3034,7 +3034,7 @@ }, "" ], - "path": "packages/kbn-alerting-types/rule_type_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_type_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3045,7 +3045,7 @@ "tags": [], "label": "id", "description": [], - "path": "packages/kbn-alerting-types/rule_type_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_type_types.ts", "deprecated": false, "trackAdoption": false }, @@ -3056,7 +3056,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/kbn-alerting-types/rule_type_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_type_types.ts", "deprecated": false, "trackAdoption": false }, @@ -3077,7 +3077,7 @@ }, "[]" ], - "path": "packages/kbn-alerting-types/rule_type_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_type_types.ts", "deprecated": false, "trackAdoption": false }, @@ -3098,7 +3098,7 @@ }, "" ], - "path": "packages/kbn-alerting-types/rule_type_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_type_types.ts", "deprecated": false, "trackAdoption": false }, @@ -3136,7 +3136,7 @@ }, "[]; }" ], - "path": "packages/kbn-alerting-types/rule_type_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_type_types.ts", "deprecated": false, "trackAdoption": false }, @@ -3150,7 +3150,7 @@ "signature": [ "ActionGroupIds" ], - "path": "packages/kbn-alerting-types/rule_type_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_type_types.ts", "deprecated": false, "trackAdoption": false }, @@ -3161,7 +3161,7 @@ "tags": [], "label": "category", "description": [], - "path": "packages/kbn-alerting-types/rule_type_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_type_types.ts", "deprecated": false, "trackAdoption": false }, @@ -3172,7 +3172,7 @@ "tags": [], "label": "producer", "description": [], - "path": "packages/kbn-alerting-types/rule_type_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_type_types.ts", "deprecated": false, "trackAdoption": false }, @@ -3186,7 +3186,7 @@ "signature": [ "\"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\"" ], - "path": "packages/kbn-alerting-types/rule_type_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_type_types.ts", "deprecated": false, "trackAdoption": false }, @@ -3197,7 +3197,7 @@ "tags": [], "label": "isExportable", "description": [], - "path": "packages/kbn-alerting-types/rule_type_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_type_types.ts", "deprecated": false, "trackAdoption": false }, @@ -3211,7 +3211,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-alerting-types/rule_type_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_type_types.ts", "deprecated": false, "trackAdoption": false }, @@ -3225,7 +3225,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-alerting-types/rule_type_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_type_types.ts", "deprecated": false, "trackAdoption": false }, @@ -3239,7 +3239,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-alerting-types/rule_type_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_type_types.ts", "deprecated": false, "trackAdoption": false }, @@ -3250,7 +3250,7 @@ "tags": [], "label": "enabledInLicense", "description": [], - "path": "packages/kbn-alerting-types/rule_type_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_type_types.ts", "deprecated": false, "trackAdoption": false }, @@ -3264,7 +3264,7 @@ "signature": [ "{ [x: string]: ConsumerPrivileges; }" ], - "path": "packages/kbn-alerting-types/rule_type_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_type_types.ts", "deprecated": false, "trackAdoption": false } @@ -3295,7 +3295,7 @@ "text": "AlertsFilter" } ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3317,7 +3317,7 @@ }, "[]; } | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -3338,7 +3338,7 @@ }, " | undefined" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false } @@ -3354,7 +3354,7 @@ "tags": [], "label": "HealthStatus", "description": [], - "path": "packages/kbn-alerting-types/alerting_framework_health_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/alerting_framework_health_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3366,7 +3366,7 @@ "tags": [], "label": "RuleExecutionStatusErrorReasons", "description": [], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3378,7 +3378,7 @@ "tags": [], "label": "RuleExecutionStatusWarningReasons", "description": [], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3390,7 +3390,7 @@ "tags": [], "label": "RuleNotifyWhen", "description": [], - "path": "packages/kbn-alerting-types/rule_notify_when_type.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_notify_when_type.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3409,7 +3409,7 @@ "signature": [ "\"params\" | \"spaceId\" | \"date\" | \"tags\" | \"alertId\" | \"alertInstanceId\" | \"rule.id\" | \"rule.name\" | \"alert.uuid\" | \"alert.flapping\" | \"rule.tags\" | \"rule.type\" | \"alertName\" | \"alertActionGroup\" | \"alertActionGroupName\" | \"kibanaBaseUrl\" | \"rule.spaceId\" | \"rule.url\" | `rule.params.${string}` | \"alert.id\" | \"alert.actionGroup\" | \"alert.actionGroupName\" | \"alert.consecutiveMatches\" | \"rule.params\"" ], - "path": "packages/kbn-alerting-types/action_variable.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/action_variable.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3440,7 +3440,7 @@ }, "> ? groups : never" ], - "path": "packages/kbn-alerting-types/rule_type_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_type_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3462,7 +3462,7 @@ }, " & { \"@timestamp\"?: string[] | undefined; \"event.action\"?: string[] | undefined; tags?: string[] | undefined; kibana?: string[] | undefined; \"kibana.alert.rule.rule_type_id\"?: string[] | undefined; \"kibana.alert.rule.consumer\"?: string[] | undefined; \"kibana.alert.rule.execution.uuid\"?: string[] | undefined; \"kibana.alert.instance.id\"?: string[] | undefined; \"kibana.alert.rule.category\"?: string[] | undefined; \"kibana.alert.rule.name\"?: string[] | undefined; \"kibana.alert.rule.producer\"?: string[] | undefined; \"kibana.alert.rule.uuid\"?: string[] | undefined; \"kibana.alert.status\"?: string[] | undefined; \"kibana.alert.uuid\"?: string[] | undefined; \"kibana.space_ids\"?: string[] | undefined; \"event.kind\"?: string[] | undefined; \"kibana.alert.action_group\"?: string[] | undefined; \"kibana.alert.case_ids\"?: string[] | undefined; \"kibana.alert.duration.us\"?: string[] | undefined; \"kibana.alert.end\"?: string[] | undefined; \"kibana.alert.flapping\"?: string[] | undefined; \"kibana.alert.maintenance_window_ids\"?: string[] | undefined; \"kibana.alert.reason\"?: string[] | undefined; \"kibana.alert.rule.parameters\"?: string[] | undefined; \"kibana.alert.rule.tags\"?: string[] | undefined; \"kibana.alert.start\"?: string[] | undefined; \"kibana.alert.time_range\"?: string[] | undefined; \"kibana.alert.workflow_assignee_ids\"?: string[] | undefined; \"kibana.alert.workflow_status\"?: string[] | undefined; \"kibana.alert.workflow_tags\"?: string[] | undefined; \"kibana.version\"?: string[] | undefined; \"kibana.alert.context\"?: string[] | undefined; \"kibana.alert.evaluation.threshold\"?: string[] | undefined; \"kibana.alert.evaluation.value\"?: string[] | undefined; \"kibana.alert.evaluation.values\"?: string[] | undefined; \"kibana.alert.group\"?: string[] | undefined; \"ecs.version\"?: string[] | undefined; \"kibana.alert.risk_score\"?: string[] | undefined; \"kibana.alert.rule.author\"?: string[] | undefined; \"kibana.alert.rule.created_at\"?: string[] | undefined; \"kibana.alert.rule.created_by\"?: string[] | undefined; \"kibana.alert.rule.description\"?: string[] | undefined; \"kibana.alert.rule.enabled\"?: string[] | undefined; \"kibana.alert.rule.from\"?: string[] | undefined; \"kibana.alert.rule.interval\"?: string[] | undefined; \"kibana.alert.rule.license\"?: string[] | undefined; \"kibana.alert.rule.note\"?: string[] | undefined; \"kibana.alert.rule.references\"?: string[] | undefined; \"kibana.alert.rule.rule_id\"?: string[] | undefined; \"kibana.alert.rule.rule_name_override\"?: string[] | undefined; \"kibana.alert.rule.to\"?: string[] | undefined; \"kibana.alert.rule.type\"?: string[] | undefined; \"kibana.alert.rule.updated_at\"?: string[] | undefined; \"kibana.alert.rule.updated_by\"?: string[] | undefined; \"kibana.alert.rule.version\"?: string[] | undefined; \"kibana.alert.severity\"?: string[] | undefined; \"kibana.alert.suppression.docs_count\"?: string[] | undefined; \"kibana.alert.suppression.end\"?: string[] | undefined; \"kibana.alert.suppression.start\"?: string[] | undefined; \"kibana.alert.suppression.terms.field\"?: string[] | undefined; \"kibana.alert.suppression.terms.value\"?: string[] | undefined; \"kibana.alert.system_status\"?: string[] | undefined; \"kibana.alert.workflow_reason\"?: string[] | undefined; \"kibana.alert.workflow_user\"?: string[] | undefined; \"event.module\"?: string[] | undefined; \"kibana.alert.rule.threat.framework\"?: string[] | undefined; \"kibana.alert.rule.threat.tactic.id\"?: string[] | undefined; \"kibana.alert.rule.threat.tactic.name\"?: string[] | undefined; \"kibana.alert.rule.threat.tactic.reference\"?: string[] | undefined; \"kibana.alert.rule.threat.technique.id\"?: string[] | undefined; \"kibana.alert.rule.threat.technique.name\"?: string[] | undefined; \"kibana.alert.rule.threat.technique.reference\"?: string[] | undefined; \"kibana.alert.rule.threat.technique.subtechnique.id\"?: string[] | undefined; \"kibana.alert.rule.threat.technique.subtechnique.name\"?: string[] | undefined; \"kibana.alert.rule.threat.technique.subtechnique.reference\"?: string[] | undefined; \"kibana.alert.building_block_type\"?: string[] | undefined; \"kibana.alert\"?: string[] | undefined; \"kibana.alert.rule\"?: string[] | undefined; \"kibana.alert.suppression.terms\"?: string[] | undefined; \"kibana.alert.group.field\"?: string[] | undefined; \"kibana.alert.group.value\"?: string[] | undefined; \"kibana.alert.rule.exceptions_list\"?: string[] | undefined; \"kibana.alert.rule.namespace\"?: string[] | undefined; } & { [x: string]: unknown[]; }" ], - "path": "packages/kbn-alerting-types/alert_type.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/alert_type.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3485,7 +3485,7 @@ }, ">; }" ], - "path": "packages/kbn-alerting-types/alert_fields_type.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/alert_fields_type.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3500,7 +3500,7 @@ "signature": [ "\"default\"" ], - "path": "packages/kbn-alerting-types/builtin_action_groups_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/builtin_action_groups_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3515,7 +3515,7 @@ "signature": [ "\"Error validating circuit breaker\"" ], - "path": "packages/kbn-alerting-types/circuit_breaker_message_header.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/circuit_breaker_message_header.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3530,7 +3530,7 @@ "signature": [ "2 | 1 | 7 | 6 | 5 | 4 | 3" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3559,7 +3559,7 @@ "text": "MappedParamsProperties" } ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3574,7 +3574,7 @@ "signature": [ "\"recovered\"" ], - "path": "packages/kbn-alerting-types/builtin_action_groups_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/builtin_action_groups_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3613,7 +3613,7 @@ }, ", \"saved_object\"> & { outcome: string; alias_target_id?: string | undefined; }" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3644,7 +3644,7 @@ }, ", \"dtstart\" | \"tzid\">" ], - "path": "packages/kbn-alerting-types/r_rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/r_rule_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3669,7 +3669,7 @@ }, " | undefined; until?: string | undefined; }" ], - "path": "packages/kbn-alerting-types/r_rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/r_rule_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3699,7 +3699,7 @@ }, "[]" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3720,7 +3720,7 @@ "text": "SavedObjectAttributes" } ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3735,7 +3735,7 @@ "signature": [ "\"unknown\" | \"ok\" | \"error\" | \"pending\" | \"active\" | \"warning\"" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3750,7 +3750,7 @@ "signature": [ "\"warning\" | \"succeeded\" | \"failed\"" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3765,7 +3765,7 @@ "signature": [ "\"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"" ], - "path": "packages/kbn-alerting-types/rule_notify_when_type.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_notify_when_type.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3819,7 +3819,7 @@ "MappingRuntimeFields", " | undefined; }" ], - "path": "packages/kbn-alerting-types/search_strategy_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/search_strategy_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3842,7 +3842,7 @@ }, "; id?: string | undefined; skipRecurrences?: string[] | undefined; }[]" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3871,7 +3871,7 @@ "text": "RulesSettingsModificationMetadata" } ], - "path": "packages/kbn-alerting-types/rule_settings.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_settings.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3900,7 +3900,7 @@ "text": "RulesSettingsModificationMetadata" } ], - "path": "packages/kbn-alerting-types/rule_settings.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_settings.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3915,7 +3915,7 @@ "signature": [ "{ [x: string]: unknown; }" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3946,7 +3946,7 @@ }, "[]; }" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3977,7 +3977,7 @@ }, " | undefined; }" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4001,7 +4001,7 @@ }, " & { alerts: { new: { count: number; data: unknown[]; }; ongoing: { count: number; data: unknown[]; }; recovered: { count: number; data: unknown[]; }; all: { count: number; data: unknown[]; }; }; }" ], - "path": "packages/kbn-alerting-types/action_variable.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/action_variable.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4016,7 +4016,7 @@ "signature": [ "\"params\" | \"spaceId\" | \"date\" | \"tags\" | \"alertId\" | \"alertInstanceId\" | \"rule.id\" | \"rule.name\" | \"alert.uuid\" | \"alert.flapping\" | \"rule.tags\" | \"rule.type\" | \"alertName\" | \"alertActionGroup\" | \"alertActionGroupName\" | \"kibanaBaseUrl\" | \"rule.spaceId\" | \"rule.url\" | `rule.params.${string}` | \"alert.id\" | \"alert.actionGroup\" | \"alert.actionGroupName\" | \"alert.consecutiveMatches\" | \"rule.params\" | \"alerts.recovered.count\" | \"alerts.recovered.data\" | \"alerts.new.count\" | \"alerts.new.data\" | \"alerts.all.count\" | \"alerts.all.data\" | \"alerts.ongoing.count\" | \"alerts.ongoing.data\"" ], - "path": "packages/kbn-alerting-types/action_variable.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/action_variable.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4033,7 +4033,7 @@ "signature": [ "readonly [1, 2, 3, 4, 5, 6, 7]" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4056,7 +4056,7 @@ }, " | undefined; }" ], - "path": "packages/kbn-alerting-types/builtin_action_groups_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/builtin_action_groups_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4071,7 +4071,7 @@ "signature": [ "readonly [\"ok\", \"active\", \"error\", \"pending\", \"unknown\", \"warning\"]" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4086,7 +4086,7 @@ "signature": [ "readonly [\"succeeded\", \"warning\", \"failed\"]" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4101,7 +4101,7 @@ "signature": [ "readonly [\"onActionGroupChange\", \"onActiveAlert\", \"onThrottleInterval\"]" ], - "path": "packages/kbn-alerting-types/rule_notify_when_type.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_notify_when_type.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_alerts_as_data_utils.devdocs.json b/api_docs/kbn_alerts_as_data_utils.devdocs.json index 2df581305ee8b..8fe9744323931 100644 --- a/api_docs/kbn_alerts_as_data_utils.devdocs.json +++ b/api_docs/kbn_alerts_as_data_utils.devdocs.json @@ -29,7 +29,7 @@ "signature": [ "(fields: string[], excludeEcsData?: boolean | undefined) => { format?: string | undefined; field: string; include_unmapped: boolean; }[]" ], - "path": "packages/kbn-alerts-as-data-utils/src/search/security/build_fields_request.ts", + "path": "src/platform/packages/shared/kbn-alerts-as-data-utils/src/search/security/build_fields_request.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -43,7 +43,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-alerts-as-data-utils/src/search/security/build_fields_request.ts", + "path": "src/platform/packages/shared/kbn-alerts-as-data-utils/src/search/security/build_fields_request.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -58,7 +58,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-alerts-as-data-utils/src/search/security/build_fields_request.ts", + "path": "src/platform/packages/shared/kbn-alerts-as-data-utils/src/search/security/build_fields_request.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -77,7 +77,7 @@ "signature": [ "({ outputFile, fieldMap, schemaPrefix, useAlert, useEcs, useLegacyAlerts, flattened, }: CreateSchemaFromFieldMapOpts) => void" ], - "path": "packages/kbn-alerts-as-data-utils/src/schemas/create_schema_from_field_map.ts", + "path": "src/platform/packages/shared/kbn-alerts-as-data-utils/src/schemas/create_schema_from_field_map.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -91,7 +91,7 @@ "signature": [ "CreateSchemaFromFieldMapOpts" ], - "path": "packages/kbn-alerts-as-data-utils/src/schemas/create_schema_from_field_map.ts", + "path": "src/platform/packages/shared/kbn-alerts-as-data-utils/src/schemas/create_schema_from_field_map.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -109,7 +109,7 @@ "tags": [], "label": "FieldMap", "description": [], - "path": "packages/kbn-alerts-as-data-utils/src/field_maps/types.ts", + "path": "src/platform/packages/shared/kbn-alerts-as-data-utils/src/field_maps/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -131,7 +131,7 @@ }, "[] | undefined; index?: boolean | undefined; path?: string | undefined; scaling_factor?: number | undefined; dynamic?: boolean | \"strict\" | undefined; properties?: Record | undefined; }" ], - "path": "packages/kbn-alerts-as-data-utils/src/field_maps/types.ts", + "path": "src/platform/packages/shared/kbn-alerts-as-data-utils/src/field_maps/types.ts", "deprecated": false, "trackAdoption": false } @@ -145,7 +145,7 @@ "tags": [], "label": "MultiField", "description": [], - "path": "packages/kbn-alerts-as-data-utils/src/field_maps/types.ts", + "path": "src/platform/packages/shared/kbn-alerts-as-data-utils/src/field_maps/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -156,7 +156,7 @@ "tags": [], "label": "flat_name", "description": [], - "path": "packages/kbn-alerts-as-data-utils/src/field_maps/types.ts", + "path": "src/platform/packages/shared/kbn-alerts-as-data-utils/src/field_maps/types.ts", "deprecated": false, "trackAdoption": false }, @@ -167,7 +167,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/kbn-alerts-as-data-utils/src/field_maps/types.ts", + "path": "src/platform/packages/shared/kbn-alerts-as-data-utils/src/field_maps/types.ts", "deprecated": false, "trackAdoption": false }, @@ -178,7 +178,7 @@ "tags": [], "label": "type", "description": [], - "path": "packages/kbn-alerts-as-data-utils/src/field_maps/types.ts", + "path": "src/platform/packages/shared/kbn-alerts-as-data-utils/src/field_maps/types.ts", "deprecated": false, "trackAdoption": false } @@ -198,7 +198,7 @@ "signature": [ "({ '@timestamp': string | number; 'kibana.alert.instance.id': string; 'kibana.alert.rule.category': string; 'kibana.alert.rule.consumer': string; 'kibana.alert.rule.name': string; 'kibana.alert.rule.producer': string; 'kibana.alert.rule.revision': string | number; 'kibana.alert.rule.rule_type_id': string; 'kibana.alert.rule.uuid': string; 'kibana.alert.status': string; 'kibana.alert.uuid': string; 'kibana.space_ids': string[]; } & { 'event.action'?: string | undefined; 'event.kind'?: string | undefined; 'event.original'?: string | undefined; 'kibana.alert.action_group'?: string | undefined; 'kibana.alert.case_ids'?: string[] | undefined; 'kibana.alert.consecutive_matches'?: string | number | undefined; 'kibana.alert.duration.us'?: string | number | undefined; 'kibana.alert.end'?: string | number | undefined; 'kibana.alert.flapping'?: boolean | undefined; 'kibana.alert.flapping_history'?: boolean[] | undefined; 'kibana.alert.intended_timestamp'?: string | number | undefined; 'kibana.alert.last_detected'?: string | number | undefined; 'kibana.alert.maintenance_window_ids'?: string[] | undefined; 'kibana.alert.previous_action_group'?: string | undefined; 'kibana.alert.reason'?: string | undefined; 'kibana.alert.rule.execution.timestamp'?: string | number | undefined; 'kibana.alert.rule.execution.type'?: string | undefined; 'kibana.alert.rule.execution.uuid'?: string | undefined; 'kibana.alert.rule.parameters'?: unknown; 'kibana.alert.rule.tags'?: string[] | undefined; 'kibana.alert.severity_improving'?: boolean | undefined; 'kibana.alert.start'?: string | number | undefined; 'kibana.alert.time_range'?: { gte?: string | number | undefined; lte?: string | number | undefined; } | undefined; 'kibana.alert.url'?: string | undefined; 'kibana.alert.workflow_assignee_ids'?: string[] | undefined; 'kibana.alert.workflow_status'?: string | undefined; 'kibana.alert.workflow_tags'?: string[] | undefined; 'kibana.version'?: string | undefined; tags?: string[] | undefined; }) | ({} & {} & { '@timestamp': string | number; 'kibana.alert.instance.id': string; 'kibana.alert.rule.category': string; 'kibana.alert.rule.consumer': string; 'kibana.alert.rule.name': string; 'kibana.alert.rule.producer': string; 'kibana.alert.rule.revision': string | number; 'kibana.alert.rule.rule_type_id': string; 'kibana.alert.rule.uuid': string; 'kibana.alert.status': string; 'kibana.alert.uuid': string; 'kibana.space_ids': string[]; } & { 'event.action'?: string | undefined; 'event.kind'?: string | undefined; 'event.original'?: string | undefined; 'kibana.alert.action_group'?: string | undefined; 'kibana.alert.case_ids'?: string[] | undefined; 'kibana.alert.consecutive_matches'?: string | number | undefined; 'kibana.alert.duration.us'?: string | number | undefined; 'kibana.alert.end'?: string | number | undefined; 'kibana.alert.flapping'?: boolean | undefined; 'kibana.alert.flapping_history'?: boolean[] | undefined; 'kibana.alert.intended_timestamp'?: string | number | undefined; 'kibana.alert.last_detected'?: string | number | undefined; 'kibana.alert.maintenance_window_ids'?: string[] | undefined; 'kibana.alert.previous_action_group'?: string | undefined; 'kibana.alert.reason'?: string | undefined; 'kibana.alert.rule.execution.timestamp'?: string | number | undefined; 'kibana.alert.rule.execution.type'?: string | undefined; 'kibana.alert.rule.execution.uuid'?: string | undefined; 'kibana.alert.rule.parameters'?: unknown; 'kibana.alert.rule.tags'?: string[] | undefined; 'kibana.alert.severity_improving'?: boolean | undefined; 'kibana.alert.start'?: string | number | undefined; 'kibana.alert.time_range'?: { gte?: string | number | undefined; lte?: string | number | undefined; } | undefined; 'kibana.alert.url'?: string | undefined; 'kibana.alert.workflow_assignee_ids'?: string[] | undefined; 'kibana.alert.workflow_status'?: string | undefined; 'kibana.alert.workflow_tags'?: string[] | undefined; 'kibana.version'?: string | undefined; tags?: string[] | undefined; }) | ({} & { 'agent.name'?: string | undefined; 'container.id'?: string | undefined; 'error.grouping_key'?: string | undefined; 'error.grouping_name'?: string | undefined; 'host.name'?: string | undefined; 'kibana.alert.context'?: unknown; 'kibana.alert.evaluation.threshold'?: string | number | undefined; 'kibana.alert.evaluation.value'?: string | number | undefined; 'kibana.alert.evaluation.values'?: (string | number)[] | undefined; 'kibana.alert.group'?: { field?: string[] | undefined; value?: string[] | undefined; }[] | undefined; labels?: unknown; 'processor.event'?: string | undefined; 'service.environment'?: string | undefined; 'service.language.name'?: string | undefined; 'service.name'?: string | undefined; 'transaction.name'?: string | undefined; 'transaction.type'?: string | undefined; } & { '@timestamp': string | number; 'kibana.alert.instance.id': string; 'kibana.alert.rule.category': string; 'kibana.alert.rule.consumer': string; 'kibana.alert.rule.name': string; 'kibana.alert.rule.producer': string; 'kibana.alert.rule.revision': string | number; 'kibana.alert.rule.rule_type_id': string; 'kibana.alert.rule.uuid': string; 'kibana.alert.status': string; 'kibana.alert.uuid': string; 'kibana.space_ids': string[]; } & { 'event.action'?: string | undefined; 'event.kind'?: string | undefined; 'event.original'?: string | undefined; 'kibana.alert.action_group'?: string | undefined; 'kibana.alert.case_ids'?: string[] | undefined; 'kibana.alert.consecutive_matches'?: string | number | undefined; 'kibana.alert.duration.us'?: string | number | undefined; 'kibana.alert.end'?: string | number | undefined; 'kibana.alert.flapping'?: boolean | undefined; 'kibana.alert.flapping_history'?: boolean[] | undefined; 'kibana.alert.intended_timestamp'?: string | number | undefined; 'kibana.alert.last_detected'?: string | number | undefined; 'kibana.alert.maintenance_window_ids'?: string[] | undefined; 'kibana.alert.previous_action_group'?: string | undefined; 'kibana.alert.reason'?: string | undefined; 'kibana.alert.rule.execution.timestamp'?: string | number | undefined; 'kibana.alert.rule.execution.type'?: string | undefined; 'kibana.alert.rule.execution.uuid'?: string | undefined; 'kibana.alert.rule.parameters'?: unknown; 'kibana.alert.rule.tags'?: string[] | undefined; 'kibana.alert.severity_improving'?: boolean | undefined; 'kibana.alert.start'?: string | number | undefined; 'kibana.alert.time_range'?: { gte?: string | number | undefined; lte?: string | number | undefined; } | undefined; 'kibana.alert.url'?: string | undefined; 'kibana.alert.workflow_assignee_ids'?: string[] | undefined; 'kibana.alert.workflow_status'?: string | undefined; 'kibana.alert.workflow_tags'?: string[] | undefined; 'kibana.version'?: string | undefined; tags?: string[] | undefined; } & {} & { 'ecs.version'?: string | undefined; 'kibana.alert.risk_score'?: number | undefined; 'kibana.alert.rule.author'?: string | undefined; 'kibana.alert.rule.created_at'?: string | number | undefined; 'kibana.alert.rule.created_by'?: string | undefined; 'kibana.alert.rule.description'?: string | undefined; 'kibana.alert.rule.enabled'?: string | undefined; 'kibana.alert.rule.from'?: string | undefined; 'kibana.alert.rule.interval'?: string | undefined; 'kibana.alert.rule.license'?: string | undefined; 'kibana.alert.rule.note'?: string | undefined; 'kibana.alert.rule.references'?: string[] | undefined; 'kibana.alert.rule.rule_id'?: string | undefined; 'kibana.alert.rule.rule_name_override'?: string | undefined; 'kibana.alert.rule.to'?: string | undefined; 'kibana.alert.rule.type'?: string | undefined; 'kibana.alert.rule.updated_at'?: string | number | undefined; 'kibana.alert.rule.updated_by'?: string | undefined; 'kibana.alert.rule.version'?: string | undefined; 'kibana.alert.severity'?: string | undefined; 'kibana.alert.suppression.docs_count'?: string | number | undefined; 'kibana.alert.suppression.end'?: string | number | undefined; 'kibana.alert.suppression.start'?: string | number | undefined; 'kibana.alert.suppression.terms.field'?: string[] | undefined; 'kibana.alert.suppression.terms.value'?: string[] | undefined; 'kibana.alert.system_status'?: string | undefined; 'kibana.alert.workflow_reason'?: string | undefined; 'kibana.alert.workflow_status_updated_at'?: string | number | undefined; 'kibana.alert.workflow_user'?: string | undefined; }) | ({} & { 'kibana.alert.context'?: unknown; 'kibana.alert.evaluation.threshold'?: string | number | undefined; 'kibana.alert.evaluation.value'?: string | number | undefined; 'kibana.alert.evaluation.values'?: (string | number)[] | undefined; 'kibana.alert.group'?: { field?: string[] | undefined; value?: string[] | undefined; }[] | undefined; } & { '@timestamp': string | number; 'kibana.alert.instance.id': string; 'kibana.alert.rule.category': string; 'kibana.alert.rule.consumer': string; 'kibana.alert.rule.name': string; 'kibana.alert.rule.producer': string; 'kibana.alert.rule.revision': string | number; 'kibana.alert.rule.rule_type_id': string; 'kibana.alert.rule.uuid': string; 'kibana.alert.status': string; 'kibana.alert.uuid': string; 'kibana.space_ids': string[]; } & { 'event.action'?: string | undefined; 'event.kind'?: string | undefined; 'event.original'?: string | undefined; 'kibana.alert.action_group'?: string | undefined; 'kibana.alert.case_ids'?: string[] | undefined; 'kibana.alert.consecutive_matches'?: string | number | undefined; 'kibana.alert.duration.us'?: string | number | undefined; 'kibana.alert.end'?: string | number | undefined; 'kibana.alert.flapping'?: boolean | undefined; 'kibana.alert.flapping_history'?: boolean[] | undefined; 'kibana.alert.intended_timestamp'?: string | number | undefined; 'kibana.alert.last_detected'?: string | number | undefined; 'kibana.alert.maintenance_window_ids'?: string[] | undefined; 'kibana.alert.previous_action_group'?: string | undefined; 'kibana.alert.reason'?: string | undefined; 'kibana.alert.rule.execution.timestamp'?: string | number | undefined; 'kibana.alert.rule.execution.type'?: string | undefined; 'kibana.alert.rule.execution.uuid'?: string | undefined; 'kibana.alert.rule.parameters'?: unknown; 'kibana.alert.rule.tags'?: string[] | undefined; 'kibana.alert.severity_improving'?: boolean | undefined; 'kibana.alert.start'?: string | number | undefined; 'kibana.alert.time_range'?: { gte?: string | number | undefined; lte?: string | number | undefined; } | undefined; 'kibana.alert.url'?: string | undefined; 'kibana.alert.workflow_assignee_ids'?: string[] | undefined; 'kibana.alert.workflow_status'?: string | undefined; 'kibana.alert.workflow_tags'?: string[] | undefined; 'kibana.version'?: string | undefined; tags?: string[] | undefined; } & { '@timestamp': string | number; 'ecs.version': string; } & { 'agent.build.original'?: string | undefined; 'agent.ephemeral_id'?: string | undefined; 'agent.id'?: string | undefined; 'agent.name'?: string | undefined; 'agent.type'?: string | undefined; 'agent.version'?: string | undefined; 'client.address'?: string | undefined; 'client.as.number'?: string | number | undefined; 'client.as.organization.name'?: string | undefined; 'client.bytes'?: string | number | undefined; 'client.domain'?: string | undefined; 'client.geo.city_name'?: string | undefined; 'client.geo.continent_code'?: string | undefined; 'client.geo.continent_name'?: string | undefined; 'client.geo.country_iso_code'?: string | undefined; 'client.geo.country_name'?: string | undefined; 'client.geo.location'?: string | { type: string; coordinates: number[]; } | { lat: number; lon: number; } | { location: number[]; } | { location: string; } | undefined; 'client.geo.name'?: string | undefined; 'client.geo.postal_code'?: string | undefined; 'client.geo.region_iso_code'?: string | undefined; 'client.geo.region_name'?: string | undefined; 'client.geo.timezone'?: string | undefined; 'client.ip'?: string | undefined; 'client.mac'?: string | undefined; 'client.nat.ip'?: string | undefined; 'client.nat.port'?: string | number | undefined; 'client.packets'?: string | number | undefined; 'client.port'?: string | number | undefined; 'client.registered_domain'?: string | undefined; 'client.subdomain'?: string | undefined; 'client.top_level_domain'?: string | undefined; 'client.user.domain'?: string | undefined; 'client.user.email'?: string | undefined; 'client.user.full_name'?: string | undefined; 'client.user.group.domain'?: string | undefined; 'client.user.group.id'?: string | undefined; 'client.user.group.name'?: string | undefined; 'client.user.hash'?: string | undefined; 'client.user.id'?: string | undefined; 'client.user.name'?: string | undefined; 'client.user.roles'?: string[] | undefined; 'cloud.account.id'?: string | undefined; 'cloud.account.name'?: string | undefined; 'cloud.availability_zone'?: string | undefined; 'cloud.instance.id'?: string | undefined; 'cloud.instance.name'?: string | undefined; 'cloud.machine.type'?: string | undefined; 'cloud.origin.account.id'?: string | undefined; 'cloud.origin.account.name'?: string | undefined; 'cloud.origin.availability_zone'?: string | undefined; 'cloud.origin.instance.id'?: string | undefined; 'cloud.origin.instance.name'?: string | undefined; 'cloud.origin.machine.type'?: string | undefined; 'cloud.origin.project.id'?: string | undefined; 'cloud.origin.project.name'?: string | undefined; 'cloud.origin.provider'?: string | undefined; 'cloud.origin.region'?: string | undefined; 'cloud.origin.service.name'?: string | undefined; 'cloud.project.id'?: string | undefined; 'cloud.project.name'?: string | undefined; 'cloud.provider'?: string | undefined; 'cloud.region'?: string | undefined; 'cloud.service.name'?: string | undefined; 'cloud.target.account.id'?: string | undefined; 'cloud.target.account.name'?: string | undefined; 'cloud.target.availability_zone'?: string | undefined; 'cloud.target.instance.id'?: string | undefined; 'cloud.target.instance.name'?: string | undefined; 'cloud.target.machine.type'?: string | undefined; 'cloud.target.project.id'?: string | undefined; 'cloud.target.project.name'?: string | undefined; 'cloud.target.provider'?: string | undefined; 'cloud.target.region'?: string | undefined; 'cloud.target.service.name'?: string | undefined; 'container.cpu.usage'?: string | number | undefined; 'container.disk.read.bytes'?: string | number | undefined; 'container.disk.write.bytes'?: string | number | undefined; 'container.id'?: string | undefined; 'container.image.hash.all'?: string[] | undefined; 'container.image.name'?: string | undefined; 'container.image.tag'?: string[] | undefined; 'container.labels'?: unknown; 'container.memory.usage'?: string | number | undefined; 'container.name'?: string | undefined; 'container.network.egress.bytes'?: string | number | undefined; 'container.network.ingress.bytes'?: string | number | undefined; 'container.runtime'?: string | undefined; 'container.security_context.privileged'?: boolean | undefined; 'destination.address'?: string | undefined; 'destination.as.number'?: string | number | undefined; 'destination.as.organization.name'?: string | undefined; 'destination.bytes'?: string | number | undefined; 'destination.domain'?: string | undefined; 'destination.geo.city_name'?: string | undefined; 'destination.geo.continent_code'?: string | undefined; 'destination.geo.continent_name'?: string | undefined; 'destination.geo.country_iso_code'?: string | undefined; 'destination.geo.country_name'?: string | undefined; 'destination.geo.location'?: string | { type: string; coordinates: number[]; } | { lat: number; lon: number; } | { location: number[]; } | { location: string; } | undefined; 'destination.geo.name'?: string | undefined; 'destination.geo.postal_code'?: string | undefined; 'destination.geo.region_iso_code'?: string | undefined; 'destination.geo.region_name'?: string | undefined; 'destination.geo.timezone'?: string | undefined; 'destination.ip'?: string | undefined; 'destination.mac'?: string | undefined; 'destination.nat.ip'?: string | undefined; 'destination.nat.port'?: string | number | undefined; 'destination.packets'?: string | number | undefined; 'destination.port'?: string | number | undefined; 'destination.registered_domain'?: string | undefined; 'destination.subdomain'?: string | undefined; 'destination.top_level_domain'?: string | undefined; 'destination.user.domain'?: string | undefined; 'destination.user.email'?: string | undefined; 'destination.user.full_name'?: string | undefined; 'destination.user.group.domain'?: string | undefined; 'destination.user.group.id'?: string | undefined; 'destination.user.group.name'?: string | undefined; 'destination.user.hash'?: string | undefined; 'destination.user.id'?: string | undefined; 'destination.user.name'?: string | undefined; 'destination.user.roles'?: string[] | undefined; 'device.id'?: string | undefined; 'device.manufacturer'?: string | undefined; 'device.model.identifier'?: string | undefined; 'device.model.name'?: string | undefined; 'dll.code_signature.digest_algorithm'?: string | undefined; 'dll.code_signature.exists'?: boolean | undefined; 'dll.code_signature.signing_id'?: string | undefined; 'dll.code_signature.status'?: string | undefined; 'dll.code_signature.subject_name'?: string | undefined; 'dll.code_signature.team_id'?: string | undefined; 'dll.code_signature.timestamp'?: string | number | undefined; 'dll.code_signature.trusted'?: boolean | undefined; 'dll.code_signature.valid'?: boolean | undefined; 'dll.hash.md5'?: string | undefined; 'dll.hash.sha1'?: string | undefined; 'dll.hash.sha256'?: string | undefined; 'dll.hash.sha384'?: string | undefined; 'dll.hash.sha512'?: string | undefined; 'dll.hash.ssdeep'?: string | undefined; 'dll.hash.tlsh'?: string | undefined; 'dll.name'?: string | undefined; 'dll.path'?: string | undefined; 'dll.pe.architecture'?: string | undefined; 'dll.pe.company'?: string | undefined; 'dll.pe.description'?: string | undefined; 'dll.pe.file_version'?: string | undefined; 'dll.pe.go_import_hash'?: string | undefined; 'dll.pe.go_imports'?: unknown; 'dll.pe.go_imports_names_entropy'?: string | number | undefined; 'dll.pe.go_imports_names_var_entropy'?: string | number | undefined; 'dll.pe.go_stripped'?: boolean | undefined; 'dll.pe.imphash'?: string | undefined; 'dll.pe.import_hash'?: string | undefined; 'dll.pe.imports'?: unknown[] | undefined; 'dll.pe.imports_names_entropy'?: string | number | undefined; 'dll.pe.imports_names_var_entropy'?: string | number | undefined; 'dll.pe.original_file_name'?: string | undefined; 'dll.pe.pehash'?: string | undefined; 'dll.pe.product'?: string | undefined; 'dll.pe.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'dns.answers'?: { class?: string | undefined; data?: string | undefined; name?: string | undefined; ttl?: string | number | undefined; type?: string | undefined; }[] | undefined; 'dns.header_flags'?: string[] | undefined; 'dns.id'?: string | undefined; 'dns.op_code'?: string | undefined; 'dns.question.class'?: string | undefined; 'dns.question.name'?: string | undefined; 'dns.question.registered_domain'?: string | undefined; 'dns.question.subdomain'?: string | undefined; 'dns.question.top_level_domain'?: string | undefined; 'dns.question.type'?: string | undefined; 'dns.resolved_ip'?: string[] | undefined; 'dns.response_code'?: string | undefined; 'dns.type'?: string | undefined; 'email.attachments'?: { 'file.extension'?: string | undefined; 'file.hash.md5'?: string | undefined; 'file.hash.sha1'?: string | undefined; 'file.hash.sha256'?: string | undefined; 'file.hash.sha384'?: string | undefined; 'file.hash.sha512'?: string | undefined; 'file.hash.ssdeep'?: string | undefined; 'file.hash.tlsh'?: string | undefined; 'file.mime_type'?: string | undefined; 'file.name'?: string | undefined; 'file.size'?: string | number | undefined; }[] | undefined; 'email.bcc.address'?: string[] | undefined; 'email.cc.address'?: string[] | undefined; 'email.content_type'?: string | undefined; 'email.delivery_timestamp'?: string | number | undefined; 'email.direction'?: string | undefined; 'email.from.address'?: string[] | undefined; 'email.local_id'?: string | undefined; 'email.message_id'?: string | undefined; 'email.origination_timestamp'?: string | number | undefined; 'email.reply_to.address'?: string[] | undefined; 'email.sender.address'?: string | undefined; 'email.subject'?: string | undefined; 'email.to.address'?: string[] | undefined; 'email.x_mailer'?: string | undefined; 'error.code'?: string | undefined; 'error.id'?: string | undefined; 'error.message'?: string | undefined; 'error.stack_trace'?: string | undefined; 'error.type'?: string | undefined; 'event.action'?: string | undefined; 'event.agent_id_status'?: string | undefined; 'event.category'?: string[] | undefined; 'event.code'?: string | undefined; 'event.created'?: string | number | undefined; 'event.dataset'?: string | undefined; 'event.duration'?: string | number | undefined; 'event.end'?: string | number | undefined; 'event.hash'?: string | undefined; 'event.id'?: string | undefined; 'event.ingested'?: string | number | undefined; 'event.kind'?: string | undefined; 'event.module'?: string | undefined; 'event.original'?: string | undefined; 'event.outcome'?: string | undefined; 'event.provider'?: string | undefined; 'event.reason'?: string | undefined; 'event.reference'?: string | undefined; 'event.risk_score'?: number | undefined; 'event.risk_score_norm'?: number | undefined; 'event.sequence'?: string | number | undefined; 'event.severity'?: string | number | undefined; 'event.start'?: string | number | undefined; 'event.timezone'?: string | undefined; 'event.type'?: string[] | undefined; 'event.url'?: string | undefined; 'faas.coldstart'?: boolean | undefined; 'faas.execution'?: string | undefined; 'faas.id'?: string | undefined; 'faas.name'?: string | undefined; 'faas.version'?: string | undefined; 'file.accessed'?: string | number | undefined; 'file.attributes'?: string[] | undefined; 'file.code_signature.digest_algorithm'?: string | undefined; 'file.code_signature.exists'?: boolean | undefined; 'file.code_signature.signing_id'?: string | undefined; 'file.code_signature.status'?: string | undefined; 'file.code_signature.subject_name'?: string | undefined; 'file.code_signature.team_id'?: string | undefined; 'file.code_signature.timestamp'?: string | number | undefined; 'file.code_signature.trusted'?: boolean | undefined; 'file.code_signature.valid'?: boolean | undefined; 'file.created'?: string | number | undefined; 'file.ctime'?: string | number | undefined; 'file.device'?: string | undefined; 'file.directory'?: string | undefined; 'file.drive_letter'?: string | undefined; 'file.elf.architecture'?: string | undefined; 'file.elf.byte_order'?: string | undefined; 'file.elf.cpu_type'?: string | undefined; 'file.elf.creation_date'?: string | number | undefined; 'file.elf.exports'?: unknown[] | undefined; 'file.elf.go_import_hash'?: string | undefined; 'file.elf.go_imports'?: unknown; 'file.elf.go_imports_names_entropy'?: string | number | undefined; 'file.elf.go_imports_names_var_entropy'?: string | number | undefined; 'file.elf.go_stripped'?: boolean | undefined; 'file.elf.header.abi_version'?: string | undefined; 'file.elf.header.class'?: string | undefined; 'file.elf.header.data'?: string | undefined; 'file.elf.header.entrypoint'?: string | number | undefined; 'file.elf.header.object_version'?: string | undefined; 'file.elf.header.os_abi'?: string | undefined; 'file.elf.header.type'?: string | undefined; 'file.elf.header.version'?: string | undefined; 'file.elf.import_hash'?: string | undefined; 'file.elf.imports'?: unknown[] | undefined; 'file.elf.imports_names_entropy'?: string | number | undefined; 'file.elf.imports_names_var_entropy'?: string | number | undefined; 'file.elf.sections'?: { chi2?: string | number | undefined; entropy?: string | number | undefined; flags?: string | undefined; name?: string | undefined; physical_offset?: string | undefined; physical_size?: string | number | undefined; type?: string | undefined; var_entropy?: string | number | undefined; virtual_address?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'file.elf.segments'?: { sections?: string | undefined; type?: string | undefined; }[] | undefined; 'file.elf.shared_libraries'?: string[] | undefined; 'file.elf.telfhash'?: string | undefined; 'file.extension'?: string | undefined; 'file.fork_name'?: string | undefined; 'file.gid'?: string | undefined; 'file.group'?: string | undefined; 'file.hash.md5'?: string | undefined; 'file.hash.sha1'?: string | undefined; 'file.hash.sha256'?: string | undefined; 'file.hash.sha384'?: string | undefined; 'file.hash.sha512'?: string | undefined; 'file.hash.ssdeep'?: string | undefined; 'file.hash.tlsh'?: string | undefined; 'file.inode'?: string | undefined; 'file.macho.go_import_hash'?: string | undefined; 'file.macho.go_imports'?: unknown; 'file.macho.go_imports_names_entropy'?: string | number | undefined; 'file.macho.go_imports_names_var_entropy'?: string | number | undefined; 'file.macho.go_stripped'?: boolean | undefined; 'file.macho.import_hash'?: string | undefined; 'file.macho.imports'?: unknown[] | undefined; 'file.macho.imports_names_entropy'?: string | number | undefined; 'file.macho.imports_names_var_entropy'?: string | number | undefined; 'file.macho.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'file.macho.symhash'?: string | undefined; 'file.mime_type'?: string | undefined; 'file.mode'?: string | undefined; 'file.mtime'?: string | number | undefined; 'file.name'?: string | undefined; 'file.owner'?: string | undefined; 'file.path'?: string | undefined; 'file.pe.architecture'?: string | undefined; 'file.pe.company'?: string | undefined; 'file.pe.description'?: string | undefined; 'file.pe.file_version'?: string | undefined; 'file.pe.go_import_hash'?: string | undefined; 'file.pe.go_imports'?: unknown; 'file.pe.go_imports_names_entropy'?: string | number | undefined; 'file.pe.go_imports_names_var_entropy'?: string | number | undefined; 'file.pe.go_stripped'?: boolean | undefined; 'file.pe.imphash'?: string | undefined; 'file.pe.import_hash'?: string | undefined; 'file.pe.imports'?: unknown[] | undefined; 'file.pe.imports_names_entropy'?: string | number | undefined; 'file.pe.imports_names_var_entropy'?: string | number | undefined; 'file.pe.original_file_name'?: string | undefined; 'file.pe.pehash'?: string | undefined; 'file.pe.product'?: string | undefined; 'file.pe.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'file.size'?: string | number | undefined; 'file.target_path'?: string | undefined; 'file.type'?: string | undefined; 'file.uid'?: string | undefined; 'file.x509.alternative_names'?: string[] | undefined; 'file.x509.issuer.common_name'?: string[] | undefined; 'file.x509.issuer.country'?: string[] | undefined; 'file.x509.issuer.distinguished_name'?: string | undefined; 'file.x509.issuer.locality'?: string[] | undefined; 'file.x509.issuer.organization'?: string[] | undefined; 'file.x509.issuer.organizational_unit'?: string[] | undefined; 'file.x509.issuer.state_or_province'?: string[] | undefined; 'file.x509.not_after'?: string | number | undefined; 'file.x509.not_before'?: string | number | undefined; 'file.x509.public_key_algorithm'?: string | undefined; 'file.x509.public_key_curve'?: string | undefined; 'file.x509.public_key_exponent'?: string | number | undefined; 'file.x509.public_key_size'?: string | number | undefined; 'file.x509.serial_number'?: string | undefined; 'file.x509.signature_algorithm'?: string | undefined; 'file.x509.subject.common_name'?: string[] | undefined; 'file.x509.subject.country'?: string[] | undefined; 'file.x509.subject.distinguished_name'?: string | undefined; 'file.x509.subject.locality'?: string[] | undefined; 'file.x509.subject.organization'?: string[] | undefined; 'file.x509.subject.organizational_unit'?: string[] | undefined; 'file.x509.subject.state_or_province'?: string[] | undefined; 'file.x509.version_number'?: string | undefined; 'group.domain'?: string | undefined; 'group.id'?: string | undefined; 'group.name'?: string | undefined; 'host.architecture'?: string | undefined; 'host.boot.id'?: string | undefined; 'host.cpu.usage'?: string | number | undefined; 'host.disk.read.bytes'?: string | number | undefined; 'host.disk.write.bytes'?: string | number | undefined; 'host.domain'?: string | undefined; 'host.geo.city_name'?: string | undefined; 'host.geo.continent_code'?: string | undefined; 'host.geo.continent_name'?: string | undefined; 'host.geo.country_iso_code'?: string | undefined; 'host.geo.country_name'?: string | undefined; 'host.geo.location'?: string | { type: string; coordinates: number[]; } | { lat: number; lon: number; } | { location: number[]; } | { location: string; } | undefined; 'host.geo.name'?: string | undefined; 'host.geo.postal_code'?: string | undefined; 'host.geo.region_iso_code'?: string | undefined; 'host.geo.region_name'?: string | undefined; 'host.geo.timezone'?: string | undefined; 'host.hostname'?: string | undefined; 'host.id'?: string | undefined; 'host.ip'?: string[] | undefined; 'host.mac'?: string[] | undefined; 'host.name'?: string | undefined; 'host.network.egress.bytes'?: string | number | undefined; 'host.network.egress.packets'?: string | number | undefined; 'host.network.ingress.bytes'?: string | number | undefined; 'host.network.ingress.packets'?: string | number | undefined; 'host.os.family'?: string | undefined; 'host.os.full'?: string | undefined; 'host.os.kernel'?: string | undefined; 'host.os.name'?: string | undefined; 'host.os.platform'?: string | undefined; 'host.os.type'?: string | undefined; 'host.os.version'?: string | undefined; 'host.pid_ns_ino'?: string | undefined; 'host.risk.calculated_level'?: string | undefined; 'host.risk.calculated_score'?: number | undefined; 'host.risk.calculated_score_norm'?: number | undefined; 'host.risk.static_level'?: string | undefined; 'host.risk.static_score'?: number | undefined; 'host.risk.static_score_norm'?: number | undefined; 'host.type'?: string | undefined; 'host.uptime'?: string | number | undefined; 'http.request.body.bytes'?: string | number | undefined; 'http.request.body.content'?: string | undefined; 'http.request.bytes'?: string | number | undefined; 'http.request.id'?: string | undefined; 'http.request.method'?: string | undefined; 'http.request.mime_type'?: string | undefined; 'http.request.referrer'?: string | undefined; 'http.response.body.bytes'?: string | number | undefined; 'http.response.body.content'?: string | undefined; 'http.response.bytes'?: string | number | undefined; 'http.response.mime_type'?: string | undefined; 'http.response.status_code'?: string | number | undefined; 'http.version'?: string | undefined; labels?: unknown; 'log.file.path'?: string | undefined; 'log.level'?: string | undefined; 'log.logger'?: string | undefined; 'log.origin.file.line'?: string | number | undefined; 'log.origin.file.name'?: string | undefined; 'log.origin.function'?: string | undefined; 'log.syslog'?: unknown; message?: string | undefined; 'network.application'?: string | undefined; 'network.bytes'?: string | number | undefined; 'network.community_id'?: string | undefined; 'network.direction'?: string | undefined; 'network.forwarded_ip'?: string | undefined; 'network.iana_number'?: string | undefined; 'network.inner'?: unknown; 'network.name'?: string | undefined; 'network.packets'?: string | number | undefined; 'network.protocol'?: string | undefined; 'network.transport'?: string | undefined; 'network.type'?: string | undefined; 'network.vlan.id'?: string | undefined; 'network.vlan.name'?: string | undefined; 'observer.egress'?: unknown; 'observer.geo.city_name'?: string | undefined; 'observer.geo.continent_code'?: string | undefined; 'observer.geo.continent_name'?: string | undefined; 'observer.geo.country_iso_code'?: string | undefined; 'observer.geo.country_name'?: string | undefined; 'observer.geo.location'?: string | { type: string; coordinates: number[]; } | { lat: number; lon: number; } | { location: number[]; } | { location: string; } | undefined; 'observer.geo.name'?: string | undefined; 'observer.geo.postal_code'?: string | undefined; 'observer.geo.region_iso_code'?: string | undefined; 'observer.geo.region_name'?: string | undefined; 'observer.geo.timezone'?: string | undefined; 'observer.hostname'?: string | undefined; 'observer.ingress'?: unknown; 'observer.ip'?: string[] | undefined; 'observer.mac'?: string[] | undefined; 'observer.name'?: string | undefined; 'observer.os.family'?: string | undefined; 'observer.os.full'?: string | undefined; 'observer.os.kernel'?: string | undefined; 'observer.os.name'?: string | undefined; 'observer.os.platform'?: string | undefined; 'observer.os.type'?: string | undefined; 'observer.os.version'?: string | undefined; 'observer.product'?: string | undefined; 'observer.serial_number'?: string | undefined; 'observer.type'?: string | undefined; 'observer.vendor'?: string | undefined; 'observer.version'?: string | undefined; 'orchestrator.api_version'?: string | undefined; 'orchestrator.cluster.id'?: string | undefined; 'orchestrator.cluster.name'?: string | undefined; 'orchestrator.cluster.url'?: string | undefined; 'orchestrator.cluster.version'?: string | undefined; 'orchestrator.namespace'?: string | undefined; 'orchestrator.organization'?: string | undefined; 'orchestrator.resource.annotation'?: string[] | undefined; 'orchestrator.resource.id'?: string | undefined; 'orchestrator.resource.ip'?: string[] | undefined; 'orchestrator.resource.label'?: string[] | undefined; 'orchestrator.resource.name'?: string | undefined; 'orchestrator.resource.parent.type'?: string | undefined; 'orchestrator.resource.type'?: string | undefined; 'orchestrator.type'?: string | undefined; 'organization.id'?: string | undefined; 'organization.name'?: string | undefined; 'package.architecture'?: string | undefined; 'package.build_version'?: string | undefined; 'package.checksum'?: string | undefined; 'package.description'?: string | undefined; 'package.install_scope'?: string | undefined; 'package.installed'?: string | number | undefined; 'package.license'?: string | undefined; 'package.name'?: string | undefined; 'package.path'?: string | undefined; 'package.reference'?: string | undefined; 'package.size'?: string | number | undefined; 'package.type'?: string | undefined; 'package.version'?: string | undefined; 'process.args'?: string[] | undefined; 'process.args_count'?: string | number | undefined; 'process.code_signature.digest_algorithm'?: string | undefined; 'process.code_signature.exists'?: boolean | undefined; 'process.code_signature.signing_id'?: string | undefined; 'process.code_signature.status'?: string | undefined; 'process.code_signature.subject_name'?: string | undefined; 'process.code_signature.team_id'?: string | undefined; 'process.code_signature.timestamp'?: string | number | undefined; 'process.code_signature.trusted'?: boolean | undefined; 'process.code_signature.valid'?: boolean | undefined; 'process.command_line'?: string | undefined; 'process.elf.architecture'?: string | undefined; 'process.elf.byte_order'?: string | undefined; 'process.elf.cpu_type'?: string | undefined; 'process.elf.creation_date'?: string | number | undefined; 'process.elf.exports'?: unknown[] | undefined; 'process.elf.go_import_hash'?: string | undefined; 'process.elf.go_imports'?: unknown; 'process.elf.go_imports_names_entropy'?: string | number | undefined; 'process.elf.go_imports_names_var_entropy'?: string | number | undefined; 'process.elf.go_stripped'?: boolean | undefined; 'process.elf.header.abi_version'?: string | undefined; 'process.elf.header.class'?: string | undefined; 'process.elf.header.data'?: string | undefined; 'process.elf.header.entrypoint'?: string | number | undefined; 'process.elf.header.object_version'?: string | undefined; 'process.elf.header.os_abi'?: string | undefined; 'process.elf.header.type'?: string | undefined; 'process.elf.header.version'?: string | undefined; 'process.elf.import_hash'?: string | undefined; 'process.elf.imports'?: unknown[] | undefined; 'process.elf.imports_names_entropy'?: string | number | undefined; 'process.elf.imports_names_var_entropy'?: string | number | undefined; 'process.elf.sections'?: { chi2?: string | number | undefined; entropy?: string | number | undefined; flags?: string | undefined; name?: string | undefined; physical_offset?: string | undefined; physical_size?: string | number | undefined; type?: string | undefined; var_entropy?: string | number | undefined; virtual_address?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'process.elf.segments'?: { sections?: string | undefined; type?: string | undefined; }[] | undefined; 'process.elf.shared_libraries'?: string[] | undefined; 'process.elf.telfhash'?: string | undefined; 'process.end'?: string | number | undefined; 'process.entity_id'?: string | undefined; 'process.entry_leader.args'?: string[] | undefined; 'process.entry_leader.args_count'?: string | number | undefined; 'process.entry_leader.attested_groups.name'?: string | undefined; 'process.entry_leader.attested_user.id'?: string | undefined; 'process.entry_leader.attested_user.name'?: string | undefined; 'process.entry_leader.command_line'?: string | undefined; 'process.entry_leader.entity_id'?: string | undefined; 'process.entry_leader.entry_meta.source.ip'?: string | undefined; 'process.entry_leader.entry_meta.type'?: string | undefined; 'process.entry_leader.executable'?: string | undefined; 'process.entry_leader.group.id'?: string | undefined; 'process.entry_leader.group.name'?: string | undefined; 'process.entry_leader.interactive'?: boolean | undefined; 'process.entry_leader.name'?: string | undefined; 'process.entry_leader.parent.entity_id'?: string | undefined; 'process.entry_leader.parent.pid'?: string | number | undefined; 'process.entry_leader.parent.session_leader.entity_id'?: string | undefined; 'process.entry_leader.parent.session_leader.pid'?: string | number | undefined; 'process.entry_leader.parent.session_leader.start'?: string | number | undefined; 'process.entry_leader.parent.session_leader.vpid'?: string | number | undefined; 'process.entry_leader.parent.start'?: string | number | undefined; 'process.entry_leader.parent.vpid'?: string | number | undefined; 'process.entry_leader.pid'?: string | number | undefined; 'process.entry_leader.real_group.id'?: string | undefined; 'process.entry_leader.real_group.name'?: string | undefined; 'process.entry_leader.real_user.id'?: string | undefined; 'process.entry_leader.real_user.name'?: string | undefined; 'process.entry_leader.same_as_process'?: boolean | undefined; 'process.entry_leader.saved_group.id'?: string | undefined; 'process.entry_leader.saved_group.name'?: string | undefined; 'process.entry_leader.saved_user.id'?: string | undefined; 'process.entry_leader.saved_user.name'?: string | undefined; 'process.entry_leader.start'?: string | number | undefined; 'process.entry_leader.supplemental_groups.id'?: string | undefined; 'process.entry_leader.supplemental_groups.name'?: string | undefined; 'process.entry_leader.tty'?: unknown; 'process.entry_leader.user.id'?: string | undefined; 'process.entry_leader.user.name'?: string | undefined; 'process.entry_leader.vpid'?: string | number | undefined; 'process.entry_leader.working_directory'?: string | undefined; 'process.env_vars'?: string[] | undefined; 'process.executable'?: string | undefined; 'process.exit_code'?: string | number | undefined; 'process.group_leader.args'?: string[] | undefined; 'process.group_leader.args_count'?: string | number | undefined; 'process.group_leader.command_line'?: string | undefined; 'process.group_leader.entity_id'?: string | undefined; 'process.group_leader.executable'?: string | undefined; 'process.group_leader.group.id'?: string | undefined; 'process.group_leader.group.name'?: string | undefined; 'process.group_leader.interactive'?: boolean | undefined; 'process.group_leader.name'?: string | undefined; 'process.group_leader.pid'?: string | number | undefined; 'process.group_leader.real_group.id'?: string | undefined; 'process.group_leader.real_group.name'?: string | undefined; 'process.group_leader.real_user.id'?: string | undefined; 'process.group_leader.real_user.name'?: string | undefined; 'process.group_leader.same_as_process'?: boolean | undefined; 'process.group_leader.saved_group.id'?: string | undefined; 'process.group_leader.saved_group.name'?: string | undefined; 'process.group_leader.saved_user.id'?: string | undefined; 'process.group_leader.saved_user.name'?: string | undefined; 'process.group_leader.start'?: string | number | undefined; 'process.group_leader.supplemental_groups.id'?: string | undefined; 'process.group_leader.supplemental_groups.name'?: string | undefined; 'process.group_leader.tty'?: unknown; 'process.group_leader.user.id'?: string | undefined; 'process.group_leader.user.name'?: string | undefined; 'process.group_leader.vpid'?: string | number | undefined; 'process.group_leader.working_directory'?: string | undefined; 'process.hash.md5'?: string | undefined; 'process.hash.sha1'?: string | undefined; 'process.hash.sha256'?: string | undefined; 'process.hash.sha384'?: string | undefined; 'process.hash.sha512'?: string | undefined; 'process.hash.ssdeep'?: string | undefined; 'process.hash.tlsh'?: string | undefined; 'process.interactive'?: boolean | undefined; 'process.io'?: unknown; 'process.macho.go_import_hash'?: string | undefined; 'process.macho.go_imports'?: unknown; 'process.macho.go_imports_names_entropy'?: string | number | undefined; 'process.macho.go_imports_names_var_entropy'?: string | number | undefined; 'process.macho.go_stripped'?: boolean | undefined; 'process.macho.import_hash'?: string | undefined; 'process.macho.imports'?: unknown[] | undefined; 'process.macho.imports_names_entropy'?: string | number | undefined; 'process.macho.imports_names_var_entropy'?: string | number | undefined; 'process.macho.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'process.macho.symhash'?: string | undefined; 'process.name'?: string | undefined; 'process.parent.args'?: string[] | undefined; 'process.parent.args_count'?: string | number | undefined; 'process.parent.code_signature.digest_algorithm'?: string | undefined; 'process.parent.code_signature.exists'?: boolean | undefined; 'process.parent.code_signature.signing_id'?: string | undefined; 'process.parent.code_signature.status'?: string | undefined; 'process.parent.code_signature.subject_name'?: string | undefined; 'process.parent.code_signature.team_id'?: string | undefined; 'process.parent.code_signature.timestamp'?: string | number | undefined; 'process.parent.code_signature.trusted'?: boolean | undefined; 'process.parent.code_signature.valid'?: boolean | undefined; 'process.parent.command_line'?: string | undefined; 'process.parent.elf.architecture'?: string | undefined; 'process.parent.elf.byte_order'?: string | undefined; 'process.parent.elf.cpu_type'?: string | undefined; 'process.parent.elf.creation_date'?: string | number | undefined; 'process.parent.elf.exports'?: unknown[] | undefined; 'process.parent.elf.go_import_hash'?: string | undefined; 'process.parent.elf.go_imports'?: unknown; 'process.parent.elf.go_imports_names_entropy'?: string | number | undefined; 'process.parent.elf.go_imports_names_var_entropy'?: string | number | undefined; 'process.parent.elf.go_stripped'?: boolean | undefined; 'process.parent.elf.header.abi_version'?: string | undefined; 'process.parent.elf.header.class'?: string | undefined; 'process.parent.elf.header.data'?: string | undefined; 'process.parent.elf.header.entrypoint'?: string | number | undefined; 'process.parent.elf.header.object_version'?: string | undefined; 'process.parent.elf.header.os_abi'?: string | undefined; 'process.parent.elf.header.type'?: string | undefined; 'process.parent.elf.header.version'?: string | undefined; 'process.parent.elf.import_hash'?: string | undefined; 'process.parent.elf.imports'?: unknown[] | undefined; 'process.parent.elf.imports_names_entropy'?: string | number | undefined; 'process.parent.elf.imports_names_var_entropy'?: string | number | undefined; 'process.parent.elf.sections'?: { chi2?: string | number | undefined; entropy?: string | number | undefined; flags?: string | undefined; name?: string | undefined; physical_offset?: string | undefined; physical_size?: string | number | undefined; type?: string | undefined; var_entropy?: string | number | undefined; virtual_address?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'process.parent.elf.segments'?: { sections?: string | undefined; type?: string | undefined; }[] | undefined; 'process.parent.elf.shared_libraries'?: string[] | undefined; 'process.parent.elf.telfhash'?: string | undefined; 'process.parent.end'?: string | number | undefined; 'process.parent.entity_id'?: string | undefined; 'process.parent.executable'?: string | undefined; 'process.parent.exit_code'?: string | number | undefined; 'process.parent.group.id'?: string | undefined; 'process.parent.group.name'?: string | undefined; 'process.parent.group_leader.entity_id'?: string | undefined; 'process.parent.group_leader.pid'?: string | number | undefined; 'process.parent.group_leader.start'?: string | number | undefined; 'process.parent.group_leader.vpid'?: string | number | undefined; 'process.parent.hash.md5'?: string | undefined; 'process.parent.hash.sha1'?: string | undefined; 'process.parent.hash.sha256'?: string | undefined; 'process.parent.hash.sha384'?: string | undefined; 'process.parent.hash.sha512'?: string | undefined; 'process.parent.hash.ssdeep'?: string | undefined; 'process.parent.hash.tlsh'?: string | undefined; 'process.parent.interactive'?: boolean | undefined; 'process.parent.macho.go_import_hash'?: string | undefined; 'process.parent.macho.go_imports'?: unknown; 'process.parent.macho.go_imports_names_entropy'?: string | number | undefined; 'process.parent.macho.go_imports_names_var_entropy'?: string | number | undefined; 'process.parent.macho.go_stripped'?: boolean | undefined; 'process.parent.macho.import_hash'?: string | undefined; 'process.parent.macho.imports'?: unknown[] | undefined; 'process.parent.macho.imports_names_entropy'?: string | number | undefined; 'process.parent.macho.imports_names_var_entropy'?: string | number | undefined; 'process.parent.macho.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'process.parent.macho.symhash'?: string | undefined; 'process.parent.name'?: string | undefined; 'process.parent.pe.architecture'?: string | undefined; 'process.parent.pe.company'?: string | undefined; 'process.parent.pe.description'?: string | undefined; 'process.parent.pe.file_version'?: string | undefined; 'process.parent.pe.go_import_hash'?: string | undefined; 'process.parent.pe.go_imports'?: unknown; 'process.parent.pe.go_imports_names_entropy'?: string | number | undefined; 'process.parent.pe.go_imports_names_var_entropy'?: string | number | undefined; 'process.parent.pe.go_stripped'?: boolean | undefined; 'process.parent.pe.imphash'?: string | undefined; 'process.parent.pe.import_hash'?: string | undefined; 'process.parent.pe.imports'?: unknown[] | undefined; 'process.parent.pe.imports_names_entropy'?: string | number | undefined; 'process.parent.pe.imports_names_var_entropy'?: string | number | undefined; 'process.parent.pe.original_file_name'?: string | undefined; 'process.parent.pe.pehash'?: string | undefined; 'process.parent.pe.product'?: string | undefined; 'process.parent.pe.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'process.parent.pgid'?: string | number | undefined; 'process.parent.pid'?: string | number | undefined; 'process.parent.real_group.id'?: string | undefined; 'process.parent.real_group.name'?: string | undefined; 'process.parent.real_user.id'?: string | undefined; 'process.parent.real_user.name'?: string | undefined; 'process.parent.saved_group.id'?: string | undefined; 'process.parent.saved_group.name'?: string | undefined; 'process.parent.saved_user.id'?: string | undefined; 'process.parent.saved_user.name'?: string | undefined; 'process.parent.start'?: string | number | undefined; 'process.parent.supplemental_groups.id'?: string | undefined; 'process.parent.supplemental_groups.name'?: string | undefined; 'process.parent.thread.capabilities.effective'?: string[] | undefined; 'process.parent.thread.capabilities.permitted'?: string[] | undefined; 'process.parent.thread.id'?: string | number | undefined; 'process.parent.thread.name'?: string | undefined; 'process.parent.title'?: string | undefined; 'process.parent.tty'?: unknown; 'process.parent.uptime'?: string | number | undefined; 'process.parent.user.id'?: string | undefined; 'process.parent.user.name'?: string | undefined; 'process.parent.vpid'?: string | number | undefined; 'process.parent.working_directory'?: string | undefined; 'process.pe.architecture'?: string | undefined; 'process.pe.company'?: string | undefined; 'process.pe.description'?: string | undefined; 'process.pe.file_version'?: string | undefined; 'process.pe.go_import_hash'?: string | undefined; 'process.pe.go_imports'?: unknown; 'process.pe.go_imports_names_entropy'?: string | number | undefined; 'process.pe.go_imports_names_var_entropy'?: string | number | undefined; 'process.pe.go_stripped'?: boolean | undefined; 'process.pe.imphash'?: string | undefined; 'process.pe.import_hash'?: string | undefined; 'process.pe.imports'?: unknown[] | undefined; 'process.pe.imports_names_entropy'?: string | number | undefined; 'process.pe.imports_names_var_entropy'?: string | number | undefined; 'process.pe.original_file_name'?: string | undefined; 'process.pe.pehash'?: string | undefined; 'process.pe.product'?: string | undefined; 'process.pe.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'process.pgid'?: string | number | undefined; 'process.pid'?: string | number | undefined; 'process.previous.args'?: string[] | undefined; 'process.previous.args_count'?: string | number | undefined; 'process.previous.executable'?: string | undefined; 'process.real_group.id'?: string | undefined; 'process.real_group.name'?: string | undefined; 'process.real_user.id'?: string | undefined; 'process.real_user.name'?: string | undefined; 'process.saved_group.id'?: string | undefined; 'process.saved_group.name'?: string | undefined; 'process.saved_user.id'?: string | undefined; 'process.saved_user.name'?: string | undefined; 'process.session_leader.args'?: string[] | undefined; 'process.session_leader.args_count'?: string | number | undefined; 'process.session_leader.command_line'?: string | undefined; 'process.session_leader.entity_id'?: string | undefined; 'process.session_leader.executable'?: string | undefined; 'process.session_leader.group.id'?: string | undefined; 'process.session_leader.group.name'?: string | undefined; 'process.session_leader.interactive'?: boolean | undefined; 'process.session_leader.name'?: string | undefined; 'process.session_leader.parent.entity_id'?: string | undefined; 'process.session_leader.parent.pid'?: string | number | undefined; 'process.session_leader.parent.session_leader.entity_id'?: string | undefined; 'process.session_leader.parent.session_leader.pid'?: string | number | undefined; 'process.session_leader.parent.session_leader.start'?: string | number | undefined; 'process.session_leader.parent.session_leader.vpid'?: string | number | undefined; 'process.session_leader.parent.start'?: string | number | undefined; 'process.session_leader.parent.vpid'?: string | number | undefined; 'process.session_leader.pid'?: string | number | undefined; 'process.session_leader.real_group.id'?: string | undefined; 'process.session_leader.real_group.name'?: string | undefined; 'process.session_leader.real_user.id'?: string | undefined; 'process.session_leader.real_user.name'?: string | undefined; 'process.session_leader.same_as_process'?: boolean | undefined; 'process.session_leader.saved_group.id'?: string | undefined; 'process.session_leader.saved_group.name'?: string | undefined; 'process.session_leader.saved_user.id'?: string | undefined; 'process.session_leader.saved_user.name'?: string | undefined; 'process.session_leader.start'?: string | number | undefined; 'process.session_leader.supplemental_groups.id'?: string | undefined; 'process.session_leader.supplemental_groups.name'?: string | undefined; 'process.session_leader.tty'?: unknown; 'process.session_leader.user.id'?: string | undefined; 'process.session_leader.user.name'?: string | undefined; 'process.session_leader.vpid'?: string | number | undefined; 'process.session_leader.working_directory'?: string | undefined; 'process.start'?: string | number | undefined; 'process.supplemental_groups.id'?: string | undefined; 'process.supplemental_groups.name'?: string | undefined; 'process.thread.capabilities.effective'?: string[] | undefined; 'process.thread.capabilities.permitted'?: string[] | undefined; 'process.thread.id'?: string | number | undefined; 'process.thread.name'?: string | undefined; 'process.title'?: string | undefined; 'process.tty'?: unknown; 'process.uptime'?: string | number | undefined; 'process.user.id'?: string | undefined; 'process.user.name'?: string | undefined; 'process.vpid'?: string | number | undefined; 'process.working_directory'?: string | undefined; 'registry.data.bytes'?: string | undefined; 'registry.data.strings'?: string[] | undefined; 'registry.data.type'?: string | undefined; 'registry.hive'?: string | undefined; 'registry.key'?: string | undefined; 'registry.path'?: string | undefined; 'registry.value'?: string | undefined; 'related.hash'?: string[] | undefined; 'related.hosts'?: string[] | undefined; 'related.ip'?: string[] | undefined; 'related.user'?: string[] | undefined; 'rule.author'?: string[] | undefined; 'rule.category'?: string | undefined; 'rule.description'?: string | undefined; 'rule.id'?: string | undefined; 'rule.license'?: string | undefined; 'rule.name'?: string | undefined; 'rule.reference'?: string | undefined; 'rule.ruleset'?: string | undefined; 'rule.uuid'?: string | undefined; 'rule.version'?: string | undefined; 'server.address'?: string | undefined; 'server.as.number'?: string | number | undefined; 'server.as.organization.name'?: string | undefined; 'server.bytes'?: string | number | undefined; 'server.domain'?: string | undefined; 'server.geo.city_name'?: string | undefined; 'server.geo.continent_code'?: string | undefined; 'server.geo.continent_name'?: string | undefined; 'server.geo.country_iso_code'?: string | undefined; 'server.geo.country_name'?: string | undefined; 'server.geo.location'?: string | { type: string; coordinates: number[]; } | { lat: number; lon: number; } | { location: number[]; } | { location: string; } | undefined; 'server.geo.name'?: string | undefined; 'server.geo.postal_code'?: string | undefined; 'server.geo.region_iso_code'?: string | undefined; 'server.geo.region_name'?: string | undefined; 'server.geo.timezone'?: string | undefined; 'server.ip'?: string | undefined; 'server.mac'?: string | undefined; 'server.nat.ip'?: string | undefined; 'server.nat.port'?: string | number | undefined; 'server.packets'?: string | number | undefined; 'server.port'?: string | number | undefined; 'server.registered_domain'?: string | undefined; 'server.subdomain'?: string | undefined; 'server.top_level_domain'?: string | undefined; 'server.user.domain'?: string | undefined; 'server.user.email'?: string | undefined; 'server.user.full_name'?: string | undefined; 'server.user.group.domain'?: string | undefined; 'server.user.group.id'?: string | undefined; 'server.user.group.name'?: string | undefined; 'server.user.hash'?: string | undefined; 'server.user.id'?: string | undefined; 'server.user.name'?: string | undefined; 'server.user.roles'?: string[] | undefined; 'service.address'?: string | undefined; 'service.environment'?: string | undefined; 'service.ephemeral_id'?: string | undefined; 'service.id'?: string | undefined; 'service.name'?: string | undefined; 'service.node.name'?: string | undefined; 'service.node.role'?: string | undefined; 'service.node.roles'?: string[] | undefined; 'service.origin.address'?: string | undefined; 'service.origin.environment'?: string | undefined; 'service.origin.ephemeral_id'?: string | undefined; 'service.origin.id'?: string | undefined; 'service.origin.name'?: string | undefined; 'service.origin.node.name'?: string | undefined; 'service.origin.node.role'?: string | undefined; 'service.origin.node.roles'?: string[] | undefined; 'service.origin.state'?: string | undefined; 'service.origin.type'?: string | undefined; 'service.origin.version'?: string | undefined; 'service.state'?: string | undefined; 'service.target.address'?: string | undefined; 'service.target.environment'?: string | undefined; 'service.target.ephemeral_id'?: string | undefined; 'service.target.id'?: string | undefined; 'service.target.name'?: string | undefined; 'service.target.node.name'?: string | undefined; 'service.target.node.role'?: string | undefined; 'service.target.node.roles'?: string[] | undefined; 'service.target.state'?: string | undefined; 'service.target.type'?: string | undefined; 'service.target.version'?: string | undefined; 'service.type'?: string | undefined; 'service.version'?: string | undefined; 'source.address'?: string | undefined; 'source.as.number'?: string | number | undefined; 'source.as.organization.name'?: string | undefined; 'source.bytes'?: string | number | undefined; 'source.domain'?: string | undefined; 'source.geo.city_name'?: string | undefined; 'source.geo.continent_code'?: string | undefined; 'source.geo.continent_name'?: string | undefined; 'source.geo.country_iso_code'?: string | undefined; 'source.geo.country_name'?: string | undefined; 'source.geo.location'?: string | { type: string; coordinates: number[]; } | { lat: number; lon: number; } | { location: number[]; } | { location: string; } | undefined; 'source.geo.name'?: string | undefined; 'source.geo.postal_code'?: string | undefined; 'source.geo.region_iso_code'?: string | undefined; 'source.geo.region_name'?: string | undefined; 'source.geo.timezone'?: string | undefined; 'source.ip'?: string | undefined; 'source.mac'?: string | undefined; 'source.nat.ip'?: string | undefined; 'source.nat.port'?: string | number | undefined; 'source.packets'?: string | number | undefined; 'source.port'?: string | number | undefined; 'source.registered_domain'?: string | undefined; 'source.subdomain'?: string | undefined; 'source.top_level_domain'?: string | undefined; 'source.user.domain'?: string | undefined; 'source.user.email'?: string | undefined; 'source.user.full_name'?: string | undefined; 'source.user.group.domain'?: string | undefined; 'source.user.group.id'?: string | undefined; 'source.user.group.name'?: string | undefined; 'source.user.hash'?: string | undefined; 'source.user.id'?: string | undefined; 'source.user.name'?: string | undefined; 'source.user.roles'?: string[] | undefined; 'span.id'?: string | undefined; tags?: string[] | undefined; 'threat.enrichments'?: { indicator?: unknown; 'matched.atomic'?: string | undefined; 'matched.field'?: string | undefined; 'matched.id'?: string | undefined; 'matched.index'?: string | undefined; 'matched.occurred'?: string | number | undefined; 'matched.type'?: string | undefined; }[] | undefined; 'threat.feed.dashboard_id'?: string | undefined; 'threat.feed.description'?: string | undefined; 'threat.feed.name'?: string | undefined; 'threat.feed.reference'?: string | undefined; 'threat.framework'?: string | undefined; 'threat.group.alias'?: string[] | undefined; 'threat.group.id'?: string | undefined; 'threat.group.name'?: string | undefined; 'threat.group.reference'?: string | undefined; 'threat.indicator.as.number'?: string | number | undefined; 'threat.indicator.as.organization.name'?: string | undefined; 'threat.indicator.confidence'?: string | undefined; 'threat.indicator.description'?: string | undefined; 'threat.indicator.email.address'?: string | undefined; 'threat.indicator.file.accessed'?: string | number | undefined; 'threat.indicator.file.attributes'?: string[] | undefined; 'threat.indicator.file.code_signature.digest_algorithm'?: string | undefined; 'threat.indicator.file.code_signature.exists'?: boolean | undefined; 'threat.indicator.file.code_signature.signing_id'?: string | undefined; 'threat.indicator.file.code_signature.status'?: string | undefined; 'threat.indicator.file.code_signature.subject_name'?: string | undefined; 'threat.indicator.file.code_signature.team_id'?: string | undefined; 'threat.indicator.file.code_signature.timestamp'?: string | number | undefined; 'threat.indicator.file.code_signature.trusted'?: boolean | undefined; 'threat.indicator.file.code_signature.valid'?: boolean | undefined; 'threat.indicator.file.created'?: string | number | undefined; 'threat.indicator.file.ctime'?: string | number | undefined; 'threat.indicator.file.device'?: string | undefined; 'threat.indicator.file.directory'?: string | undefined; 'threat.indicator.file.drive_letter'?: string | undefined; 'threat.indicator.file.elf.architecture'?: string | undefined; 'threat.indicator.file.elf.byte_order'?: string | undefined; 'threat.indicator.file.elf.cpu_type'?: string | undefined; 'threat.indicator.file.elf.creation_date'?: string | number | undefined; 'threat.indicator.file.elf.exports'?: unknown[] | undefined; 'threat.indicator.file.elf.go_import_hash'?: string | undefined; 'threat.indicator.file.elf.go_imports'?: unknown; 'threat.indicator.file.elf.go_imports_names_entropy'?: string | number | undefined; 'threat.indicator.file.elf.go_imports_names_var_entropy'?: string | number | undefined; 'threat.indicator.file.elf.go_stripped'?: boolean | undefined; 'threat.indicator.file.elf.header.abi_version'?: string | undefined; 'threat.indicator.file.elf.header.class'?: string | undefined; 'threat.indicator.file.elf.header.data'?: string | undefined; 'threat.indicator.file.elf.header.entrypoint'?: string | number | undefined; 'threat.indicator.file.elf.header.object_version'?: string | undefined; 'threat.indicator.file.elf.header.os_abi'?: string | undefined; 'threat.indicator.file.elf.header.type'?: string | undefined; 'threat.indicator.file.elf.header.version'?: string | undefined; 'threat.indicator.file.elf.import_hash'?: string | undefined; 'threat.indicator.file.elf.imports'?: unknown[] | undefined; 'threat.indicator.file.elf.imports_names_entropy'?: string | number | undefined; 'threat.indicator.file.elf.imports_names_var_entropy'?: string | number | undefined; 'threat.indicator.file.elf.sections'?: { chi2?: string | number | undefined; entropy?: string | number | undefined; flags?: string | undefined; name?: string | undefined; physical_offset?: string | undefined; physical_size?: string | number | undefined; type?: string | undefined; var_entropy?: string | number | undefined; virtual_address?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'threat.indicator.file.elf.segments'?: { sections?: string | undefined; type?: string | undefined; }[] | undefined; 'threat.indicator.file.elf.shared_libraries'?: string[] | undefined; 'threat.indicator.file.elf.telfhash'?: string | undefined; 'threat.indicator.file.extension'?: string | undefined; 'threat.indicator.file.fork_name'?: string | undefined; 'threat.indicator.file.gid'?: string | undefined; 'threat.indicator.file.group'?: string | undefined; 'threat.indicator.file.hash.md5'?: string | undefined; 'threat.indicator.file.hash.sha1'?: string | undefined; 'threat.indicator.file.hash.sha256'?: string | undefined; 'threat.indicator.file.hash.sha384'?: string | undefined; 'threat.indicator.file.hash.sha512'?: string | undefined; 'threat.indicator.file.hash.ssdeep'?: string | undefined; 'threat.indicator.file.hash.tlsh'?: string | undefined; 'threat.indicator.file.inode'?: string | undefined; 'threat.indicator.file.mime_type'?: string | undefined; 'threat.indicator.file.mode'?: string | undefined; 'threat.indicator.file.mtime'?: string | number | undefined; 'threat.indicator.file.name'?: string | undefined; 'threat.indicator.file.owner'?: string | undefined; 'threat.indicator.file.path'?: string | undefined; 'threat.indicator.file.pe.architecture'?: string | undefined; 'threat.indicator.file.pe.company'?: string | undefined; 'threat.indicator.file.pe.description'?: string | undefined; 'threat.indicator.file.pe.file_version'?: string | undefined; 'threat.indicator.file.pe.go_import_hash'?: string | undefined; 'threat.indicator.file.pe.go_imports'?: unknown; 'threat.indicator.file.pe.go_imports_names_entropy'?: string | number | undefined; 'threat.indicator.file.pe.go_imports_names_var_entropy'?: string | number | undefined; 'threat.indicator.file.pe.go_stripped'?: boolean | undefined; 'threat.indicator.file.pe.imphash'?: string | undefined; 'threat.indicator.file.pe.import_hash'?: string | undefined; 'threat.indicator.file.pe.imports'?: unknown[] | undefined; 'threat.indicator.file.pe.imports_names_entropy'?: string | number | undefined; 'threat.indicator.file.pe.imports_names_var_entropy'?: string | number | undefined; 'threat.indicator.file.pe.original_file_name'?: string | undefined; 'threat.indicator.file.pe.pehash'?: string | undefined; 'threat.indicator.file.pe.product'?: string | undefined; 'threat.indicator.file.pe.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'threat.indicator.file.size'?: string | number | undefined; 'threat.indicator.file.target_path'?: string | undefined; 'threat.indicator.file.type'?: string | undefined; 'threat.indicator.file.uid'?: string | undefined; 'threat.indicator.file.x509.alternative_names'?: string[] | undefined; 'threat.indicator.file.x509.issuer.common_name'?: string[] | undefined; 'threat.indicator.file.x509.issuer.country'?: string[] | undefined; 'threat.indicator.file.x509.issuer.distinguished_name'?: string | undefined; 'threat.indicator.file.x509.issuer.locality'?: string[] | undefined; 'threat.indicator.file.x509.issuer.organization'?: string[] | undefined; 'threat.indicator.file.x509.issuer.organizational_unit'?: string[] | undefined; 'threat.indicator.file.x509.issuer.state_or_province'?: string[] | undefined; 'threat.indicator.file.x509.not_after'?: string | number | undefined; 'threat.indicator.file.x509.not_before'?: string | number | undefined; 'threat.indicator.file.x509.public_key_algorithm'?: string | undefined; 'threat.indicator.file.x509.public_key_curve'?: string | undefined; 'threat.indicator.file.x509.public_key_exponent'?: string | number | undefined; 'threat.indicator.file.x509.public_key_size'?: string | number | undefined; 'threat.indicator.file.x509.serial_number'?: string | undefined; 'threat.indicator.file.x509.signature_algorithm'?: string | undefined; 'threat.indicator.file.x509.subject.common_name'?: string[] | undefined; 'threat.indicator.file.x509.subject.country'?: string[] | undefined; 'threat.indicator.file.x509.subject.distinguished_name'?: string | undefined; 'threat.indicator.file.x509.subject.locality'?: string[] | undefined; 'threat.indicator.file.x509.subject.organization'?: string[] | undefined; 'threat.indicator.file.x509.subject.organizational_unit'?: string[] | undefined; 'threat.indicator.file.x509.subject.state_or_province'?: string[] | undefined; 'threat.indicator.file.x509.version_number'?: string | undefined; 'threat.indicator.first_seen'?: string | number | undefined; 'threat.indicator.geo.city_name'?: string | undefined; 'threat.indicator.geo.continent_code'?: string | undefined; 'threat.indicator.geo.continent_name'?: string | undefined; 'threat.indicator.geo.country_iso_code'?: string | undefined; 'threat.indicator.geo.country_name'?: string | undefined; 'threat.indicator.geo.location'?: string | { type: string; coordinates: number[]; } | { lat: number; lon: number; } | { location: number[]; } | { location: string; } | undefined; 'threat.indicator.geo.name'?: string | undefined; 'threat.indicator.geo.postal_code'?: string | undefined; 'threat.indicator.geo.region_iso_code'?: string | undefined; 'threat.indicator.geo.region_name'?: string | undefined; 'threat.indicator.geo.timezone'?: string | undefined; 'threat.indicator.ip'?: string | undefined; 'threat.indicator.last_seen'?: string | number | undefined; 'threat.indicator.marking.tlp'?: string | undefined; 'threat.indicator.marking.tlp_version'?: string | undefined; 'threat.indicator.modified_at'?: string | number | undefined; 'threat.indicator.name'?: string | undefined; 'threat.indicator.port'?: string | number | undefined; 'threat.indicator.provider'?: string | undefined; 'threat.indicator.reference'?: string | undefined; 'threat.indicator.registry.data.bytes'?: string | undefined; 'threat.indicator.registry.data.strings'?: string[] | undefined; 'threat.indicator.registry.data.type'?: string | undefined; 'threat.indicator.registry.hive'?: string | undefined; 'threat.indicator.registry.key'?: string | undefined; 'threat.indicator.registry.path'?: string | undefined; 'threat.indicator.registry.value'?: string | undefined; 'threat.indicator.scanner_stats'?: string | number | undefined; 'threat.indicator.sightings'?: string | number | undefined; 'threat.indicator.type'?: string | undefined; 'threat.indicator.url.domain'?: string | undefined; 'threat.indicator.url.extension'?: string | undefined; 'threat.indicator.url.fragment'?: string | undefined; 'threat.indicator.url.full'?: string | undefined; 'threat.indicator.url.original'?: string | undefined; 'threat.indicator.url.password'?: string | undefined; 'threat.indicator.url.path'?: string | undefined; 'threat.indicator.url.port'?: string | number | undefined; 'threat.indicator.url.query'?: string | undefined; 'threat.indicator.url.registered_domain'?: string | undefined; 'threat.indicator.url.scheme'?: string | undefined; 'threat.indicator.url.subdomain'?: string | undefined; 'threat.indicator.url.top_level_domain'?: string | undefined; 'threat.indicator.url.username'?: string | undefined; 'threat.indicator.x509.alternative_names'?: string[] | undefined; 'threat.indicator.x509.issuer.common_name'?: string[] | undefined; 'threat.indicator.x509.issuer.country'?: string[] | undefined; 'threat.indicator.x509.issuer.distinguished_name'?: string | undefined; 'threat.indicator.x509.issuer.locality'?: string[] | undefined; 'threat.indicator.x509.issuer.organization'?: string[] | undefined; 'threat.indicator.x509.issuer.organizational_unit'?: string[] | undefined; 'threat.indicator.x509.issuer.state_or_province'?: string[] | undefined; 'threat.indicator.x509.not_after'?: string | number | undefined; 'threat.indicator.x509.not_before'?: string | number | undefined; 'threat.indicator.x509.public_key_algorithm'?: string | undefined; 'threat.indicator.x509.public_key_curve'?: string | undefined; 'threat.indicator.x509.public_key_exponent'?: string | number | undefined; 'threat.indicator.x509.public_key_size'?: string | number | undefined; 'threat.indicator.x509.serial_number'?: string | undefined; 'threat.indicator.x509.signature_algorithm'?: string | undefined; 'threat.indicator.x509.subject.common_name'?: string[] | undefined; 'threat.indicator.x509.subject.country'?: string[] | undefined; 'threat.indicator.x509.subject.distinguished_name'?: string | undefined; 'threat.indicator.x509.subject.locality'?: string[] | undefined; 'threat.indicator.x509.subject.organization'?: string[] | undefined; 'threat.indicator.x509.subject.organizational_unit'?: string[] | undefined; 'threat.indicator.x509.subject.state_or_province'?: string[] | undefined; 'threat.indicator.x509.version_number'?: string | undefined; 'threat.software.alias'?: string[] | undefined; 'threat.software.id'?: string | undefined; 'threat.software.name'?: string | undefined; 'threat.software.platforms'?: string[] | undefined; 'threat.software.reference'?: string | undefined; 'threat.software.type'?: string | undefined; 'threat.tactic.id'?: string[] | undefined; 'threat.tactic.name'?: string[] | undefined; 'threat.tactic.reference'?: string[] | undefined; 'threat.technique.id'?: string[] | undefined; 'threat.technique.name'?: string[] | undefined; 'threat.technique.reference'?: string[] | undefined; 'threat.technique.subtechnique.id'?: string[] | undefined; 'threat.technique.subtechnique.name'?: string[] | undefined; 'threat.technique.subtechnique.reference'?: string[] | undefined; 'tls.cipher'?: string | undefined; 'tls.client.certificate'?: string | undefined; 'tls.client.certificate_chain'?: string[] | undefined; 'tls.client.hash.md5'?: string | undefined; 'tls.client.hash.sha1'?: string | undefined; 'tls.client.hash.sha256'?: string | undefined; 'tls.client.issuer'?: string | undefined; 'tls.client.ja3'?: string | undefined; 'tls.client.not_after'?: string | number | undefined; 'tls.client.not_before'?: string | number | undefined; 'tls.client.server_name'?: string | undefined; 'tls.client.subject'?: string | undefined; 'tls.client.supported_ciphers'?: string[] | undefined; 'tls.client.x509.alternative_names'?: string[] | undefined; 'tls.client.x509.issuer.common_name'?: string[] | undefined; 'tls.client.x509.issuer.country'?: string[] | undefined; 'tls.client.x509.issuer.distinguished_name'?: string | undefined; 'tls.client.x509.issuer.locality'?: string[] | undefined; 'tls.client.x509.issuer.organization'?: string[] | undefined; 'tls.client.x509.issuer.organizational_unit'?: string[] | undefined; 'tls.client.x509.issuer.state_or_province'?: string[] | undefined; 'tls.client.x509.not_after'?: string | number | undefined; 'tls.client.x509.not_before'?: string | number | undefined; 'tls.client.x509.public_key_algorithm'?: string | undefined; 'tls.client.x509.public_key_curve'?: string | undefined; 'tls.client.x509.public_key_exponent'?: string | number | undefined; 'tls.client.x509.public_key_size'?: string | number | undefined; 'tls.client.x509.serial_number'?: string | undefined; 'tls.client.x509.signature_algorithm'?: string | undefined; 'tls.client.x509.subject.common_name'?: string[] | undefined; 'tls.client.x509.subject.country'?: string[] | undefined; 'tls.client.x509.subject.distinguished_name'?: string | undefined; 'tls.client.x509.subject.locality'?: string[] | undefined; 'tls.client.x509.subject.organization'?: string[] | undefined; 'tls.client.x509.subject.organizational_unit'?: string[] | undefined; 'tls.client.x509.subject.state_or_province'?: string[] | undefined; 'tls.client.x509.version_number'?: string | undefined; 'tls.curve'?: string | undefined; 'tls.established'?: boolean | undefined; 'tls.next_protocol'?: string | undefined; 'tls.resumed'?: boolean | undefined; 'tls.server.certificate'?: string | undefined; 'tls.server.certificate_chain'?: string[] | undefined; 'tls.server.hash.md5'?: string | undefined; 'tls.server.hash.sha1'?: string | undefined; 'tls.server.hash.sha256'?: string | undefined; 'tls.server.issuer'?: string | undefined; 'tls.server.ja3s'?: string | undefined; 'tls.server.not_after'?: string | number | undefined; 'tls.server.not_before'?: string | number | undefined; 'tls.server.subject'?: string | undefined; 'tls.server.x509.alternative_names'?: string[] | undefined; 'tls.server.x509.issuer.common_name'?: string[] | undefined; 'tls.server.x509.issuer.country'?: string[] | undefined; 'tls.server.x509.issuer.distinguished_name'?: string | undefined; 'tls.server.x509.issuer.locality'?: string[] | undefined; 'tls.server.x509.issuer.organization'?: string[] | undefined; 'tls.server.x509.issuer.organizational_unit'?: string[] | undefined; 'tls.server.x509.issuer.state_or_province'?: string[] | undefined; 'tls.server.x509.not_after'?: string | number | undefined; 'tls.server.x509.not_before'?: string | number | undefined; 'tls.server.x509.public_key_algorithm'?: string | undefined; 'tls.server.x509.public_key_curve'?: string | undefined; 'tls.server.x509.public_key_exponent'?: string | number | undefined; 'tls.server.x509.public_key_size'?: string | number | undefined; 'tls.server.x509.serial_number'?: string | undefined; 'tls.server.x509.signature_algorithm'?: string | undefined; 'tls.server.x509.subject.common_name'?: string[] | undefined; 'tls.server.x509.subject.country'?: string[] | undefined; 'tls.server.x509.subject.distinguished_name'?: string | undefined; 'tls.server.x509.subject.locality'?: string[] | undefined; 'tls.server.x509.subject.organization'?: string[] | undefined; 'tls.server.x509.subject.organizational_unit'?: string[] | undefined; 'tls.server.x509.subject.state_or_province'?: string[] | undefined; 'tls.server.x509.version_number'?: string | undefined; 'tls.version'?: string | undefined; 'tls.version_protocol'?: string | undefined; 'trace.id'?: string | undefined; 'transaction.id'?: string | undefined; 'url.domain'?: string | undefined; 'url.extension'?: string | undefined; 'url.fragment'?: string | undefined; 'url.full'?: string | undefined; 'url.original'?: string | undefined; 'url.password'?: string | undefined; 'url.path'?: string | undefined; 'url.port'?: string | number | undefined; 'url.query'?: string | undefined; 'url.registered_domain'?: string | undefined; 'url.scheme'?: string | undefined; 'url.subdomain'?: string | undefined; 'url.top_level_domain'?: string | undefined; 'url.username'?: string | undefined; 'user.changes.domain'?: string | undefined; 'user.changes.email'?: string | undefined; 'user.changes.full_name'?: string | undefined; 'user.changes.group.domain'?: string | undefined; 'user.changes.group.id'?: string | undefined; 'user.changes.group.name'?: string | undefined; 'user.changes.hash'?: string | undefined; 'user.changes.id'?: string | undefined; 'user.changes.name'?: string | undefined; 'user.changes.roles'?: string[] | undefined; 'user.domain'?: string | undefined; 'user.effective.domain'?: string | undefined; 'user.effective.email'?: string | undefined; 'user.effective.full_name'?: string | undefined; 'user.effective.group.domain'?: string | undefined; 'user.effective.group.id'?: string | undefined; 'user.effective.group.name'?: string | undefined; 'user.effective.hash'?: string | undefined; 'user.effective.id'?: string | undefined; 'user.effective.name'?: string | undefined; 'user.effective.roles'?: string[] | undefined; 'user.email'?: string | undefined; 'user.full_name'?: string | undefined; 'user.group.domain'?: string | undefined; 'user.group.id'?: string | undefined; 'user.group.name'?: string | undefined; 'user.hash'?: string | undefined; 'user.id'?: string | undefined; 'user.name'?: string | undefined; 'user.risk.calculated_level'?: string | undefined; 'user.risk.calculated_score'?: number | undefined; 'user.risk.calculated_score_norm'?: number | undefined; 'user.risk.static_level'?: string | undefined; 'user.risk.static_score'?: number | undefined; 'user.risk.static_score_norm'?: number | undefined; 'user.roles'?: string[] | undefined; 'user.target.domain'?: string | undefined; 'user.target.email'?: string | undefined; 'user.target.full_name'?: string | undefined; 'user.target.group.domain'?: string | undefined; 'user.target.group.id'?: string | undefined; 'user.target.group.name'?: string | undefined; 'user.target.hash'?: string | undefined; 'user.target.id'?: string | undefined; 'user.target.name'?: string | undefined; 'user.target.roles'?: string[] | undefined; 'user_agent.device.name'?: string | undefined; 'user_agent.name'?: string | undefined; 'user_agent.original'?: string | undefined; 'user_agent.os.family'?: string | undefined; 'user_agent.os.full'?: string | undefined; 'user_agent.os.kernel'?: string | undefined; 'user_agent.os.name'?: string | undefined; 'user_agent.os.platform'?: string | undefined; 'user_agent.os.type'?: string | undefined; 'user_agent.os.version'?: string | undefined; 'user_agent.version'?: string | undefined; 'vulnerability.category'?: string[] | undefined; 'vulnerability.classification'?: string | undefined; 'vulnerability.description'?: string | undefined; 'vulnerability.enumeration'?: string | undefined; 'vulnerability.id'?: string | undefined; 'vulnerability.reference'?: string | undefined; 'vulnerability.report_id'?: string | undefined; 'vulnerability.scanner.vendor'?: string | undefined; 'vulnerability.score.base'?: number | undefined; 'vulnerability.score.environmental'?: number | undefined; 'vulnerability.score.temporal'?: number | undefined; 'vulnerability.score.version'?: string | undefined; 'vulnerability.severity'?: string | undefined; } & {} & { 'ecs.version'?: string | undefined; 'kibana.alert.risk_score'?: number | undefined; 'kibana.alert.rule.author'?: string | undefined; 'kibana.alert.rule.created_at'?: string | number | undefined; 'kibana.alert.rule.created_by'?: string | undefined; 'kibana.alert.rule.description'?: string | undefined; 'kibana.alert.rule.enabled'?: string | undefined; 'kibana.alert.rule.from'?: string | undefined; 'kibana.alert.rule.interval'?: string | undefined; 'kibana.alert.rule.license'?: string | undefined; 'kibana.alert.rule.note'?: string | undefined; 'kibana.alert.rule.references'?: string[] | undefined; 'kibana.alert.rule.rule_id'?: string | undefined; 'kibana.alert.rule.rule_name_override'?: string | undefined; 'kibana.alert.rule.to'?: string | undefined; 'kibana.alert.rule.type'?: string | undefined; 'kibana.alert.rule.updated_at'?: string | number | undefined; 'kibana.alert.rule.updated_by'?: string | undefined; 'kibana.alert.rule.version'?: string | undefined; 'kibana.alert.severity'?: string | undefined; 'kibana.alert.suppression.docs_count'?: string | number | undefined; 'kibana.alert.suppression.end'?: string | number | undefined; 'kibana.alert.suppression.start'?: string | number | undefined; 'kibana.alert.suppression.terms.field'?: string[] | undefined; 'kibana.alert.suppression.terms.value'?: string[] | undefined; 'kibana.alert.system_status'?: string | undefined; 'kibana.alert.workflow_reason'?: string | undefined; 'kibana.alert.workflow_status_updated_at'?: string | number | undefined; 'kibana.alert.workflow_user'?: string | undefined; }) | ({} & { 'kibana.alert.context'?: unknown; 'kibana.alert.evaluation.threshold'?: string | number | undefined; 'kibana.alert.evaluation.value'?: string | number | undefined; 'kibana.alert.evaluation.values'?: (string | number)[] | undefined; 'kibana.alert.group'?: { field?: string[] | undefined; value?: string[] | undefined; }[] | undefined; } & { '@timestamp': string | number; 'kibana.alert.instance.id': string; 'kibana.alert.rule.category': string; 'kibana.alert.rule.consumer': string; 'kibana.alert.rule.name': string; 'kibana.alert.rule.producer': string; 'kibana.alert.rule.revision': string | number; 'kibana.alert.rule.rule_type_id': string; 'kibana.alert.rule.uuid': string; 'kibana.alert.status': string; 'kibana.alert.uuid': string; 'kibana.space_ids': string[]; } & { 'event.action'?: string | undefined; 'event.kind'?: string | undefined; 'event.original'?: string | undefined; 'kibana.alert.action_group'?: string | undefined; 'kibana.alert.case_ids'?: string[] | undefined; 'kibana.alert.consecutive_matches'?: string | number | undefined; 'kibana.alert.duration.us'?: string | number | undefined; 'kibana.alert.end'?: string | number | undefined; 'kibana.alert.flapping'?: boolean | undefined; 'kibana.alert.flapping_history'?: boolean[] | undefined; 'kibana.alert.intended_timestamp'?: string | number | undefined; 'kibana.alert.last_detected'?: string | number | undefined; 'kibana.alert.maintenance_window_ids'?: string[] | undefined; 'kibana.alert.previous_action_group'?: string | undefined; 'kibana.alert.reason'?: string | undefined; 'kibana.alert.rule.execution.timestamp'?: string | number | undefined; 'kibana.alert.rule.execution.type'?: string | undefined; 'kibana.alert.rule.execution.uuid'?: string | undefined; 'kibana.alert.rule.parameters'?: unknown; 'kibana.alert.rule.tags'?: string[] | undefined; 'kibana.alert.severity_improving'?: boolean | undefined; 'kibana.alert.start'?: string | number | undefined; 'kibana.alert.time_range'?: { gte?: string | number | undefined; lte?: string | number | undefined; } | undefined; 'kibana.alert.url'?: string | undefined; 'kibana.alert.workflow_assignee_ids'?: string[] | undefined; 'kibana.alert.workflow_status'?: string | undefined; 'kibana.alert.workflow_tags'?: string[] | undefined; 'kibana.version'?: string | undefined; tags?: string[] | undefined; } & { '@timestamp': string | number; 'ecs.version': string; } & { 'agent.build.original'?: string | undefined; 'agent.ephemeral_id'?: string | undefined; 'agent.id'?: string | undefined; 'agent.name'?: string | undefined; 'agent.type'?: string | undefined; 'agent.version'?: string | undefined; 'client.address'?: string | undefined; 'client.as.number'?: string | number | undefined; 'client.as.organization.name'?: string | undefined; 'client.bytes'?: string | number | undefined; 'client.domain'?: string | undefined; 'client.geo.city_name'?: string | undefined; 'client.geo.continent_code'?: string | undefined; 'client.geo.continent_name'?: string | undefined; 'client.geo.country_iso_code'?: string | undefined; 'client.geo.country_name'?: string | undefined; 'client.geo.location'?: string | { type: string; coordinates: number[]; } | { lat: number; lon: number; } | { location: number[]; } | { location: string; } | undefined; 'client.geo.name'?: string | undefined; 'client.geo.postal_code'?: string | undefined; 'client.geo.region_iso_code'?: string | undefined; 'client.geo.region_name'?: string | undefined; 'client.geo.timezone'?: string | undefined; 'client.ip'?: string | undefined; 'client.mac'?: string | undefined; 'client.nat.ip'?: string | undefined; 'client.nat.port'?: string | number | undefined; 'client.packets'?: string | number | undefined; 'client.port'?: string | number | undefined; 'client.registered_domain'?: string | undefined; 'client.subdomain'?: string | undefined; 'client.top_level_domain'?: string | undefined; 'client.user.domain'?: string | undefined; 'client.user.email'?: string | undefined; 'client.user.full_name'?: string | undefined; 'client.user.group.domain'?: string | undefined; 'client.user.group.id'?: string | undefined; 'client.user.group.name'?: string | undefined; 'client.user.hash'?: string | undefined; 'client.user.id'?: string | undefined; 'client.user.name'?: string | undefined; 'client.user.roles'?: string[] | undefined; 'cloud.account.id'?: string | undefined; 'cloud.account.name'?: string | undefined; 'cloud.availability_zone'?: string | undefined; 'cloud.instance.id'?: string | undefined; 'cloud.instance.name'?: string | undefined; 'cloud.machine.type'?: string | undefined; 'cloud.origin.account.id'?: string | undefined; 'cloud.origin.account.name'?: string | undefined; 'cloud.origin.availability_zone'?: string | undefined; 'cloud.origin.instance.id'?: string | undefined; 'cloud.origin.instance.name'?: string | undefined; 'cloud.origin.machine.type'?: string | undefined; 'cloud.origin.project.id'?: string | undefined; 'cloud.origin.project.name'?: string | undefined; 'cloud.origin.provider'?: string | undefined; 'cloud.origin.region'?: string | undefined; 'cloud.origin.service.name'?: string | undefined; 'cloud.project.id'?: string | undefined; 'cloud.project.name'?: string | undefined; 'cloud.provider'?: string | undefined; 'cloud.region'?: string | undefined; 'cloud.service.name'?: string | undefined; 'cloud.target.account.id'?: string | undefined; 'cloud.target.account.name'?: string | undefined; 'cloud.target.availability_zone'?: string | undefined; 'cloud.target.instance.id'?: string | undefined; 'cloud.target.instance.name'?: string | undefined; 'cloud.target.machine.type'?: string | undefined; 'cloud.target.project.id'?: string | undefined; 'cloud.target.project.name'?: string | undefined; 'cloud.target.provider'?: string | undefined; 'cloud.target.region'?: string | undefined; 'cloud.target.service.name'?: string | undefined; 'container.cpu.usage'?: string | number | undefined; 'container.disk.read.bytes'?: string | number | undefined; 'container.disk.write.bytes'?: string | number | undefined; 'container.id'?: string | undefined; 'container.image.hash.all'?: string[] | undefined; 'container.image.name'?: string | undefined; 'container.image.tag'?: string[] | undefined; 'container.labels'?: unknown; 'container.memory.usage'?: string | number | undefined; 'container.name'?: string | undefined; 'container.network.egress.bytes'?: string | number | undefined; 'container.network.ingress.bytes'?: string | number | undefined; 'container.runtime'?: string | undefined; 'container.security_context.privileged'?: boolean | undefined; 'destination.address'?: string | undefined; 'destination.as.number'?: string | number | undefined; 'destination.as.organization.name'?: string | undefined; 'destination.bytes'?: string | number | undefined; 'destination.domain'?: string | undefined; 'destination.geo.city_name'?: string | undefined; 'destination.geo.continent_code'?: string | undefined; 'destination.geo.continent_name'?: string | undefined; 'destination.geo.country_iso_code'?: string | undefined; 'destination.geo.country_name'?: string | undefined; 'destination.geo.location'?: string | { type: string; coordinates: number[]; } | { lat: number; lon: number; } | { location: number[]; } | { location: string; } | undefined; 'destination.geo.name'?: string | undefined; 'destination.geo.postal_code'?: string | undefined; 'destination.geo.region_iso_code'?: string | undefined; 'destination.geo.region_name'?: string | undefined; 'destination.geo.timezone'?: string | undefined; 'destination.ip'?: string | undefined; 'destination.mac'?: string | undefined; 'destination.nat.ip'?: string | undefined; 'destination.nat.port'?: string | number | undefined; 'destination.packets'?: string | number | undefined; 'destination.port'?: string | number | undefined; 'destination.registered_domain'?: string | undefined; 'destination.subdomain'?: string | undefined; 'destination.top_level_domain'?: string | undefined; 'destination.user.domain'?: string | undefined; 'destination.user.email'?: string | undefined; 'destination.user.full_name'?: string | undefined; 'destination.user.group.domain'?: string | undefined; 'destination.user.group.id'?: string | undefined; 'destination.user.group.name'?: string | undefined; 'destination.user.hash'?: string | undefined; 'destination.user.id'?: string | undefined; 'destination.user.name'?: string | undefined; 'destination.user.roles'?: string[] | undefined; 'device.id'?: string | undefined; 'device.manufacturer'?: string | undefined; 'device.model.identifier'?: string | undefined; 'device.model.name'?: string | undefined; 'dll.code_signature.digest_algorithm'?: string | undefined; 'dll.code_signature.exists'?: boolean | undefined; 'dll.code_signature.signing_id'?: string | undefined; 'dll.code_signature.status'?: string | undefined; 'dll.code_signature.subject_name'?: string | undefined; 'dll.code_signature.team_id'?: string | undefined; 'dll.code_signature.timestamp'?: string | number | undefined; 'dll.code_signature.trusted'?: boolean | undefined; 'dll.code_signature.valid'?: boolean | undefined; 'dll.hash.md5'?: string | undefined; 'dll.hash.sha1'?: string | undefined; 'dll.hash.sha256'?: string | undefined; 'dll.hash.sha384'?: string | undefined; 'dll.hash.sha512'?: string | undefined; 'dll.hash.ssdeep'?: string | undefined; 'dll.hash.tlsh'?: string | undefined; 'dll.name'?: string | undefined; 'dll.path'?: string | undefined; 'dll.pe.architecture'?: string | undefined; 'dll.pe.company'?: string | undefined; 'dll.pe.description'?: string | undefined; 'dll.pe.file_version'?: string | undefined; 'dll.pe.go_import_hash'?: string | undefined; 'dll.pe.go_imports'?: unknown; 'dll.pe.go_imports_names_entropy'?: string | number | undefined; 'dll.pe.go_imports_names_var_entropy'?: string | number | undefined; 'dll.pe.go_stripped'?: boolean | undefined; 'dll.pe.imphash'?: string | undefined; 'dll.pe.import_hash'?: string | undefined; 'dll.pe.imports'?: unknown[] | undefined; 'dll.pe.imports_names_entropy'?: string | number | undefined; 'dll.pe.imports_names_var_entropy'?: string | number | undefined; 'dll.pe.original_file_name'?: string | undefined; 'dll.pe.pehash'?: string | undefined; 'dll.pe.product'?: string | undefined; 'dll.pe.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'dns.answers'?: { class?: string | undefined; data?: string | undefined; name?: string | undefined; ttl?: string | number | undefined; type?: string | undefined; }[] | undefined; 'dns.header_flags'?: string[] | undefined; 'dns.id'?: string | undefined; 'dns.op_code'?: string | undefined; 'dns.question.class'?: string | undefined; 'dns.question.name'?: string | undefined; 'dns.question.registered_domain'?: string | undefined; 'dns.question.subdomain'?: string | undefined; 'dns.question.top_level_domain'?: string | undefined; 'dns.question.type'?: string | undefined; 'dns.resolved_ip'?: string[] | undefined; 'dns.response_code'?: string | undefined; 'dns.type'?: string | undefined; 'email.attachments'?: { 'file.extension'?: string | undefined; 'file.hash.md5'?: string | undefined; 'file.hash.sha1'?: string | undefined; 'file.hash.sha256'?: string | undefined; 'file.hash.sha384'?: string | undefined; 'file.hash.sha512'?: string | undefined; 'file.hash.ssdeep'?: string | undefined; 'file.hash.tlsh'?: string | undefined; 'file.mime_type'?: string | undefined; 'file.name'?: string | undefined; 'file.size'?: string | number | undefined; }[] | undefined; 'email.bcc.address'?: string[] | undefined; 'email.cc.address'?: string[] | undefined; 'email.content_type'?: string | undefined; 'email.delivery_timestamp'?: string | number | undefined; 'email.direction'?: string | undefined; 'email.from.address'?: string[] | undefined; 'email.local_id'?: string | undefined; 'email.message_id'?: string | undefined; 'email.origination_timestamp'?: string | number | undefined; 'email.reply_to.address'?: string[] | undefined; 'email.sender.address'?: string | undefined; 'email.subject'?: string | undefined; 'email.to.address'?: string[] | undefined; 'email.x_mailer'?: string | undefined; 'error.code'?: string | undefined; 'error.id'?: string | undefined; 'error.message'?: string | undefined; 'error.stack_trace'?: string | undefined; 'error.type'?: string | undefined; 'event.action'?: string | undefined; 'event.agent_id_status'?: string | undefined; 'event.category'?: string[] | undefined; 'event.code'?: string | undefined; 'event.created'?: string | number | undefined; 'event.dataset'?: string | undefined; 'event.duration'?: string | number | undefined; 'event.end'?: string | number | undefined; 'event.hash'?: string | undefined; 'event.id'?: string | undefined; 'event.ingested'?: string | number | undefined; 'event.kind'?: string | undefined; 'event.module'?: string | undefined; 'event.original'?: string | undefined; 'event.outcome'?: string | undefined; 'event.provider'?: string | undefined; 'event.reason'?: string | undefined; 'event.reference'?: string | undefined; 'event.risk_score'?: number | undefined; 'event.risk_score_norm'?: number | undefined; 'event.sequence'?: string | number | undefined; 'event.severity'?: string | number | undefined; 'event.start'?: string | number | undefined; 'event.timezone'?: string | undefined; 'event.type'?: string[] | undefined; 'event.url'?: string | undefined; 'faas.coldstart'?: boolean | undefined; 'faas.execution'?: string | undefined; 'faas.id'?: string | undefined; 'faas.name'?: string | undefined; 'faas.version'?: string | undefined; 'file.accessed'?: string | number | undefined; 'file.attributes'?: string[] | undefined; 'file.code_signature.digest_algorithm'?: string | undefined; 'file.code_signature.exists'?: boolean | undefined; 'file.code_signature.signing_id'?: string | undefined; 'file.code_signature.status'?: string | undefined; 'file.code_signature.subject_name'?: string | undefined; 'file.code_signature.team_id'?: string | undefined; 'file.code_signature.timestamp'?: string | number | undefined; 'file.code_signature.trusted'?: boolean | undefined; 'file.code_signature.valid'?: boolean | undefined; 'file.created'?: string | number | undefined; 'file.ctime'?: string | number | undefined; 'file.device'?: string | undefined; 'file.directory'?: string | undefined; 'file.drive_letter'?: string | undefined; 'file.elf.architecture'?: string | undefined; 'file.elf.byte_order'?: string | undefined; 'file.elf.cpu_type'?: string | undefined; 'file.elf.creation_date'?: string | number | undefined; 'file.elf.exports'?: unknown[] | undefined; 'file.elf.go_import_hash'?: string | undefined; 'file.elf.go_imports'?: unknown; 'file.elf.go_imports_names_entropy'?: string | number | undefined; 'file.elf.go_imports_names_var_entropy'?: string | number | undefined; 'file.elf.go_stripped'?: boolean | undefined; 'file.elf.header.abi_version'?: string | undefined; 'file.elf.header.class'?: string | undefined; 'file.elf.header.data'?: string | undefined; 'file.elf.header.entrypoint'?: string | number | undefined; 'file.elf.header.object_version'?: string | undefined; 'file.elf.header.os_abi'?: string | undefined; 'file.elf.header.type'?: string | undefined; 'file.elf.header.version'?: string | undefined; 'file.elf.import_hash'?: string | undefined; 'file.elf.imports'?: unknown[] | undefined; 'file.elf.imports_names_entropy'?: string | number | undefined; 'file.elf.imports_names_var_entropy'?: string | number | undefined; 'file.elf.sections'?: { chi2?: string | number | undefined; entropy?: string | number | undefined; flags?: string | undefined; name?: string | undefined; physical_offset?: string | undefined; physical_size?: string | number | undefined; type?: string | undefined; var_entropy?: string | number | undefined; virtual_address?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'file.elf.segments'?: { sections?: string | undefined; type?: string | undefined; }[] | undefined; 'file.elf.shared_libraries'?: string[] | undefined; 'file.elf.telfhash'?: string | undefined; 'file.extension'?: string | undefined; 'file.fork_name'?: string | undefined; 'file.gid'?: string | undefined; 'file.group'?: string | undefined; 'file.hash.md5'?: string | undefined; 'file.hash.sha1'?: string | undefined; 'file.hash.sha256'?: string | undefined; 'file.hash.sha384'?: string | undefined; 'file.hash.sha512'?: string | undefined; 'file.hash.ssdeep'?: string | undefined; 'file.hash.tlsh'?: string | undefined; 'file.inode'?: string | undefined; 'file.macho.go_import_hash'?: string | undefined; 'file.macho.go_imports'?: unknown; 'file.macho.go_imports_names_entropy'?: string | number | undefined; 'file.macho.go_imports_names_var_entropy'?: string | number | undefined; 'file.macho.go_stripped'?: boolean | undefined; 'file.macho.import_hash'?: string | undefined; 'file.macho.imports'?: unknown[] | undefined; 'file.macho.imports_names_entropy'?: string | number | undefined; 'file.macho.imports_names_var_entropy'?: string | number | undefined; 'file.macho.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'file.macho.symhash'?: string | undefined; 'file.mime_type'?: string | undefined; 'file.mode'?: string | undefined; 'file.mtime'?: string | number | undefined; 'file.name'?: string | undefined; 'file.owner'?: string | undefined; 'file.path'?: string | undefined; 'file.pe.architecture'?: string | undefined; 'file.pe.company'?: string | undefined; 'file.pe.description'?: string | undefined; 'file.pe.file_version'?: string | undefined; 'file.pe.go_import_hash'?: string | undefined; 'file.pe.go_imports'?: unknown; 'file.pe.go_imports_names_entropy'?: string | number | undefined; 'file.pe.go_imports_names_var_entropy'?: string | number | undefined; 'file.pe.go_stripped'?: boolean | undefined; 'file.pe.imphash'?: string | undefined; 'file.pe.import_hash'?: string | undefined; 'file.pe.imports'?: unknown[] | undefined; 'file.pe.imports_names_entropy'?: string | number | undefined; 'file.pe.imports_names_var_entropy'?: string | number | undefined; 'file.pe.original_file_name'?: string | undefined; 'file.pe.pehash'?: string | undefined; 'file.pe.product'?: string | undefined; 'file.pe.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'file.size'?: string | number | undefined; 'file.target_path'?: string | undefined; 'file.type'?: string | undefined; 'file.uid'?: string | undefined; 'file.x509.alternative_names'?: string[] | undefined; 'file.x509.issuer.common_name'?: string[] | undefined; 'file.x509.issuer.country'?: string[] | undefined; 'file.x509.issuer.distinguished_name'?: string | undefined; 'file.x509.issuer.locality'?: string[] | undefined; 'file.x509.issuer.organization'?: string[] | undefined; 'file.x509.issuer.organizational_unit'?: string[] | undefined; 'file.x509.issuer.state_or_province'?: string[] | undefined; 'file.x509.not_after'?: string | number | undefined; 'file.x509.not_before'?: string | number | undefined; 'file.x509.public_key_algorithm'?: string | undefined; 'file.x509.public_key_curve'?: string | undefined; 'file.x509.public_key_exponent'?: string | number | undefined; 'file.x509.public_key_size'?: string | number | undefined; 'file.x509.serial_number'?: string | undefined; 'file.x509.signature_algorithm'?: string | undefined; 'file.x509.subject.common_name'?: string[] | undefined; 'file.x509.subject.country'?: string[] | undefined; 'file.x509.subject.distinguished_name'?: string | undefined; 'file.x509.subject.locality'?: string[] | undefined; 'file.x509.subject.organization'?: string[] | undefined; 'file.x509.subject.organizational_unit'?: string[] | undefined; 'file.x509.subject.state_or_province'?: string[] | undefined; 'file.x509.version_number'?: string | undefined; 'group.domain'?: string | undefined; 'group.id'?: string | undefined; 'group.name'?: string | undefined; 'host.architecture'?: string | undefined; 'host.boot.id'?: string | undefined; 'host.cpu.usage'?: string | number | undefined; 'host.disk.read.bytes'?: string | number | undefined; 'host.disk.write.bytes'?: string | number | undefined; 'host.domain'?: string | undefined; 'host.geo.city_name'?: string | undefined; 'host.geo.continent_code'?: string | undefined; 'host.geo.continent_name'?: string | undefined; 'host.geo.country_iso_code'?: string | undefined; 'host.geo.country_name'?: string | undefined; 'host.geo.location'?: string | { type: string; coordinates: number[]; } | { lat: number; lon: number; } | { location: number[]; } | { location: string; } | undefined; 'host.geo.name'?: string | undefined; 'host.geo.postal_code'?: string | undefined; 'host.geo.region_iso_code'?: string | undefined; 'host.geo.region_name'?: string | undefined; 'host.geo.timezone'?: string | undefined; 'host.hostname'?: string | undefined; 'host.id'?: string | undefined; 'host.ip'?: string[] | undefined; 'host.mac'?: string[] | undefined; 'host.name'?: string | undefined; 'host.network.egress.bytes'?: string | number | undefined; 'host.network.egress.packets'?: string | number | undefined; 'host.network.ingress.bytes'?: string | number | undefined; 'host.network.ingress.packets'?: string | number | undefined; 'host.os.family'?: string | undefined; 'host.os.full'?: string | undefined; 'host.os.kernel'?: string | undefined; 'host.os.name'?: string | undefined; 'host.os.platform'?: string | undefined; 'host.os.type'?: string | undefined; 'host.os.version'?: string | undefined; 'host.pid_ns_ino'?: string | undefined; 'host.risk.calculated_level'?: string | undefined; 'host.risk.calculated_score'?: number | undefined; 'host.risk.calculated_score_norm'?: number | undefined; 'host.risk.static_level'?: string | undefined; 'host.risk.static_score'?: number | undefined; 'host.risk.static_score_norm'?: number | undefined; 'host.type'?: string | undefined; 'host.uptime'?: string | number | undefined; 'http.request.body.bytes'?: string | number | undefined; 'http.request.body.content'?: string | undefined; 'http.request.bytes'?: string | number | undefined; 'http.request.id'?: string | undefined; 'http.request.method'?: string | undefined; 'http.request.mime_type'?: string | undefined; 'http.request.referrer'?: string | undefined; 'http.response.body.bytes'?: string | number | undefined; 'http.response.body.content'?: string | undefined; 'http.response.bytes'?: string | number | undefined; 'http.response.mime_type'?: string | undefined; 'http.response.status_code'?: string | number | undefined; 'http.version'?: string | undefined; labels?: unknown; 'log.file.path'?: string | undefined; 'log.level'?: string | undefined; 'log.logger'?: string | undefined; 'log.origin.file.line'?: string | number | undefined; 'log.origin.file.name'?: string | undefined; 'log.origin.function'?: string | undefined; 'log.syslog'?: unknown; message?: string | undefined; 'network.application'?: string | undefined; 'network.bytes'?: string | number | undefined; 'network.community_id'?: string | undefined; 'network.direction'?: string | undefined; 'network.forwarded_ip'?: string | undefined; 'network.iana_number'?: string | undefined; 'network.inner'?: unknown; 'network.name'?: string | undefined; 'network.packets'?: string | number | undefined; 'network.protocol'?: string | undefined; 'network.transport'?: string | undefined; 'network.type'?: string | undefined; 'network.vlan.id'?: string | undefined; 'network.vlan.name'?: string | undefined; 'observer.egress'?: unknown; 'observer.geo.city_name'?: string | undefined; 'observer.geo.continent_code'?: string | undefined; 'observer.geo.continent_name'?: string | undefined; 'observer.geo.country_iso_code'?: string | undefined; 'observer.geo.country_name'?: string | undefined; 'observer.geo.location'?: string | { type: string; coordinates: number[]; } | { lat: number; lon: number; } | { location: number[]; } | { location: string; } | undefined; 'observer.geo.name'?: string | undefined; 'observer.geo.postal_code'?: string | undefined; 'observer.geo.region_iso_code'?: string | undefined; 'observer.geo.region_name'?: string | undefined; 'observer.geo.timezone'?: string | undefined; 'observer.hostname'?: string | undefined; 'observer.ingress'?: unknown; 'observer.ip'?: string[] | undefined; 'observer.mac'?: string[] | undefined; 'observer.name'?: string | undefined; 'observer.os.family'?: string | undefined; 'observer.os.full'?: string | undefined; 'observer.os.kernel'?: string | undefined; 'observer.os.name'?: string | undefined; 'observer.os.platform'?: string | undefined; 'observer.os.type'?: string | undefined; 'observer.os.version'?: string | undefined; 'observer.product'?: string | undefined; 'observer.serial_number'?: string | undefined; 'observer.type'?: string | undefined; 'observer.vendor'?: string | undefined; 'observer.version'?: string | undefined; 'orchestrator.api_version'?: string | undefined; 'orchestrator.cluster.id'?: string | undefined; 'orchestrator.cluster.name'?: string | undefined; 'orchestrator.cluster.url'?: string | undefined; 'orchestrator.cluster.version'?: string | undefined; 'orchestrator.namespace'?: string | undefined; 'orchestrator.organization'?: string | undefined; 'orchestrator.resource.annotation'?: string[] | undefined; 'orchestrator.resource.id'?: string | undefined; 'orchestrator.resource.ip'?: string[] | undefined; 'orchestrator.resource.label'?: string[] | undefined; 'orchestrator.resource.name'?: string | undefined; 'orchestrator.resource.parent.type'?: string | undefined; 'orchestrator.resource.type'?: string | undefined; 'orchestrator.type'?: string | undefined; 'organization.id'?: string | undefined; 'organization.name'?: string | undefined; 'package.architecture'?: string | undefined; 'package.build_version'?: string | undefined; 'package.checksum'?: string | undefined; 'package.description'?: string | undefined; 'package.install_scope'?: string | undefined; 'package.installed'?: string | number | undefined; 'package.license'?: string | undefined; 'package.name'?: string | undefined; 'package.path'?: string | undefined; 'package.reference'?: string | undefined; 'package.size'?: string | number | undefined; 'package.type'?: string | undefined; 'package.version'?: string | undefined; 'process.args'?: string[] | undefined; 'process.args_count'?: string | number | undefined; 'process.code_signature.digest_algorithm'?: string | undefined; 'process.code_signature.exists'?: boolean | undefined; 'process.code_signature.signing_id'?: string | undefined; 'process.code_signature.status'?: string | undefined; 'process.code_signature.subject_name'?: string | undefined; 'process.code_signature.team_id'?: string | undefined; 'process.code_signature.timestamp'?: string | number | undefined; 'process.code_signature.trusted'?: boolean | undefined; 'process.code_signature.valid'?: boolean | undefined; 'process.command_line'?: string | undefined; 'process.elf.architecture'?: string | undefined; 'process.elf.byte_order'?: string | undefined; 'process.elf.cpu_type'?: string | undefined; 'process.elf.creation_date'?: string | number | undefined; 'process.elf.exports'?: unknown[] | undefined; 'process.elf.go_import_hash'?: string | undefined; 'process.elf.go_imports'?: unknown; 'process.elf.go_imports_names_entropy'?: string | number | undefined; 'process.elf.go_imports_names_var_entropy'?: string | number | undefined; 'process.elf.go_stripped'?: boolean | undefined; 'process.elf.header.abi_version'?: string | undefined; 'process.elf.header.class'?: string | undefined; 'process.elf.header.data'?: string | undefined; 'process.elf.header.entrypoint'?: string | number | undefined; 'process.elf.header.object_version'?: string | undefined; 'process.elf.header.os_abi'?: string | undefined; 'process.elf.header.type'?: string | undefined; 'process.elf.header.version'?: string | undefined; 'process.elf.import_hash'?: string | undefined; 'process.elf.imports'?: unknown[] | undefined; 'process.elf.imports_names_entropy'?: string | number | undefined; 'process.elf.imports_names_var_entropy'?: string | number | undefined; 'process.elf.sections'?: { chi2?: string | number | undefined; entropy?: string | number | undefined; flags?: string | undefined; name?: string | undefined; physical_offset?: string | undefined; physical_size?: string | number | undefined; type?: string | undefined; var_entropy?: string | number | undefined; virtual_address?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'process.elf.segments'?: { sections?: string | undefined; type?: string | undefined; }[] | undefined; 'process.elf.shared_libraries'?: string[] | undefined; 'process.elf.telfhash'?: string | undefined; 'process.end'?: string | number | undefined; 'process.entity_id'?: string | undefined; 'process.entry_leader.args'?: string[] | undefined; 'process.entry_leader.args_count'?: string | number | undefined; 'process.entry_leader.attested_groups.name'?: string | undefined; 'process.entry_leader.attested_user.id'?: string | undefined; 'process.entry_leader.attested_user.name'?: string | undefined; 'process.entry_leader.command_line'?: string | undefined; 'process.entry_leader.entity_id'?: string | undefined; 'process.entry_leader.entry_meta.source.ip'?: string | undefined; 'process.entry_leader.entry_meta.type'?: string | undefined; 'process.entry_leader.executable'?: string | undefined; 'process.entry_leader.group.id'?: string | undefined; 'process.entry_leader.group.name'?: string | undefined; 'process.entry_leader.interactive'?: boolean | undefined; 'process.entry_leader.name'?: string | undefined; 'process.entry_leader.parent.entity_id'?: string | undefined; 'process.entry_leader.parent.pid'?: string | number | undefined; 'process.entry_leader.parent.session_leader.entity_id'?: string | undefined; 'process.entry_leader.parent.session_leader.pid'?: string | number | undefined; 'process.entry_leader.parent.session_leader.start'?: string | number | undefined; 'process.entry_leader.parent.session_leader.vpid'?: string | number | undefined; 'process.entry_leader.parent.start'?: string | number | undefined; 'process.entry_leader.parent.vpid'?: string | number | undefined; 'process.entry_leader.pid'?: string | number | undefined; 'process.entry_leader.real_group.id'?: string | undefined; 'process.entry_leader.real_group.name'?: string | undefined; 'process.entry_leader.real_user.id'?: string | undefined; 'process.entry_leader.real_user.name'?: string | undefined; 'process.entry_leader.same_as_process'?: boolean | undefined; 'process.entry_leader.saved_group.id'?: string | undefined; 'process.entry_leader.saved_group.name'?: string | undefined; 'process.entry_leader.saved_user.id'?: string | undefined; 'process.entry_leader.saved_user.name'?: string | undefined; 'process.entry_leader.start'?: string | number | undefined; 'process.entry_leader.supplemental_groups.id'?: string | undefined; 'process.entry_leader.supplemental_groups.name'?: string | undefined; 'process.entry_leader.tty'?: unknown; 'process.entry_leader.user.id'?: string | undefined; 'process.entry_leader.user.name'?: string | undefined; 'process.entry_leader.vpid'?: string | number | undefined; 'process.entry_leader.working_directory'?: string | undefined; 'process.env_vars'?: string[] | undefined; 'process.executable'?: string | undefined; 'process.exit_code'?: string | number | undefined; 'process.group_leader.args'?: string[] | undefined; 'process.group_leader.args_count'?: string | number | undefined; 'process.group_leader.command_line'?: string | undefined; 'process.group_leader.entity_id'?: string | undefined; 'process.group_leader.executable'?: string | undefined; 'process.group_leader.group.id'?: string | undefined; 'process.group_leader.group.name'?: string | undefined; 'process.group_leader.interactive'?: boolean | undefined; 'process.group_leader.name'?: string | undefined; 'process.group_leader.pid'?: string | number | undefined; 'process.group_leader.real_group.id'?: string | undefined; 'process.group_leader.real_group.name'?: string | undefined; 'process.group_leader.real_user.id'?: string | undefined; 'process.group_leader.real_user.name'?: string | undefined; 'process.group_leader.same_as_process'?: boolean | undefined; 'process.group_leader.saved_group.id'?: string | undefined; 'process.group_leader.saved_group.name'?: string | undefined; 'process.group_leader.saved_user.id'?: string | undefined; 'process.group_leader.saved_user.name'?: string | undefined; 'process.group_leader.start'?: string | number | undefined; 'process.group_leader.supplemental_groups.id'?: string | undefined; 'process.group_leader.supplemental_groups.name'?: string | undefined; 'process.group_leader.tty'?: unknown; 'process.group_leader.user.id'?: string | undefined; 'process.group_leader.user.name'?: string | undefined; 'process.group_leader.vpid'?: string | number | undefined; 'process.group_leader.working_directory'?: string | undefined; 'process.hash.md5'?: string | undefined; 'process.hash.sha1'?: string | undefined; 'process.hash.sha256'?: string | undefined; 'process.hash.sha384'?: string | undefined; 'process.hash.sha512'?: string | undefined; 'process.hash.ssdeep'?: string | undefined; 'process.hash.tlsh'?: string | undefined; 'process.interactive'?: boolean | undefined; 'process.io'?: unknown; 'process.macho.go_import_hash'?: string | undefined; 'process.macho.go_imports'?: unknown; 'process.macho.go_imports_names_entropy'?: string | number | undefined; 'process.macho.go_imports_names_var_entropy'?: string | number | undefined; 'process.macho.go_stripped'?: boolean | undefined; 'process.macho.import_hash'?: string | undefined; 'process.macho.imports'?: unknown[] | undefined; 'process.macho.imports_names_entropy'?: string | number | undefined; 'process.macho.imports_names_var_entropy'?: string | number | undefined; 'process.macho.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'process.macho.symhash'?: string | undefined; 'process.name'?: string | undefined; 'process.parent.args'?: string[] | undefined; 'process.parent.args_count'?: string | number | undefined; 'process.parent.code_signature.digest_algorithm'?: string | undefined; 'process.parent.code_signature.exists'?: boolean | undefined; 'process.parent.code_signature.signing_id'?: string | undefined; 'process.parent.code_signature.status'?: string | undefined; 'process.parent.code_signature.subject_name'?: string | undefined; 'process.parent.code_signature.team_id'?: string | undefined; 'process.parent.code_signature.timestamp'?: string | number | undefined; 'process.parent.code_signature.trusted'?: boolean | undefined; 'process.parent.code_signature.valid'?: boolean | undefined; 'process.parent.command_line'?: string | undefined; 'process.parent.elf.architecture'?: string | undefined; 'process.parent.elf.byte_order'?: string | undefined; 'process.parent.elf.cpu_type'?: string | undefined; 'process.parent.elf.creation_date'?: string | number | undefined; 'process.parent.elf.exports'?: unknown[] | undefined; 'process.parent.elf.go_import_hash'?: string | undefined; 'process.parent.elf.go_imports'?: unknown; 'process.parent.elf.go_imports_names_entropy'?: string | number | undefined; 'process.parent.elf.go_imports_names_var_entropy'?: string | number | undefined; 'process.parent.elf.go_stripped'?: boolean | undefined; 'process.parent.elf.header.abi_version'?: string | undefined; 'process.parent.elf.header.class'?: string | undefined; 'process.parent.elf.header.data'?: string | undefined; 'process.parent.elf.header.entrypoint'?: string | number | undefined; 'process.parent.elf.header.object_version'?: string | undefined; 'process.parent.elf.header.os_abi'?: string | undefined; 'process.parent.elf.header.type'?: string | undefined; 'process.parent.elf.header.version'?: string | undefined; 'process.parent.elf.import_hash'?: string | undefined; 'process.parent.elf.imports'?: unknown[] | undefined; 'process.parent.elf.imports_names_entropy'?: string | number | undefined; 'process.parent.elf.imports_names_var_entropy'?: string | number | undefined; 'process.parent.elf.sections'?: { chi2?: string | number | undefined; entropy?: string | number | undefined; flags?: string | undefined; name?: string | undefined; physical_offset?: string | undefined; physical_size?: string | number | undefined; type?: string | undefined; var_entropy?: string | number | undefined; virtual_address?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'process.parent.elf.segments'?: { sections?: string | undefined; type?: string | undefined; }[] | undefined; 'process.parent.elf.shared_libraries'?: string[] | undefined; 'process.parent.elf.telfhash'?: string | undefined; 'process.parent.end'?: string | number | undefined; 'process.parent.entity_id'?: string | undefined; 'process.parent.executable'?: string | undefined; 'process.parent.exit_code'?: string | number | undefined; 'process.parent.group.id'?: string | undefined; 'process.parent.group.name'?: string | undefined; 'process.parent.group_leader.entity_id'?: string | undefined; 'process.parent.group_leader.pid'?: string | number | undefined; 'process.parent.group_leader.start'?: string | number | undefined; 'process.parent.group_leader.vpid'?: string | number | undefined; 'process.parent.hash.md5'?: string | undefined; 'process.parent.hash.sha1'?: string | undefined; 'process.parent.hash.sha256'?: string | undefined; 'process.parent.hash.sha384'?: string | undefined; 'process.parent.hash.sha512'?: string | undefined; 'process.parent.hash.ssdeep'?: string | undefined; 'process.parent.hash.tlsh'?: string | undefined; 'process.parent.interactive'?: boolean | undefined; 'process.parent.macho.go_import_hash'?: string | undefined; 'process.parent.macho.go_imports'?: unknown; 'process.parent.macho.go_imports_names_entropy'?: string | number | undefined; 'process.parent.macho.go_imports_names_var_entropy'?: string | number | undefined; 'process.parent.macho.go_stripped'?: boolean | undefined; 'process.parent.macho.import_hash'?: string | undefined; 'process.parent.macho.imports'?: unknown[] | undefined; 'process.parent.macho.imports_names_entropy'?: string | number | undefined; 'process.parent.macho.imports_names_var_entropy'?: string | number | undefined; 'process.parent.macho.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'process.parent.macho.symhash'?: string | undefined; 'process.parent.name'?: string | undefined; 'process.parent.pe.architecture'?: string | undefined; 'process.parent.pe.company'?: string | undefined; 'process.parent.pe.description'?: string | undefined; 'process.parent.pe.file_version'?: string | undefined; 'process.parent.pe.go_import_hash'?: string | undefined; 'process.parent.pe.go_imports'?: unknown; 'process.parent.pe.go_imports_names_entropy'?: string | number | undefined; 'process.parent.pe.go_imports_names_var_entropy'?: string | number | undefined; 'process.parent.pe.go_stripped'?: boolean | undefined; 'process.parent.pe.imphash'?: string | undefined; 'process.parent.pe.import_hash'?: string | undefined; 'process.parent.pe.imports'?: unknown[] | undefined; 'process.parent.pe.imports_names_entropy'?: string | number | undefined; 'process.parent.pe.imports_names_var_entropy'?: string | number | undefined; 'process.parent.pe.original_file_name'?: string | undefined; 'process.parent.pe.pehash'?: string | undefined; 'process.parent.pe.product'?: string | undefined; 'process.parent.pe.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'process.parent.pgid'?: string | number | undefined; 'process.parent.pid'?: string | number | undefined; 'process.parent.real_group.id'?: string | undefined; 'process.parent.real_group.name'?: string | undefined; 'process.parent.real_user.id'?: string | undefined; 'process.parent.real_user.name'?: string | undefined; 'process.parent.saved_group.id'?: string | undefined; 'process.parent.saved_group.name'?: string | undefined; 'process.parent.saved_user.id'?: string | undefined; 'process.parent.saved_user.name'?: string | undefined; 'process.parent.start'?: string | number | undefined; 'process.parent.supplemental_groups.id'?: string | undefined; 'process.parent.supplemental_groups.name'?: string | undefined; 'process.parent.thread.capabilities.effective'?: string[] | undefined; 'process.parent.thread.capabilities.permitted'?: string[] | undefined; 'process.parent.thread.id'?: string | number | undefined; 'process.parent.thread.name'?: string | undefined; 'process.parent.title'?: string | undefined; 'process.parent.tty'?: unknown; 'process.parent.uptime'?: string | number | undefined; 'process.parent.user.id'?: string | undefined; 'process.parent.user.name'?: string | undefined; 'process.parent.vpid'?: string | number | undefined; 'process.parent.working_directory'?: string | undefined; 'process.pe.architecture'?: string | undefined; 'process.pe.company'?: string | undefined; 'process.pe.description'?: string | undefined; 'process.pe.file_version'?: string | undefined; 'process.pe.go_import_hash'?: string | undefined; 'process.pe.go_imports'?: unknown; 'process.pe.go_imports_names_entropy'?: string | number | undefined; 'process.pe.go_imports_names_var_entropy'?: string | number | undefined; 'process.pe.go_stripped'?: boolean | undefined; 'process.pe.imphash'?: string | undefined; 'process.pe.import_hash'?: string | undefined; 'process.pe.imports'?: unknown[] | undefined; 'process.pe.imports_names_entropy'?: string | number | undefined; 'process.pe.imports_names_var_entropy'?: string | number | undefined; 'process.pe.original_file_name'?: string | undefined; 'process.pe.pehash'?: string | undefined; 'process.pe.product'?: string | undefined; 'process.pe.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'process.pgid'?: string | number | undefined; 'process.pid'?: string | number | undefined; 'process.previous.args'?: string[] | undefined; 'process.previous.args_count'?: string | number | undefined; 'process.previous.executable'?: string | undefined; 'process.real_group.id'?: string | undefined; 'process.real_group.name'?: string | undefined; 'process.real_user.id'?: string | undefined; 'process.real_user.name'?: string | undefined; 'process.saved_group.id'?: string | undefined; 'process.saved_group.name'?: string | undefined; 'process.saved_user.id'?: string | undefined; 'process.saved_user.name'?: string | undefined; 'process.session_leader.args'?: string[] | undefined; 'process.session_leader.args_count'?: string | number | undefined; 'process.session_leader.command_line'?: string | undefined; 'process.session_leader.entity_id'?: string | undefined; 'process.session_leader.executable'?: string | undefined; 'process.session_leader.group.id'?: string | undefined; 'process.session_leader.group.name'?: string | undefined; 'process.session_leader.interactive'?: boolean | undefined; 'process.session_leader.name'?: string | undefined; 'process.session_leader.parent.entity_id'?: string | undefined; 'process.session_leader.parent.pid'?: string | number | undefined; 'process.session_leader.parent.session_leader.entity_id'?: string | undefined; 'process.session_leader.parent.session_leader.pid'?: string | number | undefined; 'process.session_leader.parent.session_leader.start'?: string | number | undefined; 'process.session_leader.parent.session_leader.vpid'?: string | number | undefined; 'process.session_leader.parent.start'?: string | number | undefined; 'process.session_leader.parent.vpid'?: string | number | undefined; 'process.session_leader.pid'?: string | number | undefined; 'process.session_leader.real_group.id'?: string | undefined; 'process.session_leader.real_group.name'?: string | undefined; 'process.session_leader.real_user.id'?: string | undefined; 'process.session_leader.real_user.name'?: string | undefined; 'process.session_leader.same_as_process'?: boolean | undefined; 'process.session_leader.saved_group.id'?: string | undefined; 'process.session_leader.saved_group.name'?: string | undefined; 'process.session_leader.saved_user.id'?: string | undefined; 'process.session_leader.saved_user.name'?: string | undefined; 'process.session_leader.start'?: string | number | undefined; 'process.session_leader.supplemental_groups.id'?: string | undefined; 'process.session_leader.supplemental_groups.name'?: string | undefined; 'process.session_leader.tty'?: unknown; 'process.session_leader.user.id'?: string | undefined; 'process.session_leader.user.name'?: string | undefined; 'process.session_leader.vpid'?: string | number | undefined; 'process.session_leader.working_directory'?: string | undefined; 'process.start'?: string | number | undefined; 'process.supplemental_groups.id'?: string | undefined; 'process.supplemental_groups.name'?: string | undefined; 'process.thread.capabilities.effective'?: string[] | undefined; 'process.thread.capabilities.permitted'?: string[] | undefined; 'process.thread.id'?: string | number | undefined; 'process.thread.name'?: string | undefined; 'process.title'?: string | undefined; 'process.tty'?: unknown; 'process.uptime'?: string | number | undefined; 'process.user.id'?: string | undefined; 'process.user.name'?: string | undefined; 'process.vpid'?: string | number | undefined; 'process.working_directory'?: string | undefined; 'registry.data.bytes'?: string | undefined; 'registry.data.strings'?: string[] | undefined; 'registry.data.type'?: string | undefined; 'registry.hive'?: string | undefined; 'registry.key'?: string | undefined; 'registry.path'?: string | undefined; 'registry.value'?: string | undefined; 'related.hash'?: string[] | undefined; 'related.hosts'?: string[] | undefined; 'related.ip'?: string[] | undefined; 'related.user'?: string[] | undefined; 'rule.author'?: string[] | undefined; 'rule.category'?: string | undefined; 'rule.description'?: string | undefined; 'rule.id'?: string | undefined; 'rule.license'?: string | undefined; 'rule.name'?: string | undefined; 'rule.reference'?: string | undefined; 'rule.ruleset'?: string | undefined; 'rule.uuid'?: string | undefined; 'rule.version'?: string | undefined; 'server.address'?: string | undefined; 'server.as.number'?: string | number | undefined; 'server.as.organization.name'?: string | undefined; 'server.bytes'?: string | number | undefined; 'server.domain'?: string | undefined; 'server.geo.city_name'?: string | undefined; 'server.geo.continent_code'?: string | undefined; 'server.geo.continent_name'?: string | undefined; 'server.geo.country_iso_code'?: string | undefined; 'server.geo.country_name'?: string | undefined; 'server.geo.location'?: string | { type: string; coordinates: number[]; } | { lat: number; lon: number; } | { location: number[]; } | { location: string; } | undefined; 'server.geo.name'?: string | undefined; 'server.geo.postal_code'?: string | undefined; 'server.geo.region_iso_code'?: string | undefined; 'server.geo.region_name'?: string | undefined; 'server.geo.timezone'?: string | undefined; 'server.ip'?: string | undefined; 'server.mac'?: string | undefined; 'server.nat.ip'?: string | undefined; 'server.nat.port'?: string | number | undefined; 'server.packets'?: string | number | undefined; 'server.port'?: string | number | undefined; 'server.registered_domain'?: string | undefined; 'server.subdomain'?: string | undefined; 'server.top_level_domain'?: string | undefined; 'server.user.domain'?: string | undefined; 'server.user.email'?: string | undefined; 'server.user.full_name'?: string | undefined; 'server.user.group.domain'?: string | undefined; 'server.user.group.id'?: string | undefined; 'server.user.group.name'?: string | undefined; 'server.user.hash'?: string | undefined; 'server.user.id'?: string | undefined; 'server.user.name'?: string | undefined; 'server.user.roles'?: string[] | undefined; 'service.address'?: string | undefined; 'service.environment'?: string | undefined; 'service.ephemeral_id'?: string | undefined; 'service.id'?: string | undefined; 'service.name'?: string | undefined; 'service.node.name'?: string | undefined; 'service.node.role'?: string | undefined; 'service.node.roles'?: string[] | undefined; 'service.origin.address'?: string | undefined; 'service.origin.environment'?: string | undefined; 'service.origin.ephemeral_id'?: string | undefined; 'service.origin.id'?: string | undefined; 'service.origin.name'?: string | undefined; 'service.origin.node.name'?: string | undefined; 'service.origin.node.role'?: string | undefined; 'service.origin.node.roles'?: string[] | undefined; 'service.origin.state'?: string | undefined; 'service.origin.type'?: string | undefined; 'service.origin.version'?: string | undefined; 'service.state'?: string | undefined; 'service.target.address'?: string | undefined; 'service.target.environment'?: string | undefined; 'service.target.ephemeral_id'?: string | undefined; 'service.target.id'?: string | undefined; 'service.target.name'?: string | undefined; 'service.target.node.name'?: string | undefined; 'service.target.node.role'?: string | undefined; 'service.target.node.roles'?: string[] | undefined; 'service.target.state'?: string | undefined; 'service.target.type'?: string | undefined; 'service.target.version'?: string | undefined; 'service.type'?: string | undefined; 'service.version'?: string | undefined; 'source.address'?: string | undefined; 'source.as.number'?: string | number | undefined; 'source.as.organization.name'?: string | undefined; 'source.bytes'?: string | number | undefined; 'source.domain'?: string | undefined; 'source.geo.city_name'?: string | undefined; 'source.geo.continent_code'?: string | undefined; 'source.geo.continent_name'?: string | undefined; 'source.geo.country_iso_code'?: string | undefined; 'source.geo.country_name'?: string | undefined; 'source.geo.location'?: string | { type: string; coordinates: number[]; } | { lat: number; lon: number; } | { location: number[]; } | { location: string; } | undefined; 'source.geo.name'?: string | undefined; 'source.geo.postal_code'?: string | undefined; 'source.geo.region_iso_code'?: string | undefined; 'source.geo.region_name'?: string | undefined; 'source.geo.timezone'?: string | undefined; 'source.ip'?: string | undefined; 'source.mac'?: string | undefined; 'source.nat.ip'?: string | undefined; 'source.nat.port'?: string | number | undefined; 'source.packets'?: string | number | undefined; 'source.port'?: string | number | undefined; 'source.registered_domain'?: string | undefined; 'source.subdomain'?: string | undefined; 'source.top_level_domain'?: string | undefined; 'source.user.domain'?: string | undefined; 'source.user.email'?: string | undefined; 'source.user.full_name'?: string | undefined; 'source.user.group.domain'?: string | undefined; 'source.user.group.id'?: string | undefined; 'source.user.group.name'?: string | undefined; 'source.user.hash'?: string | undefined; 'source.user.id'?: string | undefined; 'source.user.name'?: string | undefined; 'source.user.roles'?: string[] | undefined; 'span.id'?: string | undefined; tags?: string[] | undefined; 'threat.enrichments'?: { indicator?: unknown; 'matched.atomic'?: string | undefined; 'matched.field'?: string | undefined; 'matched.id'?: string | undefined; 'matched.index'?: string | undefined; 'matched.occurred'?: string | number | undefined; 'matched.type'?: string | undefined; }[] | undefined; 'threat.feed.dashboard_id'?: string | undefined; 'threat.feed.description'?: string | undefined; 'threat.feed.name'?: string | undefined; 'threat.feed.reference'?: string | undefined; 'threat.framework'?: string | undefined; 'threat.group.alias'?: string[] | undefined; 'threat.group.id'?: string | undefined; 'threat.group.name'?: string | undefined; 'threat.group.reference'?: string | undefined; 'threat.indicator.as.number'?: string | number | undefined; 'threat.indicator.as.organization.name'?: string | undefined; 'threat.indicator.confidence'?: string | undefined; 'threat.indicator.description'?: string | undefined; 'threat.indicator.email.address'?: string | undefined; 'threat.indicator.file.accessed'?: string | number | undefined; 'threat.indicator.file.attributes'?: string[] | undefined; 'threat.indicator.file.code_signature.digest_algorithm'?: string | undefined; 'threat.indicator.file.code_signature.exists'?: boolean | undefined; 'threat.indicator.file.code_signature.signing_id'?: string | undefined; 'threat.indicator.file.code_signature.status'?: string | undefined; 'threat.indicator.file.code_signature.subject_name'?: string | undefined; 'threat.indicator.file.code_signature.team_id'?: string | undefined; 'threat.indicator.file.code_signature.timestamp'?: string | number | undefined; 'threat.indicator.file.code_signature.trusted'?: boolean | undefined; 'threat.indicator.file.code_signature.valid'?: boolean | undefined; 'threat.indicator.file.created'?: string | number | undefined; 'threat.indicator.file.ctime'?: string | number | undefined; 'threat.indicator.file.device'?: string | undefined; 'threat.indicator.file.directory'?: string | undefined; 'threat.indicator.file.drive_letter'?: string | undefined; 'threat.indicator.file.elf.architecture'?: string | undefined; 'threat.indicator.file.elf.byte_order'?: string | undefined; 'threat.indicator.file.elf.cpu_type'?: string | undefined; 'threat.indicator.file.elf.creation_date'?: string | number | undefined; 'threat.indicator.file.elf.exports'?: unknown[] | undefined; 'threat.indicator.file.elf.go_import_hash'?: string | undefined; 'threat.indicator.file.elf.go_imports'?: unknown; 'threat.indicator.file.elf.go_imports_names_entropy'?: string | number | undefined; 'threat.indicator.file.elf.go_imports_names_var_entropy'?: string | number | undefined; 'threat.indicator.file.elf.go_stripped'?: boolean | undefined; 'threat.indicator.file.elf.header.abi_version'?: string | undefined; 'threat.indicator.file.elf.header.class'?: string | undefined; 'threat.indicator.file.elf.header.data'?: string | undefined; 'threat.indicator.file.elf.header.entrypoint'?: string | number | undefined; 'threat.indicator.file.elf.header.object_version'?: string | undefined; 'threat.indicator.file.elf.header.os_abi'?: string | undefined; 'threat.indicator.file.elf.header.type'?: string | undefined; 'threat.indicator.file.elf.header.version'?: string | undefined; 'threat.indicator.file.elf.import_hash'?: string | undefined; 'threat.indicator.file.elf.imports'?: unknown[] | undefined; 'threat.indicator.file.elf.imports_names_entropy'?: string | number | undefined; 'threat.indicator.file.elf.imports_names_var_entropy'?: string | number | undefined; 'threat.indicator.file.elf.sections'?: { chi2?: string | number | undefined; entropy?: string | number | undefined; flags?: string | undefined; name?: string | undefined; physical_offset?: string | undefined; physical_size?: string | number | undefined; type?: string | undefined; var_entropy?: string | number | undefined; virtual_address?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'threat.indicator.file.elf.segments'?: { sections?: string | undefined; type?: string | undefined; }[] | undefined; 'threat.indicator.file.elf.shared_libraries'?: string[] | undefined; 'threat.indicator.file.elf.telfhash'?: string | undefined; 'threat.indicator.file.extension'?: string | undefined; 'threat.indicator.file.fork_name'?: string | undefined; 'threat.indicator.file.gid'?: string | undefined; 'threat.indicator.file.group'?: string | undefined; 'threat.indicator.file.hash.md5'?: string | undefined; 'threat.indicator.file.hash.sha1'?: string | undefined; 'threat.indicator.file.hash.sha256'?: string | undefined; 'threat.indicator.file.hash.sha384'?: string | undefined; 'threat.indicator.file.hash.sha512'?: string | undefined; 'threat.indicator.file.hash.ssdeep'?: string | undefined; 'threat.indicator.file.hash.tlsh'?: string | undefined; 'threat.indicator.file.inode'?: string | undefined; 'threat.indicator.file.mime_type'?: string | undefined; 'threat.indicator.file.mode'?: string | undefined; 'threat.indicator.file.mtime'?: string | number | undefined; 'threat.indicator.file.name'?: string | undefined; 'threat.indicator.file.owner'?: string | undefined; 'threat.indicator.file.path'?: string | undefined; 'threat.indicator.file.pe.architecture'?: string | undefined; 'threat.indicator.file.pe.company'?: string | undefined; 'threat.indicator.file.pe.description'?: string | undefined; 'threat.indicator.file.pe.file_version'?: string | undefined; 'threat.indicator.file.pe.go_import_hash'?: string | undefined; 'threat.indicator.file.pe.go_imports'?: unknown; 'threat.indicator.file.pe.go_imports_names_entropy'?: string | number | undefined; 'threat.indicator.file.pe.go_imports_names_var_entropy'?: string | number | undefined; 'threat.indicator.file.pe.go_stripped'?: boolean | undefined; 'threat.indicator.file.pe.imphash'?: string | undefined; 'threat.indicator.file.pe.import_hash'?: string | undefined; 'threat.indicator.file.pe.imports'?: unknown[] | undefined; 'threat.indicator.file.pe.imports_names_entropy'?: string | number | undefined; 'threat.indicator.file.pe.imports_names_var_entropy'?: string | number | undefined; 'threat.indicator.file.pe.original_file_name'?: string | undefined; 'threat.indicator.file.pe.pehash'?: string | undefined; 'threat.indicator.file.pe.product'?: string | undefined; 'threat.indicator.file.pe.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'threat.indicator.file.size'?: string | number | undefined; 'threat.indicator.file.target_path'?: string | undefined; 'threat.indicator.file.type'?: string | undefined; 'threat.indicator.file.uid'?: string | undefined; 'threat.indicator.file.x509.alternative_names'?: string[] | undefined; 'threat.indicator.file.x509.issuer.common_name'?: string[] | undefined; 'threat.indicator.file.x509.issuer.country'?: string[] | undefined; 'threat.indicator.file.x509.issuer.distinguished_name'?: string | undefined; 'threat.indicator.file.x509.issuer.locality'?: string[] | undefined; 'threat.indicator.file.x509.issuer.organization'?: string[] | undefined; 'threat.indicator.file.x509.issuer.organizational_unit'?: string[] | undefined; 'threat.indicator.file.x509.issuer.state_or_province'?: string[] | undefined; 'threat.indicator.file.x509.not_after'?: string | number | undefined; 'threat.indicator.file.x509.not_before'?: string | number | undefined; 'threat.indicator.file.x509.public_key_algorithm'?: string | undefined; 'threat.indicator.file.x509.public_key_curve'?: string | undefined; 'threat.indicator.file.x509.public_key_exponent'?: string | number | undefined; 'threat.indicator.file.x509.public_key_size'?: string | number | undefined; 'threat.indicator.file.x509.serial_number'?: string | undefined; 'threat.indicator.file.x509.signature_algorithm'?: string | undefined; 'threat.indicator.file.x509.subject.common_name'?: string[] | undefined; 'threat.indicator.file.x509.subject.country'?: string[] | undefined; 'threat.indicator.file.x509.subject.distinguished_name'?: string | undefined; 'threat.indicator.file.x509.subject.locality'?: string[] | undefined; 'threat.indicator.file.x509.subject.organization'?: string[] | undefined; 'threat.indicator.file.x509.subject.organizational_unit'?: string[] | undefined; 'threat.indicator.file.x509.subject.state_or_province'?: string[] | undefined; 'threat.indicator.file.x509.version_number'?: string | undefined; 'threat.indicator.first_seen'?: string | number | undefined; 'threat.indicator.geo.city_name'?: string | undefined; 'threat.indicator.geo.continent_code'?: string | undefined; 'threat.indicator.geo.continent_name'?: string | undefined; 'threat.indicator.geo.country_iso_code'?: string | undefined; 'threat.indicator.geo.country_name'?: string | undefined; 'threat.indicator.geo.location'?: string | { type: string; coordinates: number[]; } | { lat: number; lon: number; } | { location: number[]; } | { location: string; } | undefined; 'threat.indicator.geo.name'?: string | undefined; 'threat.indicator.geo.postal_code'?: string | undefined; 'threat.indicator.geo.region_iso_code'?: string | undefined; 'threat.indicator.geo.region_name'?: string | undefined; 'threat.indicator.geo.timezone'?: string | undefined; 'threat.indicator.ip'?: string | undefined; 'threat.indicator.last_seen'?: string | number | undefined; 'threat.indicator.marking.tlp'?: string | undefined; 'threat.indicator.marking.tlp_version'?: string | undefined; 'threat.indicator.modified_at'?: string | number | undefined; 'threat.indicator.name'?: string | undefined; 'threat.indicator.port'?: string | number | undefined; 'threat.indicator.provider'?: string | undefined; 'threat.indicator.reference'?: string | undefined; 'threat.indicator.registry.data.bytes'?: string | undefined; 'threat.indicator.registry.data.strings'?: string[] | undefined; 'threat.indicator.registry.data.type'?: string | undefined; 'threat.indicator.registry.hive'?: string | undefined; 'threat.indicator.registry.key'?: string | undefined; 'threat.indicator.registry.path'?: string | undefined; 'threat.indicator.registry.value'?: string | undefined; 'threat.indicator.scanner_stats'?: string | number | undefined; 'threat.indicator.sightings'?: string | number | undefined; 'threat.indicator.type'?: string | undefined; 'threat.indicator.url.domain'?: string | undefined; 'threat.indicator.url.extension'?: string | undefined; 'threat.indicator.url.fragment'?: string | undefined; 'threat.indicator.url.full'?: string | undefined; 'threat.indicator.url.original'?: string | undefined; 'threat.indicator.url.password'?: string | undefined; 'threat.indicator.url.path'?: string | undefined; 'threat.indicator.url.port'?: string | number | undefined; 'threat.indicator.url.query'?: string | undefined; 'threat.indicator.url.registered_domain'?: string | undefined; 'threat.indicator.url.scheme'?: string | undefined; 'threat.indicator.url.subdomain'?: string | undefined; 'threat.indicator.url.top_level_domain'?: string | undefined; 'threat.indicator.url.username'?: string | undefined; 'threat.indicator.x509.alternative_names'?: string[] | undefined; 'threat.indicator.x509.issuer.common_name'?: string[] | undefined; 'threat.indicator.x509.issuer.country'?: string[] | undefined; 'threat.indicator.x509.issuer.distinguished_name'?: string | undefined; 'threat.indicator.x509.issuer.locality'?: string[] | undefined; 'threat.indicator.x509.issuer.organization'?: string[] | undefined; 'threat.indicator.x509.issuer.organizational_unit'?: string[] | undefined; 'threat.indicator.x509.issuer.state_or_province'?: string[] | undefined; 'threat.indicator.x509.not_after'?: string | number | undefined; 'threat.indicator.x509.not_before'?: string | number | undefined; 'threat.indicator.x509.public_key_algorithm'?: string | undefined; 'threat.indicator.x509.public_key_curve'?: string | undefined; 'threat.indicator.x509.public_key_exponent'?: string | number | undefined; 'threat.indicator.x509.public_key_size'?: string | number | undefined; 'threat.indicator.x509.serial_number'?: string | undefined; 'threat.indicator.x509.signature_algorithm'?: string | undefined; 'threat.indicator.x509.subject.common_name'?: string[] | undefined; 'threat.indicator.x509.subject.country'?: string[] | undefined; 'threat.indicator.x509.subject.distinguished_name'?: string | undefined; 'threat.indicator.x509.subject.locality'?: string[] | undefined; 'threat.indicator.x509.subject.organization'?: string[] | undefined; 'threat.indicator.x509.subject.organizational_unit'?: string[] | undefined; 'threat.indicator.x509.subject.state_or_province'?: string[] | undefined; 'threat.indicator.x509.version_number'?: string | undefined; 'threat.software.alias'?: string[] | undefined; 'threat.software.id'?: string | undefined; 'threat.software.name'?: string | undefined; 'threat.software.platforms'?: string[] | undefined; 'threat.software.reference'?: string | undefined; 'threat.software.type'?: string | undefined; 'threat.tactic.id'?: string[] | undefined; 'threat.tactic.name'?: string[] | undefined; 'threat.tactic.reference'?: string[] | undefined; 'threat.technique.id'?: string[] | undefined; 'threat.technique.name'?: string[] | undefined; 'threat.technique.reference'?: string[] | undefined; 'threat.technique.subtechnique.id'?: string[] | undefined; 'threat.technique.subtechnique.name'?: string[] | undefined; 'threat.technique.subtechnique.reference'?: string[] | undefined; 'tls.cipher'?: string | undefined; 'tls.client.certificate'?: string | undefined; 'tls.client.certificate_chain'?: string[] | undefined; 'tls.client.hash.md5'?: string | undefined; 'tls.client.hash.sha1'?: string | undefined; 'tls.client.hash.sha256'?: string | undefined; 'tls.client.issuer'?: string | undefined; 'tls.client.ja3'?: string | undefined; 'tls.client.not_after'?: string | number | undefined; 'tls.client.not_before'?: string | number | undefined; 'tls.client.server_name'?: string | undefined; 'tls.client.subject'?: string | undefined; 'tls.client.supported_ciphers'?: string[] | undefined; 'tls.client.x509.alternative_names'?: string[] | undefined; 'tls.client.x509.issuer.common_name'?: string[] | undefined; 'tls.client.x509.issuer.country'?: string[] | undefined; 'tls.client.x509.issuer.distinguished_name'?: string | undefined; 'tls.client.x509.issuer.locality'?: string[] | undefined; 'tls.client.x509.issuer.organization'?: string[] | undefined; 'tls.client.x509.issuer.organizational_unit'?: string[] | undefined; 'tls.client.x509.issuer.state_or_province'?: string[] | undefined; 'tls.client.x509.not_after'?: string | number | undefined; 'tls.client.x509.not_before'?: string | number | undefined; 'tls.client.x509.public_key_algorithm'?: string | undefined; 'tls.client.x509.public_key_curve'?: string | undefined; 'tls.client.x509.public_key_exponent'?: string | number | undefined; 'tls.client.x509.public_key_size'?: string | number | undefined; 'tls.client.x509.serial_number'?: string | undefined; 'tls.client.x509.signature_algorithm'?: string | undefined; 'tls.client.x509.subject.common_name'?: string[] | undefined; 'tls.client.x509.subject.country'?: string[] | undefined; 'tls.client.x509.subject.distinguished_name'?: string | undefined; 'tls.client.x509.subject.locality'?: string[] | undefined; 'tls.client.x509.subject.organization'?: string[] | undefined; 'tls.client.x509.subject.organizational_unit'?: string[] | undefined; 'tls.client.x509.subject.state_or_province'?: string[] | undefined; 'tls.client.x509.version_number'?: string | undefined; 'tls.curve'?: string | undefined; 'tls.established'?: boolean | undefined; 'tls.next_protocol'?: string | undefined; 'tls.resumed'?: boolean | undefined; 'tls.server.certificate'?: string | undefined; 'tls.server.certificate_chain'?: string[] | undefined; 'tls.server.hash.md5'?: string | undefined; 'tls.server.hash.sha1'?: string | undefined; 'tls.server.hash.sha256'?: string | undefined; 'tls.server.issuer'?: string | undefined; 'tls.server.ja3s'?: string | undefined; 'tls.server.not_after'?: string | number | undefined; 'tls.server.not_before'?: string | number | undefined; 'tls.server.subject'?: string | undefined; 'tls.server.x509.alternative_names'?: string[] | undefined; 'tls.server.x509.issuer.common_name'?: string[] | undefined; 'tls.server.x509.issuer.country'?: string[] | undefined; 'tls.server.x509.issuer.distinguished_name'?: string | undefined; 'tls.server.x509.issuer.locality'?: string[] | undefined; 'tls.server.x509.issuer.organization'?: string[] | undefined; 'tls.server.x509.issuer.organizational_unit'?: string[] | undefined; 'tls.server.x509.issuer.state_or_province'?: string[] | undefined; 'tls.server.x509.not_after'?: string | number | undefined; 'tls.server.x509.not_before'?: string | number | undefined; 'tls.server.x509.public_key_algorithm'?: string | undefined; 'tls.server.x509.public_key_curve'?: string | undefined; 'tls.server.x509.public_key_exponent'?: string | number | undefined; 'tls.server.x509.public_key_size'?: string | number | undefined; 'tls.server.x509.serial_number'?: string | undefined; 'tls.server.x509.signature_algorithm'?: string | undefined; 'tls.server.x509.subject.common_name'?: string[] | undefined; 'tls.server.x509.subject.country'?: string[] | undefined; 'tls.server.x509.subject.distinguished_name'?: string | undefined; 'tls.server.x509.subject.locality'?: string[] | undefined; 'tls.server.x509.subject.organization'?: string[] | undefined; 'tls.server.x509.subject.organizational_unit'?: string[] | undefined; 'tls.server.x509.subject.state_or_province'?: string[] | undefined; 'tls.server.x509.version_number'?: string | undefined; 'tls.version'?: string | undefined; 'tls.version_protocol'?: string | undefined; 'trace.id'?: string | undefined; 'transaction.id'?: string | undefined; 'url.domain'?: string | undefined; 'url.extension'?: string | undefined; 'url.fragment'?: string | undefined; 'url.full'?: string | undefined; 'url.original'?: string | undefined; 'url.password'?: string | undefined; 'url.path'?: string | undefined; 'url.port'?: string | number | undefined; 'url.query'?: string | undefined; 'url.registered_domain'?: string | undefined; 'url.scheme'?: string | undefined; 'url.subdomain'?: string | undefined; 'url.top_level_domain'?: string | undefined; 'url.username'?: string | undefined; 'user.changes.domain'?: string | undefined; 'user.changes.email'?: string | undefined; 'user.changes.full_name'?: string | undefined; 'user.changes.group.domain'?: string | undefined; 'user.changes.group.id'?: string | undefined; 'user.changes.group.name'?: string | undefined; 'user.changes.hash'?: string | undefined; 'user.changes.id'?: string | undefined; 'user.changes.name'?: string | undefined; 'user.changes.roles'?: string[] | undefined; 'user.domain'?: string | undefined; 'user.effective.domain'?: string | undefined; 'user.effective.email'?: string | undefined; 'user.effective.full_name'?: string | undefined; 'user.effective.group.domain'?: string | undefined; 'user.effective.group.id'?: string | undefined; 'user.effective.group.name'?: string | undefined; 'user.effective.hash'?: string | undefined; 'user.effective.id'?: string | undefined; 'user.effective.name'?: string | undefined; 'user.effective.roles'?: string[] | undefined; 'user.email'?: string | undefined; 'user.full_name'?: string | undefined; 'user.group.domain'?: string | undefined; 'user.group.id'?: string | undefined; 'user.group.name'?: string | undefined; 'user.hash'?: string | undefined; 'user.id'?: string | undefined; 'user.name'?: string | undefined; 'user.risk.calculated_level'?: string | undefined; 'user.risk.calculated_score'?: number | undefined; 'user.risk.calculated_score_norm'?: number | undefined; 'user.risk.static_level'?: string | undefined; 'user.risk.static_score'?: number | undefined; 'user.risk.static_score_norm'?: number | undefined; 'user.roles'?: string[] | undefined; 'user.target.domain'?: string | undefined; 'user.target.email'?: string | undefined; 'user.target.full_name'?: string | undefined; 'user.target.group.domain'?: string | undefined; 'user.target.group.id'?: string | undefined; 'user.target.group.name'?: string | undefined; 'user.target.hash'?: string | undefined; 'user.target.id'?: string | undefined; 'user.target.name'?: string | undefined; 'user.target.roles'?: string[] | undefined; 'user_agent.device.name'?: string | undefined; 'user_agent.name'?: string | undefined; 'user_agent.original'?: string | undefined; 'user_agent.os.family'?: string | undefined; 'user_agent.os.full'?: string | undefined; 'user_agent.os.kernel'?: string | undefined; 'user_agent.os.name'?: string | undefined; 'user_agent.os.platform'?: string | undefined; 'user_agent.os.type'?: string | undefined; 'user_agent.os.version'?: string | undefined; 'user_agent.version'?: string | undefined; 'vulnerability.category'?: string[] | undefined; 'vulnerability.classification'?: string | undefined; 'vulnerability.description'?: string | undefined; 'vulnerability.enumeration'?: string | undefined; 'vulnerability.id'?: string | undefined; 'vulnerability.reference'?: string | undefined; 'vulnerability.report_id'?: string | undefined; 'vulnerability.scanner.vendor'?: string | undefined; 'vulnerability.score.base'?: number | undefined; 'vulnerability.score.environmental'?: number | undefined; 'vulnerability.score.temporal'?: number | undefined; 'vulnerability.score.version'?: string | undefined; 'vulnerability.severity'?: string | undefined; } & {} & { 'ecs.version'?: string | undefined; 'kibana.alert.risk_score'?: number | undefined; 'kibana.alert.rule.author'?: string | undefined; 'kibana.alert.rule.created_at'?: string | number | undefined; 'kibana.alert.rule.created_by'?: string | undefined; 'kibana.alert.rule.description'?: string | undefined; 'kibana.alert.rule.enabled'?: string | undefined; 'kibana.alert.rule.from'?: string | undefined; 'kibana.alert.rule.interval'?: string | undefined; 'kibana.alert.rule.license'?: string | undefined; 'kibana.alert.rule.note'?: string | undefined; 'kibana.alert.rule.references'?: string[] | undefined; 'kibana.alert.rule.rule_id'?: string | undefined; 'kibana.alert.rule.rule_name_override'?: string | undefined; 'kibana.alert.rule.to'?: string | undefined; 'kibana.alert.rule.type'?: string | undefined; 'kibana.alert.rule.updated_at'?: string | number | undefined; 'kibana.alert.rule.updated_by'?: string | undefined; 'kibana.alert.rule.version'?: string | undefined; 'kibana.alert.severity'?: string | undefined; 'kibana.alert.suppression.docs_count'?: string | number | undefined; 'kibana.alert.suppression.end'?: string | number | undefined; 'kibana.alert.suppression.start'?: string | number | undefined; 'kibana.alert.suppression.terms.field'?: string[] | undefined; 'kibana.alert.suppression.terms.value'?: string[] | undefined; 'kibana.alert.system_status'?: string | undefined; 'kibana.alert.workflow_reason'?: string | undefined; 'kibana.alert.workflow_status_updated_at'?: string | number | undefined; 'kibana.alert.workflow_user'?: string | undefined; }) | ({} & { 'kibana.alert.context'?: unknown; 'kibana.alert.evaluation.threshold'?: string | number | undefined; 'kibana.alert.evaluation.value'?: string | number | undefined; 'kibana.alert.evaluation.values'?: (string | number)[] | undefined; 'kibana.alert.group'?: { field?: string[] | undefined; value?: string[] | undefined; }[] | undefined; 'slo.id'?: string | undefined; 'slo.instanceId'?: string | undefined; 'slo.revision'?: string | number | undefined; } & { '@timestamp': string | number; 'kibana.alert.instance.id': string; 'kibana.alert.rule.category': string; 'kibana.alert.rule.consumer': string; 'kibana.alert.rule.name': string; 'kibana.alert.rule.producer': string; 'kibana.alert.rule.revision': string | number; 'kibana.alert.rule.rule_type_id': string; 'kibana.alert.rule.uuid': string; 'kibana.alert.status': string; 'kibana.alert.uuid': string; 'kibana.space_ids': string[]; } & { 'event.action'?: string | undefined; 'event.kind'?: string | undefined; 'event.original'?: string | undefined; 'kibana.alert.action_group'?: string | undefined; 'kibana.alert.case_ids'?: string[] | undefined; 'kibana.alert.consecutive_matches'?: string | number | undefined; 'kibana.alert.duration.us'?: string | number | undefined; 'kibana.alert.end'?: string | number | undefined; 'kibana.alert.flapping'?: boolean | undefined; 'kibana.alert.flapping_history'?: boolean[] | undefined; 'kibana.alert.intended_timestamp'?: string | number | undefined; 'kibana.alert.last_detected'?: string | number | undefined; 'kibana.alert.maintenance_window_ids'?: string[] | undefined; 'kibana.alert.previous_action_group'?: string | undefined; 'kibana.alert.reason'?: string | undefined; 'kibana.alert.rule.execution.timestamp'?: string | number | undefined; 'kibana.alert.rule.execution.type'?: string | undefined; 'kibana.alert.rule.execution.uuid'?: string | undefined; 'kibana.alert.rule.parameters'?: unknown; 'kibana.alert.rule.tags'?: string[] | undefined; 'kibana.alert.severity_improving'?: boolean | undefined; 'kibana.alert.start'?: string | number | undefined; 'kibana.alert.time_range'?: { gte?: string | number | undefined; lte?: string | number | undefined; } | undefined; 'kibana.alert.url'?: string | undefined; 'kibana.alert.workflow_assignee_ids'?: string[] | undefined; 'kibana.alert.workflow_status'?: string | undefined; 'kibana.alert.workflow_tags'?: string[] | undefined; 'kibana.version'?: string | undefined; tags?: string[] | undefined; } & { '@timestamp': string | number; 'ecs.version': string; } & { 'agent.build.original'?: string | undefined; 'agent.ephemeral_id'?: string | undefined; 'agent.id'?: string | undefined; 'agent.name'?: string | undefined; 'agent.type'?: string | undefined; 'agent.version'?: string | undefined; 'client.address'?: string | undefined; 'client.as.number'?: string | number | undefined; 'client.as.organization.name'?: string | undefined; 'client.bytes'?: string | number | undefined; 'client.domain'?: string | undefined; 'client.geo.city_name'?: string | undefined; 'client.geo.continent_code'?: string | undefined; 'client.geo.continent_name'?: string | undefined; 'client.geo.country_iso_code'?: string | undefined; 'client.geo.country_name'?: string | undefined; 'client.geo.location'?: string | { type: string; coordinates: number[]; } | { lat: number; lon: number; } | { location: number[]; } | { location: string; } | undefined; 'client.geo.name'?: string | undefined; 'client.geo.postal_code'?: string | undefined; 'client.geo.region_iso_code'?: string | undefined; 'client.geo.region_name'?: string | undefined; 'client.geo.timezone'?: string | undefined; 'client.ip'?: string | undefined; 'client.mac'?: string | undefined; 'client.nat.ip'?: string | undefined; 'client.nat.port'?: string | number | undefined; 'client.packets'?: string | number | undefined; 'client.port'?: string | number | undefined; 'client.registered_domain'?: string | undefined; 'client.subdomain'?: string | undefined; 'client.top_level_domain'?: string | undefined; 'client.user.domain'?: string | undefined; 'client.user.email'?: string | undefined; 'client.user.full_name'?: string | undefined; 'client.user.group.domain'?: string | undefined; 'client.user.group.id'?: string | undefined; 'client.user.group.name'?: string | undefined; 'client.user.hash'?: string | undefined; 'client.user.id'?: string | undefined; 'client.user.name'?: string | undefined; 'client.user.roles'?: string[] | undefined; 'cloud.account.id'?: string | undefined; 'cloud.account.name'?: string | undefined; 'cloud.availability_zone'?: string | undefined; 'cloud.instance.id'?: string | undefined; 'cloud.instance.name'?: string | undefined; 'cloud.machine.type'?: string | undefined; 'cloud.origin.account.id'?: string | undefined; 'cloud.origin.account.name'?: string | undefined; 'cloud.origin.availability_zone'?: string | undefined; 'cloud.origin.instance.id'?: string | undefined; 'cloud.origin.instance.name'?: string | undefined; 'cloud.origin.machine.type'?: string | undefined; 'cloud.origin.project.id'?: string | undefined; 'cloud.origin.project.name'?: string | undefined; 'cloud.origin.provider'?: string | undefined; 'cloud.origin.region'?: string | undefined; 'cloud.origin.service.name'?: string | undefined; 'cloud.project.id'?: string | undefined; 'cloud.project.name'?: string | undefined; 'cloud.provider'?: string | undefined; 'cloud.region'?: string | undefined; 'cloud.service.name'?: string | undefined; 'cloud.target.account.id'?: string | undefined; 'cloud.target.account.name'?: string | undefined; 'cloud.target.availability_zone'?: string | undefined; 'cloud.target.instance.id'?: string | undefined; 'cloud.target.instance.name'?: string | undefined; 'cloud.target.machine.type'?: string | undefined; 'cloud.target.project.id'?: string | undefined; 'cloud.target.project.name'?: string | undefined; 'cloud.target.provider'?: string | undefined; 'cloud.target.region'?: string | undefined; 'cloud.target.service.name'?: string | undefined; 'container.cpu.usage'?: string | number | undefined; 'container.disk.read.bytes'?: string | number | undefined; 'container.disk.write.bytes'?: string | number | undefined; 'container.id'?: string | undefined; 'container.image.hash.all'?: string[] | undefined; 'container.image.name'?: string | undefined; 'container.image.tag'?: string[] | undefined; 'container.labels'?: unknown; 'container.memory.usage'?: string | number | undefined; 'container.name'?: string | undefined; 'container.network.egress.bytes'?: string | number | undefined; 'container.network.ingress.bytes'?: string | number | undefined; 'container.runtime'?: string | undefined; 'container.security_context.privileged'?: boolean | undefined; 'destination.address'?: string | undefined; 'destination.as.number'?: string | number | undefined; 'destination.as.organization.name'?: string | undefined; 'destination.bytes'?: string | number | undefined; 'destination.domain'?: string | undefined; 'destination.geo.city_name'?: string | undefined; 'destination.geo.continent_code'?: string | undefined; 'destination.geo.continent_name'?: string | undefined; 'destination.geo.country_iso_code'?: string | undefined; 'destination.geo.country_name'?: string | undefined; 'destination.geo.location'?: string | { type: string; coordinates: number[]; } | { lat: number; lon: number; } | { location: number[]; } | { location: string; } | undefined; 'destination.geo.name'?: string | undefined; 'destination.geo.postal_code'?: string | undefined; 'destination.geo.region_iso_code'?: string | undefined; 'destination.geo.region_name'?: string | undefined; 'destination.geo.timezone'?: string | undefined; 'destination.ip'?: string | undefined; 'destination.mac'?: string | undefined; 'destination.nat.ip'?: string | undefined; 'destination.nat.port'?: string | number | undefined; 'destination.packets'?: string | number | undefined; 'destination.port'?: string | number | undefined; 'destination.registered_domain'?: string | undefined; 'destination.subdomain'?: string | undefined; 'destination.top_level_domain'?: string | undefined; 'destination.user.domain'?: string | undefined; 'destination.user.email'?: string | undefined; 'destination.user.full_name'?: string | undefined; 'destination.user.group.domain'?: string | undefined; 'destination.user.group.id'?: string | undefined; 'destination.user.group.name'?: string | undefined; 'destination.user.hash'?: string | undefined; 'destination.user.id'?: string | undefined; 'destination.user.name'?: string | undefined; 'destination.user.roles'?: string[] | undefined; 'device.id'?: string | undefined; 'device.manufacturer'?: string | undefined; 'device.model.identifier'?: string | undefined; 'device.model.name'?: string | undefined; 'dll.code_signature.digest_algorithm'?: string | undefined; 'dll.code_signature.exists'?: boolean | undefined; 'dll.code_signature.signing_id'?: string | undefined; 'dll.code_signature.status'?: string | undefined; 'dll.code_signature.subject_name'?: string | undefined; 'dll.code_signature.team_id'?: string | undefined; 'dll.code_signature.timestamp'?: string | number | undefined; 'dll.code_signature.trusted'?: boolean | undefined; 'dll.code_signature.valid'?: boolean | undefined; 'dll.hash.md5'?: string | undefined; 'dll.hash.sha1'?: string | undefined; 'dll.hash.sha256'?: string | undefined; 'dll.hash.sha384'?: string | undefined; 'dll.hash.sha512'?: string | undefined; 'dll.hash.ssdeep'?: string | undefined; 'dll.hash.tlsh'?: string | undefined; 'dll.name'?: string | undefined; 'dll.path'?: string | undefined; 'dll.pe.architecture'?: string | undefined; 'dll.pe.company'?: string | undefined; 'dll.pe.description'?: string | undefined; 'dll.pe.file_version'?: string | undefined; 'dll.pe.go_import_hash'?: string | undefined; 'dll.pe.go_imports'?: unknown; 'dll.pe.go_imports_names_entropy'?: string | number | undefined; 'dll.pe.go_imports_names_var_entropy'?: string | number | undefined; 'dll.pe.go_stripped'?: boolean | undefined; 'dll.pe.imphash'?: string | undefined; 'dll.pe.import_hash'?: string | undefined; 'dll.pe.imports'?: unknown[] | undefined; 'dll.pe.imports_names_entropy'?: string | number | undefined; 'dll.pe.imports_names_var_entropy'?: string | number | undefined; 'dll.pe.original_file_name'?: string | undefined; 'dll.pe.pehash'?: string | undefined; 'dll.pe.product'?: string | undefined; 'dll.pe.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'dns.answers'?: { class?: string | undefined; data?: string | undefined; name?: string | undefined; ttl?: string | number | undefined; type?: string | undefined; }[] | undefined; 'dns.header_flags'?: string[] | undefined; 'dns.id'?: string | undefined; 'dns.op_code'?: string | undefined; 'dns.question.class'?: string | undefined; 'dns.question.name'?: string | undefined; 'dns.question.registered_domain'?: string | undefined; 'dns.question.subdomain'?: string | undefined; 'dns.question.top_level_domain'?: string | undefined; 'dns.question.type'?: string | undefined; 'dns.resolved_ip'?: string[] | undefined; 'dns.response_code'?: string | undefined; 'dns.type'?: string | undefined; 'email.attachments'?: { 'file.extension'?: string | undefined; 'file.hash.md5'?: string | undefined; 'file.hash.sha1'?: string | undefined; 'file.hash.sha256'?: string | undefined; 'file.hash.sha384'?: string | undefined; 'file.hash.sha512'?: string | undefined; 'file.hash.ssdeep'?: string | undefined; 'file.hash.tlsh'?: string | undefined; 'file.mime_type'?: string | undefined; 'file.name'?: string | undefined; 'file.size'?: string | number | undefined; }[] | undefined; 'email.bcc.address'?: string[] | undefined; 'email.cc.address'?: string[] | undefined; 'email.content_type'?: string | undefined; 'email.delivery_timestamp'?: string | number | undefined; 'email.direction'?: string | undefined; 'email.from.address'?: string[] | undefined; 'email.local_id'?: string | undefined; 'email.message_id'?: string | undefined; 'email.origination_timestamp'?: string | number | undefined; 'email.reply_to.address'?: string[] | undefined; 'email.sender.address'?: string | undefined; 'email.subject'?: string | undefined; 'email.to.address'?: string[] | undefined; 'email.x_mailer'?: string | undefined; 'error.code'?: string | undefined; 'error.id'?: string | undefined; 'error.message'?: string | undefined; 'error.stack_trace'?: string | undefined; 'error.type'?: string | undefined; 'event.action'?: string | undefined; 'event.agent_id_status'?: string | undefined; 'event.category'?: string[] | undefined; 'event.code'?: string | undefined; 'event.created'?: string | number | undefined; 'event.dataset'?: string | undefined; 'event.duration'?: string | number | undefined; 'event.end'?: string | number | undefined; 'event.hash'?: string | undefined; 'event.id'?: string | undefined; 'event.ingested'?: string | number | undefined; 'event.kind'?: string | undefined; 'event.module'?: string | undefined; 'event.original'?: string | undefined; 'event.outcome'?: string | undefined; 'event.provider'?: string | undefined; 'event.reason'?: string | undefined; 'event.reference'?: string | undefined; 'event.risk_score'?: number | undefined; 'event.risk_score_norm'?: number | undefined; 'event.sequence'?: string | number | undefined; 'event.severity'?: string | number | undefined; 'event.start'?: string | number | undefined; 'event.timezone'?: string | undefined; 'event.type'?: string[] | undefined; 'event.url'?: string | undefined; 'faas.coldstart'?: boolean | undefined; 'faas.execution'?: string | undefined; 'faas.id'?: string | undefined; 'faas.name'?: string | undefined; 'faas.version'?: string | undefined; 'file.accessed'?: string | number | undefined; 'file.attributes'?: string[] | undefined; 'file.code_signature.digest_algorithm'?: string | undefined; 'file.code_signature.exists'?: boolean | undefined; 'file.code_signature.signing_id'?: string | undefined; 'file.code_signature.status'?: string | undefined; 'file.code_signature.subject_name'?: string | undefined; 'file.code_signature.team_id'?: string | undefined; 'file.code_signature.timestamp'?: string | number | undefined; 'file.code_signature.trusted'?: boolean | undefined; 'file.code_signature.valid'?: boolean | undefined; 'file.created'?: string | number | undefined; 'file.ctime'?: string | number | undefined; 'file.device'?: string | undefined; 'file.directory'?: string | undefined; 'file.drive_letter'?: string | undefined; 'file.elf.architecture'?: string | undefined; 'file.elf.byte_order'?: string | undefined; 'file.elf.cpu_type'?: string | undefined; 'file.elf.creation_date'?: string | number | undefined; 'file.elf.exports'?: unknown[] | undefined; 'file.elf.go_import_hash'?: string | undefined; 'file.elf.go_imports'?: unknown; 'file.elf.go_imports_names_entropy'?: string | number | undefined; 'file.elf.go_imports_names_var_entropy'?: string | number | undefined; 'file.elf.go_stripped'?: boolean | undefined; 'file.elf.header.abi_version'?: string | undefined; 'file.elf.header.class'?: string | undefined; 'file.elf.header.data'?: string | undefined; 'file.elf.header.entrypoint'?: string | number | undefined; 'file.elf.header.object_version'?: string | undefined; 'file.elf.header.os_abi'?: string | undefined; 'file.elf.header.type'?: string | undefined; 'file.elf.header.version'?: string | undefined; 'file.elf.import_hash'?: string | undefined; 'file.elf.imports'?: unknown[] | undefined; 'file.elf.imports_names_entropy'?: string | number | undefined; 'file.elf.imports_names_var_entropy'?: string | number | undefined; 'file.elf.sections'?: { chi2?: string | number | undefined; entropy?: string | number | undefined; flags?: string | undefined; name?: string | undefined; physical_offset?: string | undefined; physical_size?: string | number | undefined; type?: string | undefined; var_entropy?: string | number | undefined; virtual_address?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'file.elf.segments'?: { sections?: string | undefined; type?: string | undefined; }[] | undefined; 'file.elf.shared_libraries'?: string[] | undefined; 'file.elf.telfhash'?: string | undefined; 'file.extension'?: string | undefined; 'file.fork_name'?: string | undefined; 'file.gid'?: string | undefined; 'file.group'?: string | undefined; 'file.hash.md5'?: string | undefined; 'file.hash.sha1'?: string | undefined; 'file.hash.sha256'?: string | undefined; 'file.hash.sha384'?: string | undefined; 'file.hash.sha512'?: string | undefined; 'file.hash.ssdeep'?: string | undefined; 'file.hash.tlsh'?: string | undefined; 'file.inode'?: string | undefined; 'file.macho.go_import_hash'?: string | undefined; 'file.macho.go_imports'?: unknown; 'file.macho.go_imports_names_entropy'?: string | number | undefined; 'file.macho.go_imports_names_var_entropy'?: string | number | undefined; 'file.macho.go_stripped'?: boolean | undefined; 'file.macho.import_hash'?: string | undefined; 'file.macho.imports'?: unknown[] | undefined; 'file.macho.imports_names_entropy'?: string | number | undefined; 'file.macho.imports_names_var_entropy'?: string | number | undefined; 'file.macho.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'file.macho.symhash'?: string | undefined; 'file.mime_type'?: string | undefined; 'file.mode'?: string | undefined; 'file.mtime'?: string | number | undefined; 'file.name'?: string | undefined; 'file.owner'?: string | undefined; 'file.path'?: string | undefined; 'file.pe.architecture'?: string | undefined; 'file.pe.company'?: string | undefined; 'file.pe.description'?: string | undefined; 'file.pe.file_version'?: string | undefined; 'file.pe.go_import_hash'?: string | undefined; 'file.pe.go_imports'?: unknown; 'file.pe.go_imports_names_entropy'?: string | number | undefined; 'file.pe.go_imports_names_var_entropy'?: string | number | undefined; 'file.pe.go_stripped'?: boolean | undefined; 'file.pe.imphash'?: string | undefined; 'file.pe.import_hash'?: string | undefined; 'file.pe.imports'?: unknown[] | undefined; 'file.pe.imports_names_entropy'?: string | number | undefined; 'file.pe.imports_names_var_entropy'?: string | number | undefined; 'file.pe.original_file_name'?: string | undefined; 'file.pe.pehash'?: string | undefined; 'file.pe.product'?: string | undefined; 'file.pe.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'file.size'?: string | number | undefined; 'file.target_path'?: string | undefined; 'file.type'?: string | undefined; 'file.uid'?: string | undefined; 'file.x509.alternative_names'?: string[] | undefined; 'file.x509.issuer.common_name'?: string[] | undefined; 'file.x509.issuer.country'?: string[] | undefined; 'file.x509.issuer.distinguished_name'?: string | undefined; 'file.x509.issuer.locality'?: string[] | undefined; 'file.x509.issuer.organization'?: string[] | undefined; 'file.x509.issuer.organizational_unit'?: string[] | undefined; 'file.x509.issuer.state_or_province'?: string[] | undefined; 'file.x509.not_after'?: string | number | undefined; 'file.x509.not_before'?: string | number | undefined; 'file.x509.public_key_algorithm'?: string | undefined; 'file.x509.public_key_curve'?: string | undefined; 'file.x509.public_key_exponent'?: string | number | undefined; 'file.x509.public_key_size'?: string | number | undefined; 'file.x509.serial_number'?: string | undefined; 'file.x509.signature_algorithm'?: string | undefined; 'file.x509.subject.common_name'?: string[] | undefined; 'file.x509.subject.country'?: string[] | undefined; 'file.x509.subject.distinguished_name'?: string | undefined; 'file.x509.subject.locality'?: string[] | undefined; 'file.x509.subject.organization'?: string[] | undefined; 'file.x509.subject.organizational_unit'?: string[] | undefined; 'file.x509.subject.state_or_province'?: string[] | undefined; 'file.x509.version_number'?: string | undefined; 'group.domain'?: string | undefined; 'group.id'?: string | undefined; 'group.name'?: string | undefined; 'host.architecture'?: string | undefined; 'host.boot.id'?: string | undefined; 'host.cpu.usage'?: string | number | undefined; 'host.disk.read.bytes'?: string | number | undefined; 'host.disk.write.bytes'?: string | number | undefined; 'host.domain'?: string | undefined; 'host.geo.city_name'?: string | undefined; 'host.geo.continent_code'?: string | undefined; 'host.geo.continent_name'?: string | undefined; 'host.geo.country_iso_code'?: string | undefined; 'host.geo.country_name'?: string | undefined; 'host.geo.location'?: string | { type: string; coordinates: number[]; } | { lat: number; lon: number; } | { location: number[]; } | { location: string; } | undefined; 'host.geo.name'?: string | undefined; 'host.geo.postal_code'?: string | undefined; 'host.geo.region_iso_code'?: string | undefined; 'host.geo.region_name'?: string | undefined; 'host.geo.timezone'?: string | undefined; 'host.hostname'?: string | undefined; 'host.id'?: string | undefined; 'host.ip'?: string[] | undefined; 'host.mac'?: string[] | undefined; 'host.name'?: string | undefined; 'host.network.egress.bytes'?: string | number | undefined; 'host.network.egress.packets'?: string | number | undefined; 'host.network.ingress.bytes'?: string | number | undefined; 'host.network.ingress.packets'?: string | number | undefined; 'host.os.family'?: string | undefined; 'host.os.full'?: string | undefined; 'host.os.kernel'?: string | undefined; 'host.os.name'?: string | undefined; 'host.os.platform'?: string | undefined; 'host.os.type'?: string | undefined; 'host.os.version'?: string | undefined; 'host.pid_ns_ino'?: string | undefined; 'host.risk.calculated_level'?: string | undefined; 'host.risk.calculated_score'?: number | undefined; 'host.risk.calculated_score_norm'?: number | undefined; 'host.risk.static_level'?: string | undefined; 'host.risk.static_score'?: number | undefined; 'host.risk.static_score_norm'?: number | undefined; 'host.type'?: string | undefined; 'host.uptime'?: string | number | undefined; 'http.request.body.bytes'?: string | number | undefined; 'http.request.body.content'?: string | undefined; 'http.request.bytes'?: string | number | undefined; 'http.request.id'?: string | undefined; 'http.request.method'?: string | undefined; 'http.request.mime_type'?: string | undefined; 'http.request.referrer'?: string | undefined; 'http.response.body.bytes'?: string | number | undefined; 'http.response.body.content'?: string | undefined; 'http.response.bytes'?: string | number | undefined; 'http.response.mime_type'?: string | undefined; 'http.response.status_code'?: string | number | undefined; 'http.version'?: string | undefined; labels?: unknown; 'log.file.path'?: string | undefined; 'log.level'?: string | undefined; 'log.logger'?: string | undefined; 'log.origin.file.line'?: string | number | undefined; 'log.origin.file.name'?: string | undefined; 'log.origin.function'?: string | undefined; 'log.syslog'?: unknown; message?: string | undefined; 'network.application'?: string | undefined; 'network.bytes'?: string | number | undefined; 'network.community_id'?: string | undefined; 'network.direction'?: string | undefined; 'network.forwarded_ip'?: string | undefined; 'network.iana_number'?: string | undefined; 'network.inner'?: unknown; 'network.name'?: string | undefined; 'network.packets'?: string | number | undefined; 'network.protocol'?: string | undefined; 'network.transport'?: string | undefined; 'network.type'?: string | undefined; 'network.vlan.id'?: string | undefined; 'network.vlan.name'?: string | undefined; 'observer.egress'?: unknown; 'observer.geo.city_name'?: string | undefined; 'observer.geo.continent_code'?: string | undefined; 'observer.geo.continent_name'?: string | undefined; 'observer.geo.country_iso_code'?: string | undefined; 'observer.geo.country_name'?: string | undefined; 'observer.geo.location'?: string | { type: string; coordinates: number[]; } | { lat: number; lon: number; } | { location: number[]; } | { location: string; } | undefined; 'observer.geo.name'?: string | undefined; 'observer.geo.postal_code'?: string | undefined; 'observer.geo.region_iso_code'?: string | undefined; 'observer.geo.region_name'?: string | undefined; 'observer.geo.timezone'?: string | undefined; 'observer.hostname'?: string | undefined; 'observer.ingress'?: unknown; 'observer.ip'?: string[] | undefined; 'observer.mac'?: string[] | undefined; 'observer.name'?: string | undefined; 'observer.os.family'?: string | undefined; 'observer.os.full'?: string | undefined; 'observer.os.kernel'?: string | undefined; 'observer.os.name'?: string | undefined; 'observer.os.platform'?: string | undefined; 'observer.os.type'?: string | undefined; 'observer.os.version'?: string | undefined; 'observer.product'?: string | undefined; 'observer.serial_number'?: string | undefined; 'observer.type'?: string | undefined; 'observer.vendor'?: string | undefined; 'observer.version'?: string | undefined; 'orchestrator.api_version'?: string | undefined; 'orchestrator.cluster.id'?: string | undefined; 'orchestrator.cluster.name'?: string | undefined; 'orchestrator.cluster.url'?: string | undefined; 'orchestrator.cluster.version'?: string | undefined; 'orchestrator.namespace'?: string | undefined; 'orchestrator.organization'?: string | undefined; 'orchestrator.resource.annotation'?: string[] | undefined; 'orchestrator.resource.id'?: string | undefined; 'orchestrator.resource.ip'?: string[] | undefined; 'orchestrator.resource.label'?: string[] | undefined; 'orchestrator.resource.name'?: string | undefined; 'orchestrator.resource.parent.type'?: string | undefined; 'orchestrator.resource.type'?: string | undefined; 'orchestrator.type'?: string | undefined; 'organization.id'?: string | undefined; 'organization.name'?: string | undefined; 'package.architecture'?: string | undefined; 'package.build_version'?: string | undefined; 'package.checksum'?: string | undefined; 'package.description'?: string | undefined; 'package.install_scope'?: string | undefined; 'package.installed'?: string | number | undefined; 'package.license'?: string | undefined; 'package.name'?: string | undefined; 'package.path'?: string | undefined; 'package.reference'?: string | undefined; 'package.size'?: string | number | undefined; 'package.type'?: string | undefined; 'package.version'?: string | undefined; 'process.args'?: string[] | undefined; 'process.args_count'?: string | number | undefined; 'process.code_signature.digest_algorithm'?: string | undefined; 'process.code_signature.exists'?: boolean | undefined; 'process.code_signature.signing_id'?: string | undefined; 'process.code_signature.status'?: string | undefined; 'process.code_signature.subject_name'?: string | undefined; 'process.code_signature.team_id'?: string | undefined; 'process.code_signature.timestamp'?: string | number | undefined; 'process.code_signature.trusted'?: boolean | undefined; 'process.code_signature.valid'?: boolean | undefined; 'process.command_line'?: string | undefined; 'process.elf.architecture'?: string | undefined; 'process.elf.byte_order'?: string | undefined; 'process.elf.cpu_type'?: string | undefined; 'process.elf.creation_date'?: string | number | undefined; 'process.elf.exports'?: unknown[] | undefined; 'process.elf.go_import_hash'?: string | undefined; 'process.elf.go_imports'?: unknown; 'process.elf.go_imports_names_entropy'?: string | number | undefined; 'process.elf.go_imports_names_var_entropy'?: string | number | undefined; 'process.elf.go_stripped'?: boolean | undefined; 'process.elf.header.abi_version'?: string | undefined; 'process.elf.header.class'?: string | undefined; 'process.elf.header.data'?: string | undefined; 'process.elf.header.entrypoint'?: string | number | undefined; 'process.elf.header.object_version'?: string | undefined; 'process.elf.header.os_abi'?: string | undefined; 'process.elf.header.type'?: string | undefined; 'process.elf.header.version'?: string | undefined; 'process.elf.import_hash'?: string | undefined; 'process.elf.imports'?: unknown[] | undefined; 'process.elf.imports_names_entropy'?: string | number | undefined; 'process.elf.imports_names_var_entropy'?: string | number | undefined; 'process.elf.sections'?: { chi2?: string | number | undefined; entropy?: string | number | undefined; flags?: string | undefined; name?: string | undefined; physical_offset?: string | undefined; physical_size?: string | number | undefined; type?: string | undefined; var_entropy?: string | number | undefined; virtual_address?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'process.elf.segments'?: { sections?: string | undefined; type?: string | undefined; }[] | undefined; 'process.elf.shared_libraries'?: string[] | undefined; 'process.elf.telfhash'?: string | undefined; 'process.end'?: string | number | undefined; 'process.entity_id'?: string | undefined; 'process.entry_leader.args'?: string[] | undefined; 'process.entry_leader.args_count'?: string | number | undefined; 'process.entry_leader.attested_groups.name'?: string | undefined; 'process.entry_leader.attested_user.id'?: string | undefined; 'process.entry_leader.attested_user.name'?: string | undefined; 'process.entry_leader.command_line'?: string | undefined; 'process.entry_leader.entity_id'?: string | undefined; 'process.entry_leader.entry_meta.source.ip'?: string | undefined; 'process.entry_leader.entry_meta.type'?: string | undefined; 'process.entry_leader.executable'?: string | undefined; 'process.entry_leader.group.id'?: string | undefined; 'process.entry_leader.group.name'?: string | undefined; 'process.entry_leader.interactive'?: boolean | undefined; 'process.entry_leader.name'?: string | undefined; 'process.entry_leader.parent.entity_id'?: string | undefined; 'process.entry_leader.parent.pid'?: string | number | undefined; 'process.entry_leader.parent.session_leader.entity_id'?: string | undefined; 'process.entry_leader.parent.session_leader.pid'?: string | number | undefined; 'process.entry_leader.parent.session_leader.start'?: string | number | undefined; 'process.entry_leader.parent.session_leader.vpid'?: string | number | undefined; 'process.entry_leader.parent.start'?: string | number | undefined; 'process.entry_leader.parent.vpid'?: string | number | undefined; 'process.entry_leader.pid'?: string | number | undefined; 'process.entry_leader.real_group.id'?: string | undefined; 'process.entry_leader.real_group.name'?: string | undefined; 'process.entry_leader.real_user.id'?: string | undefined; 'process.entry_leader.real_user.name'?: string | undefined; 'process.entry_leader.same_as_process'?: boolean | undefined; 'process.entry_leader.saved_group.id'?: string | undefined; 'process.entry_leader.saved_group.name'?: string | undefined; 'process.entry_leader.saved_user.id'?: string | undefined; 'process.entry_leader.saved_user.name'?: string | undefined; 'process.entry_leader.start'?: string | number | undefined; 'process.entry_leader.supplemental_groups.id'?: string | undefined; 'process.entry_leader.supplemental_groups.name'?: string | undefined; 'process.entry_leader.tty'?: unknown; 'process.entry_leader.user.id'?: string | undefined; 'process.entry_leader.user.name'?: string | undefined; 'process.entry_leader.vpid'?: string | number | undefined; 'process.entry_leader.working_directory'?: string | undefined; 'process.env_vars'?: string[] | undefined; 'process.executable'?: string | undefined; 'process.exit_code'?: string | number | undefined; 'process.group_leader.args'?: string[] | undefined; 'process.group_leader.args_count'?: string | number | undefined; 'process.group_leader.command_line'?: string | undefined; 'process.group_leader.entity_id'?: string | undefined; 'process.group_leader.executable'?: string | undefined; 'process.group_leader.group.id'?: string | undefined; 'process.group_leader.group.name'?: string | undefined; 'process.group_leader.interactive'?: boolean | undefined; 'process.group_leader.name'?: string | undefined; 'process.group_leader.pid'?: string | number | undefined; 'process.group_leader.real_group.id'?: string | undefined; 'process.group_leader.real_group.name'?: string | undefined; 'process.group_leader.real_user.id'?: string | undefined; 'process.group_leader.real_user.name'?: string | undefined; 'process.group_leader.same_as_process'?: boolean | undefined; 'process.group_leader.saved_group.id'?: string | undefined; 'process.group_leader.saved_group.name'?: string | undefined; 'process.group_leader.saved_user.id'?: string | undefined; 'process.group_leader.saved_user.name'?: string | undefined; 'process.group_leader.start'?: string | number | undefined; 'process.group_leader.supplemental_groups.id'?: string | undefined; 'process.group_leader.supplemental_groups.name'?: string | undefined; 'process.group_leader.tty'?: unknown; 'process.group_leader.user.id'?: string | undefined; 'process.group_leader.user.name'?: string | undefined; 'process.group_leader.vpid'?: string | number | undefined; 'process.group_leader.working_directory'?: string | undefined; 'process.hash.md5'?: string | undefined; 'process.hash.sha1'?: string | undefined; 'process.hash.sha256'?: string | undefined; 'process.hash.sha384'?: string | undefined; 'process.hash.sha512'?: string | undefined; 'process.hash.ssdeep'?: string | undefined; 'process.hash.tlsh'?: string | undefined; 'process.interactive'?: boolean | undefined; 'process.io'?: unknown; 'process.macho.go_import_hash'?: string | undefined; 'process.macho.go_imports'?: unknown; 'process.macho.go_imports_names_entropy'?: string | number | undefined; 'process.macho.go_imports_names_var_entropy'?: string | number | undefined; 'process.macho.go_stripped'?: boolean | undefined; 'process.macho.import_hash'?: string | undefined; 'process.macho.imports'?: unknown[] | undefined; 'process.macho.imports_names_entropy'?: string | number | undefined; 'process.macho.imports_names_var_entropy'?: string | number | undefined; 'process.macho.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'process.macho.symhash'?: string | undefined; 'process.name'?: string | undefined; 'process.parent.args'?: string[] | undefined; 'process.parent.args_count'?: string | number | undefined; 'process.parent.code_signature.digest_algorithm'?: string | undefined; 'process.parent.code_signature.exists'?: boolean | undefined; 'process.parent.code_signature.signing_id'?: string | undefined; 'process.parent.code_signature.status'?: string | undefined; 'process.parent.code_signature.subject_name'?: string | undefined; 'process.parent.code_signature.team_id'?: string | undefined; 'process.parent.code_signature.timestamp'?: string | number | undefined; 'process.parent.code_signature.trusted'?: boolean | undefined; 'process.parent.code_signature.valid'?: boolean | undefined; 'process.parent.command_line'?: string | undefined; 'process.parent.elf.architecture'?: string | undefined; 'process.parent.elf.byte_order'?: string | undefined; 'process.parent.elf.cpu_type'?: string | undefined; 'process.parent.elf.creation_date'?: string | number | undefined; 'process.parent.elf.exports'?: unknown[] | undefined; 'process.parent.elf.go_import_hash'?: string | undefined; 'process.parent.elf.go_imports'?: unknown; 'process.parent.elf.go_imports_names_entropy'?: string | number | undefined; 'process.parent.elf.go_imports_names_var_entropy'?: string | number | undefined; 'process.parent.elf.go_stripped'?: boolean | undefined; 'process.parent.elf.header.abi_version'?: string | undefined; 'process.parent.elf.header.class'?: string | undefined; 'process.parent.elf.header.data'?: string | undefined; 'process.parent.elf.header.entrypoint'?: string | number | undefined; 'process.parent.elf.header.object_version'?: string | undefined; 'process.parent.elf.header.os_abi'?: string | undefined; 'process.parent.elf.header.type'?: string | undefined; 'process.parent.elf.header.version'?: string | undefined; 'process.parent.elf.import_hash'?: string | undefined; 'process.parent.elf.imports'?: unknown[] | undefined; 'process.parent.elf.imports_names_entropy'?: string | number | undefined; 'process.parent.elf.imports_names_var_entropy'?: string | number | undefined; 'process.parent.elf.sections'?: { chi2?: string | number | undefined; entropy?: string | number | undefined; flags?: string | undefined; name?: string | undefined; physical_offset?: string | undefined; physical_size?: string | number | undefined; type?: string | undefined; var_entropy?: string | number | undefined; virtual_address?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'process.parent.elf.segments'?: { sections?: string | undefined; type?: string | undefined; }[] | undefined; 'process.parent.elf.shared_libraries'?: string[] | undefined; 'process.parent.elf.telfhash'?: string | undefined; 'process.parent.end'?: string | number | undefined; 'process.parent.entity_id'?: string | undefined; 'process.parent.executable'?: string | undefined; 'process.parent.exit_code'?: string | number | undefined; 'process.parent.group.id'?: string | undefined; 'process.parent.group.name'?: string | undefined; 'process.parent.group_leader.entity_id'?: string | undefined; 'process.parent.group_leader.pid'?: string | number | undefined; 'process.parent.group_leader.start'?: string | number | undefined; 'process.parent.group_leader.vpid'?: string | number | undefined; 'process.parent.hash.md5'?: string | undefined; 'process.parent.hash.sha1'?: string | undefined; 'process.parent.hash.sha256'?: string | undefined; 'process.parent.hash.sha384'?: string | undefined; 'process.parent.hash.sha512'?: string | undefined; 'process.parent.hash.ssdeep'?: string | undefined; 'process.parent.hash.tlsh'?: string | undefined; 'process.parent.interactive'?: boolean | undefined; 'process.parent.macho.go_import_hash'?: string | undefined; 'process.parent.macho.go_imports'?: unknown; 'process.parent.macho.go_imports_names_entropy'?: string | number | undefined; 'process.parent.macho.go_imports_names_var_entropy'?: string | number | undefined; 'process.parent.macho.go_stripped'?: boolean | undefined; 'process.parent.macho.import_hash'?: string | undefined; 'process.parent.macho.imports'?: unknown[] | undefined; 'process.parent.macho.imports_names_entropy'?: string | number | undefined; 'process.parent.macho.imports_names_var_entropy'?: string | number | undefined; 'process.parent.macho.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'process.parent.macho.symhash'?: string | undefined; 'process.parent.name'?: string | undefined; 'process.parent.pe.architecture'?: string | undefined; 'process.parent.pe.company'?: string | undefined; 'process.parent.pe.description'?: string | undefined; 'process.parent.pe.file_version'?: string | undefined; 'process.parent.pe.go_import_hash'?: string | undefined; 'process.parent.pe.go_imports'?: unknown; 'process.parent.pe.go_imports_names_entropy'?: string | number | undefined; 'process.parent.pe.go_imports_names_var_entropy'?: string | number | undefined; 'process.parent.pe.go_stripped'?: boolean | undefined; 'process.parent.pe.imphash'?: string | undefined; 'process.parent.pe.import_hash'?: string | undefined; 'process.parent.pe.imports'?: unknown[] | undefined; 'process.parent.pe.imports_names_entropy'?: string | number | undefined; 'process.parent.pe.imports_names_var_entropy'?: string | number | undefined; 'process.parent.pe.original_file_name'?: string | undefined; 'process.parent.pe.pehash'?: string | undefined; 'process.parent.pe.product'?: string | undefined; 'process.parent.pe.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'process.parent.pgid'?: string | number | undefined; 'process.parent.pid'?: string | number | undefined; 'process.parent.real_group.id'?: string | undefined; 'process.parent.real_group.name'?: string | undefined; 'process.parent.real_user.id'?: string | undefined; 'process.parent.real_user.name'?: string | undefined; 'process.parent.saved_group.id'?: string | undefined; 'process.parent.saved_group.name'?: string | undefined; 'process.parent.saved_user.id'?: string | undefined; 'process.parent.saved_user.name'?: string | undefined; 'process.parent.start'?: string | number | undefined; 'process.parent.supplemental_groups.id'?: string | undefined; 'process.parent.supplemental_groups.name'?: string | undefined; 'process.parent.thread.capabilities.effective'?: string[] | undefined; 'process.parent.thread.capabilities.permitted'?: string[] | undefined; 'process.parent.thread.id'?: string | number | undefined; 'process.parent.thread.name'?: string | undefined; 'process.parent.title'?: string | undefined; 'process.parent.tty'?: unknown; 'process.parent.uptime'?: string | number | undefined; 'process.parent.user.id'?: string | undefined; 'process.parent.user.name'?: string | undefined; 'process.parent.vpid'?: string | number | undefined; 'process.parent.working_directory'?: string | undefined; 'process.pe.architecture'?: string | undefined; 'process.pe.company'?: string | undefined; 'process.pe.description'?: string | undefined; 'process.pe.file_version'?: string | undefined; 'process.pe.go_import_hash'?: string | undefined; 'process.pe.go_imports'?: unknown; 'process.pe.go_imports_names_entropy'?: string | number | undefined; 'process.pe.go_imports_names_var_entropy'?: string | number | undefined; 'process.pe.go_stripped'?: boolean | undefined; 'process.pe.imphash'?: string | undefined; 'process.pe.import_hash'?: string | undefined; 'process.pe.imports'?: unknown[] | undefined; 'process.pe.imports_names_entropy'?: string | number | undefined; 'process.pe.imports_names_var_entropy'?: string | number | undefined; 'process.pe.original_file_name'?: string | undefined; 'process.pe.pehash'?: string | undefined; 'process.pe.product'?: string | undefined; 'process.pe.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'process.pgid'?: string | number | undefined; 'process.pid'?: string | number | undefined; 'process.previous.args'?: string[] | undefined; 'process.previous.args_count'?: string | number | undefined; 'process.previous.executable'?: string | undefined; 'process.real_group.id'?: string | undefined; 'process.real_group.name'?: string | undefined; 'process.real_user.id'?: string | undefined; 'process.real_user.name'?: string | undefined; 'process.saved_group.id'?: string | undefined; 'process.saved_group.name'?: string | undefined; 'process.saved_user.id'?: string | undefined; 'process.saved_user.name'?: string | undefined; 'process.session_leader.args'?: string[] | undefined; 'process.session_leader.args_count'?: string | number | undefined; 'process.session_leader.command_line'?: string | undefined; 'process.session_leader.entity_id'?: string | undefined; 'process.session_leader.executable'?: string | undefined; 'process.session_leader.group.id'?: string | undefined; 'process.session_leader.group.name'?: string | undefined; 'process.session_leader.interactive'?: boolean | undefined; 'process.session_leader.name'?: string | undefined; 'process.session_leader.parent.entity_id'?: string | undefined; 'process.session_leader.parent.pid'?: string | number | undefined; 'process.session_leader.parent.session_leader.entity_id'?: string | undefined; 'process.session_leader.parent.session_leader.pid'?: string | number | undefined; 'process.session_leader.parent.session_leader.start'?: string | number | undefined; 'process.session_leader.parent.session_leader.vpid'?: string | number | undefined; 'process.session_leader.parent.start'?: string | number | undefined; 'process.session_leader.parent.vpid'?: string | number | undefined; 'process.session_leader.pid'?: string | number | undefined; 'process.session_leader.real_group.id'?: string | undefined; 'process.session_leader.real_group.name'?: string | undefined; 'process.session_leader.real_user.id'?: string | undefined; 'process.session_leader.real_user.name'?: string | undefined; 'process.session_leader.same_as_process'?: boolean | undefined; 'process.session_leader.saved_group.id'?: string | undefined; 'process.session_leader.saved_group.name'?: string | undefined; 'process.session_leader.saved_user.id'?: string | undefined; 'process.session_leader.saved_user.name'?: string | undefined; 'process.session_leader.start'?: string | number | undefined; 'process.session_leader.supplemental_groups.id'?: string | undefined; 'process.session_leader.supplemental_groups.name'?: string | undefined; 'process.session_leader.tty'?: unknown; 'process.session_leader.user.id'?: string | undefined; 'process.session_leader.user.name'?: string | undefined; 'process.session_leader.vpid'?: string | number | undefined; 'process.session_leader.working_directory'?: string | undefined; 'process.start'?: string | number | undefined; 'process.supplemental_groups.id'?: string | undefined; 'process.supplemental_groups.name'?: string | undefined; 'process.thread.capabilities.effective'?: string[] | undefined; 'process.thread.capabilities.permitted'?: string[] | undefined; 'process.thread.id'?: string | number | undefined; 'process.thread.name'?: string | undefined; 'process.title'?: string | undefined; 'process.tty'?: unknown; 'process.uptime'?: string | number | undefined; 'process.user.id'?: string | undefined; 'process.user.name'?: string | undefined; 'process.vpid'?: string | number | undefined; 'process.working_directory'?: string | undefined; 'registry.data.bytes'?: string | undefined; 'registry.data.strings'?: string[] | undefined; 'registry.data.type'?: string | undefined; 'registry.hive'?: string | undefined; 'registry.key'?: string | undefined; 'registry.path'?: string | undefined; 'registry.value'?: string | undefined; 'related.hash'?: string[] | undefined; 'related.hosts'?: string[] | undefined; 'related.ip'?: string[] | undefined; 'related.user'?: string[] | undefined; 'rule.author'?: string[] | undefined; 'rule.category'?: string | undefined; 'rule.description'?: string | undefined; 'rule.id'?: string | undefined; 'rule.license'?: string | undefined; 'rule.name'?: string | undefined; 'rule.reference'?: string | undefined; 'rule.ruleset'?: string | undefined; 'rule.uuid'?: string | undefined; 'rule.version'?: string | undefined; 'server.address'?: string | undefined; 'server.as.number'?: string | number | undefined; 'server.as.organization.name'?: string | undefined; 'server.bytes'?: string | number | undefined; 'server.domain'?: string | undefined; 'server.geo.city_name'?: string | undefined; 'server.geo.continent_code'?: string | undefined; 'server.geo.continent_name'?: string | undefined; 'server.geo.country_iso_code'?: string | undefined; 'server.geo.country_name'?: string | undefined; 'server.geo.location'?: string | { type: string; coordinates: number[]; } | { lat: number; lon: number; } | { location: number[]; } | { location: string; } | undefined; 'server.geo.name'?: string | undefined; 'server.geo.postal_code'?: string | undefined; 'server.geo.region_iso_code'?: string | undefined; 'server.geo.region_name'?: string | undefined; 'server.geo.timezone'?: string | undefined; 'server.ip'?: string | undefined; 'server.mac'?: string | undefined; 'server.nat.ip'?: string | undefined; 'server.nat.port'?: string | number | undefined; 'server.packets'?: string | number | undefined; 'server.port'?: string | number | undefined; 'server.registered_domain'?: string | undefined; 'server.subdomain'?: string | undefined; 'server.top_level_domain'?: string | undefined; 'server.user.domain'?: string | undefined; 'server.user.email'?: string | undefined; 'server.user.full_name'?: string | undefined; 'server.user.group.domain'?: string | undefined; 'server.user.group.id'?: string | undefined; 'server.user.group.name'?: string | undefined; 'server.user.hash'?: string | undefined; 'server.user.id'?: string | undefined; 'server.user.name'?: string | undefined; 'server.user.roles'?: string[] | undefined; 'service.address'?: string | undefined; 'service.environment'?: string | undefined; 'service.ephemeral_id'?: string | undefined; 'service.id'?: string | undefined; 'service.name'?: string | undefined; 'service.node.name'?: string | undefined; 'service.node.role'?: string | undefined; 'service.node.roles'?: string[] | undefined; 'service.origin.address'?: string | undefined; 'service.origin.environment'?: string | undefined; 'service.origin.ephemeral_id'?: string | undefined; 'service.origin.id'?: string | undefined; 'service.origin.name'?: string | undefined; 'service.origin.node.name'?: string | undefined; 'service.origin.node.role'?: string | undefined; 'service.origin.node.roles'?: string[] | undefined; 'service.origin.state'?: string | undefined; 'service.origin.type'?: string | undefined; 'service.origin.version'?: string | undefined; 'service.state'?: string | undefined; 'service.target.address'?: string | undefined; 'service.target.environment'?: string | undefined; 'service.target.ephemeral_id'?: string | undefined; 'service.target.id'?: string | undefined; 'service.target.name'?: string | undefined; 'service.target.node.name'?: string | undefined; 'service.target.node.role'?: string | undefined; 'service.target.node.roles'?: string[] | undefined; 'service.target.state'?: string | undefined; 'service.target.type'?: string | undefined; 'service.target.version'?: string | undefined; 'service.type'?: string | undefined; 'service.version'?: string | undefined; 'source.address'?: string | undefined; 'source.as.number'?: string | number | undefined; 'source.as.organization.name'?: string | undefined; 'source.bytes'?: string | number | undefined; 'source.domain'?: string | undefined; 'source.geo.city_name'?: string | undefined; 'source.geo.continent_code'?: string | undefined; 'source.geo.continent_name'?: string | undefined; 'source.geo.country_iso_code'?: string | undefined; 'source.geo.country_name'?: string | undefined; 'source.geo.location'?: string | { type: string; coordinates: number[]; } | { lat: number; lon: number; } | { location: number[]; } | { location: string; } | undefined; 'source.geo.name'?: string | undefined; 'source.geo.postal_code'?: string | undefined; 'source.geo.region_iso_code'?: string | undefined; 'source.geo.region_name'?: string | undefined; 'source.geo.timezone'?: string | undefined; 'source.ip'?: string | undefined; 'source.mac'?: string | undefined; 'source.nat.ip'?: string | undefined; 'source.nat.port'?: string | number | undefined; 'source.packets'?: string | number | undefined; 'source.port'?: string | number | undefined; 'source.registered_domain'?: string | undefined; 'source.subdomain'?: string | undefined; 'source.top_level_domain'?: string | undefined; 'source.user.domain'?: string | undefined; 'source.user.email'?: string | undefined; 'source.user.full_name'?: string | undefined; 'source.user.group.domain'?: string | undefined; 'source.user.group.id'?: string | undefined; 'source.user.group.name'?: string | undefined; 'source.user.hash'?: string | undefined; 'source.user.id'?: string | undefined; 'source.user.name'?: string | undefined; 'source.user.roles'?: string[] | undefined; 'span.id'?: string | undefined; tags?: string[] | undefined; 'threat.enrichments'?: { indicator?: unknown; 'matched.atomic'?: string | undefined; 'matched.field'?: string | undefined; 'matched.id'?: string | undefined; 'matched.index'?: string | undefined; 'matched.occurred'?: string | number | undefined; 'matched.type'?: string | undefined; }[] | undefined; 'threat.feed.dashboard_id'?: string | undefined; 'threat.feed.description'?: string | undefined; 'threat.feed.name'?: string | undefined; 'threat.feed.reference'?: string | undefined; 'threat.framework'?: string | undefined; 'threat.group.alias'?: string[] | undefined; 'threat.group.id'?: string | undefined; 'threat.group.name'?: string | undefined; 'threat.group.reference'?: string | undefined; 'threat.indicator.as.number'?: string | number | undefined; 'threat.indicator.as.organization.name'?: string | undefined; 'threat.indicator.confidence'?: string | undefined; 'threat.indicator.description'?: string | undefined; 'threat.indicator.email.address'?: string | undefined; 'threat.indicator.file.accessed'?: string | number | undefined; 'threat.indicator.file.attributes'?: string[] | undefined; 'threat.indicator.file.code_signature.digest_algorithm'?: string | undefined; 'threat.indicator.file.code_signature.exists'?: boolean | undefined; 'threat.indicator.file.code_signature.signing_id'?: string | undefined; 'threat.indicator.file.code_signature.status'?: string | undefined; 'threat.indicator.file.code_signature.subject_name'?: string | undefined; 'threat.indicator.file.code_signature.team_id'?: string | undefined; 'threat.indicator.file.code_signature.timestamp'?: string | number | undefined; 'threat.indicator.file.code_signature.trusted'?: boolean | undefined; 'threat.indicator.file.code_signature.valid'?: boolean | undefined; 'threat.indicator.file.created'?: string | number | undefined; 'threat.indicator.file.ctime'?: string | number | undefined; 'threat.indicator.file.device'?: string | undefined; 'threat.indicator.file.directory'?: string | undefined; 'threat.indicator.file.drive_letter'?: string | undefined; 'threat.indicator.file.elf.architecture'?: string | undefined; 'threat.indicator.file.elf.byte_order'?: string | undefined; 'threat.indicator.file.elf.cpu_type'?: string | undefined; 'threat.indicator.file.elf.creation_date'?: string | number | undefined; 'threat.indicator.file.elf.exports'?: unknown[] | undefined; 'threat.indicator.file.elf.go_import_hash'?: string | undefined; 'threat.indicator.file.elf.go_imports'?: unknown; 'threat.indicator.file.elf.go_imports_names_entropy'?: string | number | undefined; 'threat.indicator.file.elf.go_imports_names_var_entropy'?: string | number | undefined; 'threat.indicator.file.elf.go_stripped'?: boolean | undefined; 'threat.indicator.file.elf.header.abi_version'?: string | undefined; 'threat.indicator.file.elf.header.class'?: string | undefined; 'threat.indicator.file.elf.header.data'?: string | undefined; 'threat.indicator.file.elf.header.entrypoint'?: string | number | undefined; 'threat.indicator.file.elf.header.object_version'?: string | undefined; 'threat.indicator.file.elf.header.os_abi'?: string | undefined; 'threat.indicator.file.elf.header.type'?: string | undefined; 'threat.indicator.file.elf.header.version'?: string | undefined; 'threat.indicator.file.elf.import_hash'?: string | undefined; 'threat.indicator.file.elf.imports'?: unknown[] | undefined; 'threat.indicator.file.elf.imports_names_entropy'?: string | number | undefined; 'threat.indicator.file.elf.imports_names_var_entropy'?: string | number | undefined; 'threat.indicator.file.elf.sections'?: { chi2?: string | number | undefined; entropy?: string | number | undefined; flags?: string | undefined; name?: string | undefined; physical_offset?: string | undefined; physical_size?: string | number | undefined; type?: string | undefined; var_entropy?: string | number | undefined; virtual_address?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'threat.indicator.file.elf.segments'?: { sections?: string | undefined; type?: string | undefined; }[] | undefined; 'threat.indicator.file.elf.shared_libraries'?: string[] | undefined; 'threat.indicator.file.elf.telfhash'?: string | undefined; 'threat.indicator.file.extension'?: string | undefined; 'threat.indicator.file.fork_name'?: string | undefined; 'threat.indicator.file.gid'?: string | undefined; 'threat.indicator.file.group'?: string | undefined; 'threat.indicator.file.hash.md5'?: string | undefined; 'threat.indicator.file.hash.sha1'?: string | undefined; 'threat.indicator.file.hash.sha256'?: string | undefined; 'threat.indicator.file.hash.sha384'?: string | undefined; 'threat.indicator.file.hash.sha512'?: string | undefined; 'threat.indicator.file.hash.ssdeep'?: string | undefined; 'threat.indicator.file.hash.tlsh'?: string | undefined; 'threat.indicator.file.inode'?: string | undefined; 'threat.indicator.file.mime_type'?: string | undefined; 'threat.indicator.file.mode'?: string | undefined; 'threat.indicator.file.mtime'?: string | number | undefined; 'threat.indicator.file.name'?: string | undefined; 'threat.indicator.file.owner'?: string | undefined; 'threat.indicator.file.path'?: string | undefined; 'threat.indicator.file.pe.architecture'?: string | undefined; 'threat.indicator.file.pe.company'?: string | undefined; 'threat.indicator.file.pe.description'?: string | undefined; 'threat.indicator.file.pe.file_version'?: string | undefined; 'threat.indicator.file.pe.go_import_hash'?: string | undefined; 'threat.indicator.file.pe.go_imports'?: unknown; 'threat.indicator.file.pe.go_imports_names_entropy'?: string | number | undefined; 'threat.indicator.file.pe.go_imports_names_var_entropy'?: string | number | undefined; 'threat.indicator.file.pe.go_stripped'?: boolean | undefined; 'threat.indicator.file.pe.imphash'?: string | undefined; 'threat.indicator.file.pe.import_hash'?: string | undefined; 'threat.indicator.file.pe.imports'?: unknown[] | undefined; 'threat.indicator.file.pe.imports_names_entropy'?: string | number | undefined; 'threat.indicator.file.pe.imports_names_var_entropy'?: string | number | undefined; 'threat.indicator.file.pe.original_file_name'?: string | undefined; 'threat.indicator.file.pe.pehash'?: string | undefined; 'threat.indicator.file.pe.product'?: string | undefined; 'threat.indicator.file.pe.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'threat.indicator.file.size'?: string | number | undefined; 'threat.indicator.file.target_path'?: string | undefined; 'threat.indicator.file.type'?: string | undefined; 'threat.indicator.file.uid'?: string | undefined; 'threat.indicator.file.x509.alternative_names'?: string[] | undefined; 'threat.indicator.file.x509.issuer.common_name'?: string[] | undefined; 'threat.indicator.file.x509.issuer.country'?: string[] | undefined; 'threat.indicator.file.x509.issuer.distinguished_name'?: string | undefined; 'threat.indicator.file.x509.issuer.locality'?: string[] | undefined; 'threat.indicator.file.x509.issuer.organization'?: string[] | undefined; 'threat.indicator.file.x509.issuer.organizational_unit'?: string[] | undefined; 'threat.indicator.file.x509.issuer.state_or_province'?: string[] | undefined; 'threat.indicator.file.x509.not_after'?: string | number | undefined; 'threat.indicator.file.x509.not_before'?: string | number | undefined; 'threat.indicator.file.x509.public_key_algorithm'?: string | undefined; 'threat.indicator.file.x509.public_key_curve'?: string | undefined; 'threat.indicator.file.x509.public_key_exponent'?: string | number | undefined; 'threat.indicator.file.x509.public_key_size'?: string | number | undefined; 'threat.indicator.file.x509.serial_number'?: string | undefined; 'threat.indicator.file.x509.signature_algorithm'?: string | undefined; 'threat.indicator.file.x509.subject.common_name'?: string[] | undefined; 'threat.indicator.file.x509.subject.country'?: string[] | undefined; 'threat.indicator.file.x509.subject.distinguished_name'?: string | undefined; 'threat.indicator.file.x509.subject.locality'?: string[] | undefined; 'threat.indicator.file.x509.subject.organization'?: string[] | undefined; 'threat.indicator.file.x509.subject.organizational_unit'?: string[] | undefined; 'threat.indicator.file.x509.subject.state_or_province'?: string[] | undefined; 'threat.indicator.file.x509.version_number'?: string | undefined; 'threat.indicator.first_seen'?: string | number | undefined; 'threat.indicator.geo.city_name'?: string | undefined; 'threat.indicator.geo.continent_code'?: string | undefined; 'threat.indicator.geo.continent_name'?: string | undefined; 'threat.indicator.geo.country_iso_code'?: string | undefined; 'threat.indicator.geo.country_name'?: string | undefined; 'threat.indicator.geo.location'?: string | { type: string; coordinates: number[]; } | { lat: number; lon: number; } | { location: number[]; } | { location: string; } | undefined; 'threat.indicator.geo.name'?: string | undefined; 'threat.indicator.geo.postal_code'?: string | undefined; 'threat.indicator.geo.region_iso_code'?: string | undefined; 'threat.indicator.geo.region_name'?: string | undefined; 'threat.indicator.geo.timezone'?: string | undefined; 'threat.indicator.ip'?: string | undefined; 'threat.indicator.last_seen'?: string | number | undefined; 'threat.indicator.marking.tlp'?: string | undefined; 'threat.indicator.marking.tlp_version'?: string | undefined; 'threat.indicator.modified_at'?: string | number | undefined; 'threat.indicator.name'?: string | undefined; 'threat.indicator.port'?: string | number | undefined; 'threat.indicator.provider'?: string | undefined; 'threat.indicator.reference'?: string | undefined; 'threat.indicator.registry.data.bytes'?: string | undefined; 'threat.indicator.registry.data.strings'?: string[] | undefined; 'threat.indicator.registry.data.type'?: string | undefined; 'threat.indicator.registry.hive'?: string | undefined; 'threat.indicator.registry.key'?: string | undefined; 'threat.indicator.registry.path'?: string | undefined; 'threat.indicator.registry.value'?: string | undefined; 'threat.indicator.scanner_stats'?: string | number | undefined; 'threat.indicator.sightings'?: string | number | undefined; 'threat.indicator.type'?: string | undefined; 'threat.indicator.url.domain'?: string | undefined; 'threat.indicator.url.extension'?: string | undefined; 'threat.indicator.url.fragment'?: string | undefined; 'threat.indicator.url.full'?: string | undefined; 'threat.indicator.url.original'?: string | undefined; 'threat.indicator.url.password'?: string | undefined; 'threat.indicator.url.path'?: string | undefined; 'threat.indicator.url.port'?: string | number | undefined; 'threat.indicator.url.query'?: string | undefined; 'threat.indicator.url.registered_domain'?: string | undefined; 'threat.indicator.url.scheme'?: string | undefined; 'threat.indicator.url.subdomain'?: string | undefined; 'threat.indicator.url.top_level_domain'?: string | undefined; 'threat.indicator.url.username'?: string | undefined; 'threat.indicator.x509.alternative_names'?: string[] | undefined; 'threat.indicator.x509.issuer.common_name'?: string[] | undefined; 'threat.indicator.x509.issuer.country'?: string[] | undefined; 'threat.indicator.x509.issuer.distinguished_name'?: string | undefined; 'threat.indicator.x509.issuer.locality'?: string[] | undefined; 'threat.indicator.x509.issuer.organization'?: string[] | undefined; 'threat.indicator.x509.issuer.organizational_unit'?: string[] | undefined; 'threat.indicator.x509.issuer.state_or_province'?: string[] | undefined; 'threat.indicator.x509.not_after'?: string | number | undefined; 'threat.indicator.x509.not_before'?: string | number | undefined; 'threat.indicator.x509.public_key_algorithm'?: string | undefined; 'threat.indicator.x509.public_key_curve'?: string | undefined; 'threat.indicator.x509.public_key_exponent'?: string | number | undefined; 'threat.indicator.x509.public_key_size'?: string | number | undefined; 'threat.indicator.x509.serial_number'?: string | undefined; 'threat.indicator.x509.signature_algorithm'?: string | undefined; 'threat.indicator.x509.subject.common_name'?: string[] | undefined; 'threat.indicator.x509.subject.country'?: string[] | undefined; 'threat.indicator.x509.subject.distinguished_name'?: string | undefined; 'threat.indicator.x509.subject.locality'?: string[] | undefined; 'threat.indicator.x509.subject.organization'?: string[] | undefined; 'threat.indicator.x509.subject.organizational_unit'?: string[] | undefined; 'threat.indicator.x509.subject.state_or_province'?: string[] | undefined; 'threat.indicator.x509.version_number'?: string | undefined; 'threat.software.alias'?: string[] | undefined; 'threat.software.id'?: string | undefined; 'threat.software.name'?: string | undefined; 'threat.software.platforms'?: string[] | undefined; 'threat.software.reference'?: string | undefined; 'threat.software.type'?: string | undefined; 'threat.tactic.id'?: string[] | undefined; 'threat.tactic.name'?: string[] | undefined; 'threat.tactic.reference'?: string[] | undefined; 'threat.technique.id'?: string[] | undefined; 'threat.technique.name'?: string[] | undefined; 'threat.technique.reference'?: string[] | undefined; 'threat.technique.subtechnique.id'?: string[] | undefined; 'threat.technique.subtechnique.name'?: string[] | undefined; 'threat.technique.subtechnique.reference'?: string[] | undefined; 'tls.cipher'?: string | undefined; 'tls.client.certificate'?: string | undefined; 'tls.client.certificate_chain'?: string[] | undefined; 'tls.client.hash.md5'?: string | undefined; 'tls.client.hash.sha1'?: string | undefined; 'tls.client.hash.sha256'?: string | undefined; 'tls.client.issuer'?: string | undefined; 'tls.client.ja3'?: string | undefined; 'tls.client.not_after'?: string | number | undefined; 'tls.client.not_before'?: string | number | undefined; 'tls.client.server_name'?: string | undefined; 'tls.client.subject'?: string | undefined; 'tls.client.supported_ciphers'?: string[] | undefined; 'tls.client.x509.alternative_names'?: string[] | undefined; 'tls.client.x509.issuer.common_name'?: string[] | undefined; 'tls.client.x509.issuer.country'?: string[] | undefined; 'tls.client.x509.issuer.distinguished_name'?: string | undefined; 'tls.client.x509.issuer.locality'?: string[] | undefined; 'tls.client.x509.issuer.organization'?: string[] | undefined; 'tls.client.x509.issuer.organizational_unit'?: string[] | undefined; 'tls.client.x509.issuer.state_or_province'?: string[] | undefined; 'tls.client.x509.not_after'?: string | number | undefined; 'tls.client.x509.not_before'?: string | number | undefined; 'tls.client.x509.public_key_algorithm'?: string | undefined; 'tls.client.x509.public_key_curve'?: string | undefined; 'tls.client.x509.public_key_exponent'?: string | number | undefined; 'tls.client.x509.public_key_size'?: string | number | undefined; 'tls.client.x509.serial_number'?: string | undefined; 'tls.client.x509.signature_algorithm'?: string | undefined; 'tls.client.x509.subject.common_name'?: string[] | undefined; 'tls.client.x509.subject.country'?: string[] | undefined; 'tls.client.x509.subject.distinguished_name'?: string | undefined; 'tls.client.x509.subject.locality'?: string[] | undefined; 'tls.client.x509.subject.organization'?: string[] | undefined; 'tls.client.x509.subject.organizational_unit'?: string[] | undefined; 'tls.client.x509.subject.state_or_province'?: string[] | undefined; 'tls.client.x509.version_number'?: string | undefined; 'tls.curve'?: string | undefined; 'tls.established'?: boolean | undefined; 'tls.next_protocol'?: string | undefined; 'tls.resumed'?: boolean | undefined; 'tls.server.certificate'?: string | undefined; 'tls.server.certificate_chain'?: string[] | undefined; 'tls.server.hash.md5'?: string | undefined; 'tls.server.hash.sha1'?: string | undefined; 'tls.server.hash.sha256'?: string | undefined; 'tls.server.issuer'?: string | undefined; 'tls.server.ja3s'?: string | undefined; 'tls.server.not_after'?: string | number | undefined; 'tls.server.not_before'?: string | number | undefined; 'tls.server.subject'?: string | undefined; 'tls.server.x509.alternative_names'?: string[] | undefined; 'tls.server.x509.issuer.common_name'?: string[] | undefined; 'tls.server.x509.issuer.country'?: string[] | undefined; 'tls.server.x509.issuer.distinguished_name'?: string | undefined; 'tls.server.x509.issuer.locality'?: string[] | undefined; 'tls.server.x509.issuer.organization'?: string[] | undefined; 'tls.server.x509.issuer.organizational_unit'?: string[] | undefined; 'tls.server.x509.issuer.state_or_province'?: string[] | undefined; 'tls.server.x509.not_after'?: string | number | undefined; 'tls.server.x509.not_before'?: string | number | undefined; 'tls.server.x509.public_key_algorithm'?: string | undefined; 'tls.server.x509.public_key_curve'?: string | undefined; 'tls.server.x509.public_key_exponent'?: string | number | undefined; 'tls.server.x509.public_key_size'?: string | number | undefined; 'tls.server.x509.serial_number'?: string | undefined; 'tls.server.x509.signature_algorithm'?: string | undefined; 'tls.server.x509.subject.common_name'?: string[] | undefined; 'tls.server.x509.subject.country'?: string[] | undefined; 'tls.server.x509.subject.distinguished_name'?: string | undefined; 'tls.server.x509.subject.locality'?: string[] | undefined; 'tls.server.x509.subject.organization'?: string[] | undefined; 'tls.server.x509.subject.organizational_unit'?: string[] | undefined; 'tls.server.x509.subject.state_or_province'?: string[] | undefined; 'tls.server.x509.version_number'?: string | undefined; 'tls.version'?: string | undefined; 'tls.version_protocol'?: string | undefined; 'trace.id'?: string | undefined; 'transaction.id'?: string | undefined; 'url.domain'?: string | undefined; 'url.extension'?: string | undefined; 'url.fragment'?: string | undefined; 'url.full'?: string | undefined; 'url.original'?: string | undefined; 'url.password'?: string | undefined; 'url.path'?: string | undefined; 'url.port'?: string | number | undefined; 'url.query'?: string | undefined; 'url.registered_domain'?: string | undefined; 'url.scheme'?: string | undefined; 'url.subdomain'?: string | undefined; 'url.top_level_domain'?: string | undefined; 'url.username'?: string | undefined; 'user.changes.domain'?: string | undefined; 'user.changes.email'?: string | undefined; 'user.changes.full_name'?: string | undefined; 'user.changes.group.domain'?: string | undefined; 'user.changes.group.id'?: string | undefined; 'user.changes.group.name'?: string | undefined; 'user.changes.hash'?: string | undefined; 'user.changes.id'?: string | undefined; 'user.changes.name'?: string | undefined; 'user.changes.roles'?: string[] | undefined; 'user.domain'?: string | undefined; 'user.effective.domain'?: string | undefined; 'user.effective.email'?: string | undefined; 'user.effective.full_name'?: string | undefined; 'user.effective.group.domain'?: string | undefined; 'user.effective.group.id'?: string | undefined; 'user.effective.group.name'?: string | undefined; 'user.effective.hash'?: string | undefined; 'user.effective.id'?: string | undefined; 'user.effective.name'?: string | undefined; 'user.effective.roles'?: string[] | undefined; 'user.email'?: string | undefined; 'user.full_name'?: string | undefined; 'user.group.domain'?: string | undefined; 'user.group.id'?: string | undefined; 'user.group.name'?: string | undefined; 'user.hash'?: string | undefined; 'user.id'?: string | undefined; 'user.name'?: string | undefined; 'user.risk.calculated_level'?: string | undefined; 'user.risk.calculated_score'?: number | undefined; 'user.risk.calculated_score_norm'?: number | undefined; 'user.risk.static_level'?: string | undefined; 'user.risk.static_score'?: number | undefined; 'user.risk.static_score_norm'?: number | undefined; 'user.roles'?: string[] | undefined; 'user.target.domain'?: string | undefined; 'user.target.email'?: string | undefined; 'user.target.full_name'?: string | undefined; 'user.target.group.domain'?: string | undefined; 'user.target.group.id'?: string | undefined; 'user.target.group.name'?: string | undefined; 'user.target.hash'?: string | undefined; 'user.target.id'?: string | undefined; 'user.target.name'?: string | undefined; 'user.target.roles'?: string[] | undefined; 'user_agent.device.name'?: string | undefined; 'user_agent.name'?: string | undefined; 'user_agent.original'?: string | undefined; 'user_agent.os.family'?: string | undefined; 'user_agent.os.full'?: string | undefined; 'user_agent.os.kernel'?: string | undefined; 'user_agent.os.name'?: string | undefined; 'user_agent.os.platform'?: string | undefined; 'user_agent.os.type'?: string | undefined; 'user_agent.os.version'?: string | undefined; 'user_agent.version'?: string | undefined; 'vulnerability.category'?: string[] | undefined; 'vulnerability.classification'?: string | undefined; 'vulnerability.description'?: string | undefined; 'vulnerability.enumeration'?: string | undefined; 'vulnerability.id'?: string | undefined; 'vulnerability.reference'?: string | undefined; 'vulnerability.report_id'?: string | undefined; 'vulnerability.scanner.vendor'?: string | undefined; 'vulnerability.score.base'?: number | undefined; 'vulnerability.score.environmental'?: number | undefined; 'vulnerability.score.temporal'?: number | undefined; 'vulnerability.score.version'?: string | undefined; 'vulnerability.severity'?: string | undefined; } & {} & { 'ecs.version'?: string | undefined; 'kibana.alert.risk_score'?: number | undefined; 'kibana.alert.rule.author'?: string | undefined; 'kibana.alert.rule.created_at'?: string | number | undefined; 'kibana.alert.rule.created_by'?: string | undefined; 'kibana.alert.rule.description'?: string | undefined; 'kibana.alert.rule.enabled'?: string | undefined; 'kibana.alert.rule.from'?: string | undefined; 'kibana.alert.rule.interval'?: string | undefined; 'kibana.alert.rule.license'?: string | undefined; 'kibana.alert.rule.note'?: string | undefined; 'kibana.alert.rule.references'?: string[] | undefined; 'kibana.alert.rule.rule_id'?: string | undefined; 'kibana.alert.rule.rule_name_override'?: string | undefined; 'kibana.alert.rule.to'?: string | undefined; 'kibana.alert.rule.type'?: string | undefined; 'kibana.alert.rule.updated_at'?: string | number | undefined; 'kibana.alert.rule.updated_by'?: string | undefined; 'kibana.alert.rule.version'?: string | undefined; 'kibana.alert.severity'?: string | undefined; 'kibana.alert.suppression.docs_count'?: string | number | undefined; 'kibana.alert.suppression.end'?: string | number | undefined; 'kibana.alert.suppression.start'?: string | number | undefined; 'kibana.alert.suppression.terms.field'?: string[] | undefined; 'kibana.alert.suppression.terms.value'?: string[] | undefined; 'kibana.alert.system_status'?: string | undefined; 'kibana.alert.workflow_reason'?: string | undefined; 'kibana.alert.workflow_status_updated_at'?: string | number | undefined; 'kibana.alert.workflow_user'?: string | undefined; }) | ({} & { 'agent.name'?: string | undefined; 'anomaly.bucket_span.minutes'?: string | undefined; 'anomaly.start'?: string | number | undefined; configId?: string | undefined; 'error.message'?: string | undefined; 'error.stack_trace'?: string | undefined; 'host.name'?: string | undefined; 'kibana.alert.context'?: unknown; 'kibana.alert.evaluation.threshold'?: string | number | undefined; 'kibana.alert.evaluation.value'?: string | number | undefined; 'kibana.alert.evaluation.values'?: (string | number)[] | undefined; 'kibana.alert.group'?: { field?: string[] | undefined; value?: string[] | undefined; }[] | undefined; labels?: unknown; 'location.id'?: string[] | undefined; 'location.name'?: string[] | undefined; 'monitor.id'?: string | undefined; 'monitor.name'?: string | undefined; 'monitor.state.id'?: string | undefined; 'monitor.tags'?: string[] | undefined; 'monitor.type'?: string | undefined; 'observer.geo.name'?: string[] | undefined; 'observer.name'?: string[] | undefined; 'service.name'?: string | undefined; 'tls.server.hash.sha256'?: string | undefined; 'tls.server.x509.issuer.common_name'?: string | undefined; 'tls.server.x509.not_after'?: string | number | undefined; 'tls.server.x509.not_before'?: string | number | undefined; 'tls.server.x509.subject.common_name'?: string | undefined; 'url.full'?: string | undefined; } & { '@timestamp': string | number; 'kibana.alert.instance.id': string; 'kibana.alert.rule.category': string; 'kibana.alert.rule.consumer': string; 'kibana.alert.rule.name': string; 'kibana.alert.rule.producer': string; 'kibana.alert.rule.revision': string | number; 'kibana.alert.rule.rule_type_id': string; 'kibana.alert.rule.uuid': string; 'kibana.alert.status': string; 'kibana.alert.uuid': string; 'kibana.space_ids': string[]; } & { 'event.action'?: string | undefined; 'event.kind'?: string | undefined; 'event.original'?: string | undefined; 'kibana.alert.action_group'?: string | undefined; 'kibana.alert.case_ids'?: string[] | undefined; 'kibana.alert.consecutive_matches'?: string | number | undefined; 'kibana.alert.duration.us'?: string | number | undefined; 'kibana.alert.end'?: string | number | undefined; 'kibana.alert.flapping'?: boolean | undefined; 'kibana.alert.flapping_history'?: boolean[] | undefined; 'kibana.alert.intended_timestamp'?: string | number | undefined; 'kibana.alert.last_detected'?: string | number | undefined; 'kibana.alert.maintenance_window_ids'?: string[] | undefined; 'kibana.alert.previous_action_group'?: string | undefined; 'kibana.alert.reason'?: string | undefined; 'kibana.alert.rule.execution.timestamp'?: string | number | undefined; 'kibana.alert.rule.execution.type'?: string | undefined; 'kibana.alert.rule.execution.uuid'?: string | undefined; 'kibana.alert.rule.parameters'?: unknown; 'kibana.alert.rule.tags'?: string[] | undefined; 'kibana.alert.severity_improving'?: boolean | undefined; 'kibana.alert.start'?: string | number | undefined; 'kibana.alert.time_range'?: { gte?: string | number | undefined; lte?: string | number | undefined; } | undefined; 'kibana.alert.url'?: string | undefined; 'kibana.alert.workflow_assignee_ids'?: string[] | undefined; 'kibana.alert.workflow_status'?: string | undefined; 'kibana.alert.workflow_tags'?: string[] | undefined; 'kibana.version'?: string | undefined; tags?: string[] | undefined; } & {} & { 'ecs.version'?: string | undefined; 'kibana.alert.risk_score'?: number | undefined; 'kibana.alert.rule.author'?: string | undefined; 'kibana.alert.rule.created_at'?: string | number | undefined; 'kibana.alert.rule.created_by'?: string | undefined; 'kibana.alert.rule.description'?: string | undefined; 'kibana.alert.rule.enabled'?: string | undefined; 'kibana.alert.rule.from'?: string | undefined; 'kibana.alert.rule.interval'?: string | undefined; 'kibana.alert.rule.license'?: string | undefined; 'kibana.alert.rule.note'?: string | undefined; 'kibana.alert.rule.references'?: string[] | undefined; 'kibana.alert.rule.rule_id'?: string | undefined; 'kibana.alert.rule.rule_name_override'?: string | undefined; 'kibana.alert.rule.to'?: string | undefined; 'kibana.alert.rule.type'?: string | undefined; 'kibana.alert.rule.updated_at'?: string | number | undefined; 'kibana.alert.rule.updated_by'?: string | undefined; 'kibana.alert.rule.version'?: string | undefined; 'kibana.alert.severity'?: string | undefined; 'kibana.alert.suppression.docs_count'?: string | number | undefined; 'kibana.alert.suppression.end'?: string | number | undefined; 'kibana.alert.suppression.start'?: string | number | undefined; 'kibana.alert.suppression.terms.field'?: string[] | undefined; 'kibana.alert.suppression.terms.value'?: string[] | undefined; 'kibana.alert.system_status'?: string | undefined; 'kibana.alert.workflow_reason'?: string | undefined; 'kibana.alert.workflow_status_updated_at'?: string | number | undefined; 'kibana.alert.workflow_user'?: string | undefined; }) | ({ '@timestamp': string | number; 'kibana.alert.ancestors': { depth: string | number; id: string; index: string; type: string; }[]; 'kibana.alert.depth': string | number; 'kibana.alert.instance.id': string; 'kibana.alert.original_event.action': string; 'kibana.alert.original_event.category': string[]; 'kibana.alert.original_event.created': string | number; 'kibana.alert.original_event.dataset': string; 'kibana.alert.original_event.id': string; 'kibana.alert.original_event.ingested': string | number; 'kibana.alert.original_event.kind': string; 'kibana.alert.original_event.module': string; 'kibana.alert.original_event.original': string; 'kibana.alert.original_event.outcome': string; 'kibana.alert.original_event.provider': string; 'kibana.alert.original_event.sequence': string | number; 'kibana.alert.original_event.type': string[]; 'kibana.alert.original_time': string | number; 'kibana.alert.rule.category': string; 'kibana.alert.rule.consumer': string; 'kibana.alert.rule.false_positives': string[]; 'kibana.alert.rule.max_signals': (string | number)[]; 'kibana.alert.rule.name': string; 'kibana.alert.rule.producer': string; 'kibana.alert.rule.revision': string | number; 'kibana.alert.rule.rule_type_id': string; 'kibana.alert.rule.threat.framework': string; 'kibana.alert.rule.threat.tactic.id': string; 'kibana.alert.rule.threat.tactic.name': string; 'kibana.alert.rule.threat.tactic.reference': string; 'kibana.alert.rule.threat.technique.id': string; 'kibana.alert.rule.threat.technique.name': string; 'kibana.alert.rule.threat.technique.reference': string; 'kibana.alert.rule.threat.technique.subtechnique.id': string; 'kibana.alert.rule.threat.technique.subtechnique.name': string; 'kibana.alert.rule.threat.technique.subtechnique.reference': string; 'kibana.alert.rule.uuid': string; 'kibana.alert.status': string; 'kibana.alert.uuid': string; 'kibana.space_ids': string[]; } & { 'ecs.version'?: string | undefined; 'event.action'?: string | undefined; 'event.kind'?: string | undefined; 'event.original'?: string | undefined; 'host.asset.criticality'?: string | undefined; 'kibana.alert.action_group'?: string | undefined; 'kibana.alert.ancestors.rule'?: string | undefined; 'kibana.alert.building_block_type'?: string | undefined; 'kibana.alert.case_ids'?: string[] | undefined; 'kibana.alert.consecutive_matches'?: string | number | undefined; 'kibana.alert.duration.us'?: string | number | undefined; 'kibana.alert.end'?: string | number | undefined; 'kibana.alert.flapping'?: boolean | undefined; 'kibana.alert.flapping_history'?: boolean[] | undefined; 'kibana.alert.group.id'?: string | undefined; 'kibana.alert.group.index'?: number | undefined; 'kibana.alert.host.criticality_level'?: string | undefined; 'kibana.alert.intended_timestamp'?: string | number | undefined; 'kibana.alert.last_detected'?: string | number | undefined; 'kibana.alert.maintenance_window_ids'?: string[] | undefined; 'kibana.alert.new_terms'?: string[] | undefined; 'kibana.alert.original_event.agent_id_status'?: string | undefined; 'kibana.alert.original_event.code'?: string | undefined; 'kibana.alert.original_event.duration'?: string | undefined; 'kibana.alert.original_event.end'?: string | number | undefined; 'kibana.alert.original_event.hash'?: string | undefined; 'kibana.alert.original_event.reason'?: string | undefined; 'kibana.alert.original_event.reference'?: string | undefined; 'kibana.alert.original_event.risk_score'?: number | undefined; 'kibana.alert.original_event.risk_score_norm'?: number | undefined; 'kibana.alert.original_event.severity'?: string | number | undefined; 'kibana.alert.original_event.start'?: string | number | undefined; 'kibana.alert.original_event.timezone'?: string | undefined; 'kibana.alert.original_event.url'?: string | undefined; 'kibana.alert.previous_action_group'?: string | undefined; 'kibana.alert.reason'?: string | undefined; 'kibana.alert.risk_score'?: number | undefined; 'kibana.alert.rule.author'?: string | undefined; 'kibana.alert.rule.building_block_type'?: string | undefined; 'kibana.alert.rule.created_at'?: string | number | undefined; 'kibana.alert.rule.created_by'?: string | undefined; 'kibana.alert.rule.description'?: string | undefined; 'kibana.alert.rule.enabled'?: string | undefined; 'kibana.alert.rule.execution.timestamp'?: string | number | undefined; 'kibana.alert.rule.execution.type'?: string | undefined; 'kibana.alert.rule.execution.uuid'?: string | undefined; 'kibana.alert.rule.from'?: string | undefined; 'kibana.alert.rule.immutable'?: string[] | undefined; 'kibana.alert.rule.interval'?: string | undefined; 'kibana.alert.rule.license'?: string | undefined; 'kibana.alert.rule.note'?: string | undefined; 'kibana.alert.rule.parameters'?: unknown; 'kibana.alert.rule.references'?: string[] | undefined; 'kibana.alert.rule.rule_id'?: string | undefined; 'kibana.alert.rule.rule_name_override'?: string | undefined; 'kibana.alert.rule.tags'?: string[] | undefined; 'kibana.alert.rule.timeline_id'?: string[] | undefined; 'kibana.alert.rule.timeline_title'?: string[] | undefined; 'kibana.alert.rule.timestamp_override'?: string | undefined; 'kibana.alert.rule.to'?: string | undefined; 'kibana.alert.rule.type'?: string | undefined; 'kibana.alert.rule.updated_at'?: string | number | undefined; 'kibana.alert.rule.updated_by'?: string | undefined; 'kibana.alert.rule.version'?: string | undefined; 'kibana.alert.severity'?: string | undefined; 'kibana.alert.severity_improving'?: boolean | undefined; 'kibana.alert.start'?: string | number | undefined; 'kibana.alert.suppression.docs_count'?: string | number | undefined; 'kibana.alert.suppression.end'?: string | number | undefined; 'kibana.alert.suppression.start'?: string | number | undefined; 'kibana.alert.suppression.terms.field'?: string[] | undefined; 'kibana.alert.suppression.terms.value'?: string[] | undefined; 'kibana.alert.system_status'?: string | undefined; 'kibana.alert.threshold_result.cardinality'?: unknown; 'kibana.alert.threshold_result.count'?: string | number | undefined; 'kibana.alert.threshold_result.from'?: string | number | undefined; 'kibana.alert.threshold_result.terms'?: { field?: string | undefined; value?: string | undefined; }[] | undefined; 'kibana.alert.time_range'?: { gte?: string | number | undefined; lte?: string | number | undefined; } | undefined; 'kibana.alert.url'?: string | undefined; 'kibana.alert.user.criticality_level'?: string | undefined; 'kibana.alert.workflow_assignee_ids'?: string[] | undefined; 'kibana.alert.workflow_reason'?: string | undefined; 'kibana.alert.workflow_status'?: string | undefined; 'kibana.alert.workflow_status_updated_at'?: string | number | undefined; 'kibana.alert.workflow_tags'?: string[] | undefined; 'kibana.alert.workflow_user'?: string | undefined; 'kibana.version'?: string | undefined; tags?: string[] | undefined; 'user.asset.criticality'?: string | undefined; } & { '@timestamp': string | number; 'kibana.alert.instance.id': string; 'kibana.alert.rule.category': string; 'kibana.alert.rule.consumer': string; 'kibana.alert.rule.name': string; 'kibana.alert.rule.producer': string; 'kibana.alert.rule.revision': string | number; 'kibana.alert.rule.rule_type_id': string; 'kibana.alert.rule.uuid': string; 'kibana.alert.status': string; 'kibana.alert.uuid': string; 'kibana.space_ids': string[]; } & { 'event.action'?: string | undefined; 'event.kind'?: string | undefined; 'event.original'?: string | undefined; 'kibana.alert.action_group'?: string | undefined; 'kibana.alert.case_ids'?: string[] | undefined; 'kibana.alert.consecutive_matches'?: string | number | undefined; 'kibana.alert.duration.us'?: string | number | undefined; 'kibana.alert.end'?: string | number | undefined; 'kibana.alert.flapping'?: boolean | undefined; 'kibana.alert.flapping_history'?: boolean[] | undefined; 'kibana.alert.intended_timestamp'?: string | number | undefined; 'kibana.alert.last_detected'?: string | number | undefined; 'kibana.alert.maintenance_window_ids'?: string[] | undefined; 'kibana.alert.previous_action_group'?: string | undefined; 'kibana.alert.reason'?: string | undefined; 'kibana.alert.rule.execution.timestamp'?: string | number | undefined; 'kibana.alert.rule.execution.type'?: string | undefined; 'kibana.alert.rule.execution.uuid'?: string | undefined; 'kibana.alert.rule.parameters'?: unknown; 'kibana.alert.rule.tags'?: string[] | undefined; 'kibana.alert.severity_improving'?: boolean | undefined; 'kibana.alert.start'?: string | number | undefined; 'kibana.alert.time_range'?: { gte?: string | number | undefined; lte?: string | number | undefined; } | undefined; 'kibana.alert.url'?: string | undefined; 'kibana.alert.workflow_assignee_ids'?: string[] | undefined; 'kibana.alert.workflow_status'?: string | undefined; 'kibana.alert.workflow_tags'?: string[] | undefined; 'kibana.version'?: string | undefined; tags?: string[] | undefined; } & { '@timestamp': string | number; 'ecs.version': string; } & { 'agent.build.original'?: string | undefined; 'agent.ephemeral_id'?: string | undefined; 'agent.id'?: string | undefined; 'agent.name'?: string | undefined; 'agent.type'?: string | undefined; 'agent.version'?: string | undefined; 'client.address'?: string | undefined; 'client.as.number'?: string | number | undefined; 'client.as.organization.name'?: string | undefined; 'client.bytes'?: string | number | undefined; 'client.domain'?: string | undefined; 'client.geo.city_name'?: string | undefined; 'client.geo.continent_code'?: string | undefined; 'client.geo.continent_name'?: string | undefined; 'client.geo.country_iso_code'?: string | undefined; 'client.geo.country_name'?: string | undefined; 'client.geo.location'?: string | { type: string; coordinates: number[]; } | { lat: number; lon: number; } | { location: number[]; } | { location: string; } | undefined; 'client.geo.name'?: string | undefined; 'client.geo.postal_code'?: string | undefined; 'client.geo.region_iso_code'?: string | undefined; 'client.geo.region_name'?: string | undefined; 'client.geo.timezone'?: string | undefined; 'client.ip'?: string | undefined; 'client.mac'?: string | undefined; 'client.nat.ip'?: string | undefined; 'client.nat.port'?: string | number | undefined; 'client.packets'?: string | number | undefined; 'client.port'?: string | number | undefined; 'client.registered_domain'?: string | undefined; 'client.subdomain'?: string | undefined; 'client.top_level_domain'?: string | undefined; 'client.user.domain'?: string | undefined; 'client.user.email'?: string | undefined; 'client.user.full_name'?: string | undefined; 'client.user.group.domain'?: string | undefined; 'client.user.group.id'?: string | undefined; 'client.user.group.name'?: string | undefined; 'client.user.hash'?: string | undefined; 'client.user.id'?: string | undefined; 'client.user.name'?: string | undefined; 'client.user.roles'?: string[] | undefined; 'cloud.account.id'?: string | undefined; 'cloud.account.name'?: string | undefined; 'cloud.availability_zone'?: string | undefined; 'cloud.instance.id'?: string | undefined; 'cloud.instance.name'?: string | undefined; 'cloud.machine.type'?: string | undefined; 'cloud.origin.account.id'?: string | undefined; 'cloud.origin.account.name'?: string | undefined; 'cloud.origin.availability_zone'?: string | undefined; 'cloud.origin.instance.id'?: string | undefined; 'cloud.origin.instance.name'?: string | undefined; 'cloud.origin.machine.type'?: string | undefined; 'cloud.origin.project.id'?: string | undefined; 'cloud.origin.project.name'?: string | undefined; 'cloud.origin.provider'?: string | undefined; 'cloud.origin.region'?: string | undefined; 'cloud.origin.service.name'?: string | undefined; 'cloud.project.id'?: string | undefined; 'cloud.project.name'?: string | undefined; 'cloud.provider'?: string | undefined; 'cloud.region'?: string | undefined; 'cloud.service.name'?: string | undefined; 'cloud.target.account.id'?: string | undefined; 'cloud.target.account.name'?: string | undefined; 'cloud.target.availability_zone'?: string | undefined; 'cloud.target.instance.id'?: string | undefined; 'cloud.target.instance.name'?: string | undefined; 'cloud.target.machine.type'?: string | undefined; 'cloud.target.project.id'?: string | undefined; 'cloud.target.project.name'?: string | undefined; 'cloud.target.provider'?: string | undefined; 'cloud.target.region'?: string | undefined; 'cloud.target.service.name'?: string | undefined; 'container.cpu.usage'?: string | number | undefined; 'container.disk.read.bytes'?: string | number | undefined; 'container.disk.write.bytes'?: string | number | undefined; 'container.id'?: string | undefined; 'container.image.hash.all'?: string[] | undefined; 'container.image.name'?: string | undefined; 'container.image.tag'?: string[] | undefined; 'container.labels'?: unknown; 'container.memory.usage'?: string | number | undefined; 'container.name'?: string | undefined; 'container.network.egress.bytes'?: string | number | undefined; 'container.network.ingress.bytes'?: string | number | undefined; 'container.runtime'?: string | undefined; 'container.security_context.privileged'?: boolean | undefined; 'destination.address'?: string | undefined; 'destination.as.number'?: string | number | undefined; 'destination.as.organization.name'?: string | undefined; 'destination.bytes'?: string | number | undefined; 'destination.domain'?: string | undefined; 'destination.geo.city_name'?: string | undefined; 'destination.geo.continent_code'?: string | undefined; 'destination.geo.continent_name'?: string | undefined; 'destination.geo.country_iso_code'?: string | undefined; 'destination.geo.country_name'?: string | undefined; 'destination.geo.location'?: string | { type: string; coordinates: number[]; } | { lat: number; lon: number; } | { location: number[]; } | { location: string; } | undefined; 'destination.geo.name'?: string | undefined; 'destination.geo.postal_code'?: string | undefined; 'destination.geo.region_iso_code'?: string | undefined; 'destination.geo.region_name'?: string | undefined; 'destination.geo.timezone'?: string | undefined; 'destination.ip'?: string | undefined; 'destination.mac'?: string | undefined; 'destination.nat.ip'?: string | undefined; 'destination.nat.port'?: string | number | undefined; 'destination.packets'?: string | number | undefined; 'destination.port'?: string | number | undefined; 'destination.registered_domain'?: string | undefined; 'destination.subdomain'?: string | undefined; 'destination.top_level_domain'?: string | undefined; 'destination.user.domain'?: string | undefined; 'destination.user.email'?: string | undefined; 'destination.user.full_name'?: string | undefined; 'destination.user.group.domain'?: string | undefined; 'destination.user.group.id'?: string | undefined; 'destination.user.group.name'?: string | undefined; 'destination.user.hash'?: string | undefined; 'destination.user.id'?: string | undefined; 'destination.user.name'?: string | undefined; 'destination.user.roles'?: string[] | undefined; 'device.id'?: string | undefined; 'device.manufacturer'?: string | undefined; 'device.model.identifier'?: string | undefined; 'device.model.name'?: string | undefined; 'dll.code_signature.digest_algorithm'?: string | undefined; 'dll.code_signature.exists'?: boolean | undefined; 'dll.code_signature.signing_id'?: string | undefined; 'dll.code_signature.status'?: string | undefined; 'dll.code_signature.subject_name'?: string | undefined; 'dll.code_signature.team_id'?: string | undefined; 'dll.code_signature.timestamp'?: string | number | undefined; 'dll.code_signature.trusted'?: boolean | undefined; 'dll.code_signature.valid'?: boolean | undefined; 'dll.hash.md5'?: string | undefined; 'dll.hash.sha1'?: string | undefined; 'dll.hash.sha256'?: string | undefined; 'dll.hash.sha384'?: string | undefined; 'dll.hash.sha512'?: string | undefined; 'dll.hash.ssdeep'?: string | undefined; 'dll.hash.tlsh'?: string | undefined; 'dll.name'?: string | undefined; 'dll.path'?: string | undefined; 'dll.pe.architecture'?: string | undefined; 'dll.pe.company'?: string | undefined; 'dll.pe.description'?: string | undefined; 'dll.pe.file_version'?: string | undefined; 'dll.pe.go_import_hash'?: string | undefined; 'dll.pe.go_imports'?: unknown; 'dll.pe.go_imports_names_entropy'?: string | number | undefined; 'dll.pe.go_imports_names_var_entropy'?: string | number | undefined; 'dll.pe.go_stripped'?: boolean | undefined; 'dll.pe.imphash'?: string | undefined; 'dll.pe.import_hash'?: string | undefined; 'dll.pe.imports'?: unknown[] | undefined; 'dll.pe.imports_names_entropy'?: string | number | undefined; 'dll.pe.imports_names_var_entropy'?: string | number | undefined; 'dll.pe.original_file_name'?: string | undefined; 'dll.pe.pehash'?: string | undefined; 'dll.pe.product'?: string | undefined; 'dll.pe.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'dns.answers'?: { class?: string | undefined; data?: string | undefined; name?: string | undefined; ttl?: string | number | undefined; type?: string | undefined; }[] | undefined; 'dns.header_flags'?: string[] | undefined; 'dns.id'?: string | undefined; 'dns.op_code'?: string | undefined; 'dns.question.class'?: string | undefined; 'dns.question.name'?: string | undefined; 'dns.question.registered_domain'?: string | undefined; 'dns.question.subdomain'?: string | undefined; 'dns.question.top_level_domain'?: string | undefined; 'dns.question.type'?: string | undefined; 'dns.resolved_ip'?: string[] | undefined; 'dns.response_code'?: string | undefined; 'dns.type'?: string | undefined; 'email.attachments'?: { 'file.extension'?: string | undefined; 'file.hash.md5'?: string | undefined; 'file.hash.sha1'?: string | undefined; 'file.hash.sha256'?: string | undefined; 'file.hash.sha384'?: string | undefined; 'file.hash.sha512'?: string | undefined; 'file.hash.ssdeep'?: string | undefined; 'file.hash.tlsh'?: string | undefined; 'file.mime_type'?: string | undefined; 'file.name'?: string | undefined; 'file.size'?: string | number | undefined; }[] | undefined; 'email.bcc.address'?: string[] | undefined; 'email.cc.address'?: string[] | undefined; 'email.content_type'?: string | undefined; 'email.delivery_timestamp'?: string | number | undefined; 'email.direction'?: string | undefined; 'email.from.address'?: string[] | undefined; 'email.local_id'?: string | undefined; 'email.message_id'?: string | undefined; 'email.origination_timestamp'?: string | number | undefined; 'email.reply_to.address'?: string[] | undefined; 'email.sender.address'?: string | undefined; 'email.subject'?: string | undefined; 'email.to.address'?: string[] | undefined; 'email.x_mailer'?: string | undefined; 'error.code'?: string | undefined; 'error.id'?: string | undefined; 'error.message'?: string | undefined; 'error.stack_trace'?: string | undefined; 'error.type'?: string | undefined; 'event.action'?: string | undefined; 'event.agent_id_status'?: string | undefined; 'event.category'?: string[] | undefined; 'event.code'?: string | undefined; 'event.created'?: string | number | undefined; 'event.dataset'?: string | undefined; 'event.duration'?: string | number | undefined; 'event.end'?: string | number | undefined; 'event.hash'?: string | undefined; 'event.id'?: string | undefined; 'event.ingested'?: string | number | undefined; 'event.kind'?: string | undefined; 'event.module'?: string | undefined; 'event.original'?: string | undefined; 'event.outcome'?: string | undefined; 'event.provider'?: string | undefined; 'event.reason'?: string | undefined; 'event.reference'?: string | undefined; 'event.risk_score'?: number | undefined; 'event.risk_score_norm'?: number | undefined; 'event.sequence'?: string | number | undefined; 'event.severity'?: string | number | undefined; 'event.start'?: string | number | undefined; 'event.timezone'?: string | undefined; 'event.type'?: string[] | undefined; 'event.url'?: string | undefined; 'faas.coldstart'?: boolean | undefined; 'faas.execution'?: string | undefined; 'faas.id'?: string | undefined; 'faas.name'?: string | undefined; 'faas.version'?: string | undefined; 'file.accessed'?: string | number | undefined; 'file.attributes'?: string[] | undefined; 'file.code_signature.digest_algorithm'?: string | undefined; 'file.code_signature.exists'?: boolean | undefined; 'file.code_signature.signing_id'?: string | undefined; 'file.code_signature.status'?: string | undefined; 'file.code_signature.subject_name'?: string | undefined; 'file.code_signature.team_id'?: string | undefined; 'file.code_signature.timestamp'?: string | number | undefined; 'file.code_signature.trusted'?: boolean | undefined; 'file.code_signature.valid'?: boolean | undefined; 'file.created'?: string | number | undefined; 'file.ctime'?: string | number | undefined; 'file.device'?: string | undefined; 'file.directory'?: string | undefined; 'file.drive_letter'?: string | undefined; 'file.elf.architecture'?: string | undefined; 'file.elf.byte_order'?: string | undefined; 'file.elf.cpu_type'?: string | undefined; 'file.elf.creation_date'?: string | number | undefined; 'file.elf.exports'?: unknown[] | undefined; 'file.elf.go_import_hash'?: string | undefined; 'file.elf.go_imports'?: unknown; 'file.elf.go_imports_names_entropy'?: string | number | undefined; 'file.elf.go_imports_names_var_entropy'?: string | number | undefined; 'file.elf.go_stripped'?: boolean | undefined; 'file.elf.header.abi_version'?: string | undefined; 'file.elf.header.class'?: string | undefined; 'file.elf.header.data'?: string | undefined; 'file.elf.header.entrypoint'?: string | number | undefined; 'file.elf.header.object_version'?: string | undefined; 'file.elf.header.os_abi'?: string | undefined; 'file.elf.header.type'?: string | undefined; 'file.elf.header.version'?: string | undefined; 'file.elf.import_hash'?: string | undefined; 'file.elf.imports'?: unknown[] | undefined; 'file.elf.imports_names_entropy'?: string | number | undefined; 'file.elf.imports_names_var_entropy'?: string | number | undefined; 'file.elf.sections'?: { chi2?: string | number | undefined; entropy?: string | number | undefined; flags?: string | undefined; name?: string | undefined; physical_offset?: string | undefined; physical_size?: string | number | undefined; type?: string | undefined; var_entropy?: string | number | undefined; virtual_address?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'file.elf.segments'?: { sections?: string | undefined; type?: string | undefined; }[] | undefined; 'file.elf.shared_libraries'?: string[] | undefined; 'file.elf.telfhash'?: string | undefined; 'file.extension'?: string | undefined; 'file.fork_name'?: string | undefined; 'file.gid'?: string | undefined; 'file.group'?: string | undefined; 'file.hash.md5'?: string | undefined; 'file.hash.sha1'?: string | undefined; 'file.hash.sha256'?: string | undefined; 'file.hash.sha384'?: string | undefined; 'file.hash.sha512'?: string | undefined; 'file.hash.ssdeep'?: string | undefined; 'file.hash.tlsh'?: string | undefined; 'file.inode'?: string | undefined; 'file.macho.go_import_hash'?: string | undefined; 'file.macho.go_imports'?: unknown; 'file.macho.go_imports_names_entropy'?: string | number | undefined; 'file.macho.go_imports_names_var_entropy'?: string | number | undefined; 'file.macho.go_stripped'?: boolean | undefined; 'file.macho.import_hash'?: string | undefined; 'file.macho.imports'?: unknown[] | undefined; 'file.macho.imports_names_entropy'?: string | number | undefined; 'file.macho.imports_names_var_entropy'?: string | number | undefined; 'file.macho.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'file.macho.symhash'?: string | undefined; 'file.mime_type'?: string | undefined; 'file.mode'?: string | undefined; 'file.mtime'?: string | number | undefined; 'file.name'?: string | undefined; 'file.owner'?: string | undefined; 'file.path'?: string | undefined; 'file.pe.architecture'?: string | undefined; 'file.pe.company'?: string | undefined; 'file.pe.description'?: string | undefined; 'file.pe.file_version'?: string | undefined; 'file.pe.go_import_hash'?: string | undefined; 'file.pe.go_imports'?: unknown; 'file.pe.go_imports_names_entropy'?: string | number | undefined; 'file.pe.go_imports_names_var_entropy'?: string | number | undefined; 'file.pe.go_stripped'?: boolean | undefined; 'file.pe.imphash'?: string | undefined; 'file.pe.import_hash'?: string | undefined; 'file.pe.imports'?: unknown[] | undefined; 'file.pe.imports_names_entropy'?: string | number | undefined; 'file.pe.imports_names_var_entropy'?: string | number | undefined; 'file.pe.original_file_name'?: string | undefined; 'file.pe.pehash'?: string | undefined; 'file.pe.product'?: string | undefined; 'file.pe.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'file.size'?: string | number | undefined; 'file.target_path'?: string | undefined; 'file.type'?: string | undefined; 'file.uid'?: string | undefined; 'file.x509.alternative_names'?: string[] | undefined; 'file.x509.issuer.common_name'?: string[] | undefined; 'file.x509.issuer.country'?: string[] | undefined; 'file.x509.issuer.distinguished_name'?: string | undefined; 'file.x509.issuer.locality'?: string[] | undefined; 'file.x509.issuer.organization'?: string[] | undefined; 'file.x509.issuer.organizational_unit'?: string[] | undefined; 'file.x509.issuer.state_or_province'?: string[] | undefined; 'file.x509.not_after'?: string | number | undefined; 'file.x509.not_before'?: string | number | undefined; 'file.x509.public_key_algorithm'?: string | undefined; 'file.x509.public_key_curve'?: string | undefined; 'file.x509.public_key_exponent'?: string | number | undefined; 'file.x509.public_key_size'?: string | number | undefined; 'file.x509.serial_number'?: string | undefined; 'file.x509.signature_algorithm'?: string | undefined; 'file.x509.subject.common_name'?: string[] | undefined; 'file.x509.subject.country'?: string[] | undefined; 'file.x509.subject.distinguished_name'?: string | undefined; 'file.x509.subject.locality'?: string[] | undefined; 'file.x509.subject.organization'?: string[] | undefined; 'file.x509.subject.organizational_unit'?: string[] | undefined; 'file.x509.subject.state_or_province'?: string[] | undefined; 'file.x509.version_number'?: string | undefined; 'group.domain'?: string | undefined; 'group.id'?: string | undefined; 'group.name'?: string | undefined; 'host.architecture'?: string | undefined; 'host.boot.id'?: string | undefined; 'host.cpu.usage'?: string | number | undefined; 'host.disk.read.bytes'?: string | number | undefined; 'host.disk.write.bytes'?: string | number | undefined; 'host.domain'?: string | undefined; 'host.geo.city_name'?: string | undefined; 'host.geo.continent_code'?: string | undefined; 'host.geo.continent_name'?: string | undefined; 'host.geo.country_iso_code'?: string | undefined; 'host.geo.country_name'?: string | undefined; 'host.geo.location'?: string | { type: string; coordinates: number[]; } | { lat: number; lon: number; } | { location: number[]; } | { location: string; } | undefined; 'host.geo.name'?: string | undefined; 'host.geo.postal_code'?: string | undefined; 'host.geo.region_iso_code'?: string | undefined; 'host.geo.region_name'?: string | undefined; 'host.geo.timezone'?: string | undefined; 'host.hostname'?: string | undefined; 'host.id'?: string | undefined; 'host.ip'?: string[] | undefined; 'host.mac'?: string[] | undefined; 'host.name'?: string | undefined; 'host.network.egress.bytes'?: string | number | undefined; 'host.network.egress.packets'?: string | number | undefined; 'host.network.ingress.bytes'?: string | number | undefined; 'host.network.ingress.packets'?: string | number | undefined; 'host.os.family'?: string | undefined; 'host.os.full'?: string | undefined; 'host.os.kernel'?: string | undefined; 'host.os.name'?: string | undefined; 'host.os.platform'?: string | undefined; 'host.os.type'?: string | undefined; 'host.os.version'?: string | undefined; 'host.pid_ns_ino'?: string | undefined; 'host.risk.calculated_level'?: string | undefined; 'host.risk.calculated_score'?: number | undefined; 'host.risk.calculated_score_norm'?: number | undefined; 'host.risk.static_level'?: string | undefined; 'host.risk.static_score'?: number | undefined; 'host.risk.static_score_norm'?: number | undefined; 'host.type'?: string | undefined; 'host.uptime'?: string | number | undefined; 'http.request.body.bytes'?: string | number | undefined; 'http.request.body.content'?: string | undefined; 'http.request.bytes'?: string | number | undefined; 'http.request.id'?: string | undefined; 'http.request.method'?: string | undefined; 'http.request.mime_type'?: string | undefined; 'http.request.referrer'?: string | undefined; 'http.response.body.bytes'?: string | number | undefined; 'http.response.body.content'?: string | undefined; 'http.response.bytes'?: string | number | undefined; 'http.response.mime_type'?: string | undefined; 'http.response.status_code'?: string | number | undefined; 'http.version'?: string | undefined; labels?: unknown; 'log.file.path'?: string | undefined; 'log.level'?: string | undefined; 'log.logger'?: string | undefined; 'log.origin.file.line'?: string | number | undefined; 'log.origin.file.name'?: string | undefined; 'log.origin.function'?: string | undefined; 'log.syslog'?: unknown; message?: string | undefined; 'network.application'?: string | undefined; 'network.bytes'?: string | number | undefined; 'network.community_id'?: string | undefined; 'network.direction'?: string | undefined; 'network.forwarded_ip'?: string | undefined; 'network.iana_number'?: string | undefined; 'network.inner'?: unknown; 'network.name'?: string | undefined; 'network.packets'?: string | number | undefined; 'network.protocol'?: string | undefined; 'network.transport'?: string | undefined; 'network.type'?: string | undefined; 'network.vlan.id'?: string | undefined; 'network.vlan.name'?: string | undefined; 'observer.egress'?: unknown; 'observer.geo.city_name'?: string | undefined; 'observer.geo.continent_code'?: string | undefined; 'observer.geo.continent_name'?: string | undefined; 'observer.geo.country_iso_code'?: string | undefined; 'observer.geo.country_name'?: string | undefined; 'observer.geo.location'?: string | { type: string; coordinates: number[]; } | { lat: number; lon: number; } | { location: number[]; } | { location: string; } | undefined; 'observer.geo.name'?: string | undefined; 'observer.geo.postal_code'?: string | undefined; 'observer.geo.region_iso_code'?: string | undefined; 'observer.geo.region_name'?: string | undefined; 'observer.geo.timezone'?: string | undefined; 'observer.hostname'?: string | undefined; 'observer.ingress'?: unknown; 'observer.ip'?: string[] | undefined; 'observer.mac'?: string[] | undefined; 'observer.name'?: string | undefined; 'observer.os.family'?: string | undefined; 'observer.os.full'?: string | undefined; 'observer.os.kernel'?: string | undefined; 'observer.os.name'?: string | undefined; 'observer.os.platform'?: string | undefined; 'observer.os.type'?: string | undefined; 'observer.os.version'?: string | undefined; 'observer.product'?: string | undefined; 'observer.serial_number'?: string | undefined; 'observer.type'?: string | undefined; 'observer.vendor'?: string | undefined; 'observer.version'?: string | undefined; 'orchestrator.api_version'?: string | undefined; 'orchestrator.cluster.id'?: string | undefined; 'orchestrator.cluster.name'?: string | undefined; 'orchestrator.cluster.url'?: string | undefined; 'orchestrator.cluster.version'?: string | undefined; 'orchestrator.namespace'?: string | undefined; 'orchestrator.organization'?: string | undefined; 'orchestrator.resource.annotation'?: string[] | undefined; 'orchestrator.resource.id'?: string | undefined; 'orchestrator.resource.ip'?: string[] | undefined; 'orchestrator.resource.label'?: string[] | undefined; 'orchestrator.resource.name'?: string | undefined; 'orchestrator.resource.parent.type'?: string | undefined; 'orchestrator.resource.type'?: string | undefined; 'orchestrator.type'?: string | undefined; 'organization.id'?: string | undefined; 'organization.name'?: string | undefined; 'package.architecture'?: string | undefined; 'package.build_version'?: string | undefined; 'package.checksum'?: string | undefined; 'package.description'?: string | undefined; 'package.install_scope'?: string | undefined; 'package.installed'?: string | number | undefined; 'package.license'?: string | undefined; 'package.name'?: string | undefined; 'package.path'?: string | undefined; 'package.reference'?: string | undefined; 'package.size'?: string | number | undefined; 'package.type'?: string | undefined; 'package.version'?: string | undefined; 'process.args'?: string[] | undefined; 'process.args_count'?: string | number | undefined; 'process.code_signature.digest_algorithm'?: string | undefined; 'process.code_signature.exists'?: boolean | undefined; 'process.code_signature.signing_id'?: string | undefined; 'process.code_signature.status'?: string | undefined; 'process.code_signature.subject_name'?: string | undefined; 'process.code_signature.team_id'?: string | undefined; 'process.code_signature.timestamp'?: string | number | undefined; 'process.code_signature.trusted'?: boolean | undefined; 'process.code_signature.valid'?: boolean | undefined; 'process.command_line'?: string | undefined; 'process.elf.architecture'?: string | undefined; 'process.elf.byte_order'?: string | undefined; 'process.elf.cpu_type'?: string | undefined; 'process.elf.creation_date'?: string | number | undefined; 'process.elf.exports'?: unknown[] | undefined; 'process.elf.go_import_hash'?: string | undefined; 'process.elf.go_imports'?: unknown; 'process.elf.go_imports_names_entropy'?: string | number | undefined; 'process.elf.go_imports_names_var_entropy'?: string | number | undefined; 'process.elf.go_stripped'?: boolean | undefined; 'process.elf.header.abi_version'?: string | undefined; 'process.elf.header.class'?: string | undefined; 'process.elf.header.data'?: string | undefined; 'process.elf.header.entrypoint'?: string | number | undefined; 'process.elf.header.object_version'?: string | undefined; 'process.elf.header.os_abi'?: string | undefined; 'process.elf.header.type'?: string | undefined; 'process.elf.header.version'?: string | undefined; 'process.elf.import_hash'?: string | undefined; 'process.elf.imports'?: unknown[] | undefined; 'process.elf.imports_names_entropy'?: string | number | undefined; 'process.elf.imports_names_var_entropy'?: string | number | undefined; 'process.elf.sections'?: { chi2?: string | number | undefined; entropy?: string | number | undefined; flags?: string | undefined; name?: string | undefined; physical_offset?: string | undefined; physical_size?: string | number | undefined; type?: string | undefined; var_entropy?: string | number | undefined; virtual_address?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'process.elf.segments'?: { sections?: string | undefined; type?: string | undefined; }[] | undefined; 'process.elf.shared_libraries'?: string[] | undefined; 'process.elf.telfhash'?: string | undefined; 'process.end'?: string | number | undefined; 'process.entity_id'?: string | undefined; 'process.entry_leader.args'?: string[] | undefined; 'process.entry_leader.args_count'?: string | number | undefined; 'process.entry_leader.attested_groups.name'?: string | undefined; 'process.entry_leader.attested_user.id'?: string | undefined; 'process.entry_leader.attested_user.name'?: string | undefined; 'process.entry_leader.command_line'?: string | undefined; 'process.entry_leader.entity_id'?: string | undefined; 'process.entry_leader.entry_meta.source.ip'?: string | undefined; 'process.entry_leader.entry_meta.type'?: string | undefined; 'process.entry_leader.executable'?: string | undefined; 'process.entry_leader.group.id'?: string | undefined; 'process.entry_leader.group.name'?: string | undefined; 'process.entry_leader.interactive'?: boolean | undefined; 'process.entry_leader.name'?: string | undefined; 'process.entry_leader.parent.entity_id'?: string | undefined; 'process.entry_leader.parent.pid'?: string | number | undefined; 'process.entry_leader.parent.session_leader.entity_id'?: string | undefined; 'process.entry_leader.parent.session_leader.pid'?: string | number | undefined; 'process.entry_leader.parent.session_leader.start'?: string | number | undefined; 'process.entry_leader.parent.session_leader.vpid'?: string | number | undefined; 'process.entry_leader.parent.start'?: string | number | undefined; 'process.entry_leader.parent.vpid'?: string | number | undefined; 'process.entry_leader.pid'?: string | number | undefined; 'process.entry_leader.real_group.id'?: string | undefined; 'process.entry_leader.real_group.name'?: string | undefined; 'process.entry_leader.real_user.id'?: string | undefined; 'process.entry_leader.real_user.name'?: string | undefined; 'process.entry_leader.same_as_process'?: boolean | undefined; 'process.entry_leader.saved_group.id'?: string | undefined; 'process.entry_leader.saved_group.name'?: string | undefined; 'process.entry_leader.saved_user.id'?: string | undefined; 'process.entry_leader.saved_user.name'?: string | undefined; 'process.entry_leader.start'?: string | number | undefined; 'process.entry_leader.supplemental_groups.id'?: string | undefined; 'process.entry_leader.supplemental_groups.name'?: string | undefined; 'process.entry_leader.tty'?: unknown; 'process.entry_leader.user.id'?: string | undefined; 'process.entry_leader.user.name'?: string | undefined; 'process.entry_leader.vpid'?: string | number | undefined; 'process.entry_leader.working_directory'?: string | undefined; 'process.env_vars'?: string[] | undefined; 'process.executable'?: string | undefined; 'process.exit_code'?: string | number | undefined; 'process.group_leader.args'?: string[] | undefined; 'process.group_leader.args_count'?: string | number | undefined; 'process.group_leader.command_line'?: string | undefined; 'process.group_leader.entity_id'?: string | undefined; 'process.group_leader.executable'?: string | undefined; 'process.group_leader.group.id'?: string | undefined; 'process.group_leader.group.name'?: string | undefined; 'process.group_leader.interactive'?: boolean | undefined; 'process.group_leader.name'?: string | undefined; 'process.group_leader.pid'?: string | number | undefined; 'process.group_leader.real_group.id'?: string | undefined; 'process.group_leader.real_group.name'?: string | undefined; 'process.group_leader.real_user.id'?: string | undefined; 'process.group_leader.real_user.name'?: string | undefined; 'process.group_leader.same_as_process'?: boolean | undefined; 'process.group_leader.saved_group.id'?: string | undefined; 'process.group_leader.saved_group.name'?: string | undefined; 'process.group_leader.saved_user.id'?: string | undefined; 'process.group_leader.saved_user.name'?: string | undefined; 'process.group_leader.start'?: string | number | undefined; 'process.group_leader.supplemental_groups.id'?: string | undefined; 'process.group_leader.supplemental_groups.name'?: string | undefined; 'process.group_leader.tty'?: unknown; 'process.group_leader.user.id'?: string | undefined; 'process.group_leader.user.name'?: string | undefined; 'process.group_leader.vpid'?: string | number | undefined; 'process.group_leader.working_directory'?: string | undefined; 'process.hash.md5'?: string | undefined; 'process.hash.sha1'?: string | undefined; 'process.hash.sha256'?: string | undefined; 'process.hash.sha384'?: string | undefined; 'process.hash.sha512'?: string | undefined; 'process.hash.ssdeep'?: string | undefined; 'process.hash.tlsh'?: string | undefined; 'process.interactive'?: boolean | undefined; 'process.io'?: unknown; 'process.macho.go_import_hash'?: string | undefined; 'process.macho.go_imports'?: unknown; 'process.macho.go_imports_names_entropy'?: string | number | undefined; 'process.macho.go_imports_names_var_entropy'?: string | number | undefined; 'process.macho.go_stripped'?: boolean | undefined; 'process.macho.import_hash'?: string | undefined; 'process.macho.imports'?: unknown[] | undefined; 'process.macho.imports_names_entropy'?: string | number | undefined; 'process.macho.imports_names_var_entropy'?: string | number | undefined; 'process.macho.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'process.macho.symhash'?: string | undefined; 'process.name'?: string | undefined; 'process.parent.args'?: string[] | undefined; 'process.parent.args_count'?: string | number | undefined; 'process.parent.code_signature.digest_algorithm'?: string | undefined; 'process.parent.code_signature.exists'?: boolean | undefined; 'process.parent.code_signature.signing_id'?: string | undefined; 'process.parent.code_signature.status'?: string | undefined; 'process.parent.code_signature.subject_name'?: string | undefined; 'process.parent.code_signature.team_id'?: string | undefined; 'process.parent.code_signature.timestamp'?: string | number | undefined; 'process.parent.code_signature.trusted'?: boolean | undefined; 'process.parent.code_signature.valid'?: boolean | undefined; 'process.parent.command_line'?: string | undefined; 'process.parent.elf.architecture'?: string | undefined; 'process.parent.elf.byte_order'?: string | undefined; 'process.parent.elf.cpu_type'?: string | undefined; 'process.parent.elf.creation_date'?: string | number | undefined; 'process.parent.elf.exports'?: unknown[] | undefined; 'process.parent.elf.go_import_hash'?: string | undefined; 'process.parent.elf.go_imports'?: unknown; 'process.parent.elf.go_imports_names_entropy'?: string | number | undefined; 'process.parent.elf.go_imports_names_var_entropy'?: string | number | undefined; 'process.parent.elf.go_stripped'?: boolean | undefined; 'process.parent.elf.header.abi_version'?: string | undefined; 'process.parent.elf.header.class'?: string | undefined; 'process.parent.elf.header.data'?: string | undefined; 'process.parent.elf.header.entrypoint'?: string | number | undefined; 'process.parent.elf.header.object_version'?: string | undefined; 'process.parent.elf.header.os_abi'?: string | undefined; 'process.parent.elf.header.type'?: string | undefined; 'process.parent.elf.header.version'?: string | undefined; 'process.parent.elf.import_hash'?: string | undefined; 'process.parent.elf.imports'?: unknown[] | undefined; 'process.parent.elf.imports_names_entropy'?: string | number | undefined; 'process.parent.elf.imports_names_var_entropy'?: string | number | undefined; 'process.parent.elf.sections'?: { chi2?: string | number | undefined; entropy?: string | number | undefined; flags?: string | undefined; name?: string | undefined; physical_offset?: string | undefined; physical_size?: string | number | undefined; type?: string | undefined; var_entropy?: string | number | undefined; virtual_address?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'process.parent.elf.segments'?: { sections?: string | undefined; type?: string | undefined; }[] | undefined; 'process.parent.elf.shared_libraries'?: string[] | undefined; 'process.parent.elf.telfhash'?: string | undefined; 'process.parent.end'?: string | number | undefined; 'process.parent.entity_id'?: string | undefined; 'process.parent.executable'?: string | undefined; 'process.parent.exit_code'?: string | number | undefined; 'process.parent.group.id'?: string | undefined; 'process.parent.group.name'?: string | undefined; 'process.parent.group_leader.entity_id'?: string | undefined; 'process.parent.group_leader.pid'?: string | number | undefined; 'process.parent.group_leader.start'?: string | number | undefined; 'process.parent.group_leader.vpid'?: string | number | undefined; 'process.parent.hash.md5'?: string | undefined; 'process.parent.hash.sha1'?: string | undefined; 'process.parent.hash.sha256'?: string | undefined; 'process.parent.hash.sha384'?: string | undefined; 'process.parent.hash.sha512'?: string | undefined; 'process.parent.hash.ssdeep'?: string | undefined; 'process.parent.hash.tlsh'?: string | undefined; 'process.parent.interactive'?: boolean | undefined; 'process.parent.macho.go_import_hash'?: string | undefined; 'process.parent.macho.go_imports'?: unknown; 'process.parent.macho.go_imports_names_entropy'?: string | number | undefined; 'process.parent.macho.go_imports_names_var_entropy'?: string | number | undefined; 'process.parent.macho.go_stripped'?: boolean | undefined; 'process.parent.macho.import_hash'?: string | undefined; 'process.parent.macho.imports'?: unknown[] | undefined; 'process.parent.macho.imports_names_entropy'?: string | number | undefined; 'process.parent.macho.imports_names_var_entropy'?: string | number | undefined; 'process.parent.macho.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'process.parent.macho.symhash'?: string | undefined; 'process.parent.name'?: string | undefined; 'process.parent.pe.architecture'?: string | undefined; 'process.parent.pe.company'?: string | undefined; 'process.parent.pe.description'?: string | undefined; 'process.parent.pe.file_version'?: string | undefined; 'process.parent.pe.go_import_hash'?: string | undefined; 'process.parent.pe.go_imports'?: unknown; 'process.parent.pe.go_imports_names_entropy'?: string | number | undefined; 'process.parent.pe.go_imports_names_var_entropy'?: string | number | undefined; 'process.parent.pe.go_stripped'?: boolean | undefined; 'process.parent.pe.imphash'?: string | undefined; 'process.parent.pe.import_hash'?: string | undefined; 'process.parent.pe.imports'?: unknown[] | undefined; 'process.parent.pe.imports_names_entropy'?: string | number | undefined; 'process.parent.pe.imports_names_var_entropy'?: string | number | undefined; 'process.parent.pe.original_file_name'?: string | undefined; 'process.parent.pe.pehash'?: string | undefined; 'process.parent.pe.product'?: string | undefined; 'process.parent.pe.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'process.parent.pgid'?: string | number | undefined; 'process.parent.pid'?: string | number | undefined; 'process.parent.real_group.id'?: string | undefined; 'process.parent.real_group.name'?: string | undefined; 'process.parent.real_user.id'?: string | undefined; 'process.parent.real_user.name'?: string | undefined; 'process.parent.saved_group.id'?: string | undefined; 'process.parent.saved_group.name'?: string | undefined; 'process.parent.saved_user.id'?: string | undefined; 'process.parent.saved_user.name'?: string | undefined; 'process.parent.start'?: string | number | undefined; 'process.parent.supplemental_groups.id'?: string | undefined; 'process.parent.supplemental_groups.name'?: string | undefined; 'process.parent.thread.capabilities.effective'?: string[] | undefined; 'process.parent.thread.capabilities.permitted'?: string[] | undefined; 'process.parent.thread.id'?: string | number | undefined; 'process.parent.thread.name'?: string | undefined; 'process.parent.title'?: string | undefined; 'process.parent.tty'?: unknown; 'process.parent.uptime'?: string | number | undefined; 'process.parent.user.id'?: string | undefined; 'process.parent.user.name'?: string | undefined; 'process.parent.vpid'?: string | number | undefined; 'process.parent.working_directory'?: string | undefined; 'process.pe.architecture'?: string | undefined; 'process.pe.company'?: string | undefined; 'process.pe.description'?: string | undefined; 'process.pe.file_version'?: string | undefined; 'process.pe.go_import_hash'?: string | undefined; 'process.pe.go_imports'?: unknown; 'process.pe.go_imports_names_entropy'?: string | number | undefined; 'process.pe.go_imports_names_var_entropy'?: string | number | undefined; 'process.pe.go_stripped'?: boolean | undefined; 'process.pe.imphash'?: string | undefined; 'process.pe.import_hash'?: string | undefined; 'process.pe.imports'?: unknown[] | undefined; 'process.pe.imports_names_entropy'?: string | number | undefined; 'process.pe.imports_names_var_entropy'?: string | number | undefined; 'process.pe.original_file_name'?: string | undefined; 'process.pe.pehash'?: string | undefined; 'process.pe.product'?: string | undefined; 'process.pe.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'process.pgid'?: string | number | undefined; 'process.pid'?: string | number | undefined; 'process.previous.args'?: string[] | undefined; 'process.previous.args_count'?: string | number | undefined; 'process.previous.executable'?: string | undefined; 'process.real_group.id'?: string | undefined; 'process.real_group.name'?: string | undefined; 'process.real_user.id'?: string | undefined; 'process.real_user.name'?: string | undefined; 'process.saved_group.id'?: string | undefined; 'process.saved_group.name'?: string | undefined; 'process.saved_user.id'?: string | undefined; 'process.saved_user.name'?: string | undefined; 'process.session_leader.args'?: string[] | undefined; 'process.session_leader.args_count'?: string | number | undefined; 'process.session_leader.command_line'?: string | undefined; 'process.session_leader.entity_id'?: string | undefined; 'process.session_leader.executable'?: string | undefined; 'process.session_leader.group.id'?: string | undefined; 'process.session_leader.group.name'?: string | undefined; 'process.session_leader.interactive'?: boolean | undefined; 'process.session_leader.name'?: string | undefined; 'process.session_leader.parent.entity_id'?: string | undefined; 'process.session_leader.parent.pid'?: string | number | undefined; 'process.session_leader.parent.session_leader.entity_id'?: string | undefined; 'process.session_leader.parent.session_leader.pid'?: string | number | undefined; 'process.session_leader.parent.session_leader.start'?: string | number | undefined; 'process.session_leader.parent.session_leader.vpid'?: string | number | undefined; 'process.session_leader.parent.start'?: string | number | undefined; 'process.session_leader.parent.vpid'?: string | number | undefined; 'process.session_leader.pid'?: string | number | undefined; 'process.session_leader.real_group.id'?: string | undefined; 'process.session_leader.real_group.name'?: string | undefined; 'process.session_leader.real_user.id'?: string | undefined; 'process.session_leader.real_user.name'?: string | undefined; 'process.session_leader.same_as_process'?: boolean | undefined; 'process.session_leader.saved_group.id'?: string | undefined; 'process.session_leader.saved_group.name'?: string | undefined; 'process.session_leader.saved_user.id'?: string | undefined; 'process.session_leader.saved_user.name'?: string | undefined; 'process.session_leader.start'?: string | number | undefined; 'process.session_leader.supplemental_groups.id'?: string | undefined; 'process.session_leader.supplemental_groups.name'?: string | undefined; 'process.session_leader.tty'?: unknown; 'process.session_leader.user.id'?: string | undefined; 'process.session_leader.user.name'?: string | undefined; 'process.session_leader.vpid'?: string | number | undefined; 'process.session_leader.working_directory'?: string | undefined; 'process.start'?: string | number | undefined; 'process.supplemental_groups.id'?: string | undefined; 'process.supplemental_groups.name'?: string | undefined; 'process.thread.capabilities.effective'?: string[] | undefined; 'process.thread.capabilities.permitted'?: string[] | undefined; 'process.thread.id'?: string | number | undefined; 'process.thread.name'?: string | undefined; 'process.title'?: string | undefined; 'process.tty'?: unknown; 'process.uptime'?: string | number | undefined; 'process.user.id'?: string | undefined; 'process.user.name'?: string | undefined; 'process.vpid'?: string | number | undefined; 'process.working_directory'?: string | undefined; 'registry.data.bytes'?: string | undefined; 'registry.data.strings'?: string[] | undefined; 'registry.data.type'?: string | undefined; 'registry.hive'?: string | undefined; 'registry.key'?: string | undefined; 'registry.path'?: string | undefined; 'registry.value'?: string | undefined; 'related.hash'?: string[] | undefined; 'related.hosts'?: string[] | undefined; 'related.ip'?: string[] | undefined; 'related.user'?: string[] | undefined; 'rule.author'?: string[] | undefined; 'rule.category'?: string | undefined; 'rule.description'?: string | undefined; 'rule.id'?: string | undefined; 'rule.license'?: string | undefined; 'rule.name'?: string | undefined; 'rule.reference'?: string | undefined; 'rule.ruleset'?: string | undefined; 'rule.uuid'?: string | undefined; 'rule.version'?: string | undefined; 'server.address'?: string | undefined; 'server.as.number'?: string | number | undefined; 'server.as.organization.name'?: string | undefined; 'server.bytes'?: string | number | undefined; 'server.domain'?: string | undefined; 'server.geo.city_name'?: string | undefined; 'server.geo.continent_code'?: string | undefined; 'server.geo.continent_name'?: string | undefined; 'server.geo.country_iso_code'?: string | undefined; 'server.geo.country_name'?: string | undefined; 'server.geo.location'?: string | { type: string; coordinates: number[]; } | { lat: number; lon: number; } | { location: number[]; } | { location: string; } | undefined; 'server.geo.name'?: string | undefined; 'server.geo.postal_code'?: string | undefined; 'server.geo.region_iso_code'?: string | undefined; 'server.geo.region_name'?: string | undefined; 'server.geo.timezone'?: string | undefined; 'server.ip'?: string | undefined; 'server.mac'?: string | undefined; 'server.nat.ip'?: string | undefined; 'server.nat.port'?: string | number | undefined; 'server.packets'?: string | number | undefined; 'server.port'?: string | number | undefined; 'server.registered_domain'?: string | undefined; 'server.subdomain'?: string | undefined; 'server.top_level_domain'?: string | undefined; 'server.user.domain'?: string | undefined; 'server.user.email'?: string | undefined; 'server.user.full_name'?: string | undefined; 'server.user.group.domain'?: string | undefined; 'server.user.group.id'?: string | undefined; 'server.user.group.name'?: string | undefined; 'server.user.hash'?: string | undefined; 'server.user.id'?: string | undefined; 'server.user.name'?: string | undefined; 'server.user.roles'?: string[] | undefined; 'service.address'?: string | undefined; 'service.environment'?: string | undefined; 'service.ephemeral_id'?: string | undefined; 'service.id'?: string | undefined; 'service.name'?: string | undefined; 'service.node.name'?: string | undefined; 'service.node.role'?: string | undefined; 'service.node.roles'?: string[] | undefined; 'service.origin.address'?: string | undefined; 'service.origin.environment'?: string | undefined; 'service.origin.ephemeral_id'?: string | undefined; 'service.origin.id'?: string | undefined; 'service.origin.name'?: string | undefined; 'service.origin.node.name'?: string | undefined; 'service.origin.node.role'?: string | undefined; 'service.origin.node.roles'?: string[] | undefined; 'service.origin.state'?: string | undefined; 'service.origin.type'?: string | undefined; 'service.origin.version'?: string | undefined; 'service.state'?: string | undefined; 'service.target.address'?: string | undefined; 'service.target.environment'?: string | undefined; 'service.target.ephemeral_id'?: string | undefined; 'service.target.id'?: string | undefined; 'service.target.name'?: string | undefined; 'service.target.node.name'?: string | undefined; 'service.target.node.role'?: string | undefined; 'service.target.node.roles'?: string[] | undefined; 'service.target.state'?: string | undefined; 'service.target.type'?: string | undefined; 'service.target.version'?: string | undefined; 'service.type'?: string | undefined; 'service.version'?: string | undefined; 'source.address'?: string | undefined; 'source.as.number'?: string | number | undefined; 'source.as.organization.name'?: string | undefined; 'source.bytes'?: string | number | undefined; 'source.domain'?: string | undefined; 'source.geo.city_name'?: string | undefined; 'source.geo.continent_code'?: string | undefined; 'source.geo.continent_name'?: string | undefined; 'source.geo.country_iso_code'?: string | undefined; 'source.geo.country_name'?: string | undefined; 'source.geo.location'?: string | { type: string; coordinates: number[]; } | { lat: number; lon: number; } | { location: number[]; } | { location: string; } | undefined; 'source.geo.name'?: string | undefined; 'source.geo.postal_code'?: string | undefined; 'source.geo.region_iso_code'?: string | undefined; 'source.geo.region_name'?: string | undefined; 'source.geo.timezone'?: string | undefined; 'source.ip'?: string | undefined; 'source.mac'?: string | undefined; 'source.nat.ip'?: string | undefined; 'source.nat.port'?: string | number | undefined; 'source.packets'?: string | number | undefined; 'source.port'?: string | number | undefined; 'source.registered_domain'?: string | undefined; 'source.subdomain'?: string | undefined; 'source.top_level_domain'?: string | undefined; 'source.user.domain'?: string | undefined; 'source.user.email'?: string | undefined; 'source.user.full_name'?: string | undefined; 'source.user.group.domain'?: string | undefined; 'source.user.group.id'?: string | undefined; 'source.user.group.name'?: string | undefined; 'source.user.hash'?: string | undefined; 'source.user.id'?: string | undefined; 'source.user.name'?: string | undefined; 'source.user.roles'?: string[] | undefined; 'span.id'?: string | undefined; tags?: string[] | undefined; 'threat.enrichments'?: { indicator?: unknown; 'matched.atomic'?: string | undefined; 'matched.field'?: string | undefined; 'matched.id'?: string | undefined; 'matched.index'?: string | undefined; 'matched.occurred'?: string | number | undefined; 'matched.type'?: string | undefined; }[] | undefined; 'threat.feed.dashboard_id'?: string | undefined; 'threat.feed.description'?: string | undefined; 'threat.feed.name'?: string | undefined; 'threat.feed.reference'?: string | undefined; 'threat.framework'?: string | undefined; 'threat.group.alias'?: string[] | undefined; 'threat.group.id'?: string | undefined; 'threat.group.name'?: string | undefined; 'threat.group.reference'?: string | undefined; 'threat.indicator.as.number'?: string | number | undefined; 'threat.indicator.as.organization.name'?: string | undefined; 'threat.indicator.confidence'?: string | undefined; 'threat.indicator.description'?: string | undefined; 'threat.indicator.email.address'?: string | undefined; 'threat.indicator.file.accessed'?: string | number | undefined; 'threat.indicator.file.attributes'?: string[] | undefined; 'threat.indicator.file.code_signature.digest_algorithm'?: string | undefined; 'threat.indicator.file.code_signature.exists'?: boolean | undefined; 'threat.indicator.file.code_signature.signing_id'?: string | undefined; 'threat.indicator.file.code_signature.status'?: string | undefined; 'threat.indicator.file.code_signature.subject_name'?: string | undefined; 'threat.indicator.file.code_signature.team_id'?: string | undefined; 'threat.indicator.file.code_signature.timestamp'?: string | number | undefined; 'threat.indicator.file.code_signature.trusted'?: boolean | undefined; 'threat.indicator.file.code_signature.valid'?: boolean | undefined; 'threat.indicator.file.created'?: string | number | undefined; 'threat.indicator.file.ctime'?: string | number | undefined; 'threat.indicator.file.device'?: string | undefined; 'threat.indicator.file.directory'?: string | undefined; 'threat.indicator.file.drive_letter'?: string | undefined; 'threat.indicator.file.elf.architecture'?: string | undefined; 'threat.indicator.file.elf.byte_order'?: string | undefined; 'threat.indicator.file.elf.cpu_type'?: string | undefined; 'threat.indicator.file.elf.creation_date'?: string | number | undefined; 'threat.indicator.file.elf.exports'?: unknown[] | undefined; 'threat.indicator.file.elf.go_import_hash'?: string | undefined; 'threat.indicator.file.elf.go_imports'?: unknown; 'threat.indicator.file.elf.go_imports_names_entropy'?: string | number | undefined; 'threat.indicator.file.elf.go_imports_names_var_entropy'?: string | number | undefined; 'threat.indicator.file.elf.go_stripped'?: boolean | undefined; 'threat.indicator.file.elf.header.abi_version'?: string | undefined; 'threat.indicator.file.elf.header.class'?: string | undefined; 'threat.indicator.file.elf.header.data'?: string | undefined; 'threat.indicator.file.elf.header.entrypoint'?: string | number | undefined; 'threat.indicator.file.elf.header.object_version'?: string | undefined; 'threat.indicator.file.elf.header.os_abi'?: string | undefined; 'threat.indicator.file.elf.header.type'?: string | undefined; 'threat.indicator.file.elf.header.version'?: string | undefined; 'threat.indicator.file.elf.import_hash'?: string | undefined; 'threat.indicator.file.elf.imports'?: unknown[] | undefined; 'threat.indicator.file.elf.imports_names_entropy'?: string | number | undefined; 'threat.indicator.file.elf.imports_names_var_entropy'?: string | number | undefined; 'threat.indicator.file.elf.sections'?: { chi2?: string | number | undefined; entropy?: string | number | undefined; flags?: string | undefined; name?: string | undefined; physical_offset?: string | undefined; physical_size?: string | number | undefined; type?: string | undefined; var_entropy?: string | number | undefined; virtual_address?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'threat.indicator.file.elf.segments'?: { sections?: string | undefined; type?: string | undefined; }[] | undefined; 'threat.indicator.file.elf.shared_libraries'?: string[] | undefined; 'threat.indicator.file.elf.telfhash'?: string | undefined; 'threat.indicator.file.extension'?: string | undefined; 'threat.indicator.file.fork_name'?: string | undefined; 'threat.indicator.file.gid'?: string | undefined; 'threat.indicator.file.group'?: string | undefined; 'threat.indicator.file.hash.md5'?: string | undefined; 'threat.indicator.file.hash.sha1'?: string | undefined; 'threat.indicator.file.hash.sha256'?: string | undefined; 'threat.indicator.file.hash.sha384'?: string | undefined; 'threat.indicator.file.hash.sha512'?: string | undefined; 'threat.indicator.file.hash.ssdeep'?: string | undefined; 'threat.indicator.file.hash.tlsh'?: string | undefined; 'threat.indicator.file.inode'?: string | undefined; 'threat.indicator.file.mime_type'?: string | undefined; 'threat.indicator.file.mode'?: string | undefined; 'threat.indicator.file.mtime'?: string | number | undefined; 'threat.indicator.file.name'?: string | undefined; 'threat.indicator.file.owner'?: string | undefined; 'threat.indicator.file.path'?: string | undefined; 'threat.indicator.file.pe.architecture'?: string | undefined; 'threat.indicator.file.pe.company'?: string | undefined; 'threat.indicator.file.pe.description'?: string | undefined; 'threat.indicator.file.pe.file_version'?: string | undefined; 'threat.indicator.file.pe.go_import_hash'?: string | undefined; 'threat.indicator.file.pe.go_imports'?: unknown; 'threat.indicator.file.pe.go_imports_names_entropy'?: string | number | undefined; 'threat.indicator.file.pe.go_imports_names_var_entropy'?: string | number | undefined; 'threat.indicator.file.pe.go_stripped'?: boolean | undefined; 'threat.indicator.file.pe.imphash'?: string | undefined; 'threat.indicator.file.pe.import_hash'?: string | undefined; 'threat.indicator.file.pe.imports'?: unknown[] | undefined; 'threat.indicator.file.pe.imports_names_entropy'?: string | number | undefined; 'threat.indicator.file.pe.imports_names_var_entropy'?: string | number | undefined; 'threat.indicator.file.pe.original_file_name'?: string | undefined; 'threat.indicator.file.pe.pehash'?: string | undefined; 'threat.indicator.file.pe.product'?: string | undefined; 'threat.indicator.file.pe.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'threat.indicator.file.size'?: string | number | undefined; 'threat.indicator.file.target_path'?: string | undefined; 'threat.indicator.file.type'?: string | undefined; 'threat.indicator.file.uid'?: string | undefined; 'threat.indicator.file.x509.alternative_names'?: string[] | undefined; 'threat.indicator.file.x509.issuer.common_name'?: string[] | undefined; 'threat.indicator.file.x509.issuer.country'?: string[] | undefined; 'threat.indicator.file.x509.issuer.distinguished_name'?: string | undefined; 'threat.indicator.file.x509.issuer.locality'?: string[] | undefined; 'threat.indicator.file.x509.issuer.organization'?: string[] | undefined; 'threat.indicator.file.x509.issuer.organizational_unit'?: string[] | undefined; 'threat.indicator.file.x509.issuer.state_or_province'?: string[] | undefined; 'threat.indicator.file.x509.not_after'?: string | number | undefined; 'threat.indicator.file.x509.not_before'?: string | number | undefined; 'threat.indicator.file.x509.public_key_algorithm'?: string | undefined; 'threat.indicator.file.x509.public_key_curve'?: string | undefined; 'threat.indicator.file.x509.public_key_exponent'?: string | number | undefined; 'threat.indicator.file.x509.public_key_size'?: string | number | undefined; 'threat.indicator.file.x509.serial_number'?: string | undefined; 'threat.indicator.file.x509.signature_algorithm'?: string | undefined; 'threat.indicator.file.x509.subject.common_name'?: string[] | undefined; 'threat.indicator.file.x509.subject.country'?: string[] | undefined; 'threat.indicator.file.x509.subject.distinguished_name'?: string | undefined; 'threat.indicator.file.x509.subject.locality'?: string[] | undefined; 'threat.indicator.file.x509.subject.organization'?: string[] | undefined; 'threat.indicator.file.x509.subject.organizational_unit'?: string[] | undefined; 'threat.indicator.file.x509.subject.state_or_province'?: string[] | undefined; 'threat.indicator.file.x509.version_number'?: string | undefined; 'threat.indicator.first_seen'?: string | number | undefined; 'threat.indicator.geo.city_name'?: string | undefined; 'threat.indicator.geo.continent_code'?: string | undefined; 'threat.indicator.geo.continent_name'?: string | undefined; 'threat.indicator.geo.country_iso_code'?: string | undefined; 'threat.indicator.geo.country_name'?: string | undefined; 'threat.indicator.geo.location'?: string | { type: string; coordinates: number[]; } | { lat: number; lon: number; } | { location: number[]; } | { location: string; } | undefined; 'threat.indicator.geo.name'?: string | undefined; 'threat.indicator.geo.postal_code'?: string | undefined; 'threat.indicator.geo.region_iso_code'?: string | undefined; 'threat.indicator.geo.region_name'?: string | undefined; 'threat.indicator.geo.timezone'?: string | undefined; 'threat.indicator.ip'?: string | undefined; 'threat.indicator.last_seen'?: string | number | undefined; 'threat.indicator.marking.tlp'?: string | undefined; 'threat.indicator.marking.tlp_version'?: string | undefined; 'threat.indicator.modified_at'?: string | number | undefined; 'threat.indicator.name'?: string | undefined; 'threat.indicator.port'?: string | number | undefined; 'threat.indicator.provider'?: string | undefined; 'threat.indicator.reference'?: string | undefined; 'threat.indicator.registry.data.bytes'?: string | undefined; 'threat.indicator.registry.data.strings'?: string[] | undefined; 'threat.indicator.registry.data.type'?: string | undefined; 'threat.indicator.registry.hive'?: string | undefined; 'threat.indicator.registry.key'?: string | undefined; 'threat.indicator.registry.path'?: string | undefined; 'threat.indicator.registry.value'?: string | undefined; 'threat.indicator.scanner_stats'?: string | number | undefined; 'threat.indicator.sightings'?: string | number | undefined; 'threat.indicator.type'?: string | undefined; 'threat.indicator.url.domain'?: string | undefined; 'threat.indicator.url.extension'?: string | undefined; 'threat.indicator.url.fragment'?: string | undefined; 'threat.indicator.url.full'?: string | undefined; 'threat.indicator.url.original'?: string | undefined; 'threat.indicator.url.password'?: string | undefined; 'threat.indicator.url.path'?: string | undefined; 'threat.indicator.url.port'?: string | number | undefined; 'threat.indicator.url.query'?: string | undefined; 'threat.indicator.url.registered_domain'?: string | undefined; 'threat.indicator.url.scheme'?: string | undefined; 'threat.indicator.url.subdomain'?: string | undefined; 'threat.indicator.url.top_level_domain'?: string | undefined; 'threat.indicator.url.username'?: string | undefined; 'threat.indicator.x509.alternative_names'?: string[] | undefined; 'threat.indicator.x509.issuer.common_name'?: string[] | undefined; 'threat.indicator.x509.issuer.country'?: string[] | undefined; 'threat.indicator.x509.issuer.distinguished_name'?: string | undefined; 'threat.indicator.x509.issuer.locality'?: string[] | undefined; 'threat.indicator.x509.issuer.organization'?: string[] | undefined; 'threat.indicator.x509.issuer.organizational_unit'?: string[] | undefined; 'threat.indicator.x509.issuer.state_or_province'?: string[] | undefined; 'threat.indicator.x509.not_after'?: string | number | undefined; 'threat.indicator.x509.not_before'?: string | number | undefined; 'threat.indicator.x509.public_key_algorithm'?: string | undefined; 'threat.indicator.x509.public_key_curve'?: string | undefined; 'threat.indicator.x509.public_key_exponent'?: string | number | undefined; 'threat.indicator.x509.public_key_size'?: string | number | undefined; 'threat.indicator.x509.serial_number'?: string | undefined; 'threat.indicator.x509.signature_algorithm'?: string | undefined; 'threat.indicator.x509.subject.common_name'?: string[] | undefined; 'threat.indicator.x509.subject.country'?: string[] | undefined; 'threat.indicator.x509.subject.distinguished_name'?: string | undefined; 'threat.indicator.x509.subject.locality'?: string[] | undefined; 'threat.indicator.x509.subject.organization'?: string[] | undefined; 'threat.indicator.x509.subject.organizational_unit'?: string[] | undefined; 'threat.indicator.x509.subject.state_or_province'?: string[] | undefined; 'threat.indicator.x509.version_number'?: string | undefined; 'threat.software.alias'?: string[] | undefined; 'threat.software.id'?: string | undefined; 'threat.software.name'?: string | undefined; 'threat.software.platforms'?: string[] | undefined; 'threat.software.reference'?: string | undefined; 'threat.software.type'?: string | undefined; 'threat.tactic.id'?: string[] | undefined; 'threat.tactic.name'?: string[] | undefined; 'threat.tactic.reference'?: string[] | undefined; 'threat.technique.id'?: string[] | undefined; 'threat.technique.name'?: string[] | undefined; 'threat.technique.reference'?: string[] | undefined; 'threat.technique.subtechnique.id'?: string[] | undefined; 'threat.technique.subtechnique.name'?: string[] | undefined; 'threat.technique.subtechnique.reference'?: string[] | undefined; 'tls.cipher'?: string | undefined; 'tls.client.certificate'?: string | undefined; 'tls.client.certificate_chain'?: string[] | undefined; 'tls.client.hash.md5'?: string | undefined; 'tls.client.hash.sha1'?: string | undefined; 'tls.client.hash.sha256'?: string | undefined; 'tls.client.issuer'?: string | undefined; 'tls.client.ja3'?: string | undefined; 'tls.client.not_after'?: string | number | undefined; 'tls.client.not_before'?: string | number | undefined; 'tls.client.server_name'?: string | undefined; 'tls.client.subject'?: string | undefined; 'tls.client.supported_ciphers'?: string[] | undefined; 'tls.client.x509.alternative_names'?: string[] | undefined; 'tls.client.x509.issuer.common_name'?: string[] | undefined; 'tls.client.x509.issuer.country'?: string[] | undefined; 'tls.client.x509.issuer.distinguished_name'?: string | undefined; 'tls.client.x509.issuer.locality'?: string[] | undefined; 'tls.client.x509.issuer.organization'?: string[] | undefined; 'tls.client.x509.issuer.organizational_unit'?: string[] | undefined; 'tls.client.x509.issuer.state_or_province'?: string[] | undefined; 'tls.client.x509.not_after'?: string | number | undefined; 'tls.client.x509.not_before'?: string | number | undefined; 'tls.client.x509.public_key_algorithm'?: string | undefined; 'tls.client.x509.public_key_curve'?: string | undefined; 'tls.client.x509.public_key_exponent'?: string | number | undefined; 'tls.client.x509.public_key_size'?: string | number | undefined; 'tls.client.x509.serial_number'?: string | undefined; 'tls.client.x509.signature_algorithm'?: string | undefined; 'tls.client.x509.subject.common_name'?: string[] | undefined; 'tls.client.x509.subject.country'?: string[] | undefined; 'tls.client.x509.subject.distinguished_name'?: string | undefined; 'tls.client.x509.subject.locality'?: string[] | undefined; 'tls.client.x509.subject.organization'?: string[] | undefined; 'tls.client.x509.subject.organizational_unit'?: string[] | undefined; 'tls.client.x509.subject.state_or_province'?: string[] | undefined; 'tls.client.x509.version_number'?: string | undefined; 'tls.curve'?: string | undefined; 'tls.established'?: boolean | undefined; 'tls.next_protocol'?: string | undefined; 'tls.resumed'?: boolean | undefined; 'tls.server.certificate'?: string | undefined; 'tls.server.certificate_chain'?: string[] | undefined; 'tls.server.hash.md5'?: string | undefined; 'tls.server.hash.sha1'?: string | undefined; 'tls.server.hash.sha256'?: string | undefined; 'tls.server.issuer'?: string | undefined; 'tls.server.ja3s'?: string | undefined; 'tls.server.not_after'?: string | number | undefined; 'tls.server.not_before'?: string | number | undefined; 'tls.server.subject'?: string | undefined; 'tls.server.x509.alternative_names'?: string[] | undefined; 'tls.server.x509.issuer.common_name'?: string[] | undefined; 'tls.server.x509.issuer.country'?: string[] | undefined; 'tls.server.x509.issuer.distinguished_name'?: string | undefined; 'tls.server.x509.issuer.locality'?: string[] | undefined; 'tls.server.x509.issuer.organization'?: string[] | undefined; 'tls.server.x509.issuer.organizational_unit'?: string[] | undefined; 'tls.server.x509.issuer.state_or_province'?: string[] | undefined; 'tls.server.x509.not_after'?: string | number | undefined; 'tls.server.x509.not_before'?: string | number | undefined; 'tls.server.x509.public_key_algorithm'?: string | undefined; 'tls.server.x509.public_key_curve'?: string | undefined; 'tls.server.x509.public_key_exponent'?: string | number | undefined; 'tls.server.x509.public_key_size'?: string | number | undefined; 'tls.server.x509.serial_number'?: string | undefined; 'tls.server.x509.signature_algorithm'?: string | undefined; 'tls.server.x509.subject.common_name'?: string[] | undefined; 'tls.server.x509.subject.country'?: string[] | undefined; 'tls.server.x509.subject.distinguished_name'?: string | undefined; 'tls.server.x509.subject.locality'?: string[] | undefined; 'tls.server.x509.subject.organization'?: string[] | undefined; 'tls.server.x509.subject.organizational_unit'?: string[] | undefined; 'tls.server.x509.subject.state_or_province'?: string[] | undefined; 'tls.server.x509.version_number'?: string | undefined; 'tls.version'?: string | undefined; 'tls.version_protocol'?: string | undefined; 'trace.id'?: string | undefined; 'transaction.id'?: string | undefined; 'url.domain'?: string | undefined; 'url.extension'?: string | undefined; 'url.fragment'?: string | undefined; 'url.full'?: string | undefined; 'url.original'?: string | undefined; 'url.password'?: string | undefined; 'url.path'?: string | undefined; 'url.port'?: string | number | undefined; 'url.query'?: string | undefined; 'url.registered_domain'?: string | undefined; 'url.scheme'?: string | undefined; 'url.subdomain'?: string | undefined; 'url.top_level_domain'?: string | undefined; 'url.username'?: string | undefined; 'user.changes.domain'?: string | undefined; 'user.changes.email'?: string | undefined; 'user.changes.full_name'?: string | undefined; 'user.changes.group.domain'?: string | undefined; 'user.changes.group.id'?: string | undefined; 'user.changes.group.name'?: string | undefined; 'user.changes.hash'?: string | undefined; 'user.changes.id'?: string | undefined; 'user.changes.name'?: string | undefined; 'user.changes.roles'?: string[] | undefined; 'user.domain'?: string | undefined; 'user.effective.domain'?: string | undefined; 'user.effective.email'?: string | undefined; 'user.effective.full_name'?: string | undefined; 'user.effective.group.domain'?: string | undefined; 'user.effective.group.id'?: string | undefined; 'user.effective.group.name'?: string | undefined; 'user.effective.hash'?: string | undefined; 'user.effective.id'?: string | undefined; 'user.effective.name'?: string | undefined; 'user.effective.roles'?: string[] | undefined; 'user.email'?: string | undefined; 'user.full_name'?: string | undefined; 'user.group.domain'?: string | undefined; 'user.group.id'?: string | undefined; 'user.group.name'?: string | undefined; 'user.hash'?: string | undefined; 'user.id'?: string | undefined; 'user.name'?: string | undefined; 'user.risk.calculated_level'?: string | undefined; 'user.risk.calculated_score'?: number | undefined; 'user.risk.calculated_score_norm'?: number | undefined; 'user.risk.static_level'?: string | undefined; 'user.risk.static_score'?: number | undefined; 'user.risk.static_score_norm'?: number | undefined; 'user.roles'?: string[] | undefined; 'user.target.domain'?: string | undefined; 'user.target.email'?: string | undefined; 'user.target.full_name'?: string | undefined; 'user.target.group.domain'?: string | undefined; 'user.target.group.id'?: string | undefined; 'user.target.group.name'?: string | undefined; 'user.target.hash'?: string | undefined; 'user.target.id'?: string | undefined; 'user.target.name'?: string | undefined; 'user.target.roles'?: string[] | undefined; 'user_agent.device.name'?: string | undefined; 'user_agent.name'?: string | undefined; 'user_agent.original'?: string | undefined; 'user_agent.os.family'?: string | undefined; 'user_agent.os.full'?: string | undefined; 'user_agent.os.kernel'?: string | undefined; 'user_agent.os.name'?: string | undefined; 'user_agent.os.platform'?: string | undefined; 'user_agent.os.type'?: string | undefined; 'user_agent.os.version'?: string | undefined; 'user_agent.version'?: string | undefined; 'vulnerability.category'?: string[] | undefined; 'vulnerability.classification'?: string | undefined; 'vulnerability.description'?: string | undefined; 'vulnerability.enumeration'?: string | undefined; 'vulnerability.id'?: string | undefined; 'vulnerability.reference'?: string | undefined; 'vulnerability.report_id'?: string | undefined; 'vulnerability.scanner.vendor'?: string | undefined; 'vulnerability.score.base'?: number | undefined; 'vulnerability.score.environmental'?: number | undefined; 'vulnerability.score.temporal'?: number | undefined; 'vulnerability.score.version'?: string | undefined; 'vulnerability.severity'?: string | undefined; } & {} & { 'ecs.version'?: string | undefined; 'kibana.alert.risk_score'?: number | undefined; 'kibana.alert.rule.author'?: string | undefined; 'kibana.alert.rule.created_at'?: string | number | undefined; 'kibana.alert.rule.created_by'?: string | undefined; 'kibana.alert.rule.description'?: string | undefined; 'kibana.alert.rule.enabled'?: string | undefined; 'kibana.alert.rule.from'?: string | undefined; 'kibana.alert.rule.interval'?: string | undefined; 'kibana.alert.rule.license'?: string | undefined; 'kibana.alert.rule.note'?: string | undefined; 'kibana.alert.rule.references'?: string[] | undefined; 'kibana.alert.rule.rule_id'?: string | undefined; 'kibana.alert.rule.rule_name_override'?: string | undefined; 'kibana.alert.rule.to'?: string | undefined; 'kibana.alert.rule.type'?: string | undefined; 'kibana.alert.rule.updated_at'?: string | number | undefined; 'kibana.alert.rule.updated_by'?: string | undefined; 'kibana.alert.rule.version'?: string | undefined; 'kibana.alert.severity'?: string | undefined; 'kibana.alert.suppression.docs_count'?: string | number | undefined; 'kibana.alert.suppression.end'?: string | number | undefined; 'kibana.alert.suppression.start'?: string | number | undefined; 'kibana.alert.suppression.terms.field'?: string[] | undefined; 'kibana.alert.suppression.terms.value'?: string[] | undefined; 'kibana.alert.system_status'?: string | undefined; 'kibana.alert.workflow_reason'?: string | undefined; 'kibana.alert.workflow_status_updated_at'?: string | number | undefined; 'kibana.alert.workflow_user'?: string | undefined; }) | ({ 'kibana.alert.job_id': string; } & { 'kibana.alert.anomaly_score'?: number[] | undefined; 'kibana.alert.anomaly_timestamp'?: string | number | undefined; 'kibana.alert.is_interim'?: boolean | undefined; 'kibana.alert.top_influencers'?: { influencer_field_name?: string | undefined; influencer_field_value?: string | undefined; influencer_score?: number | undefined; initial_influencer_score?: number | undefined; is_interim?: boolean | undefined; job_id?: string | undefined; timestamp?: string | number | undefined; }[] | undefined; 'kibana.alert.top_records'?: { actual?: number | undefined; by_field_name?: string | undefined; by_field_value?: string | undefined; detector_index?: number | undefined; field_name?: string | undefined; function?: string | undefined; initial_record_score?: number | undefined; is_interim?: boolean | undefined; job_id?: string | undefined; over_field_name?: string | undefined; over_field_value?: string | undefined; partition_field_name?: string | undefined; partition_field_value?: string | undefined; record_score?: number | undefined; timestamp?: string | number | undefined; typical?: number | undefined; }[] | undefined; } & { '@timestamp': string | number; 'kibana.alert.instance.id': string; 'kibana.alert.rule.category': string; 'kibana.alert.rule.consumer': string; 'kibana.alert.rule.name': string; 'kibana.alert.rule.producer': string; 'kibana.alert.rule.revision': string | number; 'kibana.alert.rule.rule_type_id': string; 'kibana.alert.rule.uuid': string; 'kibana.alert.status': string; 'kibana.alert.uuid': string; 'kibana.space_ids': string[]; } & { 'event.action'?: string | undefined; 'event.kind'?: string | undefined; 'event.original'?: string | undefined; 'kibana.alert.action_group'?: string | undefined; 'kibana.alert.case_ids'?: string[] | undefined; 'kibana.alert.consecutive_matches'?: string | number | undefined; 'kibana.alert.duration.us'?: string | number | undefined; 'kibana.alert.end'?: string | number | undefined; 'kibana.alert.flapping'?: boolean | undefined; 'kibana.alert.flapping_history'?: boolean[] | undefined; 'kibana.alert.intended_timestamp'?: string | number | undefined; 'kibana.alert.last_detected'?: string | number | undefined; 'kibana.alert.maintenance_window_ids'?: string[] | undefined; 'kibana.alert.previous_action_group'?: string | undefined; 'kibana.alert.reason'?: string | undefined; 'kibana.alert.rule.execution.timestamp'?: string | number | undefined; 'kibana.alert.rule.execution.type'?: string | undefined; 'kibana.alert.rule.execution.uuid'?: string | undefined; 'kibana.alert.rule.parameters'?: unknown; 'kibana.alert.rule.tags'?: string[] | undefined; 'kibana.alert.severity_improving'?: boolean | undefined; 'kibana.alert.start'?: string | number | undefined; 'kibana.alert.time_range'?: { gte?: string | number | undefined; lte?: string | number | undefined; } | undefined; 'kibana.alert.url'?: string | undefined; 'kibana.alert.workflow_assignee_ids'?: string[] | undefined; 'kibana.alert.workflow_status'?: string | undefined; 'kibana.alert.workflow_tags'?: string[] | undefined; 'kibana.version'?: string | undefined; tags?: string[] | undefined; }) | ({} & { 'kibana.alert.datafeed_results'?: { datafeed_id?: string | undefined; datafeed_state?: string | undefined; job_id?: string | undefined; job_state?: string | undefined; }[] | undefined; 'kibana.alert.delayed_data_results'?: { annotation?: string | undefined; end_timestamp?: string | number | undefined; job_id?: string | undefined; missed_docs_count?: string | number | undefined; }[] | undefined; 'kibana.alert.job_errors_results'?: { errors?: unknown; job_id?: string | undefined; }[] | undefined; 'kibana.alert.mml_results'?: { job_id?: string | undefined; log_time?: string | number | undefined; memory_status?: string | undefined; model_bytes?: string | number | undefined; model_bytes_exceeded?: string | number | undefined; model_bytes_memory_limit?: string | number | undefined; peak_model_bytes?: string | number | undefined; }[] | undefined; } & { '@timestamp': string | number; 'kibana.alert.instance.id': string; 'kibana.alert.rule.category': string; 'kibana.alert.rule.consumer': string; 'kibana.alert.rule.name': string; 'kibana.alert.rule.producer': string; 'kibana.alert.rule.revision': string | number; 'kibana.alert.rule.rule_type_id': string; 'kibana.alert.rule.uuid': string; 'kibana.alert.status': string; 'kibana.alert.uuid': string; 'kibana.space_ids': string[]; } & { 'event.action'?: string | undefined; 'event.kind'?: string | undefined; 'event.original'?: string | undefined; 'kibana.alert.action_group'?: string | undefined; 'kibana.alert.case_ids'?: string[] | undefined; 'kibana.alert.consecutive_matches'?: string | number | undefined; 'kibana.alert.duration.us'?: string | number | undefined; 'kibana.alert.end'?: string | number | undefined; 'kibana.alert.flapping'?: boolean | undefined; 'kibana.alert.flapping_history'?: boolean[] | undefined; 'kibana.alert.intended_timestamp'?: string | number | undefined; 'kibana.alert.last_detected'?: string | number | undefined; 'kibana.alert.maintenance_window_ids'?: string[] | undefined; 'kibana.alert.previous_action_group'?: string | undefined; 'kibana.alert.reason'?: string | undefined; 'kibana.alert.rule.execution.timestamp'?: string | number | undefined; 'kibana.alert.rule.execution.type'?: string | undefined; 'kibana.alert.rule.execution.uuid'?: string | undefined; 'kibana.alert.rule.parameters'?: unknown; 'kibana.alert.rule.tags'?: string[] | undefined; 'kibana.alert.severity_improving'?: boolean | undefined; 'kibana.alert.start'?: string | number | undefined; 'kibana.alert.time_range'?: { gte?: string | number | undefined; lte?: string | number | undefined; } | undefined; 'kibana.alert.url'?: string | undefined; 'kibana.alert.workflow_assignee_ids'?: string[] | undefined; 'kibana.alert.workflow_status'?: string | undefined; 'kibana.alert.workflow_tags'?: string[] | undefined; 'kibana.version'?: string | undefined; tags?: string[] | undefined; }) | ({} & { 'kibana.alert.results'?: { description?: string | undefined; health_status?: string | undefined; issues?: unknown; node_name?: string | undefined; transform_id?: string | undefined; transform_state?: string | undefined; }[] | undefined; } & { '@timestamp': string | number; 'kibana.alert.instance.id': string; 'kibana.alert.rule.category': string; 'kibana.alert.rule.consumer': string; 'kibana.alert.rule.name': string; 'kibana.alert.rule.producer': string; 'kibana.alert.rule.revision': string | number; 'kibana.alert.rule.rule_type_id': string; 'kibana.alert.rule.uuid': string; 'kibana.alert.status': string; 'kibana.alert.uuid': string; 'kibana.space_ids': string[]; } & { 'event.action'?: string | undefined; 'event.kind'?: string | undefined; 'event.original'?: string | undefined; 'kibana.alert.action_group'?: string | undefined; 'kibana.alert.case_ids'?: string[] | undefined; 'kibana.alert.consecutive_matches'?: string | number | undefined; 'kibana.alert.duration.us'?: string | number | undefined; 'kibana.alert.end'?: string | number | undefined; 'kibana.alert.flapping'?: boolean | undefined; 'kibana.alert.flapping_history'?: boolean[] | undefined; 'kibana.alert.intended_timestamp'?: string | number | undefined; 'kibana.alert.last_detected'?: string | number | undefined; 'kibana.alert.maintenance_window_ids'?: string[] | undefined; 'kibana.alert.previous_action_group'?: string | undefined; 'kibana.alert.reason'?: string | undefined; 'kibana.alert.rule.execution.timestamp'?: string | number | undefined; 'kibana.alert.rule.execution.type'?: string | undefined; 'kibana.alert.rule.execution.uuid'?: string | undefined; 'kibana.alert.rule.parameters'?: unknown; 'kibana.alert.rule.tags'?: string[] | undefined; 'kibana.alert.severity_improving'?: boolean | undefined; 'kibana.alert.start'?: string | number | undefined; 'kibana.alert.time_range'?: { gte?: string | number | undefined; lte?: string | number | undefined; } | undefined; 'kibana.alert.url'?: string | undefined; 'kibana.alert.workflow_assignee_ids'?: string[] | undefined; 'kibana.alert.workflow_status'?: string | undefined; 'kibana.alert.workflow_tags'?: string[] | undefined; 'kibana.version'?: string | undefined; tags?: string[] | undefined; })" ], - "path": "packages/kbn-alerts-as-data-utils/src/schemas/index.ts", + "path": "src/platform/packages/shared/kbn-alerts-as-data-utils/src/schemas/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -213,7 +213,7 @@ "signature": [ "{ '@timestamp': string | number; 'kibana.alert.instance.id': string; 'kibana.alert.rule.category': string; 'kibana.alert.rule.consumer': string; 'kibana.alert.rule.name': string; 'kibana.alert.rule.producer': string; 'kibana.alert.rule.revision': string | number; 'kibana.alert.rule.rule_type_id': string; 'kibana.alert.rule.uuid': string; 'kibana.alert.status': string; 'kibana.alert.uuid': string; 'kibana.space_ids': string[]; } & { 'event.action'?: string | undefined; 'event.kind'?: string | undefined; 'event.original'?: string | undefined; 'kibana.alert.action_group'?: string | undefined; 'kibana.alert.case_ids'?: string[] | undefined; 'kibana.alert.consecutive_matches'?: string | number | undefined; 'kibana.alert.duration.us'?: string | number | undefined; 'kibana.alert.end'?: string | number | undefined; 'kibana.alert.flapping'?: boolean | undefined; 'kibana.alert.flapping_history'?: boolean[] | undefined; 'kibana.alert.intended_timestamp'?: string | number | undefined; 'kibana.alert.last_detected'?: string | number | undefined; 'kibana.alert.maintenance_window_ids'?: string[] | undefined; 'kibana.alert.previous_action_group'?: string | undefined; 'kibana.alert.reason'?: string | undefined; 'kibana.alert.rule.execution.timestamp'?: string | number | undefined; 'kibana.alert.rule.execution.type'?: string | undefined; 'kibana.alert.rule.execution.uuid'?: string | undefined; 'kibana.alert.rule.parameters'?: unknown; 'kibana.alert.rule.tags'?: string[] | undefined; 'kibana.alert.severity_improving'?: boolean | undefined; 'kibana.alert.start'?: string | number | undefined; 'kibana.alert.time_range'?: { gte?: string | number | undefined; lte?: string | number | undefined; } | undefined; 'kibana.alert.url'?: string | undefined; 'kibana.alert.workflow_assignee_ids'?: string[] | undefined; 'kibana.alert.workflow_status'?: string | undefined; 'kibana.alert.workflow_tags'?: string[] | undefined; 'kibana.version'?: string | undefined; tags?: string[] | undefined; }" ], - "path": "packages/kbn-alerts-as-data-utils/src/schemas/generated/alert_schema.ts", + "path": "src/platform/packages/shared/kbn-alerts-as-data-utils/src/schemas/generated/alert_schema.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -228,7 +228,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-alerts-as-data-utils/src/search/security/fields.ts", + "path": "src/platform/packages/shared/kbn-alerts-as-data-utils/src/search/security/fields.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -251,7 +251,7 @@ }, "[]; }; readonly \"kibana.alert.rule.category\": { readonly type: \"keyword\"; readonly array: false; readonly required: true; }; readonly \"kibana.alert.rule.consumer\": { readonly type: \"keyword\"; readonly array: false; readonly required: true; }; readonly \"kibana.alert.rule.execution.timestamp\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.execution.type\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.intended_timestamp\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.execution.uuid\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.name\": { readonly type: \"keyword\"; readonly array: false; readonly required: true; }; readonly \"kibana.alert.rule.parameters\": { readonly array: false; readonly type: \"flattened\"; readonly ignore_above: 4096; readonly required: false; }; readonly \"kibana.alert.rule.producer\": { readonly type: \"keyword\"; readonly array: false; readonly required: true; }; readonly \"kibana.alert.rule.revision\": { readonly type: \"long\"; readonly array: false; readonly required: true; }; readonly \"kibana.alert.rule.tags\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.rule.rule_type_id\": { readonly type: \"keyword\"; readonly array: false; readonly required: true; }; readonly \"kibana.alert.rule.uuid\": { readonly type: \"keyword\"; readonly array: false; readonly required: true; }; readonly \"kibana.alert.severity_improving\": { readonly type: \"boolean\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.start\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.status\": { readonly type: \"keyword\"; readonly array: false; readonly required: true; }; readonly \"kibana.alert.time_range\": { readonly type: \"date_range\"; readonly format: \"epoch_millis||strict_date_optional_time\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.url\": { readonly type: \"keyword\"; readonly array: false; readonly index: false; readonly required: false; readonly ignore_above: 2048; }; readonly \"kibana.alert.uuid\": { readonly type: \"keyword\"; readonly array: false; readonly required: true; }; readonly \"kibana.alert.workflow_status\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.workflow_tags\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.workflow_assignee_ids\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"event.action\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; readonly ignore_above: 1024; }; readonly \"event.kind\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; readonly ignore_above: 1024; }; readonly \"event.original\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; readonly ignore_above: 1024; }; readonly \"kibana.space_ids\": { readonly type: \"keyword\"; readonly array: true; readonly required: true; }; readonly tags: { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"@timestamp\": { readonly type: \"date\"; readonly required: true; readonly array: false; }; readonly \"kibana.version\": { readonly type: \"version\"; readonly array: false; readonly required: false; }; }" ], - "path": "packages/kbn-alerts-as-data-utils/src/field_maps/alert_field_map.ts", + "path": "src/platform/packages/shared/kbn-alerts-as-data-utils/src/field_maps/alert_field_map.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -266,7 +266,7 @@ "signature": [ "{} & {} & { '@timestamp': string | number; 'kibana.alert.instance.id': string; 'kibana.alert.rule.category': string; 'kibana.alert.rule.consumer': string; 'kibana.alert.rule.name': string; 'kibana.alert.rule.producer': string; 'kibana.alert.rule.revision': string | number; 'kibana.alert.rule.rule_type_id': string; 'kibana.alert.rule.uuid': string; 'kibana.alert.status': string; 'kibana.alert.uuid': string; 'kibana.space_ids': string[]; } & { 'event.action'?: string | undefined; 'event.kind'?: string | undefined; 'event.original'?: string | undefined; 'kibana.alert.action_group'?: string | undefined; 'kibana.alert.case_ids'?: string[] | undefined; 'kibana.alert.consecutive_matches'?: string | number | undefined; 'kibana.alert.duration.us'?: string | number | undefined; 'kibana.alert.end'?: string | number | undefined; 'kibana.alert.flapping'?: boolean | undefined; 'kibana.alert.flapping_history'?: boolean[] | undefined; 'kibana.alert.intended_timestamp'?: string | number | undefined; 'kibana.alert.last_detected'?: string | number | undefined; 'kibana.alert.maintenance_window_ids'?: string[] | undefined; 'kibana.alert.previous_action_group'?: string | undefined; 'kibana.alert.reason'?: string | undefined; 'kibana.alert.rule.execution.timestamp'?: string | number | undefined; 'kibana.alert.rule.execution.type'?: string | undefined; 'kibana.alert.rule.execution.uuid'?: string | undefined; 'kibana.alert.rule.parameters'?: unknown; 'kibana.alert.rule.tags'?: string[] | undefined; 'kibana.alert.severity_improving'?: boolean | undefined; 'kibana.alert.start'?: string | number | undefined; 'kibana.alert.time_range'?: { gte?: string | number | undefined; lte?: string | number | undefined; } | undefined; 'kibana.alert.url'?: string | undefined; 'kibana.alert.workflow_assignee_ids'?: string[] | undefined; 'kibana.alert.workflow_status'?: string | undefined; 'kibana.alert.workflow_tags'?: string[] | undefined; 'kibana.version'?: string | undefined; tags?: string[] | undefined; }" ], - "path": "packages/kbn-alerts-as-data-utils/src/schemas/generated/default_schema.ts", + "path": "src/platform/packages/shared/kbn-alerts-as-data-utils/src/schemas/generated/default_schema.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -287,7 +287,7 @@ "text": "FieldMap" } ], - "path": "packages/kbn-alerts-as-data-utils/src/field_maps/ecs_field_map.ts", + "path": "src/platform/packages/shared/kbn-alerts-as-data-utils/src/field_maps/ecs_field_map.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -302,7 +302,7 @@ "signature": [ "{ readonly \"kibana.alert.evaluation.threshold\": { readonly type: \"scaled_float\"; readonly scaling_factor: 100; readonly required: false; }; readonly \"kibana.alert.evaluation.value\": { readonly type: \"scaled_float\"; readonly scaling_factor: 100; readonly required: false; }; readonly \"kibana.alert.context\": { readonly type: \"object\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.evaluation.values\": { readonly type: \"scaled_float\"; readonly scaling_factor: 100; readonly required: false; readonly array: true; }; readonly \"kibana.alert.group\": { readonly type: \"object\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.group.field\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.group.value\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; }" ], - "path": "packages/kbn-alerts-as-data-utils/src/field_maps/legacy_experimental_field_map.ts", + "path": "src/platform/packages/shared/kbn-alerts-as-data-utils/src/field_maps/legacy_experimental_field_map.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -317,7 +317,7 @@ "signature": [ "{ readonly \"kibana.alert.risk_score\": { readonly type: \"float\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.author\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.created_at\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.created_by\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.description\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.enabled\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.from\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.interval\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.license\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.note\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.references\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.rule.rule_id\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.rule_name_override\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.to\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.type\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.updated_at\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.updated_by\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.version\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.severity\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.suppression.docs_count\": { readonly type: \"long\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.suppression.end\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.suppression.terms.field\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.suppression.start\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.suppression.terms.value\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.system_status\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.workflow_reason\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.workflow_user\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.workflow_status_updated_at\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"ecs.version\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; }" ], - "path": "packages/kbn-alerts-as-data-utils/src/field_maps/legacy_alert_field_map.ts", + "path": "src/platform/packages/shared/kbn-alerts-as-data-utils/src/field_maps/legacy_alert_field_map.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -332,7 +332,7 @@ "signature": [ "{ 'kibana.alert.job_id': string; } & { 'kibana.alert.anomaly_score'?: number[] | undefined; 'kibana.alert.anomaly_timestamp'?: string | number | undefined; 'kibana.alert.is_interim'?: boolean | undefined; 'kibana.alert.top_influencers'?: { influencer_field_name?: string | undefined; influencer_field_value?: string | undefined; influencer_score?: number | undefined; initial_influencer_score?: number | undefined; is_interim?: boolean | undefined; job_id?: string | undefined; timestamp?: string | number | undefined; }[] | undefined; 'kibana.alert.top_records'?: { actual?: number | undefined; by_field_name?: string | undefined; by_field_value?: string | undefined; detector_index?: number | undefined; field_name?: string | undefined; function?: string | undefined; initial_record_score?: number | undefined; is_interim?: boolean | undefined; job_id?: string | undefined; over_field_name?: string | undefined; over_field_value?: string | undefined; partition_field_name?: string | undefined; partition_field_value?: string | undefined; record_score?: number | undefined; timestamp?: string | number | undefined; typical?: number | undefined; }[] | undefined; } & { '@timestamp': string | number; 'kibana.alert.instance.id': string; 'kibana.alert.rule.category': string; 'kibana.alert.rule.consumer': string; 'kibana.alert.rule.name': string; 'kibana.alert.rule.producer': string; 'kibana.alert.rule.revision': string | number; 'kibana.alert.rule.rule_type_id': string; 'kibana.alert.rule.uuid': string; 'kibana.alert.status': string; 'kibana.alert.uuid': string; 'kibana.space_ids': string[]; } & { 'event.action'?: string | undefined; 'event.kind'?: string | undefined; 'event.original'?: string | undefined; 'kibana.alert.action_group'?: string | undefined; 'kibana.alert.case_ids'?: string[] | undefined; 'kibana.alert.consecutive_matches'?: string | number | undefined; 'kibana.alert.duration.us'?: string | number | undefined; 'kibana.alert.end'?: string | number | undefined; 'kibana.alert.flapping'?: boolean | undefined; 'kibana.alert.flapping_history'?: boolean[] | undefined; 'kibana.alert.intended_timestamp'?: string | number | undefined; 'kibana.alert.last_detected'?: string | number | undefined; 'kibana.alert.maintenance_window_ids'?: string[] | undefined; 'kibana.alert.previous_action_group'?: string | undefined; 'kibana.alert.reason'?: string | undefined; 'kibana.alert.rule.execution.timestamp'?: string | number | undefined; 'kibana.alert.rule.execution.type'?: string | undefined; 'kibana.alert.rule.execution.uuid'?: string | undefined; 'kibana.alert.rule.parameters'?: unknown; 'kibana.alert.rule.tags'?: string[] | undefined; 'kibana.alert.severity_improving'?: boolean | undefined; 'kibana.alert.start'?: string | number | undefined; 'kibana.alert.time_range'?: { gte?: string | number | undefined; lte?: string | number | undefined; } | undefined; 'kibana.alert.url'?: string | undefined; 'kibana.alert.workflow_assignee_ids'?: string[] | undefined; 'kibana.alert.workflow_status'?: string | undefined; 'kibana.alert.workflow_tags'?: string[] | undefined; 'kibana.version'?: string | undefined; tags?: string[] | undefined; }" ], - "path": "packages/kbn-alerts-as-data-utils/src/schemas/generated/ml_anomaly_detection_schema.ts", + "path": "src/platform/packages/shared/kbn-alerts-as-data-utils/src/schemas/generated/ml_anomaly_detection_schema.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -347,7 +347,7 @@ "signature": [ "{} & { 'kibana.alert.datafeed_results'?: { datafeed_id?: string | undefined; datafeed_state?: string | undefined; job_id?: string | undefined; job_state?: string | undefined; }[] | undefined; 'kibana.alert.delayed_data_results'?: { annotation?: string | undefined; end_timestamp?: string | number | undefined; job_id?: string | undefined; missed_docs_count?: string | number | undefined; }[] | undefined; 'kibana.alert.job_errors_results'?: { errors?: unknown; job_id?: string | undefined; }[] | undefined; 'kibana.alert.mml_results'?: { job_id?: string | undefined; log_time?: string | number | undefined; memory_status?: string | undefined; model_bytes?: string | number | undefined; model_bytes_exceeded?: string | number | undefined; model_bytes_memory_limit?: string | number | undefined; peak_model_bytes?: string | number | undefined; }[] | undefined; } & { '@timestamp': string | number; 'kibana.alert.instance.id': string; 'kibana.alert.rule.category': string; 'kibana.alert.rule.consumer': string; 'kibana.alert.rule.name': string; 'kibana.alert.rule.producer': string; 'kibana.alert.rule.revision': string | number; 'kibana.alert.rule.rule_type_id': string; 'kibana.alert.rule.uuid': string; 'kibana.alert.status': string; 'kibana.alert.uuid': string; 'kibana.space_ids': string[]; } & { 'event.action'?: string | undefined; 'event.kind'?: string | undefined; 'event.original'?: string | undefined; 'kibana.alert.action_group'?: string | undefined; 'kibana.alert.case_ids'?: string[] | undefined; 'kibana.alert.consecutive_matches'?: string | number | undefined; 'kibana.alert.duration.us'?: string | number | undefined; 'kibana.alert.end'?: string | number | undefined; 'kibana.alert.flapping'?: boolean | undefined; 'kibana.alert.flapping_history'?: boolean[] | undefined; 'kibana.alert.intended_timestamp'?: string | number | undefined; 'kibana.alert.last_detected'?: string | number | undefined; 'kibana.alert.maintenance_window_ids'?: string[] | undefined; 'kibana.alert.previous_action_group'?: string | undefined; 'kibana.alert.reason'?: string | undefined; 'kibana.alert.rule.execution.timestamp'?: string | number | undefined; 'kibana.alert.rule.execution.type'?: string | undefined; 'kibana.alert.rule.execution.uuid'?: string | undefined; 'kibana.alert.rule.parameters'?: unknown; 'kibana.alert.rule.tags'?: string[] | undefined; 'kibana.alert.severity_improving'?: boolean | undefined; 'kibana.alert.start'?: string | number | undefined; 'kibana.alert.time_range'?: { gte?: string | number | undefined; lte?: string | number | undefined; } | undefined; 'kibana.alert.url'?: string | undefined; 'kibana.alert.workflow_assignee_ids'?: string[] | undefined; 'kibana.alert.workflow_status'?: string | undefined; 'kibana.alert.workflow_tags'?: string[] | undefined; 'kibana.version'?: string | undefined; tags?: string[] | undefined; }" ], - "path": "packages/kbn-alerts-as-data-utils/src/schemas/generated/ml_anomaly_detection_health_schema.ts", + "path": "src/platform/packages/shared/kbn-alerts-as-data-utils/src/schemas/generated/ml_anomaly_detection_health_schema.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -362,7 +362,7 @@ "signature": [ "{} & { 'agent.name'?: string | undefined; 'container.id'?: string | undefined; 'error.grouping_key'?: string | undefined; 'error.grouping_name'?: string | undefined; 'host.name'?: string | undefined; 'kibana.alert.context'?: unknown; 'kibana.alert.evaluation.threshold'?: string | number | undefined; 'kibana.alert.evaluation.value'?: string | number | undefined; 'kibana.alert.evaluation.values'?: (string | number)[] | undefined; 'kibana.alert.group'?: { field?: string[] | undefined; value?: string[] | undefined; }[] | undefined; labels?: unknown; 'processor.event'?: string | undefined; 'service.environment'?: string | undefined; 'service.language.name'?: string | undefined; 'service.name'?: string | undefined; 'transaction.name'?: string | undefined; 'transaction.type'?: string | undefined; } & { '@timestamp': string | number; 'kibana.alert.instance.id': string; 'kibana.alert.rule.category': string; 'kibana.alert.rule.consumer': string; 'kibana.alert.rule.name': string; 'kibana.alert.rule.producer': string; 'kibana.alert.rule.revision': string | number; 'kibana.alert.rule.rule_type_id': string; 'kibana.alert.rule.uuid': string; 'kibana.alert.status': string; 'kibana.alert.uuid': string; 'kibana.space_ids': string[]; } & { 'event.action'?: string | undefined; 'event.kind'?: string | undefined; 'event.original'?: string | undefined; 'kibana.alert.action_group'?: string | undefined; 'kibana.alert.case_ids'?: string[] | undefined; 'kibana.alert.consecutive_matches'?: string | number | undefined; 'kibana.alert.duration.us'?: string | number | undefined; 'kibana.alert.end'?: string | number | undefined; 'kibana.alert.flapping'?: boolean | undefined; 'kibana.alert.flapping_history'?: boolean[] | undefined; 'kibana.alert.intended_timestamp'?: string | number | undefined; 'kibana.alert.last_detected'?: string | number | undefined; 'kibana.alert.maintenance_window_ids'?: string[] | undefined; 'kibana.alert.previous_action_group'?: string | undefined; 'kibana.alert.reason'?: string | undefined; 'kibana.alert.rule.execution.timestamp'?: string | number | undefined; 'kibana.alert.rule.execution.type'?: string | undefined; 'kibana.alert.rule.execution.uuid'?: string | undefined; 'kibana.alert.rule.parameters'?: unknown; 'kibana.alert.rule.tags'?: string[] | undefined; 'kibana.alert.severity_improving'?: boolean | undefined; 'kibana.alert.start'?: string | number | undefined; 'kibana.alert.time_range'?: { gte?: string | number | undefined; lte?: string | number | undefined; } | undefined; 'kibana.alert.url'?: string | undefined; 'kibana.alert.workflow_assignee_ids'?: string[] | undefined; 'kibana.alert.workflow_status'?: string | undefined; 'kibana.alert.workflow_tags'?: string[] | undefined; 'kibana.version'?: string | undefined; tags?: string[] | undefined; } & {} & { 'ecs.version'?: string | undefined; 'kibana.alert.risk_score'?: number | undefined; 'kibana.alert.rule.author'?: string | undefined; 'kibana.alert.rule.created_at'?: string | number | undefined; 'kibana.alert.rule.created_by'?: string | undefined; 'kibana.alert.rule.description'?: string | undefined; 'kibana.alert.rule.enabled'?: string | undefined; 'kibana.alert.rule.from'?: string | undefined; 'kibana.alert.rule.interval'?: string | undefined; 'kibana.alert.rule.license'?: string | undefined; 'kibana.alert.rule.note'?: string | undefined; 'kibana.alert.rule.references'?: string[] | undefined; 'kibana.alert.rule.rule_id'?: string | undefined; 'kibana.alert.rule.rule_name_override'?: string | undefined; 'kibana.alert.rule.to'?: string | undefined; 'kibana.alert.rule.type'?: string | undefined; 'kibana.alert.rule.updated_at'?: string | number | undefined; 'kibana.alert.rule.updated_by'?: string | undefined; 'kibana.alert.rule.version'?: string | undefined; 'kibana.alert.severity'?: string | undefined; 'kibana.alert.suppression.docs_count'?: string | number | undefined; 'kibana.alert.suppression.end'?: string | number | undefined; 'kibana.alert.suppression.start'?: string | number | undefined; 'kibana.alert.suppression.terms.field'?: string[] | undefined; 'kibana.alert.suppression.terms.value'?: string[] | undefined; 'kibana.alert.system_status'?: string | undefined; 'kibana.alert.workflow_reason'?: string | undefined; 'kibana.alert.workflow_status_updated_at'?: string | number | undefined; 'kibana.alert.workflow_user'?: string | undefined; }" ], - "path": "packages/kbn-alerts-as-data-utils/src/schemas/generated/observability_apm_schema.ts", + "path": "src/platform/packages/shared/kbn-alerts-as-data-utils/src/schemas/generated/observability_apm_schema.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -377,7 +377,7 @@ "signature": [ "{} & { 'kibana.alert.context'?: unknown; 'kibana.alert.evaluation.threshold'?: string | number | undefined; 'kibana.alert.evaluation.value'?: string | number | undefined; 'kibana.alert.evaluation.values'?: (string | number)[] | undefined; 'kibana.alert.group'?: { field?: string[] | undefined; value?: string[] | undefined; }[] | undefined; } & { '@timestamp': string | number; 'kibana.alert.instance.id': string; 'kibana.alert.rule.category': string; 'kibana.alert.rule.consumer': string; 'kibana.alert.rule.name': string; 'kibana.alert.rule.producer': string; 'kibana.alert.rule.revision': string | number; 'kibana.alert.rule.rule_type_id': string; 'kibana.alert.rule.uuid': string; 'kibana.alert.status': string; 'kibana.alert.uuid': string; 'kibana.space_ids': string[]; } & { 'event.action'?: string | undefined; 'event.kind'?: string | undefined; 'event.original'?: string | undefined; 'kibana.alert.action_group'?: string | undefined; 'kibana.alert.case_ids'?: string[] | undefined; 'kibana.alert.consecutive_matches'?: string | number | undefined; 'kibana.alert.duration.us'?: string | number | undefined; 'kibana.alert.end'?: string | number | undefined; 'kibana.alert.flapping'?: boolean | undefined; 'kibana.alert.flapping_history'?: boolean[] | undefined; 'kibana.alert.intended_timestamp'?: string | number | undefined; 'kibana.alert.last_detected'?: string | number | undefined; 'kibana.alert.maintenance_window_ids'?: string[] | undefined; 'kibana.alert.previous_action_group'?: string | undefined; 'kibana.alert.reason'?: string | undefined; 'kibana.alert.rule.execution.timestamp'?: string | number | undefined; 'kibana.alert.rule.execution.type'?: string | undefined; 'kibana.alert.rule.execution.uuid'?: string | undefined; 'kibana.alert.rule.parameters'?: unknown; 'kibana.alert.rule.tags'?: string[] | undefined; 'kibana.alert.severity_improving'?: boolean | undefined; 'kibana.alert.start'?: string | number | undefined; 'kibana.alert.time_range'?: { gte?: string | number | undefined; lte?: string | number | undefined; } | undefined; 'kibana.alert.url'?: string | undefined; 'kibana.alert.workflow_assignee_ids'?: string[] | undefined; 'kibana.alert.workflow_status'?: string | undefined; 'kibana.alert.workflow_tags'?: string[] | undefined; 'kibana.version'?: string | undefined; tags?: string[] | undefined; } & { '@timestamp': string | number; 'ecs.version': string; } & { 'agent.build.original'?: string | undefined; 'agent.ephemeral_id'?: string | undefined; 'agent.id'?: string | undefined; 'agent.name'?: string | undefined; 'agent.type'?: string | undefined; 'agent.version'?: string | undefined; 'client.address'?: string | undefined; 'client.as.number'?: string | number | undefined; 'client.as.organization.name'?: string | undefined; 'client.bytes'?: string | number | undefined; 'client.domain'?: string | undefined; 'client.geo.city_name'?: string | undefined; 'client.geo.continent_code'?: string | undefined; 'client.geo.continent_name'?: string | undefined; 'client.geo.country_iso_code'?: string | undefined; 'client.geo.country_name'?: string | undefined; 'client.geo.location'?: string | { type: string; coordinates: number[]; } | { lat: number; lon: number; } | { location: number[]; } | { location: string; } | undefined; 'client.geo.name'?: string | undefined; 'client.geo.postal_code'?: string | undefined; 'client.geo.region_iso_code'?: string | undefined; 'client.geo.region_name'?: string | undefined; 'client.geo.timezone'?: string | undefined; 'client.ip'?: string | undefined; 'client.mac'?: string | undefined; 'client.nat.ip'?: string | undefined; 'client.nat.port'?: string | number | undefined; 'client.packets'?: string | number | undefined; 'client.port'?: string | number | undefined; 'client.registered_domain'?: string | undefined; 'client.subdomain'?: string | undefined; 'client.top_level_domain'?: string | undefined; 'client.user.domain'?: string | undefined; 'client.user.email'?: string | undefined; 'client.user.full_name'?: string | undefined; 'client.user.group.domain'?: string | undefined; 'client.user.group.id'?: string | undefined; 'client.user.group.name'?: string | undefined; 'client.user.hash'?: string | undefined; 'client.user.id'?: string | undefined; 'client.user.name'?: string | undefined; 'client.user.roles'?: string[] | undefined; 'cloud.account.id'?: string | undefined; 'cloud.account.name'?: string | undefined; 'cloud.availability_zone'?: string | undefined; 'cloud.instance.id'?: string | undefined; 'cloud.instance.name'?: string | undefined; 'cloud.machine.type'?: string | undefined; 'cloud.origin.account.id'?: string | undefined; 'cloud.origin.account.name'?: string | undefined; 'cloud.origin.availability_zone'?: string | undefined; 'cloud.origin.instance.id'?: string | undefined; 'cloud.origin.instance.name'?: string | undefined; 'cloud.origin.machine.type'?: string | undefined; 'cloud.origin.project.id'?: string | undefined; 'cloud.origin.project.name'?: string | undefined; 'cloud.origin.provider'?: string | undefined; 'cloud.origin.region'?: string | undefined; 'cloud.origin.service.name'?: string | undefined; 'cloud.project.id'?: string | undefined; 'cloud.project.name'?: string | undefined; 'cloud.provider'?: string | undefined; 'cloud.region'?: string | undefined; 'cloud.service.name'?: string | undefined; 'cloud.target.account.id'?: string | undefined; 'cloud.target.account.name'?: string | undefined; 'cloud.target.availability_zone'?: string | undefined; 'cloud.target.instance.id'?: string | undefined; 'cloud.target.instance.name'?: string | undefined; 'cloud.target.machine.type'?: string | undefined; 'cloud.target.project.id'?: string | undefined; 'cloud.target.project.name'?: string | undefined; 'cloud.target.provider'?: string | undefined; 'cloud.target.region'?: string | undefined; 'cloud.target.service.name'?: string | undefined; 'container.cpu.usage'?: string | number | undefined; 'container.disk.read.bytes'?: string | number | undefined; 'container.disk.write.bytes'?: string | number | undefined; 'container.id'?: string | undefined; 'container.image.hash.all'?: string[] | undefined; 'container.image.name'?: string | undefined; 'container.image.tag'?: string[] | undefined; 'container.labels'?: unknown; 'container.memory.usage'?: string | number | undefined; 'container.name'?: string | undefined; 'container.network.egress.bytes'?: string | number | undefined; 'container.network.ingress.bytes'?: string | number | undefined; 'container.runtime'?: string | undefined; 'container.security_context.privileged'?: boolean | undefined; 'destination.address'?: string | undefined; 'destination.as.number'?: string | number | undefined; 'destination.as.organization.name'?: string | undefined; 'destination.bytes'?: string | number | undefined; 'destination.domain'?: string | undefined; 'destination.geo.city_name'?: string | undefined; 'destination.geo.continent_code'?: string | undefined; 'destination.geo.continent_name'?: string | undefined; 'destination.geo.country_iso_code'?: string | undefined; 'destination.geo.country_name'?: string | undefined; 'destination.geo.location'?: string | { type: string; coordinates: number[]; } | { lat: number; lon: number; } | { location: number[]; } | { location: string; } | undefined; 'destination.geo.name'?: string | undefined; 'destination.geo.postal_code'?: string | undefined; 'destination.geo.region_iso_code'?: string | undefined; 'destination.geo.region_name'?: string | undefined; 'destination.geo.timezone'?: string | undefined; 'destination.ip'?: string | undefined; 'destination.mac'?: string | undefined; 'destination.nat.ip'?: string | undefined; 'destination.nat.port'?: string | number | undefined; 'destination.packets'?: string | number | undefined; 'destination.port'?: string | number | undefined; 'destination.registered_domain'?: string | undefined; 'destination.subdomain'?: string | undefined; 'destination.top_level_domain'?: string | undefined; 'destination.user.domain'?: string | undefined; 'destination.user.email'?: string | undefined; 'destination.user.full_name'?: string | undefined; 'destination.user.group.domain'?: string | undefined; 'destination.user.group.id'?: string | undefined; 'destination.user.group.name'?: string | undefined; 'destination.user.hash'?: string | undefined; 'destination.user.id'?: string | undefined; 'destination.user.name'?: string | undefined; 'destination.user.roles'?: string[] | undefined; 'device.id'?: string | undefined; 'device.manufacturer'?: string | undefined; 'device.model.identifier'?: string | undefined; 'device.model.name'?: string | undefined; 'dll.code_signature.digest_algorithm'?: string | undefined; 'dll.code_signature.exists'?: boolean | undefined; 'dll.code_signature.signing_id'?: string | undefined; 'dll.code_signature.status'?: string | undefined; 'dll.code_signature.subject_name'?: string | undefined; 'dll.code_signature.team_id'?: string | undefined; 'dll.code_signature.timestamp'?: string | number | undefined; 'dll.code_signature.trusted'?: boolean | undefined; 'dll.code_signature.valid'?: boolean | undefined; 'dll.hash.md5'?: string | undefined; 'dll.hash.sha1'?: string | undefined; 'dll.hash.sha256'?: string | undefined; 'dll.hash.sha384'?: string | undefined; 'dll.hash.sha512'?: string | undefined; 'dll.hash.ssdeep'?: string | undefined; 'dll.hash.tlsh'?: string | undefined; 'dll.name'?: string | undefined; 'dll.path'?: string | undefined; 'dll.pe.architecture'?: string | undefined; 'dll.pe.company'?: string | undefined; 'dll.pe.description'?: string | undefined; 'dll.pe.file_version'?: string | undefined; 'dll.pe.go_import_hash'?: string | undefined; 'dll.pe.go_imports'?: unknown; 'dll.pe.go_imports_names_entropy'?: string | number | undefined; 'dll.pe.go_imports_names_var_entropy'?: string | number | undefined; 'dll.pe.go_stripped'?: boolean | undefined; 'dll.pe.imphash'?: string | undefined; 'dll.pe.import_hash'?: string | undefined; 'dll.pe.imports'?: unknown[] | undefined; 'dll.pe.imports_names_entropy'?: string | number | undefined; 'dll.pe.imports_names_var_entropy'?: string | number | undefined; 'dll.pe.original_file_name'?: string | undefined; 'dll.pe.pehash'?: string | undefined; 'dll.pe.product'?: string | undefined; 'dll.pe.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'dns.answers'?: { class?: string | undefined; data?: string | undefined; name?: string | undefined; ttl?: string | number | undefined; type?: string | undefined; }[] | undefined; 'dns.header_flags'?: string[] | undefined; 'dns.id'?: string | undefined; 'dns.op_code'?: string | undefined; 'dns.question.class'?: string | undefined; 'dns.question.name'?: string | undefined; 'dns.question.registered_domain'?: string | undefined; 'dns.question.subdomain'?: string | undefined; 'dns.question.top_level_domain'?: string | undefined; 'dns.question.type'?: string | undefined; 'dns.resolved_ip'?: string[] | undefined; 'dns.response_code'?: string | undefined; 'dns.type'?: string | undefined; 'email.attachments'?: { 'file.extension'?: string | undefined; 'file.hash.md5'?: string | undefined; 'file.hash.sha1'?: string | undefined; 'file.hash.sha256'?: string | undefined; 'file.hash.sha384'?: string | undefined; 'file.hash.sha512'?: string | undefined; 'file.hash.ssdeep'?: string | undefined; 'file.hash.tlsh'?: string | undefined; 'file.mime_type'?: string | undefined; 'file.name'?: string | undefined; 'file.size'?: string | number | undefined; }[] | undefined; 'email.bcc.address'?: string[] | undefined; 'email.cc.address'?: string[] | undefined; 'email.content_type'?: string | undefined; 'email.delivery_timestamp'?: string | number | undefined; 'email.direction'?: string | undefined; 'email.from.address'?: string[] | undefined; 'email.local_id'?: string | undefined; 'email.message_id'?: string | undefined; 'email.origination_timestamp'?: string | number | undefined; 'email.reply_to.address'?: string[] | undefined; 'email.sender.address'?: string | undefined; 'email.subject'?: string | undefined; 'email.to.address'?: string[] | undefined; 'email.x_mailer'?: string | undefined; 'error.code'?: string | undefined; 'error.id'?: string | undefined; 'error.message'?: string | undefined; 'error.stack_trace'?: string | undefined; 'error.type'?: string | undefined; 'event.action'?: string | undefined; 'event.agent_id_status'?: string | undefined; 'event.category'?: string[] | undefined; 'event.code'?: string | undefined; 'event.created'?: string | number | undefined; 'event.dataset'?: string | undefined; 'event.duration'?: string | number | undefined; 'event.end'?: string | number | undefined; 'event.hash'?: string | undefined; 'event.id'?: string | undefined; 'event.ingested'?: string | number | undefined; 'event.kind'?: string | undefined; 'event.module'?: string | undefined; 'event.original'?: string | undefined; 'event.outcome'?: string | undefined; 'event.provider'?: string | undefined; 'event.reason'?: string | undefined; 'event.reference'?: string | undefined; 'event.risk_score'?: number | undefined; 'event.risk_score_norm'?: number | undefined; 'event.sequence'?: string | number | undefined; 'event.severity'?: string | number | undefined; 'event.start'?: string | number | undefined; 'event.timezone'?: string | undefined; 'event.type'?: string[] | undefined; 'event.url'?: string | undefined; 'faas.coldstart'?: boolean | undefined; 'faas.execution'?: string | undefined; 'faas.id'?: string | undefined; 'faas.name'?: string | undefined; 'faas.version'?: string | undefined; 'file.accessed'?: string | number | undefined; 'file.attributes'?: string[] | undefined; 'file.code_signature.digest_algorithm'?: string | undefined; 'file.code_signature.exists'?: boolean | undefined; 'file.code_signature.signing_id'?: string | undefined; 'file.code_signature.status'?: string | undefined; 'file.code_signature.subject_name'?: string | undefined; 'file.code_signature.team_id'?: string | undefined; 'file.code_signature.timestamp'?: string | number | undefined; 'file.code_signature.trusted'?: boolean | undefined; 'file.code_signature.valid'?: boolean | undefined; 'file.created'?: string | number | undefined; 'file.ctime'?: string | number | undefined; 'file.device'?: string | undefined; 'file.directory'?: string | undefined; 'file.drive_letter'?: string | undefined; 'file.elf.architecture'?: string | undefined; 'file.elf.byte_order'?: string | undefined; 'file.elf.cpu_type'?: string | undefined; 'file.elf.creation_date'?: string | number | undefined; 'file.elf.exports'?: unknown[] | undefined; 'file.elf.go_import_hash'?: string | undefined; 'file.elf.go_imports'?: unknown; 'file.elf.go_imports_names_entropy'?: string | number | undefined; 'file.elf.go_imports_names_var_entropy'?: string | number | undefined; 'file.elf.go_stripped'?: boolean | undefined; 'file.elf.header.abi_version'?: string | undefined; 'file.elf.header.class'?: string | undefined; 'file.elf.header.data'?: string | undefined; 'file.elf.header.entrypoint'?: string | number | undefined; 'file.elf.header.object_version'?: string | undefined; 'file.elf.header.os_abi'?: string | undefined; 'file.elf.header.type'?: string | undefined; 'file.elf.header.version'?: string | undefined; 'file.elf.import_hash'?: string | undefined; 'file.elf.imports'?: unknown[] | undefined; 'file.elf.imports_names_entropy'?: string | number | undefined; 'file.elf.imports_names_var_entropy'?: string | number | undefined; 'file.elf.sections'?: { chi2?: string | number | undefined; entropy?: string | number | undefined; flags?: string | undefined; name?: string | undefined; physical_offset?: string | undefined; physical_size?: string | number | undefined; type?: string | undefined; var_entropy?: string | number | undefined; virtual_address?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'file.elf.segments'?: { sections?: string | undefined; type?: string | undefined; }[] | undefined; 'file.elf.shared_libraries'?: string[] | undefined; 'file.elf.telfhash'?: string | undefined; 'file.extension'?: string | undefined; 'file.fork_name'?: string | undefined; 'file.gid'?: string | undefined; 'file.group'?: string | undefined; 'file.hash.md5'?: string | undefined; 'file.hash.sha1'?: string | undefined; 'file.hash.sha256'?: string | undefined; 'file.hash.sha384'?: string | undefined; 'file.hash.sha512'?: string | undefined; 'file.hash.ssdeep'?: string | undefined; 'file.hash.tlsh'?: string | undefined; 'file.inode'?: string | undefined; 'file.macho.go_import_hash'?: string | undefined; 'file.macho.go_imports'?: unknown; 'file.macho.go_imports_names_entropy'?: string | number | undefined; 'file.macho.go_imports_names_var_entropy'?: string | number | undefined; 'file.macho.go_stripped'?: boolean | undefined; 'file.macho.import_hash'?: string | undefined; 'file.macho.imports'?: unknown[] | undefined; 'file.macho.imports_names_entropy'?: string | number | undefined; 'file.macho.imports_names_var_entropy'?: string | number | undefined; 'file.macho.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'file.macho.symhash'?: string | undefined; 'file.mime_type'?: string | undefined; 'file.mode'?: string | undefined; 'file.mtime'?: string | number | undefined; 'file.name'?: string | undefined; 'file.owner'?: string | undefined; 'file.path'?: string | undefined; 'file.pe.architecture'?: string | undefined; 'file.pe.company'?: string | undefined; 'file.pe.description'?: string | undefined; 'file.pe.file_version'?: string | undefined; 'file.pe.go_import_hash'?: string | undefined; 'file.pe.go_imports'?: unknown; 'file.pe.go_imports_names_entropy'?: string | number | undefined; 'file.pe.go_imports_names_var_entropy'?: string | number | undefined; 'file.pe.go_stripped'?: boolean | undefined; 'file.pe.imphash'?: string | undefined; 'file.pe.import_hash'?: string | undefined; 'file.pe.imports'?: unknown[] | undefined; 'file.pe.imports_names_entropy'?: string | number | undefined; 'file.pe.imports_names_var_entropy'?: string | number | undefined; 'file.pe.original_file_name'?: string | undefined; 'file.pe.pehash'?: string | undefined; 'file.pe.product'?: string | undefined; 'file.pe.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'file.size'?: string | number | undefined; 'file.target_path'?: string | undefined; 'file.type'?: string | undefined; 'file.uid'?: string | undefined; 'file.x509.alternative_names'?: string[] | undefined; 'file.x509.issuer.common_name'?: string[] | undefined; 'file.x509.issuer.country'?: string[] | undefined; 'file.x509.issuer.distinguished_name'?: string | undefined; 'file.x509.issuer.locality'?: string[] | undefined; 'file.x509.issuer.organization'?: string[] | undefined; 'file.x509.issuer.organizational_unit'?: string[] | undefined; 'file.x509.issuer.state_or_province'?: string[] | undefined; 'file.x509.not_after'?: string | number | undefined; 'file.x509.not_before'?: string | number | undefined; 'file.x509.public_key_algorithm'?: string | undefined; 'file.x509.public_key_curve'?: string | undefined; 'file.x509.public_key_exponent'?: string | number | undefined; 'file.x509.public_key_size'?: string | number | undefined; 'file.x509.serial_number'?: string | undefined; 'file.x509.signature_algorithm'?: string | undefined; 'file.x509.subject.common_name'?: string[] | undefined; 'file.x509.subject.country'?: string[] | undefined; 'file.x509.subject.distinguished_name'?: string | undefined; 'file.x509.subject.locality'?: string[] | undefined; 'file.x509.subject.organization'?: string[] | undefined; 'file.x509.subject.organizational_unit'?: string[] | undefined; 'file.x509.subject.state_or_province'?: string[] | undefined; 'file.x509.version_number'?: string | undefined; 'group.domain'?: string | undefined; 'group.id'?: string | undefined; 'group.name'?: string | undefined; 'host.architecture'?: string | undefined; 'host.boot.id'?: string | undefined; 'host.cpu.usage'?: string | number | undefined; 'host.disk.read.bytes'?: string | number | undefined; 'host.disk.write.bytes'?: string | number | undefined; 'host.domain'?: string | undefined; 'host.geo.city_name'?: string | undefined; 'host.geo.continent_code'?: string | undefined; 'host.geo.continent_name'?: string | undefined; 'host.geo.country_iso_code'?: string | undefined; 'host.geo.country_name'?: string | undefined; 'host.geo.location'?: string | { type: string; coordinates: number[]; } | { lat: number; lon: number; } | { location: number[]; } | { location: string; } | undefined; 'host.geo.name'?: string | undefined; 'host.geo.postal_code'?: string | undefined; 'host.geo.region_iso_code'?: string | undefined; 'host.geo.region_name'?: string | undefined; 'host.geo.timezone'?: string | undefined; 'host.hostname'?: string | undefined; 'host.id'?: string | undefined; 'host.ip'?: string[] | undefined; 'host.mac'?: string[] | undefined; 'host.name'?: string | undefined; 'host.network.egress.bytes'?: string | number | undefined; 'host.network.egress.packets'?: string | number | undefined; 'host.network.ingress.bytes'?: string | number | undefined; 'host.network.ingress.packets'?: string | number | undefined; 'host.os.family'?: string | undefined; 'host.os.full'?: string | undefined; 'host.os.kernel'?: string | undefined; 'host.os.name'?: string | undefined; 'host.os.platform'?: string | undefined; 'host.os.type'?: string | undefined; 'host.os.version'?: string | undefined; 'host.pid_ns_ino'?: string | undefined; 'host.risk.calculated_level'?: string | undefined; 'host.risk.calculated_score'?: number | undefined; 'host.risk.calculated_score_norm'?: number | undefined; 'host.risk.static_level'?: string | undefined; 'host.risk.static_score'?: number | undefined; 'host.risk.static_score_norm'?: number | undefined; 'host.type'?: string | undefined; 'host.uptime'?: string | number | undefined; 'http.request.body.bytes'?: string | number | undefined; 'http.request.body.content'?: string | undefined; 'http.request.bytes'?: string | number | undefined; 'http.request.id'?: string | undefined; 'http.request.method'?: string | undefined; 'http.request.mime_type'?: string | undefined; 'http.request.referrer'?: string | undefined; 'http.response.body.bytes'?: string | number | undefined; 'http.response.body.content'?: string | undefined; 'http.response.bytes'?: string | number | undefined; 'http.response.mime_type'?: string | undefined; 'http.response.status_code'?: string | number | undefined; 'http.version'?: string | undefined; labels?: unknown; 'log.file.path'?: string | undefined; 'log.level'?: string | undefined; 'log.logger'?: string | undefined; 'log.origin.file.line'?: string | number | undefined; 'log.origin.file.name'?: string | undefined; 'log.origin.function'?: string | undefined; 'log.syslog'?: unknown; message?: string | undefined; 'network.application'?: string | undefined; 'network.bytes'?: string | number | undefined; 'network.community_id'?: string | undefined; 'network.direction'?: string | undefined; 'network.forwarded_ip'?: string | undefined; 'network.iana_number'?: string | undefined; 'network.inner'?: unknown; 'network.name'?: string | undefined; 'network.packets'?: string | number | undefined; 'network.protocol'?: string | undefined; 'network.transport'?: string | undefined; 'network.type'?: string | undefined; 'network.vlan.id'?: string | undefined; 'network.vlan.name'?: string | undefined; 'observer.egress'?: unknown; 'observer.geo.city_name'?: string | undefined; 'observer.geo.continent_code'?: string | undefined; 'observer.geo.continent_name'?: string | undefined; 'observer.geo.country_iso_code'?: string | undefined; 'observer.geo.country_name'?: string | undefined; 'observer.geo.location'?: string | { type: string; coordinates: number[]; } | { lat: number; lon: number; } | { location: number[]; } | { location: string; } | undefined; 'observer.geo.name'?: string | undefined; 'observer.geo.postal_code'?: string | undefined; 'observer.geo.region_iso_code'?: string | undefined; 'observer.geo.region_name'?: string | undefined; 'observer.geo.timezone'?: string | undefined; 'observer.hostname'?: string | undefined; 'observer.ingress'?: unknown; 'observer.ip'?: string[] | undefined; 'observer.mac'?: string[] | undefined; 'observer.name'?: string | undefined; 'observer.os.family'?: string | undefined; 'observer.os.full'?: string | undefined; 'observer.os.kernel'?: string | undefined; 'observer.os.name'?: string | undefined; 'observer.os.platform'?: string | undefined; 'observer.os.type'?: string | undefined; 'observer.os.version'?: string | undefined; 'observer.product'?: string | undefined; 'observer.serial_number'?: string | undefined; 'observer.type'?: string | undefined; 'observer.vendor'?: string | undefined; 'observer.version'?: string | undefined; 'orchestrator.api_version'?: string | undefined; 'orchestrator.cluster.id'?: string | undefined; 'orchestrator.cluster.name'?: string | undefined; 'orchestrator.cluster.url'?: string | undefined; 'orchestrator.cluster.version'?: string | undefined; 'orchestrator.namespace'?: string | undefined; 'orchestrator.organization'?: string | undefined; 'orchestrator.resource.annotation'?: string[] | undefined; 'orchestrator.resource.id'?: string | undefined; 'orchestrator.resource.ip'?: string[] | undefined; 'orchestrator.resource.label'?: string[] | undefined; 'orchestrator.resource.name'?: string | undefined; 'orchestrator.resource.parent.type'?: string | undefined; 'orchestrator.resource.type'?: string | undefined; 'orchestrator.type'?: string | undefined; 'organization.id'?: string | undefined; 'organization.name'?: string | undefined; 'package.architecture'?: string | undefined; 'package.build_version'?: string | undefined; 'package.checksum'?: string | undefined; 'package.description'?: string | undefined; 'package.install_scope'?: string | undefined; 'package.installed'?: string | number | undefined; 'package.license'?: string | undefined; 'package.name'?: string | undefined; 'package.path'?: string | undefined; 'package.reference'?: string | undefined; 'package.size'?: string | number | undefined; 'package.type'?: string | undefined; 'package.version'?: string | undefined; 'process.args'?: string[] | undefined; 'process.args_count'?: string | number | undefined; 'process.code_signature.digest_algorithm'?: string | undefined; 'process.code_signature.exists'?: boolean | undefined; 'process.code_signature.signing_id'?: string | undefined; 'process.code_signature.status'?: string | undefined; 'process.code_signature.subject_name'?: string | undefined; 'process.code_signature.team_id'?: string | undefined; 'process.code_signature.timestamp'?: string | number | undefined; 'process.code_signature.trusted'?: boolean | undefined; 'process.code_signature.valid'?: boolean | undefined; 'process.command_line'?: string | undefined; 'process.elf.architecture'?: string | undefined; 'process.elf.byte_order'?: string | undefined; 'process.elf.cpu_type'?: string | undefined; 'process.elf.creation_date'?: string | number | undefined; 'process.elf.exports'?: unknown[] | undefined; 'process.elf.go_import_hash'?: string | undefined; 'process.elf.go_imports'?: unknown; 'process.elf.go_imports_names_entropy'?: string | number | undefined; 'process.elf.go_imports_names_var_entropy'?: string | number | undefined; 'process.elf.go_stripped'?: boolean | undefined; 'process.elf.header.abi_version'?: string | undefined; 'process.elf.header.class'?: string | undefined; 'process.elf.header.data'?: string | undefined; 'process.elf.header.entrypoint'?: string | number | undefined; 'process.elf.header.object_version'?: string | undefined; 'process.elf.header.os_abi'?: string | undefined; 'process.elf.header.type'?: string | undefined; 'process.elf.header.version'?: string | undefined; 'process.elf.import_hash'?: string | undefined; 'process.elf.imports'?: unknown[] | undefined; 'process.elf.imports_names_entropy'?: string | number | undefined; 'process.elf.imports_names_var_entropy'?: string | number | undefined; 'process.elf.sections'?: { chi2?: string | number | undefined; entropy?: string | number | undefined; flags?: string | undefined; name?: string | undefined; physical_offset?: string | undefined; physical_size?: string | number | undefined; type?: string | undefined; var_entropy?: string | number | undefined; virtual_address?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'process.elf.segments'?: { sections?: string | undefined; type?: string | undefined; }[] | undefined; 'process.elf.shared_libraries'?: string[] | undefined; 'process.elf.telfhash'?: string | undefined; 'process.end'?: string | number | undefined; 'process.entity_id'?: string | undefined; 'process.entry_leader.args'?: string[] | undefined; 'process.entry_leader.args_count'?: string | number | undefined; 'process.entry_leader.attested_groups.name'?: string | undefined; 'process.entry_leader.attested_user.id'?: string | undefined; 'process.entry_leader.attested_user.name'?: string | undefined; 'process.entry_leader.command_line'?: string | undefined; 'process.entry_leader.entity_id'?: string | undefined; 'process.entry_leader.entry_meta.source.ip'?: string | undefined; 'process.entry_leader.entry_meta.type'?: string | undefined; 'process.entry_leader.executable'?: string | undefined; 'process.entry_leader.group.id'?: string | undefined; 'process.entry_leader.group.name'?: string | undefined; 'process.entry_leader.interactive'?: boolean | undefined; 'process.entry_leader.name'?: string | undefined; 'process.entry_leader.parent.entity_id'?: string | undefined; 'process.entry_leader.parent.pid'?: string | number | undefined; 'process.entry_leader.parent.session_leader.entity_id'?: string | undefined; 'process.entry_leader.parent.session_leader.pid'?: string | number | undefined; 'process.entry_leader.parent.session_leader.start'?: string | number | undefined; 'process.entry_leader.parent.session_leader.vpid'?: string | number | undefined; 'process.entry_leader.parent.start'?: string | number | undefined; 'process.entry_leader.parent.vpid'?: string | number | undefined; 'process.entry_leader.pid'?: string | number | undefined; 'process.entry_leader.real_group.id'?: string | undefined; 'process.entry_leader.real_group.name'?: string | undefined; 'process.entry_leader.real_user.id'?: string | undefined; 'process.entry_leader.real_user.name'?: string | undefined; 'process.entry_leader.same_as_process'?: boolean | undefined; 'process.entry_leader.saved_group.id'?: string | undefined; 'process.entry_leader.saved_group.name'?: string | undefined; 'process.entry_leader.saved_user.id'?: string | undefined; 'process.entry_leader.saved_user.name'?: string | undefined; 'process.entry_leader.start'?: string | number | undefined; 'process.entry_leader.supplemental_groups.id'?: string | undefined; 'process.entry_leader.supplemental_groups.name'?: string | undefined; 'process.entry_leader.tty'?: unknown; 'process.entry_leader.user.id'?: string | undefined; 'process.entry_leader.user.name'?: string | undefined; 'process.entry_leader.vpid'?: string | number | undefined; 'process.entry_leader.working_directory'?: string | undefined; 'process.env_vars'?: string[] | undefined; 'process.executable'?: string | undefined; 'process.exit_code'?: string | number | undefined; 'process.group_leader.args'?: string[] | undefined; 'process.group_leader.args_count'?: string | number | undefined; 'process.group_leader.command_line'?: string | undefined; 'process.group_leader.entity_id'?: string | undefined; 'process.group_leader.executable'?: string | undefined; 'process.group_leader.group.id'?: string | undefined; 'process.group_leader.group.name'?: string | undefined; 'process.group_leader.interactive'?: boolean | undefined; 'process.group_leader.name'?: string | undefined; 'process.group_leader.pid'?: string | number | undefined; 'process.group_leader.real_group.id'?: string | undefined; 'process.group_leader.real_group.name'?: string | undefined; 'process.group_leader.real_user.id'?: string | undefined; 'process.group_leader.real_user.name'?: string | undefined; 'process.group_leader.same_as_process'?: boolean | undefined; 'process.group_leader.saved_group.id'?: string | undefined; 'process.group_leader.saved_group.name'?: string | undefined; 'process.group_leader.saved_user.id'?: string | undefined; 'process.group_leader.saved_user.name'?: string | undefined; 'process.group_leader.start'?: string | number | undefined; 'process.group_leader.supplemental_groups.id'?: string | undefined; 'process.group_leader.supplemental_groups.name'?: string | undefined; 'process.group_leader.tty'?: unknown; 'process.group_leader.user.id'?: string | undefined; 'process.group_leader.user.name'?: string | undefined; 'process.group_leader.vpid'?: string | number | undefined; 'process.group_leader.working_directory'?: string | undefined; 'process.hash.md5'?: string | undefined; 'process.hash.sha1'?: string | undefined; 'process.hash.sha256'?: string | undefined; 'process.hash.sha384'?: string | undefined; 'process.hash.sha512'?: string | undefined; 'process.hash.ssdeep'?: string | undefined; 'process.hash.tlsh'?: string | undefined; 'process.interactive'?: boolean | undefined; 'process.io'?: unknown; 'process.macho.go_import_hash'?: string | undefined; 'process.macho.go_imports'?: unknown; 'process.macho.go_imports_names_entropy'?: string | number | undefined; 'process.macho.go_imports_names_var_entropy'?: string | number | undefined; 'process.macho.go_stripped'?: boolean | undefined; 'process.macho.import_hash'?: string | undefined; 'process.macho.imports'?: unknown[] | undefined; 'process.macho.imports_names_entropy'?: string | number | undefined; 'process.macho.imports_names_var_entropy'?: string | number | undefined; 'process.macho.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'process.macho.symhash'?: string | undefined; 'process.name'?: string | undefined; 'process.parent.args'?: string[] | undefined; 'process.parent.args_count'?: string | number | undefined; 'process.parent.code_signature.digest_algorithm'?: string | undefined; 'process.parent.code_signature.exists'?: boolean | undefined; 'process.parent.code_signature.signing_id'?: string | undefined; 'process.parent.code_signature.status'?: string | undefined; 'process.parent.code_signature.subject_name'?: string | undefined; 'process.parent.code_signature.team_id'?: string | undefined; 'process.parent.code_signature.timestamp'?: string | number | undefined; 'process.parent.code_signature.trusted'?: boolean | undefined; 'process.parent.code_signature.valid'?: boolean | undefined; 'process.parent.command_line'?: string | undefined; 'process.parent.elf.architecture'?: string | undefined; 'process.parent.elf.byte_order'?: string | undefined; 'process.parent.elf.cpu_type'?: string | undefined; 'process.parent.elf.creation_date'?: string | number | undefined; 'process.parent.elf.exports'?: unknown[] | undefined; 'process.parent.elf.go_import_hash'?: string | undefined; 'process.parent.elf.go_imports'?: unknown; 'process.parent.elf.go_imports_names_entropy'?: string | number | undefined; 'process.parent.elf.go_imports_names_var_entropy'?: string | number | undefined; 'process.parent.elf.go_stripped'?: boolean | undefined; 'process.parent.elf.header.abi_version'?: string | undefined; 'process.parent.elf.header.class'?: string | undefined; 'process.parent.elf.header.data'?: string | undefined; 'process.parent.elf.header.entrypoint'?: string | number | undefined; 'process.parent.elf.header.object_version'?: string | undefined; 'process.parent.elf.header.os_abi'?: string | undefined; 'process.parent.elf.header.type'?: string | undefined; 'process.parent.elf.header.version'?: string | undefined; 'process.parent.elf.import_hash'?: string | undefined; 'process.parent.elf.imports'?: unknown[] | undefined; 'process.parent.elf.imports_names_entropy'?: string | number | undefined; 'process.parent.elf.imports_names_var_entropy'?: string | number | undefined; 'process.parent.elf.sections'?: { chi2?: string | number | undefined; entropy?: string | number | undefined; flags?: string | undefined; name?: string | undefined; physical_offset?: string | undefined; physical_size?: string | number | undefined; type?: string | undefined; var_entropy?: string | number | undefined; virtual_address?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'process.parent.elf.segments'?: { sections?: string | undefined; type?: string | undefined; }[] | undefined; 'process.parent.elf.shared_libraries'?: string[] | undefined; 'process.parent.elf.telfhash'?: string | undefined; 'process.parent.end'?: string | number | undefined; 'process.parent.entity_id'?: string | undefined; 'process.parent.executable'?: string | undefined; 'process.parent.exit_code'?: string | number | undefined; 'process.parent.group.id'?: string | undefined; 'process.parent.group.name'?: string | undefined; 'process.parent.group_leader.entity_id'?: string | undefined; 'process.parent.group_leader.pid'?: string | number | undefined; 'process.parent.group_leader.start'?: string | number | undefined; 'process.parent.group_leader.vpid'?: string | number | undefined; 'process.parent.hash.md5'?: string | undefined; 'process.parent.hash.sha1'?: string | undefined; 'process.parent.hash.sha256'?: string | undefined; 'process.parent.hash.sha384'?: string | undefined; 'process.parent.hash.sha512'?: string | undefined; 'process.parent.hash.ssdeep'?: string | undefined; 'process.parent.hash.tlsh'?: string | undefined; 'process.parent.interactive'?: boolean | undefined; 'process.parent.macho.go_import_hash'?: string | undefined; 'process.parent.macho.go_imports'?: unknown; 'process.parent.macho.go_imports_names_entropy'?: string | number | undefined; 'process.parent.macho.go_imports_names_var_entropy'?: string | number | undefined; 'process.parent.macho.go_stripped'?: boolean | undefined; 'process.parent.macho.import_hash'?: string | undefined; 'process.parent.macho.imports'?: unknown[] | undefined; 'process.parent.macho.imports_names_entropy'?: string | number | undefined; 'process.parent.macho.imports_names_var_entropy'?: string | number | undefined; 'process.parent.macho.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'process.parent.macho.symhash'?: string | undefined; 'process.parent.name'?: string | undefined; 'process.parent.pe.architecture'?: string | undefined; 'process.parent.pe.company'?: string | undefined; 'process.parent.pe.description'?: string | undefined; 'process.parent.pe.file_version'?: string | undefined; 'process.parent.pe.go_import_hash'?: string | undefined; 'process.parent.pe.go_imports'?: unknown; 'process.parent.pe.go_imports_names_entropy'?: string | number | undefined; 'process.parent.pe.go_imports_names_var_entropy'?: string | number | undefined; 'process.parent.pe.go_stripped'?: boolean | undefined; 'process.parent.pe.imphash'?: string | undefined; 'process.parent.pe.import_hash'?: string | undefined; 'process.parent.pe.imports'?: unknown[] | undefined; 'process.parent.pe.imports_names_entropy'?: string | number | undefined; 'process.parent.pe.imports_names_var_entropy'?: string | number | undefined; 'process.parent.pe.original_file_name'?: string | undefined; 'process.parent.pe.pehash'?: string | undefined; 'process.parent.pe.product'?: string | undefined; 'process.parent.pe.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'process.parent.pgid'?: string | number | undefined; 'process.parent.pid'?: string | number | undefined; 'process.parent.real_group.id'?: string | undefined; 'process.parent.real_group.name'?: string | undefined; 'process.parent.real_user.id'?: string | undefined; 'process.parent.real_user.name'?: string | undefined; 'process.parent.saved_group.id'?: string | undefined; 'process.parent.saved_group.name'?: string | undefined; 'process.parent.saved_user.id'?: string | undefined; 'process.parent.saved_user.name'?: string | undefined; 'process.parent.start'?: string | number | undefined; 'process.parent.supplemental_groups.id'?: string | undefined; 'process.parent.supplemental_groups.name'?: string | undefined; 'process.parent.thread.capabilities.effective'?: string[] | undefined; 'process.parent.thread.capabilities.permitted'?: string[] | undefined; 'process.parent.thread.id'?: string | number | undefined; 'process.parent.thread.name'?: string | undefined; 'process.parent.title'?: string | undefined; 'process.parent.tty'?: unknown; 'process.parent.uptime'?: string | number | undefined; 'process.parent.user.id'?: string | undefined; 'process.parent.user.name'?: string | undefined; 'process.parent.vpid'?: string | number | undefined; 'process.parent.working_directory'?: string | undefined; 'process.pe.architecture'?: string | undefined; 'process.pe.company'?: string | undefined; 'process.pe.description'?: string | undefined; 'process.pe.file_version'?: string | undefined; 'process.pe.go_import_hash'?: string | undefined; 'process.pe.go_imports'?: unknown; 'process.pe.go_imports_names_entropy'?: string | number | undefined; 'process.pe.go_imports_names_var_entropy'?: string | number | undefined; 'process.pe.go_stripped'?: boolean | undefined; 'process.pe.imphash'?: string | undefined; 'process.pe.import_hash'?: string | undefined; 'process.pe.imports'?: unknown[] | undefined; 'process.pe.imports_names_entropy'?: string | number | undefined; 'process.pe.imports_names_var_entropy'?: string | number | undefined; 'process.pe.original_file_name'?: string | undefined; 'process.pe.pehash'?: string | undefined; 'process.pe.product'?: string | undefined; 'process.pe.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'process.pgid'?: string | number | undefined; 'process.pid'?: string | number | undefined; 'process.previous.args'?: string[] | undefined; 'process.previous.args_count'?: string | number | undefined; 'process.previous.executable'?: string | undefined; 'process.real_group.id'?: string | undefined; 'process.real_group.name'?: string | undefined; 'process.real_user.id'?: string | undefined; 'process.real_user.name'?: string | undefined; 'process.saved_group.id'?: string | undefined; 'process.saved_group.name'?: string | undefined; 'process.saved_user.id'?: string | undefined; 'process.saved_user.name'?: string | undefined; 'process.session_leader.args'?: string[] | undefined; 'process.session_leader.args_count'?: string | number | undefined; 'process.session_leader.command_line'?: string | undefined; 'process.session_leader.entity_id'?: string | undefined; 'process.session_leader.executable'?: string | undefined; 'process.session_leader.group.id'?: string | undefined; 'process.session_leader.group.name'?: string | undefined; 'process.session_leader.interactive'?: boolean | undefined; 'process.session_leader.name'?: string | undefined; 'process.session_leader.parent.entity_id'?: string | undefined; 'process.session_leader.parent.pid'?: string | number | undefined; 'process.session_leader.parent.session_leader.entity_id'?: string | undefined; 'process.session_leader.parent.session_leader.pid'?: string | number | undefined; 'process.session_leader.parent.session_leader.start'?: string | number | undefined; 'process.session_leader.parent.session_leader.vpid'?: string | number | undefined; 'process.session_leader.parent.start'?: string | number | undefined; 'process.session_leader.parent.vpid'?: string | number | undefined; 'process.session_leader.pid'?: string | number | undefined; 'process.session_leader.real_group.id'?: string | undefined; 'process.session_leader.real_group.name'?: string | undefined; 'process.session_leader.real_user.id'?: string | undefined; 'process.session_leader.real_user.name'?: string | undefined; 'process.session_leader.same_as_process'?: boolean | undefined; 'process.session_leader.saved_group.id'?: string | undefined; 'process.session_leader.saved_group.name'?: string | undefined; 'process.session_leader.saved_user.id'?: string | undefined; 'process.session_leader.saved_user.name'?: string | undefined; 'process.session_leader.start'?: string | number | undefined; 'process.session_leader.supplemental_groups.id'?: string | undefined; 'process.session_leader.supplemental_groups.name'?: string | undefined; 'process.session_leader.tty'?: unknown; 'process.session_leader.user.id'?: string | undefined; 'process.session_leader.user.name'?: string | undefined; 'process.session_leader.vpid'?: string | number | undefined; 'process.session_leader.working_directory'?: string | undefined; 'process.start'?: string | number | undefined; 'process.supplemental_groups.id'?: string | undefined; 'process.supplemental_groups.name'?: string | undefined; 'process.thread.capabilities.effective'?: string[] | undefined; 'process.thread.capabilities.permitted'?: string[] | undefined; 'process.thread.id'?: string | number | undefined; 'process.thread.name'?: string | undefined; 'process.title'?: string | undefined; 'process.tty'?: unknown; 'process.uptime'?: string | number | undefined; 'process.user.id'?: string | undefined; 'process.user.name'?: string | undefined; 'process.vpid'?: string | number | undefined; 'process.working_directory'?: string | undefined; 'registry.data.bytes'?: string | undefined; 'registry.data.strings'?: string[] | undefined; 'registry.data.type'?: string | undefined; 'registry.hive'?: string | undefined; 'registry.key'?: string | undefined; 'registry.path'?: string | undefined; 'registry.value'?: string | undefined; 'related.hash'?: string[] | undefined; 'related.hosts'?: string[] | undefined; 'related.ip'?: string[] | undefined; 'related.user'?: string[] | undefined; 'rule.author'?: string[] | undefined; 'rule.category'?: string | undefined; 'rule.description'?: string | undefined; 'rule.id'?: string | undefined; 'rule.license'?: string | undefined; 'rule.name'?: string | undefined; 'rule.reference'?: string | undefined; 'rule.ruleset'?: string | undefined; 'rule.uuid'?: string | undefined; 'rule.version'?: string | undefined; 'server.address'?: string | undefined; 'server.as.number'?: string | number | undefined; 'server.as.organization.name'?: string | undefined; 'server.bytes'?: string | number | undefined; 'server.domain'?: string | undefined; 'server.geo.city_name'?: string | undefined; 'server.geo.continent_code'?: string | undefined; 'server.geo.continent_name'?: string | undefined; 'server.geo.country_iso_code'?: string | undefined; 'server.geo.country_name'?: string | undefined; 'server.geo.location'?: string | { type: string; coordinates: number[]; } | { lat: number; lon: number; } | { location: number[]; } | { location: string; } | undefined; 'server.geo.name'?: string | undefined; 'server.geo.postal_code'?: string | undefined; 'server.geo.region_iso_code'?: string | undefined; 'server.geo.region_name'?: string | undefined; 'server.geo.timezone'?: string | undefined; 'server.ip'?: string | undefined; 'server.mac'?: string | undefined; 'server.nat.ip'?: string | undefined; 'server.nat.port'?: string | number | undefined; 'server.packets'?: string | number | undefined; 'server.port'?: string | number | undefined; 'server.registered_domain'?: string | undefined; 'server.subdomain'?: string | undefined; 'server.top_level_domain'?: string | undefined; 'server.user.domain'?: string | undefined; 'server.user.email'?: string | undefined; 'server.user.full_name'?: string | undefined; 'server.user.group.domain'?: string | undefined; 'server.user.group.id'?: string | undefined; 'server.user.group.name'?: string | undefined; 'server.user.hash'?: string | undefined; 'server.user.id'?: string | undefined; 'server.user.name'?: string | undefined; 'server.user.roles'?: string[] | undefined; 'service.address'?: string | undefined; 'service.environment'?: string | undefined; 'service.ephemeral_id'?: string | undefined; 'service.id'?: string | undefined; 'service.name'?: string | undefined; 'service.node.name'?: string | undefined; 'service.node.role'?: string | undefined; 'service.node.roles'?: string[] | undefined; 'service.origin.address'?: string | undefined; 'service.origin.environment'?: string | undefined; 'service.origin.ephemeral_id'?: string | undefined; 'service.origin.id'?: string | undefined; 'service.origin.name'?: string | undefined; 'service.origin.node.name'?: string | undefined; 'service.origin.node.role'?: string | undefined; 'service.origin.node.roles'?: string[] | undefined; 'service.origin.state'?: string | undefined; 'service.origin.type'?: string | undefined; 'service.origin.version'?: string | undefined; 'service.state'?: string | undefined; 'service.target.address'?: string | undefined; 'service.target.environment'?: string | undefined; 'service.target.ephemeral_id'?: string | undefined; 'service.target.id'?: string | undefined; 'service.target.name'?: string | undefined; 'service.target.node.name'?: string | undefined; 'service.target.node.role'?: string | undefined; 'service.target.node.roles'?: string[] | undefined; 'service.target.state'?: string | undefined; 'service.target.type'?: string | undefined; 'service.target.version'?: string | undefined; 'service.type'?: string | undefined; 'service.version'?: string | undefined; 'source.address'?: string | undefined; 'source.as.number'?: string | number | undefined; 'source.as.organization.name'?: string | undefined; 'source.bytes'?: string | number | undefined; 'source.domain'?: string | undefined; 'source.geo.city_name'?: string | undefined; 'source.geo.continent_code'?: string | undefined; 'source.geo.continent_name'?: string | undefined; 'source.geo.country_iso_code'?: string | undefined; 'source.geo.country_name'?: string | undefined; 'source.geo.location'?: string | { type: string; coordinates: number[]; } | { lat: number; lon: number; } | { location: number[]; } | { location: string; } | undefined; 'source.geo.name'?: string | undefined; 'source.geo.postal_code'?: string | undefined; 'source.geo.region_iso_code'?: string | undefined; 'source.geo.region_name'?: string | undefined; 'source.geo.timezone'?: string | undefined; 'source.ip'?: string | undefined; 'source.mac'?: string | undefined; 'source.nat.ip'?: string | undefined; 'source.nat.port'?: string | number | undefined; 'source.packets'?: string | number | undefined; 'source.port'?: string | number | undefined; 'source.registered_domain'?: string | undefined; 'source.subdomain'?: string | undefined; 'source.top_level_domain'?: string | undefined; 'source.user.domain'?: string | undefined; 'source.user.email'?: string | undefined; 'source.user.full_name'?: string | undefined; 'source.user.group.domain'?: string | undefined; 'source.user.group.id'?: string | undefined; 'source.user.group.name'?: string | undefined; 'source.user.hash'?: string | undefined; 'source.user.id'?: string | undefined; 'source.user.name'?: string | undefined; 'source.user.roles'?: string[] | undefined; 'span.id'?: string | undefined; tags?: string[] | undefined; 'threat.enrichments'?: { indicator?: unknown; 'matched.atomic'?: string | undefined; 'matched.field'?: string | undefined; 'matched.id'?: string | undefined; 'matched.index'?: string | undefined; 'matched.occurred'?: string | number | undefined; 'matched.type'?: string | undefined; }[] | undefined; 'threat.feed.dashboard_id'?: string | undefined; 'threat.feed.description'?: string | undefined; 'threat.feed.name'?: string | undefined; 'threat.feed.reference'?: string | undefined; 'threat.framework'?: string | undefined; 'threat.group.alias'?: string[] | undefined; 'threat.group.id'?: string | undefined; 'threat.group.name'?: string | undefined; 'threat.group.reference'?: string | undefined; 'threat.indicator.as.number'?: string | number | undefined; 'threat.indicator.as.organization.name'?: string | undefined; 'threat.indicator.confidence'?: string | undefined; 'threat.indicator.description'?: string | undefined; 'threat.indicator.email.address'?: string | undefined; 'threat.indicator.file.accessed'?: string | number | undefined; 'threat.indicator.file.attributes'?: string[] | undefined; 'threat.indicator.file.code_signature.digest_algorithm'?: string | undefined; 'threat.indicator.file.code_signature.exists'?: boolean | undefined; 'threat.indicator.file.code_signature.signing_id'?: string | undefined; 'threat.indicator.file.code_signature.status'?: string | undefined; 'threat.indicator.file.code_signature.subject_name'?: string | undefined; 'threat.indicator.file.code_signature.team_id'?: string | undefined; 'threat.indicator.file.code_signature.timestamp'?: string | number | undefined; 'threat.indicator.file.code_signature.trusted'?: boolean | undefined; 'threat.indicator.file.code_signature.valid'?: boolean | undefined; 'threat.indicator.file.created'?: string | number | undefined; 'threat.indicator.file.ctime'?: string | number | undefined; 'threat.indicator.file.device'?: string | undefined; 'threat.indicator.file.directory'?: string | undefined; 'threat.indicator.file.drive_letter'?: string | undefined; 'threat.indicator.file.elf.architecture'?: string | undefined; 'threat.indicator.file.elf.byte_order'?: string | undefined; 'threat.indicator.file.elf.cpu_type'?: string | undefined; 'threat.indicator.file.elf.creation_date'?: string | number | undefined; 'threat.indicator.file.elf.exports'?: unknown[] | undefined; 'threat.indicator.file.elf.go_import_hash'?: string | undefined; 'threat.indicator.file.elf.go_imports'?: unknown; 'threat.indicator.file.elf.go_imports_names_entropy'?: string | number | undefined; 'threat.indicator.file.elf.go_imports_names_var_entropy'?: string | number | undefined; 'threat.indicator.file.elf.go_stripped'?: boolean | undefined; 'threat.indicator.file.elf.header.abi_version'?: string | undefined; 'threat.indicator.file.elf.header.class'?: string | undefined; 'threat.indicator.file.elf.header.data'?: string | undefined; 'threat.indicator.file.elf.header.entrypoint'?: string | number | undefined; 'threat.indicator.file.elf.header.object_version'?: string | undefined; 'threat.indicator.file.elf.header.os_abi'?: string | undefined; 'threat.indicator.file.elf.header.type'?: string | undefined; 'threat.indicator.file.elf.header.version'?: string | undefined; 'threat.indicator.file.elf.import_hash'?: string | undefined; 'threat.indicator.file.elf.imports'?: unknown[] | undefined; 'threat.indicator.file.elf.imports_names_entropy'?: string | number | undefined; 'threat.indicator.file.elf.imports_names_var_entropy'?: string | number | undefined; 'threat.indicator.file.elf.sections'?: { chi2?: string | number | undefined; entropy?: string | number | undefined; flags?: string | undefined; name?: string | undefined; physical_offset?: string | undefined; physical_size?: string | number | undefined; type?: string | undefined; var_entropy?: string | number | undefined; virtual_address?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'threat.indicator.file.elf.segments'?: { sections?: string | undefined; type?: string | undefined; }[] | undefined; 'threat.indicator.file.elf.shared_libraries'?: string[] | undefined; 'threat.indicator.file.elf.telfhash'?: string | undefined; 'threat.indicator.file.extension'?: string | undefined; 'threat.indicator.file.fork_name'?: string | undefined; 'threat.indicator.file.gid'?: string | undefined; 'threat.indicator.file.group'?: string | undefined; 'threat.indicator.file.hash.md5'?: string | undefined; 'threat.indicator.file.hash.sha1'?: string | undefined; 'threat.indicator.file.hash.sha256'?: string | undefined; 'threat.indicator.file.hash.sha384'?: string | undefined; 'threat.indicator.file.hash.sha512'?: string | undefined; 'threat.indicator.file.hash.ssdeep'?: string | undefined; 'threat.indicator.file.hash.tlsh'?: string | undefined; 'threat.indicator.file.inode'?: string | undefined; 'threat.indicator.file.mime_type'?: string | undefined; 'threat.indicator.file.mode'?: string | undefined; 'threat.indicator.file.mtime'?: string | number | undefined; 'threat.indicator.file.name'?: string | undefined; 'threat.indicator.file.owner'?: string | undefined; 'threat.indicator.file.path'?: string | undefined; 'threat.indicator.file.pe.architecture'?: string | undefined; 'threat.indicator.file.pe.company'?: string | undefined; 'threat.indicator.file.pe.description'?: string | undefined; 'threat.indicator.file.pe.file_version'?: string | undefined; 'threat.indicator.file.pe.go_import_hash'?: string | undefined; 'threat.indicator.file.pe.go_imports'?: unknown; 'threat.indicator.file.pe.go_imports_names_entropy'?: string | number | undefined; 'threat.indicator.file.pe.go_imports_names_var_entropy'?: string | number | undefined; 'threat.indicator.file.pe.go_stripped'?: boolean | undefined; 'threat.indicator.file.pe.imphash'?: string | undefined; 'threat.indicator.file.pe.import_hash'?: string | undefined; 'threat.indicator.file.pe.imports'?: unknown[] | undefined; 'threat.indicator.file.pe.imports_names_entropy'?: string | number | undefined; 'threat.indicator.file.pe.imports_names_var_entropy'?: string | number | undefined; 'threat.indicator.file.pe.original_file_name'?: string | undefined; 'threat.indicator.file.pe.pehash'?: string | undefined; 'threat.indicator.file.pe.product'?: string | undefined; 'threat.indicator.file.pe.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'threat.indicator.file.size'?: string | number | undefined; 'threat.indicator.file.target_path'?: string | undefined; 'threat.indicator.file.type'?: string | undefined; 'threat.indicator.file.uid'?: string | undefined; 'threat.indicator.file.x509.alternative_names'?: string[] | undefined; 'threat.indicator.file.x509.issuer.common_name'?: string[] | undefined; 'threat.indicator.file.x509.issuer.country'?: string[] | undefined; 'threat.indicator.file.x509.issuer.distinguished_name'?: string | undefined; 'threat.indicator.file.x509.issuer.locality'?: string[] | undefined; 'threat.indicator.file.x509.issuer.organization'?: string[] | undefined; 'threat.indicator.file.x509.issuer.organizational_unit'?: string[] | undefined; 'threat.indicator.file.x509.issuer.state_or_province'?: string[] | undefined; 'threat.indicator.file.x509.not_after'?: string | number | undefined; 'threat.indicator.file.x509.not_before'?: string | number | undefined; 'threat.indicator.file.x509.public_key_algorithm'?: string | undefined; 'threat.indicator.file.x509.public_key_curve'?: string | undefined; 'threat.indicator.file.x509.public_key_exponent'?: string | number | undefined; 'threat.indicator.file.x509.public_key_size'?: string | number | undefined; 'threat.indicator.file.x509.serial_number'?: string | undefined; 'threat.indicator.file.x509.signature_algorithm'?: string | undefined; 'threat.indicator.file.x509.subject.common_name'?: string[] | undefined; 'threat.indicator.file.x509.subject.country'?: string[] | undefined; 'threat.indicator.file.x509.subject.distinguished_name'?: string | undefined; 'threat.indicator.file.x509.subject.locality'?: string[] | undefined; 'threat.indicator.file.x509.subject.organization'?: string[] | undefined; 'threat.indicator.file.x509.subject.organizational_unit'?: string[] | undefined; 'threat.indicator.file.x509.subject.state_or_province'?: string[] | undefined; 'threat.indicator.file.x509.version_number'?: string | undefined; 'threat.indicator.first_seen'?: string | number | undefined; 'threat.indicator.geo.city_name'?: string | undefined; 'threat.indicator.geo.continent_code'?: string | undefined; 'threat.indicator.geo.continent_name'?: string | undefined; 'threat.indicator.geo.country_iso_code'?: string | undefined; 'threat.indicator.geo.country_name'?: string | undefined; 'threat.indicator.geo.location'?: string | { type: string; coordinates: number[]; } | { lat: number; lon: number; } | { location: number[]; } | { location: string; } | undefined; 'threat.indicator.geo.name'?: string | undefined; 'threat.indicator.geo.postal_code'?: string | undefined; 'threat.indicator.geo.region_iso_code'?: string | undefined; 'threat.indicator.geo.region_name'?: string | undefined; 'threat.indicator.geo.timezone'?: string | undefined; 'threat.indicator.ip'?: string | undefined; 'threat.indicator.last_seen'?: string | number | undefined; 'threat.indicator.marking.tlp'?: string | undefined; 'threat.indicator.marking.tlp_version'?: string | undefined; 'threat.indicator.modified_at'?: string | number | undefined; 'threat.indicator.name'?: string | undefined; 'threat.indicator.port'?: string | number | undefined; 'threat.indicator.provider'?: string | undefined; 'threat.indicator.reference'?: string | undefined; 'threat.indicator.registry.data.bytes'?: string | undefined; 'threat.indicator.registry.data.strings'?: string[] | undefined; 'threat.indicator.registry.data.type'?: string | undefined; 'threat.indicator.registry.hive'?: string | undefined; 'threat.indicator.registry.key'?: string | undefined; 'threat.indicator.registry.path'?: string | undefined; 'threat.indicator.registry.value'?: string | undefined; 'threat.indicator.scanner_stats'?: string | number | undefined; 'threat.indicator.sightings'?: string | number | undefined; 'threat.indicator.type'?: string | undefined; 'threat.indicator.url.domain'?: string | undefined; 'threat.indicator.url.extension'?: string | undefined; 'threat.indicator.url.fragment'?: string | undefined; 'threat.indicator.url.full'?: string | undefined; 'threat.indicator.url.original'?: string | undefined; 'threat.indicator.url.password'?: string | undefined; 'threat.indicator.url.path'?: string | undefined; 'threat.indicator.url.port'?: string | number | undefined; 'threat.indicator.url.query'?: string | undefined; 'threat.indicator.url.registered_domain'?: string | undefined; 'threat.indicator.url.scheme'?: string | undefined; 'threat.indicator.url.subdomain'?: string | undefined; 'threat.indicator.url.top_level_domain'?: string | undefined; 'threat.indicator.url.username'?: string | undefined; 'threat.indicator.x509.alternative_names'?: string[] | undefined; 'threat.indicator.x509.issuer.common_name'?: string[] | undefined; 'threat.indicator.x509.issuer.country'?: string[] | undefined; 'threat.indicator.x509.issuer.distinguished_name'?: string | undefined; 'threat.indicator.x509.issuer.locality'?: string[] | undefined; 'threat.indicator.x509.issuer.organization'?: string[] | undefined; 'threat.indicator.x509.issuer.organizational_unit'?: string[] | undefined; 'threat.indicator.x509.issuer.state_or_province'?: string[] | undefined; 'threat.indicator.x509.not_after'?: string | number | undefined; 'threat.indicator.x509.not_before'?: string | number | undefined; 'threat.indicator.x509.public_key_algorithm'?: string | undefined; 'threat.indicator.x509.public_key_curve'?: string | undefined; 'threat.indicator.x509.public_key_exponent'?: string | number | undefined; 'threat.indicator.x509.public_key_size'?: string | number | undefined; 'threat.indicator.x509.serial_number'?: string | undefined; 'threat.indicator.x509.signature_algorithm'?: string | undefined; 'threat.indicator.x509.subject.common_name'?: string[] | undefined; 'threat.indicator.x509.subject.country'?: string[] | undefined; 'threat.indicator.x509.subject.distinguished_name'?: string | undefined; 'threat.indicator.x509.subject.locality'?: string[] | undefined; 'threat.indicator.x509.subject.organization'?: string[] | undefined; 'threat.indicator.x509.subject.organizational_unit'?: string[] | undefined; 'threat.indicator.x509.subject.state_or_province'?: string[] | undefined; 'threat.indicator.x509.version_number'?: string | undefined; 'threat.software.alias'?: string[] | undefined; 'threat.software.id'?: string | undefined; 'threat.software.name'?: string | undefined; 'threat.software.platforms'?: string[] | undefined; 'threat.software.reference'?: string | undefined; 'threat.software.type'?: string | undefined; 'threat.tactic.id'?: string[] | undefined; 'threat.tactic.name'?: string[] | undefined; 'threat.tactic.reference'?: string[] | undefined; 'threat.technique.id'?: string[] | undefined; 'threat.technique.name'?: string[] | undefined; 'threat.technique.reference'?: string[] | undefined; 'threat.technique.subtechnique.id'?: string[] | undefined; 'threat.technique.subtechnique.name'?: string[] | undefined; 'threat.technique.subtechnique.reference'?: string[] | undefined; 'tls.cipher'?: string | undefined; 'tls.client.certificate'?: string | undefined; 'tls.client.certificate_chain'?: string[] | undefined; 'tls.client.hash.md5'?: string | undefined; 'tls.client.hash.sha1'?: string | undefined; 'tls.client.hash.sha256'?: string | undefined; 'tls.client.issuer'?: string | undefined; 'tls.client.ja3'?: string | undefined; 'tls.client.not_after'?: string | number | undefined; 'tls.client.not_before'?: string | number | undefined; 'tls.client.server_name'?: string | undefined; 'tls.client.subject'?: string | undefined; 'tls.client.supported_ciphers'?: string[] | undefined; 'tls.client.x509.alternative_names'?: string[] | undefined; 'tls.client.x509.issuer.common_name'?: string[] | undefined; 'tls.client.x509.issuer.country'?: string[] | undefined; 'tls.client.x509.issuer.distinguished_name'?: string | undefined; 'tls.client.x509.issuer.locality'?: string[] | undefined; 'tls.client.x509.issuer.organization'?: string[] | undefined; 'tls.client.x509.issuer.organizational_unit'?: string[] | undefined; 'tls.client.x509.issuer.state_or_province'?: string[] | undefined; 'tls.client.x509.not_after'?: string | number | undefined; 'tls.client.x509.not_before'?: string | number | undefined; 'tls.client.x509.public_key_algorithm'?: string | undefined; 'tls.client.x509.public_key_curve'?: string | undefined; 'tls.client.x509.public_key_exponent'?: string | number | undefined; 'tls.client.x509.public_key_size'?: string | number | undefined; 'tls.client.x509.serial_number'?: string | undefined; 'tls.client.x509.signature_algorithm'?: string | undefined; 'tls.client.x509.subject.common_name'?: string[] | undefined; 'tls.client.x509.subject.country'?: string[] | undefined; 'tls.client.x509.subject.distinguished_name'?: string | undefined; 'tls.client.x509.subject.locality'?: string[] | undefined; 'tls.client.x509.subject.organization'?: string[] | undefined; 'tls.client.x509.subject.organizational_unit'?: string[] | undefined; 'tls.client.x509.subject.state_or_province'?: string[] | undefined; 'tls.client.x509.version_number'?: string | undefined; 'tls.curve'?: string | undefined; 'tls.established'?: boolean | undefined; 'tls.next_protocol'?: string | undefined; 'tls.resumed'?: boolean | undefined; 'tls.server.certificate'?: string | undefined; 'tls.server.certificate_chain'?: string[] | undefined; 'tls.server.hash.md5'?: string | undefined; 'tls.server.hash.sha1'?: string | undefined; 'tls.server.hash.sha256'?: string | undefined; 'tls.server.issuer'?: string | undefined; 'tls.server.ja3s'?: string | undefined; 'tls.server.not_after'?: string | number | undefined; 'tls.server.not_before'?: string | number | undefined; 'tls.server.subject'?: string | undefined; 'tls.server.x509.alternative_names'?: string[] | undefined; 'tls.server.x509.issuer.common_name'?: string[] | undefined; 'tls.server.x509.issuer.country'?: string[] | undefined; 'tls.server.x509.issuer.distinguished_name'?: string | undefined; 'tls.server.x509.issuer.locality'?: string[] | undefined; 'tls.server.x509.issuer.organization'?: string[] | undefined; 'tls.server.x509.issuer.organizational_unit'?: string[] | undefined; 'tls.server.x509.issuer.state_or_province'?: string[] | undefined; 'tls.server.x509.not_after'?: string | number | undefined; 'tls.server.x509.not_before'?: string | number | undefined; 'tls.server.x509.public_key_algorithm'?: string | undefined; 'tls.server.x509.public_key_curve'?: string | undefined; 'tls.server.x509.public_key_exponent'?: string | number | undefined; 'tls.server.x509.public_key_size'?: string | number | undefined; 'tls.server.x509.serial_number'?: string | undefined; 'tls.server.x509.signature_algorithm'?: string | undefined; 'tls.server.x509.subject.common_name'?: string[] | undefined; 'tls.server.x509.subject.country'?: string[] | undefined; 'tls.server.x509.subject.distinguished_name'?: string | undefined; 'tls.server.x509.subject.locality'?: string[] | undefined; 'tls.server.x509.subject.organization'?: string[] | undefined; 'tls.server.x509.subject.organizational_unit'?: string[] | undefined; 'tls.server.x509.subject.state_or_province'?: string[] | undefined; 'tls.server.x509.version_number'?: string | undefined; 'tls.version'?: string | undefined; 'tls.version_protocol'?: string | undefined; 'trace.id'?: string | undefined; 'transaction.id'?: string | undefined; 'url.domain'?: string | undefined; 'url.extension'?: string | undefined; 'url.fragment'?: string | undefined; 'url.full'?: string | undefined; 'url.original'?: string | undefined; 'url.password'?: string | undefined; 'url.path'?: string | undefined; 'url.port'?: string | number | undefined; 'url.query'?: string | undefined; 'url.registered_domain'?: string | undefined; 'url.scheme'?: string | undefined; 'url.subdomain'?: string | undefined; 'url.top_level_domain'?: string | undefined; 'url.username'?: string | undefined; 'user.changes.domain'?: string | undefined; 'user.changes.email'?: string | undefined; 'user.changes.full_name'?: string | undefined; 'user.changes.group.domain'?: string | undefined; 'user.changes.group.id'?: string | undefined; 'user.changes.group.name'?: string | undefined; 'user.changes.hash'?: string | undefined; 'user.changes.id'?: string | undefined; 'user.changes.name'?: string | undefined; 'user.changes.roles'?: string[] | undefined; 'user.domain'?: string | undefined; 'user.effective.domain'?: string | undefined; 'user.effective.email'?: string | undefined; 'user.effective.full_name'?: string | undefined; 'user.effective.group.domain'?: string | undefined; 'user.effective.group.id'?: string | undefined; 'user.effective.group.name'?: string | undefined; 'user.effective.hash'?: string | undefined; 'user.effective.id'?: string | undefined; 'user.effective.name'?: string | undefined; 'user.effective.roles'?: string[] | undefined; 'user.email'?: string | undefined; 'user.full_name'?: string | undefined; 'user.group.domain'?: string | undefined; 'user.group.id'?: string | undefined; 'user.group.name'?: string | undefined; 'user.hash'?: string | undefined; 'user.id'?: string | undefined; 'user.name'?: string | undefined; 'user.risk.calculated_level'?: string | undefined; 'user.risk.calculated_score'?: number | undefined; 'user.risk.calculated_score_norm'?: number | undefined; 'user.risk.static_level'?: string | undefined; 'user.risk.static_score'?: number | undefined; 'user.risk.static_score_norm'?: number | undefined; 'user.roles'?: string[] | undefined; 'user.target.domain'?: string | undefined; 'user.target.email'?: string | undefined; 'user.target.full_name'?: string | undefined; 'user.target.group.domain'?: string | undefined; 'user.target.group.id'?: string | undefined; 'user.target.group.name'?: string | undefined; 'user.target.hash'?: string | undefined; 'user.target.id'?: string | undefined; 'user.target.name'?: string | undefined; 'user.target.roles'?: string[] | undefined; 'user_agent.device.name'?: string | undefined; 'user_agent.name'?: string | undefined; 'user_agent.original'?: string | undefined; 'user_agent.os.family'?: string | undefined; 'user_agent.os.full'?: string | undefined; 'user_agent.os.kernel'?: string | undefined; 'user_agent.os.name'?: string | undefined; 'user_agent.os.platform'?: string | undefined; 'user_agent.os.type'?: string | undefined; 'user_agent.os.version'?: string | undefined; 'user_agent.version'?: string | undefined; 'vulnerability.category'?: string[] | undefined; 'vulnerability.classification'?: string | undefined; 'vulnerability.description'?: string | undefined; 'vulnerability.enumeration'?: string | undefined; 'vulnerability.id'?: string | undefined; 'vulnerability.reference'?: string | undefined; 'vulnerability.report_id'?: string | undefined; 'vulnerability.scanner.vendor'?: string | undefined; 'vulnerability.score.base'?: number | undefined; 'vulnerability.score.environmental'?: number | undefined; 'vulnerability.score.temporal'?: number | undefined; 'vulnerability.score.version'?: string | undefined; 'vulnerability.severity'?: string | undefined; } & {} & { 'ecs.version'?: string | undefined; 'kibana.alert.risk_score'?: number | undefined; 'kibana.alert.rule.author'?: string | undefined; 'kibana.alert.rule.created_at'?: string | number | undefined; 'kibana.alert.rule.created_by'?: string | undefined; 'kibana.alert.rule.description'?: string | undefined; 'kibana.alert.rule.enabled'?: string | undefined; 'kibana.alert.rule.from'?: string | undefined; 'kibana.alert.rule.interval'?: string | undefined; 'kibana.alert.rule.license'?: string | undefined; 'kibana.alert.rule.note'?: string | undefined; 'kibana.alert.rule.references'?: string[] | undefined; 'kibana.alert.rule.rule_id'?: string | undefined; 'kibana.alert.rule.rule_name_override'?: string | undefined; 'kibana.alert.rule.to'?: string | undefined; 'kibana.alert.rule.type'?: string | undefined; 'kibana.alert.rule.updated_at'?: string | number | undefined; 'kibana.alert.rule.updated_by'?: string | undefined; 'kibana.alert.rule.version'?: string | undefined; 'kibana.alert.severity'?: string | undefined; 'kibana.alert.suppression.docs_count'?: string | number | undefined; 'kibana.alert.suppression.end'?: string | number | undefined; 'kibana.alert.suppression.start'?: string | number | undefined; 'kibana.alert.suppression.terms.field'?: string[] | undefined; 'kibana.alert.suppression.terms.value'?: string[] | undefined; 'kibana.alert.system_status'?: string | undefined; 'kibana.alert.workflow_reason'?: string | undefined; 'kibana.alert.workflow_status_updated_at'?: string | number | undefined; 'kibana.alert.workflow_user'?: string | undefined; }" ], - "path": "packages/kbn-alerts-as-data-utils/src/schemas/generated/observability_logs_schema.ts", + "path": "src/platform/packages/shared/kbn-alerts-as-data-utils/src/schemas/generated/observability_logs_schema.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -392,7 +392,7 @@ "signature": [ "{} & { 'kibana.alert.context'?: unknown; 'kibana.alert.evaluation.threshold'?: string | number | undefined; 'kibana.alert.evaluation.value'?: string | number | undefined; 'kibana.alert.evaluation.values'?: (string | number)[] | undefined; 'kibana.alert.group'?: { field?: string[] | undefined; value?: string[] | undefined; }[] | undefined; } & { '@timestamp': string | number; 'kibana.alert.instance.id': string; 'kibana.alert.rule.category': string; 'kibana.alert.rule.consumer': string; 'kibana.alert.rule.name': string; 'kibana.alert.rule.producer': string; 'kibana.alert.rule.revision': string | number; 'kibana.alert.rule.rule_type_id': string; 'kibana.alert.rule.uuid': string; 'kibana.alert.status': string; 'kibana.alert.uuid': string; 'kibana.space_ids': string[]; } & { 'event.action'?: string | undefined; 'event.kind'?: string | undefined; 'event.original'?: string | undefined; 'kibana.alert.action_group'?: string | undefined; 'kibana.alert.case_ids'?: string[] | undefined; 'kibana.alert.consecutive_matches'?: string | number | undefined; 'kibana.alert.duration.us'?: string | number | undefined; 'kibana.alert.end'?: string | number | undefined; 'kibana.alert.flapping'?: boolean | undefined; 'kibana.alert.flapping_history'?: boolean[] | undefined; 'kibana.alert.intended_timestamp'?: string | number | undefined; 'kibana.alert.last_detected'?: string | number | undefined; 'kibana.alert.maintenance_window_ids'?: string[] | undefined; 'kibana.alert.previous_action_group'?: string | undefined; 'kibana.alert.reason'?: string | undefined; 'kibana.alert.rule.execution.timestamp'?: string | number | undefined; 'kibana.alert.rule.execution.type'?: string | undefined; 'kibana.alert.rule.execution.uuid'?: string | undefined; 'kibana.alert.rule.parameters'?: unknown; 'kibana.alert.rule.tags'?: string[] | undefined; 'kibana.alert.severity_improving'?: boolean | undefined; 'kibana.alert.start'?: string | number | undefined; 'kibana.alert.time_range'?: { gte?: string | number | undefined; lte?: string | number | undefined; } | undefined; 'kibana.alert.url'?: string | undefined; 'kibana.alert.workflow_assignee_ids'?: string[] | undefined; 'kibana.alert.workflow_status'?: string | undefined; 'kibana.alert.workflow_tags'?: string[] | undefined; 'kibana.version'?: string | undefined; tags?: string[] | undefined; } & { '@timestamp': string | number; 'ecs.version': string; } & { 'agent.build.original'?: string | undefined; 'agent.ephemeral_id'?: string | undefined; 'agent.id'?: string | undefined; 'agent.name'?: string | undefined; 'agent.type'?: string | undefined; 'agent.version'?: string | undefined; 'client.address'?: string | undefined; 'client.as.number'?: string | number | undefined; 'client.as.organization.name'?: string | undefined; 'client.bytes'?: string | number | undefined; 'client.domain'?: string | undefined; 'client.geo.city_name'?: string | undefined; 'client.geo.continent_code'?: string | undefined; 'client.geo.continent_name'?: string | undefined; 'client.geo.country_iso_code'?: string | undefined; 'client.geo.country_name'?: string | undefined; 'client.geo.location'?: string | { type: string; coordinates: number[]; } | { lat: number; lon: number; } | { location: number[]; } | { location: string; } | undefined; 'client.geo.name'?: string | undefined; 'client.geo.postal_code'?: string | undefined; 'client.geo.region_iso_code'?: string | undefined; 'client.geo.region_name'?: string | undefined; 'client.geo.timezone'?: string | undefined; 'client.ip'?: string | undefined; 'client.mac'?: string | undefined; 'client.nat.ip'?: string | undefined; 'client.nat.port'?: string | number | undefined; 'client.packets'?: string | number | undefined; 'client.port'?: string | number | undefined; 'client.registered_domain'?: string | undefined; 'client.subdomain'?: string | undefined; 'client.top_level_domain'?: string | undefined; 'client.user.domain'?: string | undefined; 'client.user.email'?: string | undefined; 'client.user.full_name'?: string | undefined; 'client.user.group.domain'?: string | undefined; 'client.user.group.id'?: string | undefined; 'client.user.group.name'?: string | undefined; 'client.user.hash'?: string | undefined; 'client.user.id'?: string | undefined; 'client.user.name'?: string | undefined; 'client.user.roles'?: string[] | undefined; 'cloud.account.id'?: string | undefined; 'cloud.account.name'?: string | undefined; 'cloud.availability_zone'?: string | undefined; 'cloud.instance.id'?: string | undefined; 'cloud.instance.name'?: string | undefined; 'cloud.machine.type'?: string | undefined; 'cloud.origin.account.id'?: string | undefined; 'cloud.origin.account.name'?: string | undefined; 'cloud.origin.availability_zone'?: string | undefined; 'cloud.origin.instance.id'?: string | undefined; 'cloud.origin.instance.name'?: string | undefined; 'cloud.origin.machine.type'?: string | undefined; 'cloud.origin.project.id'?: string | undefined; 'cloud.origin.project.name'?: string | undefined; 'cloud.origin.provider'?: string | undefined; 'cloud.origin.region'?: string | undefined; 'cloud.origin.service.name'?: string | undefined; 'cloud.project.id'?: string | undefined; 'cloud.project.name'?: string | undefined; 'cloud.provider'?: string | undefined; 'cloud.region'?: string | undefined; 'cloud.service.name'?: string | undefined; 'cloud.target.account.id'?: string | undefined; 'cloud.target.account.name'?: string | undefined; 'cloud.target.availability_zone'?: string | undefined; 'cloud.target.instance.id'?: string | undefined; 'cloud.target.instance.name'?: string | undefined; 'cloud.target.machine.type'?: string | undefined; 'cloud.target.project.id'?: string | undefined; 'cloud.target.project.name'?: string | undefined; 'cloud.target.provider'?: string | undefined; 'cloud.target.region'?: string | undefined; 'cloud.target.service.name'?: string | undefined; 'container.cpu.usage'?: string | number | undefined; 'container.disk.read.bytes'?: string | number | undefined; 'container.disk.write.bytes'?: string | number | undefined; 'container.id'?: string | undefined; 'container.image.hash.all'?: string[] | undefined; 'container.image.name'?: string | undefined; 'container.image.tag'?: string[] | undefined; 'container.labels'?: unknown; 'container.memory.usage'?: string | number | undefined; 'container.name'?: string | undefined; 'container.network.egress.bytes'?: string | number | undefined; 'container.network.ingress.bytes'?: string | number | undefined; 'container.runtime'?: string | undefined; 'container.security_context.privileged'?: boolean | undefined; 'destination.address'?: string | undefined; 'destination.as.number'?: string | number | undefined; 'destination.as.organization.name'?: string | undefined; 'destination.bytes'?: string | number | undefined; 'destination.domain'?: string | undefined; 'destination.geo.city_name'?: string | undefined; 'destination.geo.continent_code'?: string | undefined; 'destination.geo.continent_name'?: string | undefined; 'destination.geo.country_iso_code'?: string | undefined; 'destination.geo.country_name'?: string | undefined; 'destination.geo.location'?: string | { type: string; coordinates: number[]; } | { lat: number; lon: number; } | { location: number[]; } | { location: string; } | undefined; 'destination.geo.name'?: string | undefined; 'destination.geo.postal_code'?: string | undefined; 'destination.geo.region_iso_code'?: string | undefined; 'destination.geo.region_name'?: string | undefined; 'destination.geo.timezone'?: string | undefined; 'destination.ip'?: string | undefined; 'destination.mac'?: string | undefined; 'destination.nat.ip'?: string | undefined; 'destination.nat.port'?: string | number | undefined; 'destination.packets'?: string | number | undefined; 'destination.port'?: string | number | undefined; 'destination.registered_domain'?: string | undefined; 'destination.subdomain'?: string | undefined; 'destination.top_level_domain'?: string | undefined; 'destination.user.domain'?: string | undefined; 'destination.user.email'?: string | undefined; 'destination.user.full_name'?: string | undefined; 'destination.user.group.domain'?: string | undefined; 'destination.user.group.id'?: string | undefined; 'destination.user.group.name'?: string | undefined; 'destination.user.hash'?: string | undefined; 'destination.user.id'?: string | undefined; 'destination.user.name'?: string | undefined; 'destination.user.roles'?: string[] | undefined; 'device.id'?: string | undefined; 'device.manufacturer'?: string | undefined; 'device.model.identifier'?: string | undefined; 'device.model.name'?: string | undefined; 'dll.code_signature.digest_algorithm'?: string | undefined; 'dll.code_signature.exists'?: boolean | undefined; 'dll.code_signature.signing_id'?: string | undefined; 'dll.code_signature.status'?: string | undefined; 'dll.code_signature.subject_name'?: string | undefined; 'dll.code_signature.team_id'?: string | undefined; 'dll.code_signature.timestamp'?: string | number | undefined; 'dll.code_signature.trusted'?: boolean | undefined; 'dll.code_signature.valid'?: boolean | undefined; 'dll.hash.md5'?: string | undefined; 'dll.hash.sha1'?: string | undefined; 'dll.hash.sha256'?: string | undefined; 'dll.hash.sha384'?: string | undefined; 'dll.hash.sha512'?: string | undefined; 'dll.hash.ssdeep'?: string | undefined; 'dll.hash.tlsh'?: string | undefined; 'dll.name'?: string | undefined; 'dll.path'?: string | undefined; 'dll.pe.architecture'?: string | undefined; 'dll.pe.company'?: string | undefined; 'dll.pe.description'?: string | undefined; 'dll.pe.file_version'?: string | undefined; 'dll.pe.go_import_hash'?: string | undefined; 'dll.pe.go_imports'?: unknown; 'dll.pe.go_imports_names_entropy'?: string | number | undefined; 'dll.pe.go_imports_names_var_entropy'?: string | number | undefined; 'dll.pe.go_stripped'?: boolean | undefined; 'dll.pe.imphash'?: string | undefined; 'dll.pe.import_hash'?: string | undefined; 'dll.pe.imports'?: unknown[] | undefined; 'dll.pe.imports_names_entropy'?: string | number | undefined; 'dll.pe.imports_names_var_entropy'?: string | number | undefined; 'dll.pe.original_file_name'?: string | undefined; 'dll.pe.pehash'?: string | undefined; 'dll.pe.product'?: string | undefined; 'dll.pe.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'dns.answers'?: { class?: string | undefined; data?: string | undefined; name?: string | undefined; ttl?: string | number | undefined; type?: string | undefined; }[] | undefined; 'dns.header_flags'?: string[] | undefined; 'dns.id'?: string | undefined; 'dns.op_code'?: string | undefined; 'dns.question.class'?: string | undefined; 'dns.question.name'?: string | undefined; 'dns.question.registered_domain'?: string | undefined; 'dns.question.subdomain'?: string | undefined; 'dns.question.top_level_domain'?: string | undefined; 'dns.question.type'?: string | undefined; 'dns.resolved_ip'?: string[] | undefined; 'dns.response_code'?: string | undefined; 'dns.type'?: string | undefined; 'email.attachments'?: { 'file.extension'?: string | undefined; 'file.hash.md5'?: string | undefined; 'file.hash.sha1'?: string | undefined; 'file.hash.sha256'?: string | undefined; 'file.hash.sha384'?: string | undefined; 'file.hash.sha512'?: string | undefined; 'file.hash.ssdeep'?: string | undefined; 'file.hash.tlsh'?: string | undefined; 'file.mime_type'?: string | undefined; 'file.name'?: string | undefined; 'file.size'?: string | number | undefined; }[] | undefined; 'email.bcc.address'?: string[] | undefined; 'email.cc.address'?: string[] | undefined; 'email.content_type'?: string | undefined; 'email.delivery_timestamp'?: string | number | undefined; 'email.direction'?: string | undefined; 'email.from.address'?: string[] | undefined; 'email.local_id'?: string | undefined; 'email.message_id'?: string | undefined; 'email.origination_timestamp'?: string | number | undefined; 'email.reply_to.address'?: string[] | undefined; 'email.sender.address'?: string | undefined; 'email.subject'?: string | undefined; 'email.to.address'?: string[] | undefined; 'email.x_mailer'?: string | undefined; 'error.code'?: string | undefined; 'error.id'?: string | undefined; 'error.message'?: string | undefined; 'error.stack_trace'?: string | undefined; 'error.type'?: string | undefined; 'event.action'?: string | undefined; 'event.agent_id_status'?: string | undefined; 'event.category'?: string[] | undefined; 'event.code'?: string | undefined; 'event.created'?: string | number | undefined; 'event.dataset'?: string | undefined; 'event.duration'?: string | number | undefined; 'event.end'?: string | number | undefined; 'event.hash'?: string | undefined; 'event.id'?: string | undefined; 'event.ingested'?: string | number | undefined; 'event.kind'?: string | undefined; 'event.module'?: string | undefined; 'event.original'?: string | undefined; 'event.outcome'?: string | undefined; 'event.provider'?: string | undefined; 'event.reason'?: string | undefined; 'event.reference'?: string | undefined; 'event.risk_score'?: number | undefined; 'event.risk_score_norm'?: number | undefined; 'event.sequence'?: string | number | undefined; 'event.severity'?: string | number | undefined; 'event.start'?: string | number | undefined; 'event.timezone'?: string | undefined; 'event.type'?: string[] | undefined; 'event.url'?: string | undefined; 'faas.coldstart'?: boolean | undefined; 'faas.execution'?: string | undefined; 'faas.id'?: string | undefined; 'faas.name'?: string | undefined; 'faas.version'?: string | undefined; 'file.accessed'?: string | number | undefined; 'file.attributes'?: string[] | undefined; 'file.code_signature.digest_algorithm'?: string | undefined; 'file.code_signature.exists'?: boolean | undefined; 'file.code_signature.signing_id'?: string | undefined; 'file.code_signature.status'?: string | undefined; 'file.code_signature.subject_name'?: string | undefined; 'file.code_signature.team_id'?: string | undefined; 'file.code_signature.timestamp'?: string | number | undefined; 'file.code_signature.trusted'?: boolean | undefined; 'file.code_signature.valid'?: boolean | undefined; 'file.created'?: string | number | undefined; 'file.ctime'?: string | number | undefined; 'file.device'?: string | undefined; 'file.directory'?: string | undefined; 'file.drive_letter'?: string | undefined; 'file.elf.architecture'?: string | undefined; 'file.elf.byte_order'?: string | undefined; 'file.elf.cpu_type'?: string | undefined; 'file.elf.creation_date'?: string | number | undefined; 'file.elf.exports'?: unknown[] | undefined; 'file.elf.go_import_hash'?: string | undefined; 'file.elf.go_imports'?: unknown; 'file.elf.go_imports_names_entropy'?: string | number | undefined; 'file.elf.go_imports_names_var_entropy'?: string | number | undefined; 'file.elf.go_stripped'?: boolean | undefined; 'file.elf.header.abi_version'?: string | undefined; 'file.elf.header.class'?: string | undefined; 'file.elf.header.data'?: string | undefined; 'file.elf.header.entrypoint'?: string | number | undefined; 'file.elf.header.object_version'?: string | undefined; 'file.elf.header.os_abi'?: string | undefined; 'file.elf.header.type'?: string | undefined; 'file.elf.header.version'?: string | undefined; 'file.elf.import_hash'?: string | undefined; 'file.elf.imports'?: unknown[] | undefined; 'file.elf.imports_names_entropy'?: string | number | undefined; 'file.elf.imports_names_var_entropy'?: string | number | undefined; 'file.elf.sections'?: { chi2?: string | number | undefined; entropy?: string | number | undefined; flags?: string | undefined; name?: string | undefined; physical_offset?: string | undefined; physical_size?: string | number | undefined; type?: string | undefined; var_entropy?: string | number | undefined; virtual_address?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'file.elf.segments'?: { sections?: string | undefined; type?: string | undefined; }[] | undefined; 'file.elf.shared_libraries'?: string[] | undefined; 'file.elf.telfhash'?: string | undefined; 'file.extension'?: string | undefined; 'file.fork_name'?: string | undefined; 'file.gid'?: string | undefined; 'file.group'?: string | undefined; 'file.hash.md5'?: string | undefined; 'file.hash.sha1'?: string | undefined; 'file.hash.sha256'?: string | undefined; 'file.hash.sha384'?: string | undefined; 'file.hash.sha512'?: string | undefined; 'file.hash.ssdeep'?: string | undefined; 'file.hash.tlsh'?: string | undefined; 'file.inode'?: string | undefined; 'file.macho.go_import_hash'?: string | undefined; 'file.macho.go_imports'?: unknown; 'file.macho.go_imports_names_entropy'?: string | number | undefined; 'file.macho.go_imports_names_var_entropy'?: string | number | undefined; 'file.macho.go_stripped'?: boolean | undefined; 'file.macho.import_hash'?: string | undefined; 'file.macho.imports'?: unknown[] | undefined; 'file.macho.imports_names_entropy'?: string | number | undefined; 'file.macho.imports_names_var_entropy'?: string | number | undefined; 'file.macho.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'file.macho.symhash'?: string | undefined; 'file.mime_type'?: string | undefined; 'file.mode'?: string | undefined; 'file.mtime'?: string | number | undefined; 'file.name'?: string | undefined; 'file.owner'?: string | undefined; 'file.path'?: string | undefined; 'file.pe.architecture'?: string | undefined; 'file.pe.company'?: string | undefined; 'file.pe.description'?: string | undefined; 'file.pe.file_version'?: string | undefined; 'file.pe.go_import_hash'?: string | undefined; 'file.pe.go_imports'?: unknown; 'file.pe.go_imports_names_entropy'?: string | number | undefined; 'file.pe.go_imports_names_var_entropy'?: string | number | undefined; 'file.pe.go_stripped'?: boolean | undefined; 'file.pe.imphash'?: string | undefined; 'file.pe.import_hash'?: string | undefined; 'file.pe.imports'?: unknown[] | undefined; 'file.pe.imports_names_entropy'?: string | number | undefined; 'file.pe.imports_names_var_entropy'?: string | number | undefined; 'file.pe.original_file_name'?: string | undefined; 'file.pe.pehash'?: string | undefined; 'file.pe.product'?: string | undefined; 'file.pe.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'file.size'?: string | number | undefined; 'file.target_path'?: string | undefined; 'file.type'?: string | undefined; 'file.uid'?: string | undefined; 'file.x509.alternative_names'?: string[] | undefined; 'file.x509.issuer.common_name'?: string[] | undefined; 'file.x509.issuer.country'?: string[] | undefined; 'file.x509.issuer.distinguished_name'?: string | undefined; 'file.x509.issuer.locality'?: string[] | undefined; 'file.x509.issuer.organization'?: string[] | undefined; 'file.x509.issuer.organizational_unit'?: string[] | undefined; 'file.x509.issuer.state_or_province'?: string[] | undefined; 'file.x509.not_after'?: string | number | undefined; 'file.x509.not_before'?: string | number | undefined; 'file.x509.public_key_algorithm'?: string | undefined; 'file.x509.public_key_curve'?: string | undefined; 'file.x509.public_key_exponent'?: string | number | undefined; 'file.x509.public_key_size'?: string | number | undefined; 'file.x509.serial_number'?: string | undefined; 'file.x509.signature_algorithm'?: string | undefined; 'file.x509.subject.common_name'?: string[] | undefined; 'file.x509.subject.country'?: string[] | undefined; 'file.x509.subject.distinguished_name'?: string | undefined; 'file.x509.subject.locality'?: string[] | undefined; 'file.x509.subject.organization'?: string[] | undefined; 'file.x509.subject.organizational_unit'?: string[] | undefined; 'file.x509.subject.state_or_province'?: string[] | undefined; 'file.x509.version_number'?: string | undefined; 'group.domain'?: string | undefined; 'group.id'?: string | undefined; 'group.name'?: string | undefined; 'host.architecture'?: string | undefined; 'host.boot.id'?: string | undefined; 'host.cpu.usage'?: string | number | undefined; 'host.disk.read.bytes'?: string | number | undefined; 'host.disk.write.bytes'?: string | number | undefined; 'host.domain'?: string | undefined; 'host.geo.city_name'?: string | undefined; 'host.geo.continent_code'?: string | undefined; 'host.geo.continent_name'?: string | undefined; 'host.geo.country_iso_code'?: string | undefined; 'host.geo.country_name'?: string | undefined; 'host.geo.location'?: string | { type: string; coordinates: number[]; } | { lat: number; lon: number; } | { location: number[]; } | { location: string; } | undefined; 'host.geo.name'?: string | undefined; 'host.geo.postal_code'?: string | undefined; 'host.geo.region_iso_code'?: string | undefined; 'host.geo.region_name'?: string | undefined; 'host.geo.timezone'?: string | undefined; 'host.hostname'?: string | undefined; 'host.id'?: string | undefined; 'host.ip'?: string[] | undefined; 'host.mac'?: string[] | undefined; 'host.name'?: string | undefined; 'host.network.egress.bytes'?: string | number | undefined; 'host.network.egress.packets'?: string | number | undefined; 'host.network.ingress.bytes'?: string | number | undefined; 'host.network.ingress.packets'?: string | number | undefined; 'host.os.family'?: string | undefined; 'host.os.full'?: string | undefined; 'host.os.kernel'?: string | undefined; 'host.os.name'?: string | undefined; 'host.os.platform'?: string | undefined; 'host.os.type'?: string | undefined; 'host.os.version'?: string | undefined; 'host.pid_ns_ino'?: string | undefined; 'host.risk.calculated_level'?: string | undefined; 'host.risk.calculated_score'?: number | undefined; 'host.risk.calculated_score_norm'?: number | undefined; 'host.risk.static_level'?: string | undefined; 'host.risk.static_score'?: number | undefined; 'host.risk.static_score_norm'?: number | undefined; 'host.type'?: string | undefined; 'host.uptime'?: string | number | undefined; 'http.request.body.bytes'?: string | number | undefined; 'http.request.body.content'?: string | undefined; 'http.request.bytes'?: string | number | undefined; 'http.request.id'?: string | undefined; 'http.request.method'?: string | undefined; 'http.request.mime_type'?: string | undefined; 'http.request.referrer'?: string | undefined; 'http.response.body.bytes'?: string | number | undefined; 'http.response.body.content'?: string | undefined; 'http.response.bytes'?: string | number | undefined; 'http.response.mime_type'?: string | undefined; 'http.response.status_code'?: string | number | undefined; 'http.version'?: string | undefined; labels?: unknown; 'log.file.path'?: string | undefined; 'log.level'?: string | undefined; 'log.logger'?: string | undefined; 'log.origin.file.line'?: string | number | undefined; 'log.origin.file.name'?: string | undefined; 'log.origin.function'?: string | undefined; 'log.syslog'?: unknown; message?: string | undefined; 'network.application'?: string | undefined; 'network.bytes'?: string | number | undefined; 'network.community_id'?: string | undefined; 'network.direction'?: string | undefined; 'network.forwarded_ip'?: string | undefined; 'network.iana_number'?: string | undefined; 'network.inner'?: unknown; 'network.name'?: string | undefined; 'network.packets'?: string | number | undefined; 'network.protocol'?: string | undefined; 'network.transport'?: string | undefined; 'network.type'?: string | undefined; 'network.vlan.id'?: string | undefined; 'network.vlan.name'?: string | undefined; 'observer.egress'?: unknown; 'observer.geo.city_name'?: string | undefined; 'observer.geo.continent_code'?: string | undefined; 'observer.geo.continent_name'?: string | undefined; 'observer.geo.country_iso_code'?: string | undefined; 'observer.geo.country_name'?: string | undefined; 'observer.geo.location'?: string | { type: string; coordinates: number[]; } | { lat: number; lon: number; } | { location: number[]; } | { location: string; } | undefined; 'observer.geo.name'?: string | undefined; 'observer.geo.postal_code'?: string | undefined; 'observer.geo.region_iso_code'?: string | undefined; 'observer.geo.region_name'?: string | undefined; 'observer.geo.timezone'?: string | undefined; 'observer.hostname'?: string | undefined; 'observer.ingress'?: unknown; 'observer.ip'?: string[] | undefined; 'observer.mac'?: string[] | undefined; 'observer.name'?: string | undefined; 'observer.os.family'?: string | undefined; 'observer.os.full'?: string | undefined; 'observer.os.kernel'?: string | undefined; 'observer.os.name'?: string | undefined; 'observer.os.platform'?: string | undefined; 'observer.os.type'?: string | undefined; 'observer.os.version'?: string | undefined; 'observer.product'?: string | undefined; 'observer.serial_number'?: string | undefined; 'observer.type'?: string | undefined; 'observer.vendor'?: string | undefined; 'observer.version'?: string | undefined; 'orchestrator.api_version'?: string | undefined; 'orchestrator.cluster.id'?: string | undefined; 'orchestrator.cluster.name'?: string | undefined; 'orchestrator.cluster.url'?: string | undefined; 'orchestrator.cluster.version'?: string | undefined; 'orchestrator.namespace'?: string | undefined; 'orchestrator.organization'?: string | undefined; 'orchestrator.resource.annotation'?: string[] | undefined; 'orchestrator.resource.id'?: string | undefined; 'orchestrator.resource.ip'?: string[] | undefined; 'orchestrator.resource.label'?: string[] | undefined; 'orchestrator.resource.name'?: string | undefined; 'orchestrator.resource.parent.type'?: string | undefined; 'orchestrator.resource.type'?: string | undefined; 'orchestrator.type'?: string | undefined; 'organization.id'?: string | undefined; 'organization.name'?: string | undefined; 'package.architecture'?: string | undefined; 'package.build_version'?: string | undefined; 'package.checksum'?: string | undefined; 'package.description'?: string | undefined; 'package.install_scope'?: string | undefined; 'package.installed'?: string | number | undefined; 'package.license'?: string | undefined; 'package.name'?: string | undefined; 'package.path'?: string | undefined; 'package.reference'?: string | undefined; 'package.size'?: string | number | undefined; 'package.type'?: string | undefined; 'package.version'?: string | undefined; 'process.args'?: string[] | undefined; 'process.args_count'?: string | number | undefined; 'process.code_signature.digest_algorithm'?: string | undefined; 'process.code_signature.exists'?: boolean | undefined; 'process.code_signature.signing_id'?: string | undefined; 'process.code_signature.status'?: string | undefined; 'process.code_signature.subject_name'?: string | undefined; 'process.code_signature.team_id'?: string | undefined; 'process.code_signature.timestamp'?: string | number | undefined; 'process.code_signature.trusted'?: boolean | undefined; 'process.code_signature.valid'?: boolean | undefined; 'process.command_line'?: string | undefined; 'process.elf.architecture'?: string | undefined; 'process.elf.byte_order'?: string | undefined; 'process.elf.cpu_type'?: string | undefined; 'process.elf.creation_date'?: string | number | undefined; 'process.elf.exports'?: unknown[] | undefined; 'process.elf.go_import_hash'?: string | undefined; 'process.elf.go_imports'?: unknown; 'process.elf.go_imports_names_entropy'?: string | number | undefined; 'process.elf.go_imports_names_var_entropy'?: string | number | undefined; 'process.elf.go_stripped'?: boolean | undefined; 'process.elf.header.abi_version'?: string | undefined; 'process.elf.header.class'?: string | undefined; 'process.elf.header.data'?: string | undefined; 'process.elf.header.entrypoint'?: string | number | undefined; 'process.elf.header.object_version'?: string | undefined; 'process.elf.header.os_abi'?: string | undefined; 'process.elf.header.type'?: string | undefined; 'process.elf.header.version'?: string | undefined; 'process.elf.import_hash'?: string | undefined; 'process.elf.imports'?: unknown[] | undefined; 'process.elf.imports_names_entropy'?: string | number | undefined; 'process.elf.imports_names_var_entropy'?: string | number | undefined; 'process.elf.sections'?: { chi2?: string | number | undefined; entropy?: string | number | undefined; flags?: string | undefined; name?: string | undefined; physical_offset?: string | undefined; physical_size?: string | number | undefined; type?: string | undefined; var_entropy?: string | number | undefined; virtual_address?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'process.elf.segments'?: { sections?: string | undefined; type?: string | undefined; }[] | undefined; 'process.elf.shared_libraries'?: string[] | undefined; 'process.elf.telfhash'?: string | undefined; 'process.end'?: string | number | undefined; 'process.entity_id'?: string | undefined; 'process.entry_leader.args'?: string[] | undefined; 'process.entry_leader.args_count'?: string | number | undefined; 'process.entry_leader.attested_groups.name'?: string | undefined; 'process.entry_leader.attested_user.id'?: string | undefined; 'process.entry_leader.attested_user.name'?: string | undefined; 'process.entry_leader.command_line'?: string | undefined; 'process.entry_leader.entity_id'?: string | undefined; 'process.entry_leader.entry_meta.source.ip'?: string | undefined; 'process.entry_leader.entry_meta.type'?: string | undefined; 'process.entry_leader.executable'?: string | undefined; 'process.entry_leader.group.id'?: string | undefined; 'process.entry_leader.group.name'?: string | undefined; 'process.entry_leader.interactive'?: boolean | undefined; 'process.entry_leader.name'?: string | undefined; 'process.entry_leader.parent.entity_id'?: string | undefined; 'process.entry_leader.parent.pid'?: string | number | undefined; 'process.entry_leader.parent.session_leader.entity_id'?: string | undefined; 'process.entry_leader.parent.session_leader.pid'?: string | number | undefined; 'process.entry_leader.parent.session_leader.start'?: string | number | undefined; 'process.entry_leader.parent.session_leader.vpid'?: string | number | undefined; 'process.entry_leader.parent.start'?: string | number | undefined; 'process.entry_leader.parent.vpid'?: string | number | undefined; 'process.entry_leader.pid'?: string | number | undefined; 'process.entry_leader.real_group.id'?: string | undefined; 'process.entry_leader.real_group.name'?: string | undefined; 'process.entry_leader.real_user.id'?: string | undefined; 'process.entry_leader.real_user.name'?: string | undefined; 'process.entry_leader.same_as_process'?: boolean | undefined; 'process.entry_leader.saved_group.id'?: string | undefined; 'process.entry_leader.saved_group.name'?: string | undefined; 'process.entry_leader.saved_user.id'?: string | undefined; 'process.entry_leader.saved_user.name'?: string | undefined; 'process.entry_leader.start'?: string | number | undefined; 'process.entry_leader.supplemental_groups.id'?: string | undefined; 'process.entry_leader.supplemental_groups.name'?: string | undefined; 'process.entry_leader.tty'?: unknown; 'process.entry_leader.user.id'?: string | undefined; 'process.entry_leader.user.name'?: string | undefined; 'process.entry_leader.vpid'?: string | number | undefined; 'process.entry_leader.working_directory'?: string | undefined; 'process.env_vars'?: string[] | undefined; 'process.executable'?: string | undefined; 'process.exit_code'?: string | number | undefined; 'process.group_leader.args'?: string[] | undefined; 'process.group_leader.args_count'?: string | number | undefined; 'process.group_leader.command_line'?: string | undefined; 'process.group_leader.entity_id'?: string | undefined; 'process.group_leader.executable'?: string | undefined; 'process.group_leader.group.id'?: string | undefined; 'process.group_leader.group.name'?: string | undefined; 'process.group_leader.interactive'?: boolean | undefined; 'process.group_leader.name'?: string | undefined; 'process.group_leader.pid'?: string | number | undefined; 'process.group_leader.real_group.id'?: string | undefined; 'process.group_leader.real_group.name'?: string | undefined; 'process.group_leader.real_user.id'?: string | undefined; 'process.group_leader.real_user.name'?: string | undefined; 'process.group_leader.same_as_process'?: boolean | undefined; 'process.group_leader.saved_group.id'?: string | undefined; 'process.group_leader.saved_group.name'?: string | undefined; 'process.group_leader.saved_user.id'?: string | undefined; 'process.group_leader.saved_user.name'?: string | undefined; 'process.group_leader.start'?: string | number | undefined; 'process.group_leader.supplemental_groups.id'?: string | undefined; 'process.group_leader.supplemental_groups.name'?: string | undefined; 'process.group_leader.tty'?: unknown; 'process.group_leader.user.id'?: string | undefined; 'process.group_leader.user.name'?: string | undefined; 'process.group_leader.vpid'?: string | number | undefined; 'process.group_leader.working_directory'?: string | undefined; 'process.hash.md5'?: string | undefined; 'process.hash.sha1'?: string | undefined; 'process.hash.sha256'?: string | undefined; 'process.hash.sha384'?: string | undefined; 'process.hash.sha512'?: string | undefined; 'process.hash.ssdeep'?: string | undefined; 'process.hash.tlsh'?: string | undefined; 'process.interactive'?: boolean | undefined; 'process.io'?: unknown; 'process.macho.go_import_hash'?: string | undefined; 'process.macho.go_imports'?: unknown; 'process.macho.go_imports_names_entropy'?: string | number | undefined; 'process.macho.go_imports_names_var_entropy'?: string | number | undefined; 'process.macho.go_stripped'?: boolean | undefined; 'process.macho.import_hash'?: string | undefined; 'process.macho.imports'?: unknown[] | undefined; 'process.macho.imports_names_entropy'?: string | number | undefined; 'process.macho.imports_names_var_entropy'?: string | number | undefined; 'process.macho.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'process.macho.symhash'?: string | undefined; 'process.name'?: string | undefined; 'process.parent.args'?: string[] | undefined; 'process.parent.args_count'?: string | number | undefined; 'process.parent.code_signature.digest_algorithm'?: string | undefined; 'process.parent.code_signature.exists'?: boolean | undefined; 'process.parent.code_signature.signing_id'?: string | undefined; 'process.parent.code_signature.status'?: string | undefined; 'process.parent.code_signature.subject_name'?: string | undefined; 'process.parent.code_signature.team_id'?: string | undefined; 'process.parent.code_signature.timestamp'?: string | number | undefined; 'process.parent.code_signature.trusted'?: boolean | undefined; 'process.parent.code_signature.valid'?: boolean | undefined; 'process.parent.command_line'?: string | undefined; 'process.parent.elf.architecture'?: string | undefined; 'process.parent.elf.byte_order'?: string | undefined; 'process.parent.elf.cpu_type'?: string | undefined; 'process.parent.elf.creation_date'?: string | number | undefined; 'process.parent.elf.exports'?: unknown[] | undefined; 'process.parent.elf.go_import_hash'?: string | undefined; 'process.parent.elf.go_imports'?: unknown; 'process.parent.elf.go_imports_names_entropy'?: string | number | undefined; 'process.parent.elf.go_imports_names_var_entropy'?: string | number | undefined; 'process.parent.elf.go_stripped'?: boolean | undefined; 'process.parent.elf.header.abi_version'?: string | undefined; 'process.parent.elf.header.class'?: string | undefined; 'process.parent.elf.header.data'?: string | undefined; 'process.parent.elf.header.entrypoint'?: string | number | undefined; 'process.parent.elf.header.object_version'?: string | undefined; 'process.parent.elf.header.os_abi'?: string | undefined; 'process.parent.elf.header.type'?: string | undefined; 'process.parent.elf.header.version'?: string | undefined; 'process.parent.elf.import_hash'?: string | undefined; 'process.parent.elf.imports'?: unknown[] | undefined; 'process.parent.elf.imports_names_entropy'?: string | number | undefined; 'process.parent.elf.imports_names_var_entropy'?: string | number | undefined; 'process.parent.elf.sections'?: { chi2?: string | number | undefined; entropy?: string | number | undefined; flags?: string | undefined; name?: string | undefined; physical_offset?: string | undefined; physical_size?: string | number | undefined; type?: string | undefined; var_entropy?: string | number | undefined; virtual_address?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'process.parent.elf.segments'?: { sections?: string | undefined; type?: string | undefined; }[] | undefined; 'process.parent.elf.shared_libraries'?: string[] | undefined; 'process.parent.elf.telfhash'?: string | undefined; 'process.parent.end'?: string | number | undefined; 'process.parent.entity_id'?: string | undefined; 'process.parent.executable'?: string | undefined; 'process.parent.exit_code'?: string | number | undefined; 'process.parent.group.id'?: string | undefined; 'process.parent.group.name'?: string | undefined; 'process.parent.group_leader.entity_id'?: string | undefined; 'process.parent.group_leader.pid'?: string | number | undefined; 'process.parent.group_leader.start'?: string | number | undefined; 'process.parent.group_leader.vpid'?: string | number | undefined; 'process.parent.hash.md5'?: string | undefined; 'process.parent.hash.sha1'?: string | undefined; 'process.parent.hash.sha256'?: string | undefined; 'process.parent.hash.sha384'?: string | undefined; 'process.parent.hash.sha512'?: string | undefined; 'process.parent.hash.ssdeep'?: string | undefined; 'process.parent.hash.tlsh'?: string | undefined; 'process.parent.interactive'?: boolean | undefined; 'process.parent.macho.go_import_hash'?: string | undefined; 'process.parent.macho.go_imports'?: unknown; 'process.parent.macho.go_imports_names_entropy'?: string | number | undefined; 'process.parent.macho.go_imports_names_var_entropy'?: string | number | undefined; 'process.parent.macho.go_stripped'?: boolean | undefined; 'process.parent.macho.import_hash'?: string | undefined; 'process.parent.macho.imports'?: unknown[] | undefined; 'process.parent.macho.imports_names_entropy'?: string | number | undefined; 'process.parent.macho.imports_names_var_entropy'?: string | number | undefined; 'process.parent.macho.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'process.parent.macho.symhash'?: string | undefined; 'process.parent.name'?: string | undefined; 'process.parent.pe.architecture'?: string | undefined; 'process.parent.pe.company'?: string | undefined; 'process.parent.pe.description'?: string | undefined; 'process.parent.pe.file_version'?: string | undefined; 'process.parent.pe.go_import_hash'?: string | undefined; 'process.parent.pe.go_imports'?: unknown; 'process.parent.pe.go_imports_names_entropy'?: string | number | undefined; 'process.parent.pe.go_imports_names_var_entropy'?: string | number | undefined; 'process.parent.pe.go_stripped'?: boolean | undefined; 'process.parent.pe.imphash'?: string | undefined; 'process.parent.pe.import_hash'?: string | undefined; 'process.parent.pe.imports'?: unknown[] | undefined; 'process.parent.pe.imports_names_entropy'?: string | number | undefined; 'process.parent.pe.imports_names_var_entropy'?: string | number | undefined; 'process.parent.pe.original_file_name'?: string | undefined; 'process.parent.pe.pehash'?: string | undefined; 'process.parent.pe.product'?: string | undefined; 'process.parent.pe.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'process.parent.pgid'?: string | number | undefined; 'process.parent.pid'?: string | number | undefined; 'process.parent.real_group.id'?: string | undefined; 'process.parent.real_group.name'?: string | undefined; 'process.parent.real_user.id'?: string | undefined; 'process.parent.real_user.name'?: string | undefined; 'process.parent.saved_group.id'?: string | undefined; 'process.parent.saved_group.name'?: string | undefined; 'process.parent.saved_user.id'?: string | undefined; 'process.parent.saved_user.name'?: string | undefined; 'process.parent.start'?: string | number | undefined; 'process.parent.supplemental_groups.id'?: string | undefined; 'process.parent.supplemental_groups.name'?: string | undefined; 'process.parent.thread.capabilities.effective'?: string[] | undefined; 'process.parent.thread.capabilities.permitted'?: string[] | undefined; 'process.parent.thread.id'?: string | number | undefined; 'process.parent.thread.name'?: string | undefined; 'process.parent.title'?: string | undefined; 'process.parent.tty'?: unknown; 'process.parent.uptime'?: string | number | undefined; 'process.parent.user.id'?: string | undefined; 'process.parent.user.name'?: string | undefined; 'process.parent.vpid'?: string | number | undefined; 'process.parent.working_directory'?: string | undefined; 'process.pe.architecture'?: string | undefined; 'process.pe.company'?: string | undefined; 'process.pe.description'?: string | undefined; 'process.pe.file_version'?: string | undefined; 'process.pe.go_import_hash'?: string | undefined; 'process.pe.go_imports'?: unknown; 'process.pe.go_imports_names_entropy'?: string | number | undefined; 'process.pe.go_imports_names_var_entropy'?: string | number | undefined; 'process.pe.go_stripped'?: boolean | undefined; 'process.pe.imphash'?: string | undefined; 'process.pe.import_hash'?: string | undefined; 'process.pe.imports'?: unknown[] | undefined; 'process.pe.imports_names_entropy'?: string | number | undefined; 'process.pe.imports_names_var_entropy'?: string | number | undefined; 'process.pe.original_file_name'?: string | undefined; 'process.pe.pehash'?: string | undefined; 'process.pe.product'?: string | undefined; 'process.pe.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'process.pgid'?: string | number | undefined; 'process.pid'?: string | number | undefined; 'process.previous.args'?: string[] | undefined; 'process.previous.args_count'?: string | number | undefined; 'process.previous.executable'?: string | undefined; 'process.real_group.id'?: string | undefined; 'process.real_group.name'?: string | undefined; 'process.real_user.id'?: string | undefined; 'process.real_user.name'?: string | undefined; 'process.saved_group.id'?: string | undefined; 'process.saved_group.name'?: string | undefined; 'process.saved_user.id'?: string | undefined; 'process.saved_user.name'?: string | undefined; 'process.session_leader.args'?: string[] | undefined; 'process.session_leader.args_count'?: string | number | undefined; 'process.session_leader.command_line'?: string | undefined; 'process.session_leader.entity_id'?: string | undefined; 'process.session_leader.executable'?: string | undefined; 'process.session_leader.group.id'?: string | undefined; 'process.session_leader.group.name'?: string | undefined; 'process.session_leader.interactive'?: boolean | undefined; 'process.session_leader.name'?: string | undefined; 'process.session_leader.parent.entity_id'?: string | undefined; 'process.session_leader.parent.pid'?: string | number | undefined; 'process.session_leader.parent.session_leader.entity_id'?: string | undefined; 'process.session_leader.parent.session_leader.pid'?: string | number | undefined; 'process.session_leader.parent.session_leader.start'?: string | number | undefined; 'process.session_leader.parent.session_leader.vpid'?: string | number | undefined; 'process.session_leader.parent.start'?: string | number | undefined; 'process.session_leader.parent.vpid'?: string | number | undefined; 'process.session_leader.pid'?: string | number | undefined; 'process.session_leader.real_group.id'?: string | undefined; 'process.session_leader.real_group.name'?: string | undefined; 'process.session_leader.real_user.id'?: string | undefined; 'process.session_leader.real_user.name'?: string | undefined; 'process.session_leader.same_as_process'?: boolean | undefined; 'process.session_leader.saved_group.id'?: string | undefined; 'process.session_leader.saved_group.name'?: string | undefined; 'process.session_leader.saved_user.id'?: string | undefined; 'process.session_leader.saved_user.name'?: string | undefined; 'process.session_leader.start'?: string | number | undefined; 'process.session_leader.supplemental_groups.id'?: string | undefined; 'process.session_leader.supplemental_groups.name'?: string | undefined; 'process.session_leader.tty'?: unknown; 'process.session_leader.user.id'?: string | undefined; 'process.session_leader.user.name'?: string | undefined; 'process.session_leader.vpid'?: string | number | undefined; 'process.session_leader.working_directory'?: string | undefined; 'process.start'?: string | number | undefined; 'process.supplemental_groups.id'?: string | undefined; 'process.supplemental_groups.name'?: string | undefined; 'process.thread.capabilities.effective'?: string[] | undefined; 'process.thread.capabilities.permitted'?: string[] | undefined; 'process.thread.id'?: string | number | undefined; 'process.thread.name'?: string | undefined; 'process.title'?: string | undefined; 'process.tty'?: unknown; 'process.uptime'?: string | number | undefined; 'process.user.id'?: string | undefined; 'process.user.name'?: string | undefined; 'process.vpid'?: string | number | undefined; 'process.working_directory'?: string | undefined; 'registry.data.bytes'?: string | undefined; 'registry.data.strings'?: string[] | undefined; 'registry.data.type'?: string | undefined; 'registry.hive'?: string | undefined; 'registry.key'?: string | undefined; 'registry.path'?: string | undefined; 'registry.value'?: string | undefined; 'related.hash'?: string[] | undefined; 'related.hosts'?: string[] | undefined; 'related.ip'?: string[] | undefined; 'related.user'?: string[] | undefined; 'rule.author'?: string[] | undefined; 'rule.category'?: string | undefined; 'rule.description'?: string | undefined; 'rule.id'?: string | undefined; 'rule.license'?: string | undefined; 'rule.name'?: string | undefined; 'rule.reference'?: string | undefined; 'rule.ruleset'?: string | undefined; 'rule.uuid'?: string | undefined; 'rule.version'?: string | undefined; 'server.address'?: string | undefined; 'server.as.number'?: string | number | undefined; 'server.as.organization.name'?: string | undefined; 'server.bytes'?: string | number | undefined; 'server.domain'?: string | undefined; 'server.geo.city_name'?: string | undefined; 'server.geo.continent_code'?: string | undefined; 'server.geo.continent_name'?: string | undefined; 'server.geo.country_iso_code'?: string | undefined; 'server.geo.country_name'?: string | undefined; 'server.geo.location'?: string | { type: string; coordinates: number[]; } | { lat: number; lon: number; } | { location: number[]; } | { location: string; } | undefined; 'server.geo.name'?: string | undefined; 'server.geo.postal_code'?: string | undefined; 'server.geo.region_iso_code'?: string | undefined; 'server.geo.region_name'?: string | undefined; 'server.geo.timezone'?: string | undefined; 'server.ip'?: string | undefined; 'server.mac'?: string | undefined; 'server.nat.ip'?: string | undefined; 'server.nat.port'?: string | number | undefined; 'server.packets'?: string | number | undefined; 'server.port'?: string | number | undefined; 'server.registered_domain'?: string | undefined; 'server.subdomain'?: string | undefined; 'server.top_level_domain'?: string | undefined; 'server.user.domain'?: string | undefined; 'server.user.email'?: string | undefined; 'server.user.full_name'?: string | undefined; 'server.user.group.domain'?: string | undefined; 'server.user.group.id'?: string | undefined; 'server.user.group.name'?: string | undefined; 'server.user.hash'?: string | undefined; 'server.user.id'?: string | undefined; 'server.user.name'?: string | undefined; 'server.user.roles'?: string[] | undefined; 'service.address'?: string | undefined; 'service.environment'?: string | undefined; 'service.ephemeral_id'?: string | undefined; 'service.id'?: string | undefined; 'service.name'?: string | undefined; 'service.node.name'?: string | undefined; 'service.node.role'?: string | undefined; 'service.node.roles'?: string[] | undefined; 'service.origin.address'?: string | undefined; 'service.origin.environment'?: string | undefined; 'service.origin.ephemeral_id'?: string | undefined; 'service.origin.id'?: string | undefined; 'service.origin.name'?: string | undefined; 'service.origin.node.name'?: string | undefined; 'service.origin.node.role'?: string | undefined; 'service.origin.node.roles'?: string[] | undefined; 'service.origin.state'?: string | undefined; 'service.origin.type'?: string | undefined; 'service.origin.version'?: string | undefined; 'service.state'?: string | undefined; 'service.target.address'?: string | undefined; 'service.target.environment'?: string | undefined; 'service.target.ephemeral_id'?: string | undefined; 'service.target.id'?: string | undefined; 'service.target.name'?: string | undefined; 'service.target.node.name'?: string | undefined; 'service.target.node.role'?: string | undefined; 'service.target.node.roles'?: string[] | undefined; 'service.target.state'?: string | undefined; 'service.target.type'?: string | undefined; 'service.target.version'?: string | undefined; 'service.type'?: string | undefined; 'service.version'?: string | undefined; 'source.address'?: string | undefined; 'source.as.number'?: string | number | undefined; 'source.as.organization.name'?: string | undefined; 'source.bytes'?: string | number | undefined; 'source.domain'?: string | undefined; 'source.geo.city_name'?: string | undefined; 'source.geo.continent_code'?: string | undefined; 'source.geo.continent_name'?: string | undefined; 'source.geo.country_iso_code'?: string | undefined; 'source.geo.country_name'?: string | undefined; 'source.geo.location'?: string | { type: string; coordinates: number[]; } | { lat: number; lon: number; } | { location: number[]; } | { location: string; } | undefined; 'source.geo.name'?: string | undefined; 'source.geo.postal_code'?: string | undefined; 'source.geo.region_iso_code'?: string | undefined; 'source.geo.region_name'?: string | undefined; 'source.geo.timezone'?: string | undefined; 'source.ip'?: string | undefined; 'source.mac'?: string | undefined; 'source.nat.ip'?: string | undefined; 'source.nat.port'?: string | number | undefined; 'source.packets'?: string | number | undefined; 'source.port'?: string | number | undefined; 'source.registered_domain'?: string | undefined; 'source.subdomain'?: string | undefined; 'source.top_level_domain'?: string | undefined; 'source.user.domain'?: string | undefined; 'source.user.email'?: string | undefined; 'source.user.full_name'?: string | undefined; 'source.user.group.domain'?: string | undefined; 'source.user.group.id'?: string | undefined; 'source.user.group.name'?: string | undefined; 'source.user.hash'?: string | undefined; 'source.user.id'?: string | undefined; 'source.user.name'?: string | undefined; 'source.user.roles'?: string[] | undefined; 'span.id'?: string | undefined; tags?: string[] | undefined; 'threat.enrichments'?: { indicator?: unknown; 'matched.atomic'?: string | undefined; 'matched.field'?: string | undefined; 'matched.id'?: string | undefined; 'matched.index'?: string | undefined; 'matched.occurred'?: string | number | undefined; 'matched.type'?: string | undefined; }[] | undefined; 'threat.feed.dashboard_id'?: string | undefined; 'threat.feed.description'?: string | undefined; 'threat.feed.name'?: string | undefined; 'threat.feed.reference'?: string | undefined; 'threat.framework'?: string | undefined; 'threat.group.alias'?: string[] | undefined; 'threat.group.id'?: string | undefined; 'threat.group.name'?: string | undefined; 'threat.group.reference'?: string | undefined; 'threat.indicator.as.number'?: string | number | undefined; 'threat.indicator.as.organization.name'?: string | undefined; 'threat.indicator.confidence'?: string | undefined; 'threat.indicator.description'?: string | undefined; 'threat.indicator.email.address'?: string | undefined; 'threat.indicator.file.accessed'?: string | number | undefined; 'threat.indicator.file.attributes'?: string[] | undefined; 'threat.indicator.file.code_signature.digest_algorithm'?: string | undefined; 'threat.indicator.file.code_signature.exists'?: boolean | undefined; 'threat.indicator.file.code_signature.signing_id'?: string | undefined; 'threat.indicator.file.code_signature.status'?: string | undefined; 'threat.indicator.file.code_signature.subject_name'?: string | undefined; 'threat.indicator.file.code_signature.team_id'?: string | undefined; 'threat.indicator.file.code_signature.timestamp'?: string | number | undefined; 'threat.indicator.file.code_signature.trusted'?: boolean | undefined; 'threat.indicator.file.code_signature.valid'?: boolean | undefined; 'threat.indicator.file.created'?: string | number | undefined; 'threat.indicator.file.ctime'?: string | number | undefined; 'threat.indicator.file.device'?: string | undefined; 'threat.indicator.file.directory'?: string | undefined; 'threat.indicator.file.drive_letter'?: string | undefined; 'threat.indicator.file.elf.architecture'?: string | undefined; 'threat.indicator.file.elf.byte_order'?: string | undefined; 'threat.indicator.file.elf.cpu_type'?: string | undefined; 'threat.indicator.file.elf.creation_date'?: string | number | undefined; 'threat.indicator.file.elf.exports'?: unknown[] | undefined; 'threat.indicator.file.elf.go_import_hash'?: string | undefined; 'threat.indicator.file.elf.go_imports'?: unknown; 'threat.indicator.file.elf.go_imports_names_entropy'?: string | number | undefined; 'threat.indicator.file.elf.go_imports_names_var_entropy'?: string | number | undefined; 'threat.indicator.file.elf.go_stripped'?: boolean | undefined; 'threat.indicator.file.elf.header.abi_version'?: string | undefined; 'threat.indicator.file.elf.header.class'?: string | undefined; 'threat.indicator.file.elf.header.data'?: string | undefined; 'threat.indicator.file.elf.header.entrypoint'?: string | number | undefined; 'threat.indicator.file.elf.header.object_version'?: string | undefined; 'threat.indicator.file.elf.header.os_abi'?: string | undefined; 'threat.indicator.file.elf.header.type'?: string | undefined; 'threat.indicator.file.elf.header.version'?: string | undefined; 'threat.indicator.file.elf.import_hash'?: string | undefined; 'threat.indicator.file.elf.imports'?: unknown[] | undefined; 'threat.indicator.file.elf.imports_names_entropy'?: string | number | undefined; 'threat.indicator.file.elf.imports_names_var_entropy'?: string | number | undefined; 'threat.indicator.file.elf.sections'?: { chi2?: string | number | undefined; entropy?: string | number | undefined; flags?: string | undefined; name?: string | undefined; physical_offset?: string | undefined; physical_size?: string | number | undefined; type?: string | undefined; var_entropy?: string | number | undefined; virtual_address?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'threat.indicator.file.elf.segments'?: { sections?: string | undefined; type?: string | undefined; }[] | undefined; 'threat.indicator.file.elf.shared_libraries'?: string[] | undefined; 'threat.indicator.file.elf.telfhash'?: string | undefined; 'threat.indicator.file.extension'?: string | undefined; 'threat.indicator.file.fork_name'?: string | undefined; 'threat.indicator.file.gid'?: string | undefined; 'threat.indicator.file.group'?: string | undefined; 'threat.indicator.file.hash.md5'?: string | undefined; 'threat.indicator.file.hash.sha1'?: string | undefined; 'threat.indicator.file.hash.sha256'?: string | undefined; 'threat.indicator.file.hash.sha384'?: string | undefined; 'threat.indicator.file.hash.sha512'?: string | undefined; 'threat.indicator.file.hash.ssdeep'?: string | undefined; 'threat.indicator.file.hash.tlsh'?: string | undefined; 'threat.indicator.file.inode'?: string | undefined; 'threat.indicator.file.mime_type'?: string | undefined; 'threat.indicator.file.mode'?: string | undefined; 'threat.indicator.file.mtime'?: string | number | undefined; 'threat.indicator.file.name'?: string | undefined; 'threat.indicator.file.owner'?: string | undefined; 'threat.indicator.file.path'?: string | undefined; 'threat.indicator.file.pe.architecture'?: string | undefined; 'threat.indicator.file.pe.company'?: string | undefined; 'threat.indicator.file.pe.description'?: string | undefined; 'threat.indicator.file.pe.file_version'?: string | undefined; 'threat.indicator.file.pe.go_import_hash'?: string | undefined; 'threat.indicator.file.pe.go_imports'?: unknown; 'threat.indicator.file.pe.go_imports_names_entropy'?: string | number | undefined; 'threat.indicator.file.pe.go_imports_names_var_entropy'?: string | number | undefined; 'threat.indicator.file.pe.go_stripped'?: boolean | undefined; 'threat.indicator.file.pe.imphash'?: string | undefined; 'threat.indicator.file.pe.import_hash'?: string | undefined; 'threat.indicator.file.pe.imports'?: unknown[] | undefined; 'threat.indicator.file.pe.imports_names_entropy'?: string | number | undefined; 'threat.indicator.file.pe.imports_names_var_entropy'?: string | number | undefined; 'threat.indicator.file.pe.original_file_name'?: string | undefined; 'threat.indicator.file.pe.pehash'?: string | undefined; 'threat.indicator.file.pe.product'?: string | undefined; 'threat.indicator.file.pe.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'threat.indicator.file.size'?: string | number | undefined; 'threat.indicator.file.target_path'?: string | undefined; 'threat.indicator.file.type'?: string | undefined; 'threat.indicator.file.uid'?: string | undefined; 'threat.indicator.file.x509.alternative_names'?: string[] | undefined; 'threat.indicator.file.x509.issuer.common_name'?: string[] | undefined; 'threat.indicator.file.x509.issuer.country'?: string[] | undefined; 'threat.indicator.file.x509.issuer.distinguished_name'?: string | undefined; 'threat.indicator.file.x509.issuer.locality'?: string[] | undefined; 'threat.indicator.file.x509.issuer.organization'?: string[] | undefined; 'threat.indicator.file.x509.issuer.organizational_unit'?: string[] | undefined; 'threat.indicator.file.x509.issuer.state_or_province'?: string[] | undefined; 'threat.indicator.file.x509.not_after'?: string | number | undefined; 'threat.indicator.file.x509.not_before'?: string | number | undefined; 'threat.indicator.file.x509.public_key_algorithm'?: string | undefined; 'threat.indicator.file.x509.public_key_curve'?: string | undefined; 'threat.indicator.file.x509.public_key_exponent'?: string | number | undefined; 'threat.indicator.file.x509.public_key_size'?: string | number | undefined; 'threat.indicator.file.x509.serial_number'?: string | undefined; 'threat.indicator.file.x509.signature_algorithm'?: string | undefined; 'threat.indicator.file.x509.subject.common_name'?: string[] | undefined; 'threat.indicator.file.x509.subject.country'?: string[] | undefined; 'threat.indicator.file.x509.subject.distinguished_name'?: string | undefined; 'threat.indicator.file.x509.subject.locality'?: string[] | undefined; 'threat.indicator.file.x509.subject.organization'?: string[] | undefined; 'threat.indicator.file.x509.subject.organizational_unit'?: string[] | undefined; 'threat.indicator.file.x509.subject.state_or_province'?: string[] | undefined; 'threat.indicator.file.x509.version_number'?: string | undefined; 'threat.indicator.first_seen'?: string | number | undefined; 'threat.indicator.geo.city_name'?: string | undefined; 'threat.indicator.geo.continent_code'?: string | undefined; 'threat.indicator.geo.continent_name'?: string | undefined; 'threat.indicator.geo.country_iso_code'?: string | undefined; 'threat.indicator.geo.country_name'?: string | undefined; 'threat.indicator.geo.location'?: string | { type: string; coordinates: number[]; } | { lat: number; lon: number; } | { location: number[]; } | { location: string; } | undefined; 'threat.indicator.geo.name'?: string | undefined; 'threat.indicator.geo.postal_code'?: string | undefined; 'threat.indicator.geo.region_iso_code'?: string | undefined; 'threat.indicator.geo.region_name'?: string | undefined; 'threat.indicator.geo.timezone'?: string | undefined; 'threat.indicator.ip'?: string | undefined; 'threat.indicator.last_seen'?: string | number | undefined; 'threat.indicator.marking.tlp'?: string | undefined; 'threat.indicator.marking.tlp_version'?: string | undefined; 'threat.indicator.modified_at'?: string | number | undefined; 'threat.indicator.name'?: string | undefined; 'threat.indicator.port'?: string | number | undefined; 'threat.indicator.provider'?: string | undefined; 'threat.indicator.reference'?: string | undefined; 'threat.indicator.registry.data.bytes'?: string | undefined; 'threat.indicator.registry.data.strings'?: string[] | undefined; 'threat.indicator.registry.data.type'?: string | undefined; 'threat.indicator.registry.hive'?: string | undefined; 'threat.indicator.registry.key'?: string | undefined; 'threat.indicator.registry.path'?: string | undefined; 'threat.indicator.registry.value'?: string | undefined; 'threat.indicator.scanner_stats'?: string | number | undefined; 'threat.indicator.sightings'?: string | number | undefined; 'threat.indicator.type'?: string | undefined; 'threat.indicator.url.domain'?: string | undefined; 'threat.indicator.url.extension'?: string | undefined; 'threat.indicator.url.fragment'?: string | undefined; 'threat.indicator.url.full'?: string | undefined; 'threat.indicator.url.original'?: string | undefined; 'threat.indicator.url.password'?: string | undefined; 'threat.indicator.url.path'?: string | undefined; 'threat.indicator.url.port'?: string | number | undefined; 'threat.indicator.url.query'?: string | undefined; 'threat.indicator.url.registered_domain'?: string | undefined; 'threat.indicator.url.scheme'?: string | undefined; 'threat.indicator.url.subdomain'?: string | undefined; 'threat.indicator.url.top_level_domain'?: string | undefined; 'threat.indicator.url.username'?: string | undefined; 'threat.indicator.x509.alternative_names'?: string[] | undefined; 'threat.indicator.x509.issuer.common_name'?: string[] | undefined; 'threat.indicator.x509.issuer.country'?: string[] | undefined; 'threat.indicator.x509.issuer.distinguished_name'?: string | undefined; 'threat.indicator.x509.issuer.locality'?: string[] | undefined; 'threat.indicator.x509.issuer.organization'?: string[] | undefined; 'threat.indicator.x509.issuer.organizational_unit'?: string[] | undefined; 'threat.indicator.x509.issuer.state_or_province'?: string[] | undefined; 'threat.indicator.x509.not_after'?: string | number | undefined; 'threat.indicator.x509.not_before'?: string | number | undefined; 'threat.indicator.x509.public_key_algorithm'?: string | undefined; 'threat.indicator.x509.public_key_curve'?: string | undefined; 'threat.indicator.x509.public_key_exponent'?: string | number | undefined; 'threat.indicator.x509.public_key_size'?: string | number | undefined; 'threat.indicator.x509.serial_number'?: string | undefined; 'threat.indicator.x509.signature_algorithm'?: string | undefined; 'threat.indicator.x509.subject.common_name'?: string[] | undefined; 'threat.indicator.x509.subject.country'?: string[] | undefined; 'threat.indicator.x509.subject.distinguished_name'?: string | undefined; 'threat.indicator.x509.subject.locality'?: string[] | undefined; 'threat.indicator.x509.subject.organization'?: string[] | undefined; 'threat.indicator.x509.subject.organizational_unit'?: string[] | undefined; 'threat.indicator.x509.subject.state_or_province'?: string[] | undefined; 'threat.indicator.x509.version_number'?: string | undefined; 'threat.software.alias'?: string[] | undefined; 'threat.software.id'?: string | undefined; 'threat.software.name'?: string | undefined; 'threat.software.platforms'?: string[] | undefined; 'threat.software.reference'?: string | undefined; 'threat.software.type'?: string | undefined; 'threat.tactic.id'?: string[] | undefined; 'threat.tactic.name'?: string[] | undefined; 'threat.tactic.reference'?: string[] | undefined; 'threat.technique.id'?: string[] | undefined; 'threat.technique.name'?: string[] | undefined; 'threat.technique.reference'?: string[] | undefined; 'threat.technique.subtechnique.id'?: string[] | undefined; 'threat.technique.subtechnique.name'?: string[] | undefined; 'threat.technique.subtechnique.reference'?: string[] | undefined; 'tls.cipher'?: string | undefined; 'tls.client.certificate'?: string | undefined; 'tls.client.certificate_chain'?: string[] | undefined; 'tls.client.hash.md5'?: string | undefined; 'tls.client.hash.sha1'?: string | undefined; 'tls.client.hash.sha256'?: string | undefined; 'tls.client.issuer'?: string | undefined; 'tls.client.ja3'?: string | undefined; 'tls.client.not_after'?: string | number | undefined; 'tls.client.not_before'?: string | number | undefined; 'tls.client.server_name'?: string | undefined; 'tls.client.subject'?: string | undefined; 'tls.client.supported_ciphers'?: string[] | undefined; 'tls.client.x509.alternative_names'?: string[] | undefined; 'tls.client.x509.issuer.common_name'?: string[] | undefined; 'tls.client.x509.issuer.country'?: string[] | undefined; 'tls.client.x509.issuer.distinguished_name'?: string | undefined; 'tls.client.x509.issuer.locality'?: string[] | undefined; 'tls.client.x509.issuer.organization'?: string[] | undefined; 'tls.client.x509.issuer.organizational_unit'?: string[] | undefined; 'tls.client.x509.issuer.state_or_province'?: string[] | undefined; 'tls.client.x509.not_after'?: string | number | undefined; 'tls.client.x509.not_before'?: string | number | undefined; 'tls.client.x509.public_key_algorithm'?: string | undefined; 'tls.client.x509.public_key_curve'?: string | undefined; 'tls.client.x509.public_key_exponent'?: string | number | undefined; 'tls.client.x509.public_key_size'?: string | number | undefined; 'tls.client.x509.serial_number'?: string | undefined; 'tls.client.x509.signature_algorithm'?: string | undefined; 'tls.client.x509.subject.common_name'?: string[] | undefined; 'tls.client.x509.subject.country'?: string[] | undefined; 'tls.client.x509.subject.distinguished_name'?: string | undefined; 'tls.client.x509.subject.locality'?: string[] | undefined; 'tls.client.x509.subject.organization'?: string[] | undefined; 'tls.client.x509.subject.organizational_unit'?: string[] | undefined; 'tls.client.x509.subject.state_or_province'?: string[] | undefined; 'tls.client.x509.version_number'?: string | undefined; 'tls.curve'?: string | undefined; 'tls.established'?: boolean | undefined; 'tls.next_protocol'?: string | undefined; 'tls.resumed'?: boolean | undefined; 'tls.server.certificate'?: string | undefined; 'tls.server.certificate_chain'?: string[] | undefined; 'tls.server.hash.md5'?: string | undefined; 'tls.server.hash.sha1'?: string | undefined; 'tls.server.hash.sha256'?: string | undefined; 'tls.server.issuer'?: string | undefined; 'tls.server.ja3s'?: string | undefined; 'tls.server.not_after'?: string | number | undefined; 'tls.server.not_before'?: string | number | undefined; 'tls.server.subject'?: string | undefined; 'tls.server.x509.alternative_names'?: string[] | undefined; 'tls.server.x509.issuer.common_name'?: string[] | undefined; 'tls.server.x509.issuer.country'?: string[] | undefined; 'tls.server.x509.issuer.distinguished_name'?: string | undefined; 'tls.server.x509.issuer.locality'?: string[] | undefined; 'tls.server.x509.issuer.organization'?: string[] | undefined; 'tls.server.x509.issuer.organizational_unit'?: string[] | undefined; 'tls.server.x509.issuer.state_or_province'?: string[] | undefined; 'tls.server.x509.not_after'?: string | number | undefined; 'tls.server.x509.not_before'?: string | number | undefined; 'tls.server.x509.public_key_algorithm'?: string | undefined; 'tls.server.x509.public_key_curve'?: string | undefined; 'tls.server.x509.public_key_exponent'?: string | number | undefined; 'tls.server.x509.public_key_size'?: string | number | undefined; 'tls.server.x509.serial_number'?: string | undefined; 'tls.server.x509.signature_algorithm'?: string | undefined; 'tls.server.x509.subject.common_name'?: string[] | undefined; 'tls.server.x509.subject.country'?: string[] | undefined; 'tls.server.x509.subject.distinguished_name'?: string | undefined; 'tls.server.x509.subject.locality'?: string[] | undefined; 'tls.server.x509.subject.organization'?: string[] | undefined; 'tls.server.x509.subject.organizational_unit'?: string[] | undefined; 'tls.server.x509.subject.state_or_province'?: string[] | undefined; 'tls.server.x509.version_number'?: string | undefined; 'tls.version'?: string | undefined; 'tls.version_protocol'?: string | undefined; 'trace.id'?: string | undefined; 'transaction.id'?: string | undefined; 'url.domain'?: string | undefined; 'url.extension'?: string | undefined; 'url.fragment'?: string | undefined; 'url.full'?: string | undefined; 'url.original'?: string | undefined; 'url.password'?: string | undefined; 'url.path'?: string | undefined; 'url.port'?: string | number | undefined; 'url.query'?: string | undefined; 'url.registered_domain'?: string | undefined; 'url.scheme'?: string | undefined; 'url.subdomain'?: string | undefined; 'url.top_level_domain'?: string | undefined; 'url.username'?: string | undefined; 'user.changes.domain'?: string | undefined; 'user.changes.email'?: string | undefined; 'user.changes.full_name'?: string | undefined; 'user.changes.group.domain'?: string | undefined; 'user.changes.group.id'?: string | undefined; 'user.changes.group.name'?: string | undefined; 'user.changes.hash'?: string | undefined; 'user.changes.id'?: string | undefined; 'user.changes.name'?: string | undefined; 'user.changes.roles'?: string[] | undefined; 'user.domain'?: string | undefined; 'user.effective.domain'?: string | undefined; 'user.effective.email'?: string | undefined; 'user.effective.full_name'?: string | undefined; 'user.effective.group.domain'?: string | undefined; 'user.effective.group.id'?: string | undefined; 'user.effective.group.name'?: string | undefined; 'user.effective.hash'?: string | undefined; 'user.effective.id'?: string | undefined; 'user.effective.name'?: string | undefined; 'user.effective.roles'?: string[] | undefined; 'user.email'?: string | undefined; 'user.full_name'?: string | undefined; 'user.group.domain'?: string | undefined; 'user.group.id'?: string | undefined; 'user.group.name'?: string | undefined; 'user.hash'?: string | undefined; 'user.id'?: string | undefined; 'user.name'?: string | undefined; 'user.risk.calculated_level'?: string | undefined; 'user.risk.calculated_score'?: number | undefined; 'user.risk.calculated_score_norm'?: number | undefined; 'user.risk.static_level'?: string | undefined; 'user.risk.static_score'?: number | undefined; 'user.risk.static_score_norm'?: number | undefined; 'user.roles'?: string[] | undefined; 'user.target.domain'?: string | undefined; 'user.target.email'?: string | undefined; 'user.target.full_name'?: string | undefined; 'user.target.group.domain'?: string | undefined; 'user.target.group.id'?: string | undefined; 'user.target.group.name'?: string | undefined; 'user.target.hash'?: string | undefined; 'user.target.id'?: string | undefined; 'user.target.name'?: string | undefined; 'user.target.roles'?: string[] | undefined; 'user_agent.device.name'?: string | undefined; 'user_agent.name'?: string | undefined; 'user_agent.original'?: string | undefined; 'user_agent.os.family'?: string | undefined; 'user_agent.os.full'?: string | undefined; 'user_agent.os.kernel'?: string | undefined; 'user_agent.os.name'?: string | undefined; 'user_agent.os.platform'?: string | undefined; 'user_agent.os.type'?: string | undefined; 'user_agent.os.version'?: string | undefined; 'user_agent.version'?: string | undefined; 'vulnerability.category'?: string[] | undefined; 'vulnerability.classification'?: string | undefined; 'vulnerability.description'?: string | undefined; 'vulnerability.enumeration'?: string | undefined; 'vulnerability.id'?: string | undefined; 'vulnerability.reference'?: string | undefined; 'vulnerability.report_id'?: string | undefined; 'vulnerability.scanner.vendor'?: string | undefined; 'vulnerability.score.base'?: number | undefined; 'vulnerability.score.environmental'?: number | undefined; 'vulnerability.score.temporal'?: number | undefined; 'vulnerability.score.version'?: string | undefined; 'vulnerability.severity'?: string | undefined; } & {} & { 'ecs.version'?: string | undefined; 'kibana.alert.risk_score'?: number | undefined; 'kibana.alert.rule.author'?: string | undefined; 'kibana.alert.rule.created_at'?: string | number | undefined; 'kibana.alert.rule.created_by'?: string | undefined; 'kibana.alert.rule.description'?: string | undefined; 'kibana.alert.rule.enabled'?: string | undefined; 'kibana.alert.rule.from'?: string | undefined; 'kibana.alert.rule.interval'?: string | undefined; 'kibana.alert.rule.license'?: string | undefined; 'kibana.alert.rule.note'?: string | undefined; 'kibana.alert.rule.references'?: string[] | undefined; 'kibana.alert.rule.rule_id'?: string | undefined; 'kibana.alert.rule.rule_name_override'?: string | undefined; 'kibana.alert.rule.to'?: string | undefined; 'kibana.alert.rule.type'?: string | undefined; 'kibana.alert.rule.updated_at'?: string | number | undefined; 'kibana.alert.rule.updated_by'?: string | undefined; 'kibana.alert.rule.version'?: string | undefined; 'kibana.alert.severity'?: string | undefined; 'kibana.alert.suppression.docs_count'?: string | number | undefined; 'kibana.alert.suppression.end'?: string | number | undefined; 'kibana.alert.suppression.start'?: string | number | undefined; 'kibana.alert.suppression.terms.field'?: string[] | undefined; 'kibana.alert.suppression.terms.value'?: string[] | undefined; 'kibana.alert.system_status'?: string | undefined; 'kibana.alert.workflow_reason'?: string | undefined; 'kibana.alert.workflow_status_updated_at'?: string | number | undefined; 'kibana.alert.workflow_user'?: string | undefined; }" ], - "path": "packages/kbn-alerts-as-data-utils/src/schemas/generated/observability_metrics_schema.ts", + "path": "src/platform/packages/shared/kbn-alerts-as-data-utils/src/schemas/generated/observability_metrics_schema.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -407,7 +407,7 @@ "signature": [ "{} & { 'kibana.alert.context'?: unknown; 'kibana.alert.evaluation.threshold'?: string | number | undefined; 'kibana.alert.evaluation.value'?: string | number | undefined; 'kibana.alert.evaluation.values'?: (string | number)[] | undefined; 'kibana.alert.group'?: { field?: string[] | undefined; value?: string[] | undefined; }[] | undefined; 'slo.id'?: string | undefined; 'slo.instanceId'?: string | undefined; 'slo.revision'?: string | number | undefined; } & { '@timestamp': string | number; 'kibana.alert.instance.id': string; 'kibana.alert.rule.category': string; 'kibana.alert.rule.consumer': string; 'kibana.alert.rule.name': string; 'kibana.alert.rule.producer': string; 'kibana.alert.rule.revision': string | number; 'kibana.alert.rule.rule_type_id': string; 'kibana.alert.rule.uuid': string; 'kibana.alert.status': string; 'kibana.alert.uuid': string; 'kibana.space_ids': string[]; } & { 'event.action'?: string | undefined; 'event.kind'?: string | undefined; 'event.original'?: string | undefined; 'kibana.alert.action_group'?: string | undefined; 'kibana.alert.case_ids'?: string[] | undefined; 'kibana.alert.consecutive_matches'?: string | number | undefined; 'kibana.alert.duration.us'?: string | number | undefined; 'kibana.alert.end'?: string | number | undefined; 'kibana.alert.flapping'?: boolean | undefined; 'kibana.alert.flapping_history'?: boolean[] | undefined; 'kibana.alert.intended_timestamp'?: string | number | undefined; 'kibana.alert.last_detected'?: string | number | undefined; 'kibana.alert.maintenance_window_ids'?: string[] | undefined; 'kibana.alert.previous_action_group'?: string | undefined; 'kibana.alert.reason'?: string | undefined; 'kibana.alert.rule.execution.timestamp'?: string | number | undefined; 'kibana.alert.rule.execution.type'?: string | undefined; 'kibana.alert.rule.execution.uuid'?: string | undefined; 'kibana.alert.rule.parameters'?: unknown; 'kibana.alert.rule.tags'?: string[] | undefined; 'kibana.alert.severity_improving'?: boolean | undefined; 'kibana.alert.start'?: string | number | undefined; 'kibana.alert.time_range'?: { gte?: string | number | undefined; lte?: string | number | undefined; } | undefined; 'kibana.alert.url'?: string | undefined; 'kibana.alert.workflow_assignee_ids'?: string[] | undefined; 'kibana.alert.workflow_status'?: string | undefined; 'kibana.alert.workflow_tags'?: string[] | undefined; 'kibana.version'?: string | undefined; tags?: string[] | undefined; } & { '@timestamp': string | number; 'ecs.version': string; } & { 'agent.build.original'?: string | undefined; 'agent.ephemeral_id'?: string | undefined; 'agent.id'?: string | undefined; 'agent.name'?: string | undefined; 'agent.type'?: string | undefined; 'agent.version'?: string | undefined; 'client.address'?: string | undefined; 'client.as.number'?: string | number | undefined; 'client.as.organization.name'?: string | undefined; 'client.bytes'?: string | number | undefined; 'client.domain'?: string | undefined; 'client.geo.city_name'?: string | undefined; 'client.geo.continent_code'?: string | undefined; 'client.geo.continent_name'?: string | undefined; 'client.geo.country_iso_code'?: string | undefined; 'client.geo.country_name'?: string | undefined; 'client.geo.location'?: string | { type: string; coordinates: number[]; } | { lat: number; lon: number; } | { location: number[]; } | { location: string; } | undefined; 'client.geo.name'?: string | undefined; 'client.geo.postal_code'?: string | undefined; 'client.geo.region_iso_code'?: string | undefined; 'client.geo.region_name'?: string | undefined; 'client.geo.timezone'?: string | undefined; 'client.ip'?: string | undefined; 'client.mac'?: string | undefined; 'client.nat.ip'?: string | undefined; 'client.nat.port'?: string | number | undefined; 'client.packets'?: string | number | undefined; 'client.port'?: string | number | undefined; 'client.registered_domain'?: string | undefined; 'client.subdomain'?: string | undefined; 'client.top_level_domain'?: string | undefined; 'client.user.domain'?: string | undefined; 'client.user.email'?: string | undefined; 'client.user.full_name'?: string | undefined; 'client.user.group.domain'?: string | undefined; 'client.user.group.id'?: string | undefined; 'client.user.group.name'?: string | undefined; 'client.user.hash'?: string | undefined; 'client.user.id'?: string | undefined; 'client.user.name'?: string | undefined; 'client.user.roles'?: string[] | undefined; 'cloud.account.id'?: string | undefined; 'cloud.account.name'?: string | undefined; 'cloud.availability_zone'?: string | undefined; 'cloud.instance.id'?: string | undefined; 'cloud.instance.name'?: string | undefined; 'cloud.machine.type'?: string | undefined; 'cloud.origin.account.id'?: string | undefined; 'cloud.origin.account.name'?: string | undefined; 'cloud.origin.availability_zone'?: string | undefined; 'cloud.origin.instance.id'?: string | undefined; 'cloud.origin.instance.name'?: string | undefined; 'cloud.origin.machine.type'?: string | undefined; 'cloud.origin.project.id'?: string | undefined; 'cloud.origin.project.name'?: string | undefined; 'cloud.origin.provider'?: string | undefined; 'cloud.origin.region'?: string | undefined; 'cloud.origin.service.name'?: string | undefined; 'cloud.project.id'?: string | undefined; 'cloud.project.name'?: string | undefined; 'cloud.provider'?: string | undefined; 'cloud.region'?: string | undefined; 'cloud.service.name'?: string | undefined; 'cloud.target.account.id'?: string | undefined; 'cloud.target.account.name'?: string | undefined; 'cloud.target.availability_zone'?: string | undefined; 'cloud.target.instance.id'?: string | undefined; 'cloud.target.instance.name'?: string | undefined; 'cloud.target.machine.type'?: string | undefined; 'cloud.target.project.id'?: string | undefined; 'cloud.target.project.name'?: string | undefined; 'cloud.target.provider'?: string | undefined; 'cloud.target.region'?: string | undefined; 'cloud.target.service.name'?: string | undefined; 'container.cpu.usage'?: string | number | undefined; 'container.disk.read.bytes'?: string | number | undefined; 'container.disk.write.bytes'?: string | number | undefined; 'container.id'?: string | undefined; 'container.image.hash.all'?: string[] | undefined; 'container.image.name'?: string | undefined; 'container.image.tag'?: string[] | undefined; 'container.labels'?: unknown; 'container.memory.usage'?: string | number | undefined; 'container.name'?: string | undefined; 'container.network.egress.bytes'?: string | number | undefined; 'container.network.ingress.bytes'?: string | number | undefined; 'container.runtime'?: string | undefined; 'container.security_context.privileged'?: boolean | undefined; 'destination.address'?: string | undefined; 'destination.as.number'?: string | number | undefined; 'destination.as.organization.name'?: string | undefined; 'destination.bytes'?: string | number | undefined; 'destination.domain'?: string | undefined; 'destination.geo.city_name'?: string | undefined; 'destination.geo.continent_code'?: string | undefined; 'destination.geo.continent_name'?: string | undefined; 'destination.geo.country_iso_code'?: string | undefined; 'destination.geo.country_name'?: string | undefined; 'destination.geo.location'?: string | { type: string; coordinates: number[]; } | { lat: number; lon: number; } | { location: number[]; } | { location: string; } | undefined; 'destination.geo.name'?: string | undefined; 'destination.geo.postal_code'?: string | undefined; 'destination.geo.region_iso_code'?: string | undefined; 'destination.geo.region_name'?: string | undefined; 'destination.geo.timezone'?: string | undefined; 'destination.ip'?: string | undefined; 'destination.mac'?: string | undefined; 'destination.nat.ip'?: string | undefined; 'destination.nat.port'?: string | number | undefined; 'destination.packets'?: string | number | undefined; 'destination.port'?: string | number | undefined; 'destination.registered_domain'?: string | undefined; 'destination.subdomain'?: string | undefined; 'destination.top_level_domain'?: string | undefined; 'destination.user.domain'?: string | undefined; 'destination.user.email'?: string | undefined; 'destination.user.full_name'?: string | undefined; 'destination.user.group.domain'?: string | undefined; 'destination.user.group.id'?: string | undefined; 'destination.user.group.name'?: string | undefined; 'destination.user.hash'?: string | undefined; 'destination.user.id'?: string | undefined; 'destination.user.name'?: string | undefined; 'destination.user.roles'?: string[] | undefined; 'device.id'?: string | undefined; 'device.manufacturer'?: string | undefined; 'device.model.identifier'?: string | undefined; 'device.model.name'?: string | undefined; 'dll.code_signature.digest_algorithm'?: string | undefined; 'dll.code_signature.exists'?: boolean | undefined; 'dll.code_signature.signing_id'?: string | undefined; 'dll.code_signature.status'?: string | undefined; 'dll.code_signature.subject_name'?: string | undefined; 'dll.code_signature.team_id'?: string | undefined; 'dll.code_signature.timestamp'?: string | number | undefined; 'dll.code_signature.trusted'?: boolean | undefined; 'dll.code_signature.valid'?: boolean | undefined; 'dll.hash.md5'?: string | undefined; 'dll.hash.sha1'?: string | undefined; 'dll.hash.sha256'?: string | undefined; 'dll.hash.sha384'?: string | undefined; 'dll.hash.sha512'?: string | undefined; 'dll.hash.ssdeep'?: string | undefined; 'dll.hash.tlsh'?: string | undefined; 'dll.name'?: string | undefined; 'dll.path'?: string | undefined; 'dll.pe.architecture'?: string | undefined; 'dll.pe.company'?: string | undefined; 'dll.pe.description'?: string | undefined; 'dll.pe.file_version'?: string | undefined; 'dll.pe.go_import_hash'?: string | undefined; 'dll.pe.go_imports'?: unknown; 'dll.pe.go_imports_names_entropy'?: string | number | undefined; 'dll.pe.go_imports_names_var_entropy'?: string | number | undefined; 'dll.pe.go_stripped'?: boolean | undefined; 'dll.pe.imphash'?: string | undefined; 'dll.pe.import_hash'?: string | undefined; 'dll.pe.imports'?: unknown[] | undefined; 'dll.pe.imports_names_entropy'?: string | number | undefined; 'dll.pe.imports_names_var_entropy'?: string | number | undefined; 'dll.pe.original_file_name'?: string | undefined; 'dll.pe.pehash'?: string | undefined; 'dll.pe.product'?: string | undefined; 'dll.pe.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'dns.answers'?: { class?: string | undefined; data?: string | undefined; name?: string | undefined; ttl?: string | number | undefined; type?: string | undefined; }[] | undefined; 'dns.header_flags'?: string[] | undefined; 'dns.id'?: string | undefined; 'dns.op_code'?: string | undefined; 'dns.question.class'?: string | undefined; 'dns.question.name'?: string | undefined; 'dns.question.registered_domain'?: string | undefined; 'dns.question.subdomain'?: string | undefined; 'dns.question.top_level_domain'?: string | undefined; 'dns.question.type'?: string | undefined; 'dns.resolved_ip'?: string[] | undefined; 'dns.response_code'?: string | undefined; 'dns.type'?: string | undefined; 'email.attachments'?: { 'file.extension'?: string | undefined; 'file.hash.md5'?: string | undefined; 'file.hash.sha1'?: string | undefined; 'file.hash.sha256'?: string | undefined; 'file.hash.sha384'?: string | undefined; 'file.hash.sha512'?: string | undefined; 'file.hash.ssdeep'?: string | undefined; 'file.hash.tlsh'?: string | undefined; 'file.mime_type'?: string | undefined; 'file.name'?: string | undefined; 'file.size'?: string | number | undefined; }[] | undefined; 'email.bcc.address'?: string[] | undefined; 'email.cc.address'?: string[] | undefined; 'email.content_type'?: string | undefined; 'email.delivery_timestamp'?: string | number | undefined; 'email.direction'?: string | undefined; 'email.from.address'?: string[] | undefined; 'email.local_id'?: string | undefined; 'email.message_id'?: string | undefined; 'email.origination_timestamp'?: string | number | undefined; 'email.reply_to.address'?: string[] | undefined; 'email.sender.address'?: string | undefined; 'email.subject'?: string | undefined; 'email.to.address'?: string[] | undefined; 'email.x_mailer'?: string | undefined; 'error.code'?: string | undefined; 'error.id'?: string | undefined; 'error.message'?: string | undefined; 'error.stack_trace'?: string | undefined; 'error.type'?: string | undefined; 'event.action'?: string | undefined; 'event.agent_id_status'?: string | undefined; 'event.category'?: string[] | undefined; 'event.code'?: string | undefined; 'event.created'?: string | number | undefined; 'event.dataset'?: string | undefined; 'event.duration'?: string | number | undefined; 'event.end'?: string | number | undefined; 'event.hash'?: string | undefined; 'event.id'?: string | undefined; 'event.ingested'?: string | number | undefined; 'event.kind'?: string | undefined; 'event.module'?: string | undefined; 'event.original'?: string | undefined; 'event.outcome'?: string | undefined; 'event.provider'?: string | undefined; 'event.reason'?: string | undefined; 'event.reference'?: string | undefined; 'event.risk_score'?: number | undefined; 'event.risk_score_norm'?: number | undefined; 'event.sequence'?: string | number | undefined; 'event.severity'?: string | number | undefined; 'event.start'?: string | number | undefined; 'event.timezone'?: string | undefined; 'event.type'?: string[] | undefined; 'event.url'?: string | undefined; 'faas.coldstart'?: boolean | undefined; 'faas.execution'?: string | undefined; 'faas.id'?: string | undefined; 'faas.name'?: string | undefined; 'faas.version'?: string | undefined; 'file.accessed'?: string | number | undefined; 'file.attributes'?: string[] | undefined; 'file.code_signature.digest_algorithm'?: string | undefined; 'file.code_signature.exists'?: boolean | undefined; 'file.code_signature.signing_id'?: string | undefined; 'file.code_signature.status'?: string | undefined; 'file.code_signature.subject_name'?: string | undefined; 'file.code_signature.team_id'?: string | undefined; 'file.code_signature.timestamp'?: string | number | undefined; 'file.code_signature.trusted'?: boolean | undefined; 'file.code_signature.valid'?: boolean | undefined; 'file.created'?: string | number | undefined; 'file.ctime'?: string | number | undefined; 'file.device'?: string | undefined; 'file.directory'?: string | undefined; 'file.drive_letter'?: string | undefined; 'file.elf.architecture'?: string | undefined; 'file.elf.byte_order'?: string | undefined; 'file.elf.cpu_type'?: string | undefined; 'file.elf.creation_date'?: string | number | undefined; 'file.elf.exports'?: unknown[] | undefined; 'file.elf.go_import_hash'?: string | undefined; 'file.elf.go_imports'?: unknown; 'file.elf.go_imports_names_entropy'?: string | number | undefined; 'file.elf.go_imports_names_var_entropy'?: string | number | undefined; 'file.elf.go_stripped'?: boolean | undefined; 'file.elf.header.abi_version'?: string | undefined; 'file.elf.header.class'?: string | undefined; 'file.elf.header.data'?: string | undefined; 'file.elf.header.entrypoint'?: string | number | undefined; 'file.elf.header.object_version'?: string | undefined; 'file.elf.header.os_abi'?: string | undefined; 'file.elf.header.type'?: string | undefined; 'file.elf.header.version'?: string | undefined; 'file.elf.import_hash'?: string | undefined; 'file.elf.imports'?: unknown[] | undefined; 'file.elf.imports_names_entropy'?: string | number | undefined; 'file.elf.imports_names_var_entropy'?: string | number | undefined; 'file.elf.sections'?: { chi2?: string | number | undefined; entropy?: string | number | undefined; flags?: string | undefined; name?: string | undefined; physical_offset?: string | undefined; physical_size?: string | number | undefined; type?: string | undefined; var_entropy?: string | number | undefined; virtual_address?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'file.elf.segments'?: { sections?: string | undefined; type?: string | undefined; }[] | undefined; 'file.elf.shared_libraries'?: string[] | undefined; 'file.elf.telfhash'?: string | undefined; 'file.extension'?: string | undefined; 'file.fork_name'?: string | undefined; 'file.gid'?: string | undefined; 'file.group'?: string | undefined; 'file.hash.md5'?: string | undefined; 'file.hash.sha1'?: string | undefined; 'file.hash.sha256'?: string | undefined; 'file.hash.sha384'?: string | undefined; 'file.hash.sha512'?: string | undefined; 'file.hash.ssdeep'?: string | undefined; 'file.hash.tlsh'?: string | undefined; 'file.inode'?: string | undefined; 'file.macho.go_import_hash'?: string | undefined; 'file.macho.go_imports'?: unknown; 'file.macho.go_imports_names_entropy'?: string | number | undefined; 'file.macho.go_imports_names_var_entropy'?: string | number | undefined; 'file.macho.go_stripped'?: boolean | undefined; 'file.macho.import_hash'?: string | undefined; 'file.macho.imports'?: unknown[] | undefined; 'file.macho.imports_names_entropy'?: string | number | undefined; 'file.macho.imports_names_var_entropy'?: string | number | undefined; 'file.macho.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'file.macho.symhash'?: string | undefined; 'file.mime_type'?: string | undefined; 'file.mode'?: string | undefined; 'file.mtime'?: string | number | undefined; 'file.name'?: string | undefined; 'file.owner'?: string | undefined; 'file.path'?: string | undefined; 'file.pe.architecture'?: string | undefined; 'file.pe.company'?: string | undefined; 'file.pe.description'?: string | undefined; 'file.pe.file_version'?: string | undefined; 'file.pe.go_import_hash'?: string | undefined; 'file.pe.go_imports'?: unknown; 'file.pe.go_imports_names_entropy'?: string | number | undefined; 'file.pe.go_imports_names_var_entropy'?: string | number | undefined; 'file.pe.go_stripped'?: boolean | undefined; 'file.pe.imphash'?: string | undefined; 'file.pe.import_hash'?: string | undefined; 'file.pe.imports'?: unknown[] | undefined; 'file.pe.imports_names_entropy'?: string | number | undefined; 'file.pe.imports_names_var_entropy'?: string | number | undefined; 'file.pe.original_file_name'?: string | undefined; 'file.pe.pehash'?: string | undefined; 'file.pe.product'?: string | undefined; 'file.pe.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'file.size'?: string | number | undefined; 'file.target_path'?: string | undefined; 'file.type'?: string | undefined; 'file.uid'?: string | undefined; 'file.x509.alternative_names'?: string[] | undefined; 'file.x509.issuer.common_name'?: string[] | undefined; 'file.x509.issuer.country'?: string[] | undefined; 'file.x509.issuer.distinguished_name'?: string | undefined; 'file.x509.issuer.locality'?: string[] | undefined; 'file.x509.issuer.organization'?: string[] | undefined; 'file.x509.issuer.organizational_unit'?: string[] | undefined; 'file.x509.issuer.state_or_province'?: string[] | undefined; 'file.x509.not_after'?: string | number | undefined; 'file.x509.not_before'?: string | number | undefined; 'file.x509.public_key_algorithm'?: string | undefined; 'file.x509.public_key_curve'?: string | undefined; 'file.x509.public_key_exponent'?: string | number | undefined; 'file.x509.public_key_size'?: string | number | undefined; 'file.x509.serial_number'?: string | undefined; 'file.x509.signature_algorithm'?: string | undefined; 'file.x509.subject.common_name'?: string[] | undefined; 'file.x509.subject.country'?: string[] | undefined; 'file.x509.subject.distinguished_name'?: string | undefined; 'file.x509.subject.locality'?: string[] | undefined; 'file.x509.subject.organization'?: string[] | undefined; 'file.x509.subject.organizational_unit'?: string[] | undefined; 'file.x509.subject.state_or_province'?: string[] | undefined; 'file.x509.version_number'?: string | undefined; 'group.domain'?: string | undefined; 'group.id'?: string | undefined; 'group.name'?: string | undefined; 'host.architecture'?: string | undefined; 'host.boot.id'?: string | undefined; 'host.cpu.usage'?: string | number | undefined; 'host.disk.read.bytes'?: string | number | undefined; 'host.disk.write.bytes'?: string | number | undefined; 'host.domain'?: string | undefined; 'host.geo.city_name'?: string | undefined; 'host.geo.continent_code'?: string | undefined; 'host.geo.continent_name'?: string | undefined; 'host.geo.country_iso_code'?: string | undefined; 'host.geo.country_name'?: string | undefined; 'host.geo.location'?: string | { type: string; coordinates: number[]; } | { lat: number; lon: number; } | { location: number[]; } | { location: string; } | undefined; 'host.geo.name'?: string | undefined; 'host.geo.postal_code'?: string | undefined; 'host.geo.region_iso_code'?: string | undefined; 'host.geo.region_name'?: string | undefined; 'host.geo.timezone'?: string | undefined; 'host.hostname'?: string | undefined; 'host.id'?: string | undefined; 'host.ip'?: string[] | undefined; 'host.mac'?: string[] | undefined; 'host.name'?: string | undefined; 'host.network.egress.bytes'?: string | number | undefined; 'host.network.egress.packets'?: string | number | undefined; 'host.network.ingress.bytes'?: string | number | undefined; 'host.network.ingress.packets'?: string | number | undefined; 'host.os.family'?: string | undefined; 'host.os.full'?: string | undefined; 'host.os.kernel'?: string | undefined; 'host.os.name'?: string | undefined; 'host.os.platform'?: string | undefined; 'host.os.type'?: string | undefined; 'host.os.version'?: string | undefined; 'host.pid_ns_ino'?: string | undefined; 'host.risk.calculated_level'?: string | undefined; 'host.risk.calculated_score'?: number | undefined; 'host.risk.calculated_score_norm'?: number | undefined; 'host.risk.static_level'?: string | undefined; 'host.risk.static_score'?: number | undefined; 'host.risk.static_score_norm'?: number | undefined; 'host.type'?: string | undefined; 'host.uptime'?: string | number | undefined; 'http.request.body.bytes'?: string | number | undefined; 'http.request.body.content'?: string | undefined; 'http.request.bytes'?: string | number | undefined; 'http.request.id'?: string | undefined; 'http.request.method'?: string | undefined; 'http.request.mime_type'?: string | undefined; 'http.request.referrer'?: string | undefined; 'http.response.body.bytes'?: string | number | undefined; 'http.response.body.content'?: string | undefined; 'http.response.bytes'?: string | number | undefined; 'http.response.mime_type'?: string | undefined; 'http.response.status_code'?: string | number | undefined; 'http.version'?: string | undefined; labels?: unknown; 'log.file.path'?: string | undefined; 'log.level'?: string | undefined; 'log.logger'?: string | undefined; 'log.origin.file.line'?: string | number | undefined; 'log.origin.file.name'?: string | undefined; 'log.origin.function'?: string | undefined; 'log.syslog'?: unknown; message?: string | undefined; 'network.application'?: string | undefined; 'network.bytes'?: string | number | undefined; 'network.community_id'?: string | undefined; 'network.direction'?: string | undefined; 'network.forwarded_ip'?: string | undefined; 'network.iana_number'?: string | undefined; 'network.inner'?: unknown; 'network.name'?: string | undefined; 'network.packets'?: string | number | undefined; 'network.protocol'?: string | undefined; 'network.transport'?: string | undefined; 'network.type'?: string | undefined; 'network.vlan.id'?: string | undefined; 'network.vlan.name'?: string | undefined; 'observer.egress'?: unknown; 'observer.geo.city_name'?: string | undefined; 'observer.geo.continent_code'?: string | undefined; 'observer.geo.continent_name'?: string | undefined; 'observer.geo.country_iso_code'?: string | undefined; 'observer.geo.country_name'?: string | undefined; 'observer.geo.location'?: string | { type: string; coordinates: number[]; } | { lat: number; lon: number; } | { location: number[]; } | { location: string; } | undefined; 'observer.geo.name'?: string | undefined; 'observer.geo.postal_code'?: string | undefined; 'observer.geo.region_iso_code'?: string | undefined; 'observer.geo.region_name'?: string | undefined; 'observer.geo.timezone'?: string | undefined; 'observer.hostname'?: string | undefined; 'observer.ingress'?: unknown; 'observer.ip'?: string[] | undefined; 'observer.mac'?: string[] | undefined; 'observer.name'?: string | undefined; 'observer.os.family'?: string | undefined; 'observer.os.full'?: string | undefined; 'observer.os.kernel'?: string | undefined; 'observer.os.name'?: string | undefined; 'observer.os.platform'?: string | undefined; 'observer.os.type'?: string | undefined; 'observer.os.version'?: string | undefined; 'observer.product'?: string | undefined; 'observer.serial_number'?: string | undefined; 'observer.type'?: string | undefined; 'observer.vendor'?: string | undefined; 'observer.version'?: string | undefined; 'orchestrator.api_version'?: string | undefined; 'orchestrator.cluster.id'?: string | undefined; 'orchestrator.cluster.name'?: string | undefined; 'orchestrator.cluster.url'?: string | undefined; 'orchestrator.cluster.version'?: string | undefined; 'orchestrator.namespace'?: string | undefined; 'orchestrator.organization'?: string | undefined; 'orchestrator.resource.annotation'?: string[] | undefined; 'orchestrator.resource.id'?: string | undefined; 'orchestrator.resource.ip'?: string[] | undefined; 'orchestrator.resource.label'?: string[] | undefined; 'orchestrator.resource.name'?: string | undefined; 'orchestrator.resource.parent.type'?: string | undefined; 'orchestrator.resource.type'?: string | undefined; 'orchestrator.type'?: string | undefined; 'organization.id'?: string | undefined; 'organization.name'?: string | undefined; 'package.architecture'?: string | undefined; 'package.build_version'?: string | undefined; 'package.checksum'?: string | undefined; 'package.description'?: string | undefined; 'package.install_scope'?: string | undefined; 'package.installed'?: string | number | undefined; 'package.license'?: string | undefined; 'package.name'?: string | undefined; 'package.path'?: string | undefined; 'package.reference'?: string | undefined; 'package.size'?: string | number | undefined; 'package.type'?: string | undefined; 'package.version'?: string | undefined; 'process.args'?: string[] | undefined; 'process.args_count'?: string | number | undefined; 'process.code_signature.digest_algorithm'?: string | undefined; 'process.code_signature.exists'?: boolean | undefined; 'process.code_signature.signing_id'?: string | undefined; 'process.code_signature.status'?: string | undefined; 'process.code_signature.subject_name'?: string | undefined; 'process.code_signature.team_id'?: string | undefined; 'process.code_signature.timestamp'?: string | number | undefined; 'process.code_signature.trusted'?: boolean | undefined; 'process.code_signature.valid'?: boolean | undefined; 'process.command_line'?: string | undefined; 'process.elf.architecture'?: string | undefined; 'process.elf.byte_order'?: string | undefined; 'process.elf.cpu_type'?: string | undefined; 'process.elf.creation_date'?: string | number | undefined; 'process.elf.exports'?: unknown[] | undefined; 'process.elf.go_import_hash'?: string | undefined; 'process.elf.go_imports'?: unknown; 'process.elf.go_imports_names_entropy'?: string | number | undefined; 'process.elf.go_imports_names_var_entropy'?: string | number | undefined; 'process.elf.go_stripped'?: boolean | undefined; 'process.elf.header.abi_version'?: string | undefined; 'process.elf.header.class'?: string | undefined; 'process.elf.header.data'?: string | undefined; 'process.elf.header.entrypoint'?: string | number | undefined; 'process.elf.header.object_version'?: string | undefined; 'process.elf.header.os_abi'?: string | undefined; 'process.elf.header.type'?: string | undefined; 'process.elf.header.version'?: string | undefined; 'process.elf.import_hash'?: string | undefined; 'process.elf.imports'?: unknown[] | undefined; 'process.elf.imports_names_entropy'?: string | number | undefined; 'process.elf.imports_names_var_entropy'?: string | number | undefined; 'process.elf.sections'?: { chi2?: string | number | undefined; entropy?: string | number | undefined; flags?: string | undefined; name?: string | undefined; physical_offset?: string | undefined; physical_size?: string | number | undefined; type?: string | undefined; var_entropy?: string | number | undefined; virtual_address?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'process.elf.segments'?: { sections?: string | undefined; type?: string | undefined; }[] | undefined; 'process.elf.shared_libraries'?: string[] | undefined; 'process.elf.telfhash'?: string | undefined; 'process.end'?: string | number | undefined; 'process.entity_id'?: string | undefined; 'process.entry_leader.args'?: string[] | undefined; 'process.entry_leader.args_count'?: string | number | undefined; 'process.entry_leader.attested_groups.name'?: string | undefined; 'process.entry_leader.attested_user.id'?: string | undefined; 'process.entry_leader.attested_user.name'?: string | undefined; 'process.entry_leader.command_line'?: string | undefined; 'process.entry_leader.entity_id'?: string | undefined; 'process.entry_leader.entry_meta.source.ip'?: string | undefined; 'process.entry_leader.entry_meta.type'?: string | undefined; 'process.entry_leader.executable'?: string | undefined; 'process.entry_leader.group.id'?: string | undefined; 'process.entry_leader.group.name'?: string | undefined; 'process.entry_leader.interactive'?: boolean | undefined; 'process.entry_leader.name'?: string | undefined; 'process.entry_leader.parent.entity_id'?: string | undefined; 'process.entry_leader.parent.pid'?: string | number | undefined; 'process.entry_leader.parent.session_leader.entity_id'?: string | undefined; 'process.entry_leader.parent.session_leader.pid'?: string | number | undefined; 'process.entry_leader.parent.session_leader.start'?: string | number | undefined; 'process.entry_leader.parent.session_leader.vpid'?: string | number | undefined; 'process.entry_leader.parent.start'?: string | number | undefined; 'process.entry_leader.parent.vpid'?: string | number | undefined; 'process.entry_leader.pid'?: string | number | undefined; 'process.entry_leader.real_group.id'?: string | undefined; 'process.entry_leader.real_group.name'?: string | undefined; 'process.entry_leader.real_user.id'?: string | undefined; 'process.entry_leader.real_user.name'?: string | undefined; 'process.entry_leader.same_as_process'?: boolean | undefined; 'process.entry_leader.saved_group.id'?: string | undefined; 'process.entry_leader.saved_group.name'?: string | undefined; 'process.entry_leader.saved_user.id'?: string | undefined; 'process.entry_leader.saved_user.name'?: string | undefined; 'process.entry_leader.start'?: string | number | undefined; 'process.entry_leader.supplemental_groups.id'?: string | undefined; 'process.entry_leader.supplemental_groups.name'?: string | undefined; 'process.entry_leader.tty'?: unknown; 'process.entry_leader.user.id'?: string | undefined; 'process.entry_leader.user.name'?: string | undefined; 'process.entry_leader.vpid'?: string | number | undefined; 'process.entry_leader.working_directory'?: string | undefined; 'process.env_vars'?: string[] | undefined; 'process.executable'?: string | undefined; 'process.exit_code'?: string | number | undefined; 'process.group_leader.args'?: string[] | undefined; 'process.group_leader.args_count'?: string | number | undefined; 'process.group_leader.command_line'?: string | undefined; 'process.group_leader.entity_id'?: string | undefined; 'process.group_leader.executable'?: string | undefined; 'process.group_leader.group.id'?: string | undefined; 'process.group_leader.group.name'?: string | undefined; 'process.group_leader.interactive'?: boolean | undefined; 'process.group_leader.name'?: string | undefined; 'process.group_leader.pid'?: string | number | undefined; 'process.group_leader.real_group.id'?: string | undefined; 'process.group_leader.real_group.name'?: string | undefined; 'process.group_leader.real_user.id'?: string | undefined; 'process.group_leader.real_user.name'?: string | undefined; 'process.group_leader.same_as_process'?: boolean | undefined; 'process.group_leader.saved_group.id'?: string | undefined; 'process.group_leader.saved_group.name'?: string | undefined; 'process.group_leader.saved_user.id'?: string | undefined; 'process.group_leader.saved_user.name'?: string | undefined; 'process.group_leader.start'?: string | number | undefined; 'process.group_leader.supplemental_groups.id'?: string | undefined; 'process.group_leader.supplemental_groups.name'?: string | undefined; 'process.group_leader.tty'?: unknown; 'process.group_leader.user.id'?: string | undefined; 'process.group_leader.user.name'?: string | undefined; 'process.group_leader.vpid'?: string | number | undefined; 'process.group_leader.working_directory'?: string | undefined; 'process.hash.md5'?: string | undefined; 'process.hash.sha1'?: string | undefined; 'process.hash.sha256'?: string | undefined; 'process.hash.sha384'?: string | undefined; 'process.hash.sha512'?: string | undefined; 'process.hash.ssdeep'?: string | undefined; 'process.hash.tlsh'?: string | undefined; 'process.interactive'?: boolean | undefined; 'process.io'?: unknown; 'process.macho.go_import_hash'?: string | undefined; 'process.macho.go_imports'?: unknown; 'process.macho.go_imports_names_entropy'?: string | number | undefined; 'process.macho.go_imports_names_var_entropy'?: string | number | undefined; 'process.macho.go_stripped'?: boolean | undefined; 'process.macho.import_hash'?: string | undefined; 'process.macho.imports'?: unknown[] | undefined; 'process.macho.imports_names_entropy'?: string | number | undefined; 'process.macho.imports_names_var_entropy'?: string | number | undefined; 'process.macho.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'process.macho.symhash'?: string | undefined; 'process.name'?: string | undefined; 'process.parent.args'?: string[] | undefined; 'process.parent.args_count'?: string | number | undefined; 'process.parent.code_signature.digest_algorithm'?: string | undefined; 'process.parent.code_signature.exists'?: boolean | undefined; 'process.parent.code_signature.signing_id'?: string | undefined; 'process.parent.code_signature.status'?: string | undefined; 'process.parent.code_signature.subject_name'?: string | undefined; 'process.parent.code_signature.team_id'?: string | undefined; 'process.parent.code_signature.timestamp'?: string | number | undefined; 'process.parent.code_signature.trusted'?: boolean | undefined; 'process.parent.code_signature.valid'?: boolean | undefined; 'process.parent.command_line'?: string | undefined; 'process.parent.elf.architecture'?: string | undefined; 'process.parent.elf.byte_order'?: string | undefined; 'process.parent.elf.cpu_type'?: string | undefined; 'process.parent.elf.creation_date'?: string | number | undefined; 'process.parent.elf.exports'?: unknown[] | undefined; 'process.parent.elf.go_import_hash'?: string | undefined; 'process.parent.elf.go_imports'?: unknown; 'process.parent.elf.go_imports_names_entropy'?: string | number | undefined; 'process.parent.elf.go_imports_names_var_entropy'?: string | number | undefined; 'process.parent.elf.go_stripped'?: boolean | undefined; 'process.parent.elf.header.abi_version'?: string | undefined; 'process.parent.elf.header.class'?: string | undefined; 'process.parent.elf.header.data'?: string | undefined; 'process.parent.elf.header.entrypoint'?: string | number | undefined; 'process.parent.elf.header.object_version'?: string | undefined; 'process.parent.elf.header.os_abi'?: string | undefined; 'process.parent.elf.header.type'?: string | undefined; 'process.parent.elf.header.version'?: string | undefined; 'process.parent.elf.import_hash'?: string | undefined; 'process.parent.elf.imports'?: unknown[] | undefined; 'process.parent.elf.imports_names_entropy'?: string | number | undefined; 'process.parent.elf.imports_names_var_entropy'?: string | number | undefined; 'process.parent.elf.sections'?: { chi2?: string | number | undefined; entropy?: string | number | undefined; flags?: string | undefined; name?: string | undefined; physical_offset?: string | undefined; physical_size?: string | number | undefined; type?: string | undefined; var_entropy?: string | number | undefined; virtual_address?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'process.parent.elf.segments'?: { sections?: string | undefined; type?: string | undefined; }[] | undefined; 'process.parent.elf.shared_libraries'?: string[] | undefined; 'process.parent.elf.telfhash'?: string | undefined; 'process.parent.end'?: string | number | undefined; 'process.parent.entity_id'?: string | undefined; 'process.parent.executable'?: string | undefined; 'process.parent.exit_code'?: string | number | undefined; 'process.parent.group.id'?: string | undefined; 'process.parent.group.name'?: string | undefined; 'process.parent.group_leader.entity_id'?: string | undefined; 'process.parent.group_leader.pid'?: string | number | undefined; 'process.parent.group_leader.start'?: string | number | undefined; 'process.parent.group_leader.vpid'?: string | number | undefined; 'process.parent.hash.md5'?: string | undefined; 'process.parent.hash.sha1'?: string | undefined; 'process.parent.hash.sha256'?: string | undefined; 'process.parent.hash.sha384'?: string | undefined; 'process.parent.hash.sha512'?: string | undefined; 'process.parent.hash.ssdeep'?: string | undefined; 'process.parent.hash.tlsh'?: string | undefined; 'process.parent.interactive'?: boolean | undefined; 'process.parent.macho.go_import_hash'?: string | undefined; 'process.parent.macho.go_imports'?: unknown; 'process.parent.macho.go_imports_names_entropy'?: string | number | undefined; 'process.parent.macho.go_imports_names_var_entropy'?: string | number | undefined; 'process.parent.macho.go_stripped'?: boolean | undefined; 'process.parent.macho.import_hash'?: string | undefined; 'process.parent.macho.imports'?: unknown[] | undefined; 'process.parent.macho.imports_names_entropy'?: string | number | undefined; 'process.parent.macho.imports_names_var_entropy'?: string | number | undefined; 'process.parent.macho.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'process.parent.macho.symhash'?: string | undefined; 'process.parent.name'?: string | undefined; 'process.parent.pe.architecture'?: string | undefined; 'process.parent.pe.company'?: string | undefined; 'process.parent.pe.description'?: string | undefined; 'process.parent.pe.file_version'?: string | undefined; 'process.parent.pe.go_import_hash'?: string | undefined; 'process.parent.pe.go_imports'?: unknown; 'process.parent.pe.go_imports_names_entropy'?: string | number | undefined; 'process.parent.pe.go_imports_names_var_entropy'?: string | number | undefined; 'process.parent.pe.go_stripped'?: boolean | undefined; 'process.parent.pe.imphash'?: string | undefined; 'process.parent.pe.import_hash'?: string | undefined; 'process.parent.pe.imports'?: unknown[] | undefined; 'process.parent.pe.imports_names_entropy'?: string | number | undefined; 'process.parent.pe.imports_names_var_entropy'?: string | number | undefined; 'process.parent.pe.original_file_name'?: string | undefined; 'process.parent.pe.pehash'?: string | undefined; 'process.parent.pe.product'?: string | undefined; 'process.parent.pe.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'process.parent.pgid'?: string | number | undefined; 'process.parent.pid'?: string | number | undefined; 'process.parent.real_group.id'?: string | undefined; 'process.parent.real_group.name'?: string | undefined; 'process.parent.real_user.id'?: string | undefined; 'process.parent.real_user.name'?: string | undefined; 'process.parent.saved_group.id'?: string | undefined; 'process.parent.saved_group.name'?: string | undefined; 'process.parent.saved_user.id'?: string | undefined; 'process.parent.saved_user.name'?: string | undefined; 'process.parent.start'?: string | number | undefined; 'process.parent.supplemental_groups.id'?: string | undefined; 'process.parent.supplemental_groups.name'?: string | undefined; 'process.parent.thread.capabilities.effective'?: string[] | undefined; 'process.parent.thread.capabilities.permitted'?: string[] | undefined; 'process.parent.thread.id'?: string | number | undefined; 'process.parent.thread.name'?: string | undefined; 'process.parent.title'?: string | undefined; 'process.parent.tty'?: unknown; 'process.parent.uptime'?: string | number | undefined; 'process.parent.user.id'?: string | undefined; 'process.parent.user.name'?: string | undefined; 'process.parent.vpid'?: string | number | undefined; 'process.parent.working_directory'?: string | undefined; 'process.pe.architecture'?: string | undefined; 'process.pe.company'?: string | undefined; 'process.pe.description'?: string | undefined; 'process.pe.file_version'?: string | undefined; 'process.pe.go_import_hash'?: string | undefined; 'process.pe.go_imports'?: unknown; 'process.pe.go_imports_names_entropy'?: string | number | undefined; 'process.pe.go_imports_names_var_entropy'?: string | number | undefined; 'process.pe.go_stripped'?: boolean | undefined; 'process.pe.imphash'?: string | undefined; 'process.pe.import_hash'?: string | undefined; 'process.pe.imports'?: unknown[] | undefined; 'process.pe.imports_names_entropy'?: string | number | undefined; 'process.pe.imports_names_var_entropy'?: string | number | undefined; 'process.pe.original_file_name'?: string | undefined; 'process.pe.pehash'?: string | undefined; 'process.pe.product'?: string | undefined; 'process.pe.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'process.pgid'?: string | number | undefined; 'process.pid'?: string | number | undefined; 'process.previous.args'?: string[] | undefined; 'process.previous.args_count'?: string | number | undefined; 'process.previous.executable'?: string | undefined; 'process.real_group.id'?: string | undefined; 'process.real_group.name'?: string | undefined; 'process.real_user.id'?: string | undefined; 'process.real_user.name'?: string | undefined; 'process.saved_group.id'?: string | undefined; 'process.saved_group.name'?: string | undefined; 'process.saved_user.id'?: string | undefined; 'process.saved_user.name'?: string | undefined; 'process.session_leader.args'?: string[] | undefined; 'process.session_leader.args_count'?: string | number | undefined; 'process.session_leader.command_line'?: string | undefined; 'process.session_leader.entity_id'?: string | undefined; 'process.session_leader.executable'?: string | undefined; 'process.session_leader.group.id'?: string | undefined; 'process.session_leader.group.name'?: string | undefined; 'process.session_leader.interactive'?: boolean | undefined; 'process.session_leader.name'?: string | undefined; 'process.session_leader.parent.entity_id'?: string | undefined; 'process.session_leader.parent.pid'?: string | number | undefined; 'process.session_leader.parent.session_leader.entity_id'?: string | undefined; 'process.session_leader.parent.session_leader.pid'?: string | number | undefined; 'process.session_leader.parent.session_leader.start'?: string | number | undefined; 'process.session_leader.parent.session_leader.vpid'?: string | number | undefined; 'process.session_leader.parent.start'?: string | number | undefined; 'process.session_leader.parent.vpid'?: string | number | undefined; 'process.session_leader.pid'?: string | number | undefined; 'process.session_leader.real_group.id'?: string | undefined; 'process.session_leader.real_group.name'?: string | undefined; 'process.session_leader.real_user.id'?: string | undefined; 'process.session_leader.real_user.name'?: string | undefined; 'process.session_leader.same_as_process'?: boolean | undefined; 'process.session_leader.saved_group.id'?: string | undefined; 'process.session_leader.saved_group.name'?: string | undefined; 'process.session_leader.saved_user.id'?: string | undefined; 'process.session_leader.saved_user.name'?: string | undefined; 'process.session_leader.start'?: string | number | undefined; 'process.session_leader.supplemental_groups.id'?: string | undefined; 'process.session_leader.supplemental_groups.name'?: string | undefined; 'process.session_leader.tty'?: unknown; 'process.session_leader.user.id'?: string | undefined; 'process.session_leader.user.name'?: string | undefined; 'process.session_leader.vpid'?: string | number | undefined; 'process.session_leader.working_directory'?: string | undefined; 'process.start'?: string | number | undefined; 'process.supplemental_groups.id'?: string | undefined; 'process.supplemental_groups.name'?: string | undefined; 'process.thread.capabilities.effective'?: string[] | undefined; 'process.thread.capabilities.permitted'?: string[] | undefined; 'process.thread.id'?: string | number | undefined; 'process.thread.name'?: string | undefined; 'process.title'?: string | undefined; 'process.tty'?: unknown; 'process.uptime'?: string | number | undefined; 'process.user.id'?: string | undefined; 'process.user.name'?: string | undefined; 'process.vpid'?: string | number | undefined; 'process.working_directory'?: string | undefined; 'registry.data.bytes'?: string | undefined; 'registry.data.strings'?: string[] | undefined; 'registry.data.type'?: string | undefined; 'registry.hive'?: string | undefined; 'registry.key'?: string | undefined; 'registry.path'?: string | undefined; 'registry.value'?: string | undefined; 'related.hash'?: string[] | undefined; 'related.hosts'?: string[] | undefined; 'related.ip'?: string[] | undefined; 'related.user'?: string[] | undefined; 'rule.author'?: string[] | undefined; 'rule.category'?: string | undefined; 'rule.description'?: string | undefined; 'rule.id'?: string | undefined; 'rule.license'?: string | undefined; 'rule.name'?: string | undefined; 'rule.reference'?: string | undefined; 'rule.ruleset'?: string | undefined; 'rule.uuid'?: string | undefined; 'rule.version'?: string | undefined; 'server.address'?: string | undefined; 'server.as.number'?: string | number | undefined; 'server.as.organization.name'?: string | undefined; 'server.bytes'?: string | number | undefined; 'server.domain'?: string | undefined; 'server.geo.city_name'?: string | undefined; 'server.geo.continent_code'?: string | undefined; 'server.geo.continent_name'?: string | undefined; 'server.geo.country_iso_code'?: string | undefined; 'server.geo.country_name'?: string | undefined; 'server.geo.location'?: string | { type: string; coordinates: number[]; } | { lat: number; lon: number; } | { location: number[]; } | { location: string; } | undefined; 'server.geo.name'?: string | undefined; 'server.geo.postal_code'?: string | undefined; 'server.geo.region_iso_code'?: string | undefined; 'server.geo.region_name'?: string | undefined; 'server.geo.timezone'?: string | undefined; 'server.ip'?: string | undefined; 'server.mac'?: string | undefined; 'server.nat.ip'?: string | undefined; 'server.nat.port'?: string | number | undefined; 'server.packets'?: string | number | undefined; 'server.port'?: string | number | undefined; 'server.registered_domain'?: string | undefined; 'server.subdomain'?: string | undefined; 'server.top_level_domain'?: string | undefined; 'server.user.domain'?: string | undefined; 'server.user.email'?: string | undefined; 'server.user.full_name'?: string | undefined; 'server.user.group.domain'?: string | undefined; 'server.user.group.id'?: string | undefined; 'server.user.group.name'?: string | undefined; 'server.user.hash'?: string | undefined; 'server.user.id'?: string | undefined; 'server.user.name'?: string | undefined; 'server.user.roles'?: string[] | undefined; 'service.address'?: string | undefined; 'service.environment'?: string | undefined; 'service.ephemeral_id'?: string | undefined; 'service.id'?: string | undefined; 'service.name'?: string | undefined; 'service.node.name'?: string | undefined; 'service.node.role'?: string | undefined; 'service.node.roles'?: string[] | undefined; 'service.origin.address'?: string | undefined; 'service.origin.environment'?: string | undefined; 'service.origin.ephemeral_id'?: string | undefined; 'service.origin.id'?: string | undefined; 'service.origin.name'?: string | undefined; 'service.origin.node.name'?: string | undefined; 'service.origin.node.role'?: string | undefined; 'service.origin.node.roles'?: string[] | undefined; 'service.origin.state'?: string | undefined; 'service.origin.type'?: string | undefined; 'service.origin.version'?: string | undefined; 'service.state'?: string | undefined; 'service.target.address'?: string | undefined; 'service.target.environment'?: string | undefined; 'service.target.ephemeral_id'?: string | undefined; 'service.target.id'?: string | undefined; 'service.target.name'?: string | undefined; 'service.target.node.name'?: string | undefined; 'service.target.node.role'?: string | undefined; 'service.target.node.roles'?: string[] | undefined; 'service.target.state'?: string | undefined; 'service.target.type'?: string | undefined; 'service.target.version'?: string | undefined; 'service.type'?: string | undefined; 'service.version'?: string | undefined; 'source.address'?: string | undefined; 'source.as.number'?: string | number | undefined; 'source.as.organization.name'?: string | undefined; 'source.bytes'?: string | number | undefined; 'source.domain'?: string | undefined; 'source.geo.city_name'?: string | undefined; 'source.geo.continent_code'?: string | undefined; 'source.geo.continent_name'?: string | undefined; 'source.geo.country_iso_code'?: string | undefined; 'source.geo.country_name'?: string | undefined; 'source.geo.location'?: string | { type: string; coordinates: number[]; } | { lat: number; lon: number; } | { location: number[]; } | { location: string; } | undefined; 'source.geo.name'?: string | undefined; 'source.geo.postal_code'?: string | undefined; 'source.geo.region_iso_code'?: string | undefined; 'source.geo.region_name'?: string | undefined; 'source.geo.timezone'?: string | undefined; 'source.ip'?: string | undefined; 'source.mac'?: string | undefined; 'source.nat.ip'?: string | undefined; 'source.nat.port'?: string | number | undefined; 'source.packets'?: string | number | undefined; 'source.port'?: string | number | undefined; 'source.registered_domain'?: string | undefined; 'source.subdomain'?: string | undefined; 'source.top_level_domain'?: string | undefined; 'source.user.domain'?: string | undefined; 'source.user.email'?: string | undefined; 'source.user.full_name'?: string | undefined; 'source.user.group.domain'?: string | undefined; 'source.user.group.id'?: string | undefined; 'source.user.group.name'?: string | undefined; 'source.user.hash'?: string | undefined; 'source.user.id'?: string | undefined; 'source.user.name'?: string | undefined; 'source.user.roles'?: string[] | undefined; 'span.id'?: string | undefined; tags?: string[] | undefined; 'threat.enrichments'?: { indicator?: unknown; 'matched.atomic'?: string | undefined; 'matched.field'?: string | undefined; 'matched.id'?: string | undefined; 'matched.index'?: string | undefined; 'matched.occurred'?: string | number | undefined; 'matched.type'?: string | undefined; }[] | undefined; 'threat.feed.dashboard_id'?: string | undefined; 'threat.feed.description'?: string | undefined; 'threat.feed.name'?: string | undefined; 'threat.feed.reference'?: string | undefined; 'threat.framework'?: string | undefined; 'threat.group.alias'?: string[] | undefined; 'threat.group.id'?: string | undefined; 'threat.group.name'?: string | undefined; 'threat.group.reference'?: string | undefined; 'threat.indicator.as.number'?: string | number | undefined; 'threat.indicator.as.organization.name'?: string | undefined; 'threat.indicator.confidence'?: string | undefined; 'threat.indicator.description'?: string | undefined; 'threat.indicator.email.address'?: string | undefined; 'threat.indicator.file.accessed'?: string | number | undefined; 'threat.indicator.file.attributes'?: string[] | undefined; 'threat.indicator.file.code_signature.digest_algorithm'?: string | undefined; 'threat.indicator.file.code_signature.exists'?: boolean | undefined; 'threat.indicator.file.code_signature.signing_id'?: string | undefined; 'threat.indicator.file.code_signature.status'?: string | undefined; 'threat.indicator.file.code_signature.subject_name'?: string | undefined; 'threat.indicator.file.code_signature.team_id'?: string | undefined; 'threat.indicator.file.code_signature.timestamp'?: string | number | undefined; 'threat.indicator.file.code_signature.trusted'?: boolean | undefined; 'threat.indicator.file.code_signature.valid'?: boolean | undefined; 'threat.indicator.file.created'?: string | number | undefined; 'threat.indicator.file.ctime'?: string | number | undefined; 'threat.indicator.file.device'?: string | undefined; 'threat.indicator.file.directory'?: string | undefined; 'threat.indicator.file.drive_letter'?: string | undefined; 'threat.indicator.file.elf.architecture'?: string | undefined; 'threat.indicator.file.elf.byte_order'?: string | undefined; 'threat.indicator.file.elf.cpu_type'?: string | undefined; 'threat.indicator.file.elf.creation_date'?: string | number | undefined; 'threat.indicator.file.elf.exports'?: unknown[] | undefined; 'threat.indicator.file.elf.go_import_hash'?: string | undefined; 'threat.indicator.file.elf.go_imports'?: unknown; 'threat.indicator.file.elf.go_imports_names_entropy'?: string | number | undefined; 'threat.indicator.file.elf.go_imports_names_var_entropy'?: string | number | undefined; 'threat.indicator.file.elf.go_stripped'?: boolean | undefined; 'threat.indicator.file.elf.header.abi_version'?: string | undefined; 'threat.indicator.file.elf.header.class'?: string | undefined; 'threat.indicator.file.elf.header.data'?: string | undefined; 'threat.indicator.file.elf.header.entrypoint'?: string | number | undefined; 'threat.indicator.file.elf.header.object_version'?: string | undefined; 'threat.indicator.file.elf.header.os_abi'?: string | undefined; 'threat.indicator.file.elf.header.type'?: string | undefined; 'threat.indicator.file.elf.header.version'?: string | undefined; 'threat.indicator.file.elf.import_hash'?: string | undefined; 'threat.indicator.file.elf.imports'?: unknown[] | undefined; 'threat.indicator.file.elf.imports_names_entropy'?: string | number | undefined; 'threat.indicator.file.elf.imports_names_var_entropy'?: string | number | undefined; 'threat.indicator.file.elf.sections'?: { chi2?: string | number | undefined; entropy?: string | number | undefined; flags?: string | undefined; name?: string | undefined; physical_offset?: string | undefined; physical_size?: string | number | undefined; type?: string | undefined; var_entropy?: string | number | undefined; virtual_address?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'threat.indicator.file.elf.segments'?: { sections?: string | undefined; type?: string | undefined; }[] | undefined; 'threat.indicator.file.elf.shared_libraries'?: string[] | undefined; 'threat.indicator.file.elf.telfhash'?: string | undefined; 'threat.indicator.file.extension'?: string | undefined; 'threat.indicator.file.fork_name'?: string | undefined; 'threat.indicator.file.gid'?: string | undefined; 'threat.indicator.file.group'?: string | undefined; 'threat.indicator.file.hash.md5'?: string | undefined; 'threat.indicator.file.hash.sha1'?: string | undefined; 'threat.indicator.file.hash.sha256'?: string | undefined; 'threat.indicator.file.hash.sha384'?: string | undefined; 'threat.indicator.file.hash.sha512'?: string | undefined; 'threat.indicator.file.hash.ssdeep'?: string | undefined; 'threat.indicator.file.hash.tlsh'?: string | undefined; 'threat.indicator.file.inode'?: string | undefined; 'threat.indicator.file.mime_type'?: string | undefined; 'threat.indicator.file.mode'?: string | undefined; 'threat.indicator.file.mtime'?: string | number | undefined; 'threat.indicator.file.name'?: string | undefined; 'threat.indicator.file.owner'?: string | undefined; 'threat.indicator.file.path'?: string | undefined; 'threat.indicator.file.pe.architecture'?: string | undefined; 'threat.indicator.file.pe.company'?: string | undefined; 'threat.indicator.file.pe.description'?: string | undefined; 'threat.indicator.file.pe.file_version'?: string | undefined; 'threat.indicator.file.pe.go_import_hash'?: string | undefined; 'threat.indicator.file.pe.go_imports'?: unknown; 'threat.indicator.file.pe.go_imports_names_entropy'?: string | number | undefined; 'threat.indicator.file.pe.go_imports_names_var_entropy'?: string | number | undefined; 'threat.indicator.file.pe.go_stripped'?: boolean | undefined; 'threat.indicator.file.pe.imphash'?: string | undefined; 'threat.indicator.file.pe.import_hash'?: string | undefined; 'threat.indicator.file.pe.imports'?: unknown[] | undefined; 'threat.indicator.file.pe.imports_names_entropy'?: string | number | undefined; 'threat.indicator.file.pe.imports_names_var_entropy'?: string | number | undefined; 'threat.indicator.file.pe.original_file_name'?: string | undefined; 'threat.indicator.file.pe.pehash'?: string | undefined; 'threat.indicator.file.pe.product'?: string | undefined; 'threat.indicator.file.pe.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'threat.indicator.file.size'?: string | number | undefined; 'threat.indicator.file.target_path'?: string | undefined; 'threat.indicator.file.type'?: string | undefined; 'threat.indicator.file.uid'?: string | undefined; 'threat.indicator.file.x509.alternative_names'?: string[] | undefined; 'threat.indicator.file.x509.issuer.common_name'?: string[] | undefined; 'threat.indicator.file.x509.issuer.country'?: string[] | undefined; 'threat.indicator.file.x509.issuer.distinguished_name'?: string | undefined; 'threat.indicator.file.x509.issuer.locality'?: string[] | undefined; 'threat.indicator.file.x509.issuer.organization'?: string[] | undefined; 'threat.indicator.file.x509.issuer.organizational_unit'?: string[] | undefined; 'threat.indicator.file.x509.issuer.state_or_province'?: string[] | undefined; 'threat.indicator.file.x509.not_after'?: string | number | undefined; 'threat.indicator.file.x509.not_before'?: string | number | undefined; 'threat.indicator.file.x509.public_key_algorithm'?: string | undefined; 'threat.indicator.file.x509.public_key_curve'?: string | undefined; 'threat.indicator.file.x509.public_key_exponent'?: string | number | undefined; 'threat.indicator.file.x509.public_key_size'?: string | number | undefined; 'threat.indicator.file.x509.serial_number'?: string | undefined; 'threat.indicator.file.x509.signature_algorithm'?: string | undefined; 'threat.indicator.file.x509.subject.common_name'?: string[] | undefined; 'threat.indicator.file.x509.subject.country'?: string[] | undefined; 'threat.indicator.file.x509.subject.distinguished_name'?: string | undefined; 'threat.indicator.file.x509.subject.locality'?: string[] | undefined; 'threat.indicator.file.x509.subject.organization'?: string[] | undefined; 'threat.indicator.file.x509.subject.organizational_unit'?: string[] | undefined; 'threat.indicator.file.x509.subject.state_or_province'?: string[] | undefined; 'threat.indicator.file.x509.version_number'?: string | undefined; 'threat.indicator.first_seen'?: string | number | undefined; 'threat.indicator.geo.city_name'?: string | undefined; 'threat.indicator.geo.continent_code'?: string | undefined; 'threat.indicator.geo.continent_name'?: string | undefined; 'threat.indicator.geo.country_iso_code'?: string | undefined; 'threat.indicator.geo.country_name'?: string | undefined; 'threat.indicator.geo.location'?: string | { type: string; coordinates: number[]; } | { lat: number; lon: number; } | { location: number[]; } | { location: string; } | undefined; 'threat.indicator.geo.name'?: string | undefined; 'threat.indicator.geo.postal_code'?: string | undefined; 'threat.indicator.geo.region_iso_code'?: string | undefined; 'threat.indicator.geo.region_name'?: string | undefined; 'threat.indicator.geo.timezone'?: string | undefined; 'threat.indicator.ip'?: string | undefined; 'threat.indicator.last_seen'?: string | number | undefined; 'threat.indicator.marking.tlp'?: string | undefined; 'threat.indicator.marking.tlp_version'?: string | undefined; 'threat.indicator.modified_at'?: string | number | undefined; 'threat.indicator.name'?: string | undefined; 'threat.indicator.port'?: string | number | undefined; 'threat.indicator.provider'?: string | undefined; 'threat.indicator.reference'?: string | undefined; 'threat.indicator.registry.data.bytes'?: string | undefined; 'threat.indicator.registry.data.strings'?: string[] | undefined; 'threat.indicator.registry.data.type'?: string | undefined; 'threat.indicator.registry.hive'?: string | undefined; 'threat.indicator.registry.key'?: string | undefined; 'threat.indicator.registry.path'?: string | undefined; 'threat.indicator.registry.value'?: string | undefined; 'threat.indicator.scanner_stats'?: string | number | undefined; 'threat.indicator.sightings'?: string | number | undefined; 'threat.indicator.type'?: string | undefined; 'threat.indicator.url.domain'?: string | undefined; 'threat.indicator.url.extension'?: string | undefined; 'threat.indicator.url.fragment'?: string | undefined; 'threat.indicator.url.full'?: string | undefined; 'threat.indicator.url.original'?: string | undefined; 'threat.indicator.url.password'?: string | undefined; 'threat.indicator.url.path'?: string | undefined; 'threat.indicator.url.port'?: string | number | undefined; 'threat.indicator.url.query'?: string | undefined; 'threat.indicator.url.registered_domain'?: string | undefined; 'threat.indicator.url.scheme'?: string | undefined; 'threat.indicator.url.subdomain'?: string | undefined; 'threat.indicator.url.top_level_domain'?: string | undefined; 'threat.indicator.url.username'?: string | undefined; 'threat.indicator.x509.alternative_names'?: string[] | undefined; 'threat.indicator.x509.issuer.common_name'?: string[] | undefined; 'threat.indicator.x509.issuer.country'?: string[] | undefined; 'threat.indicator.x509.issuer.distinguished_name'?: string | undefined; 'threat.indicator.x509.issuer.locality'?: string[] | undefined; 'threat.indicator.x509.issuer.organization'?: string[] | undefined; 'threat.indicator.x509.issuer.organizational_unit'?: string[] | undefined; 'threat.indicator.x509.issuer.state_or_province'?: string[] | undefined; 'threat.indicator.x509.not_after'?: string | number | undefined; 'threat.indicator.x509.not_before'?: string | number | undefined; 'threat.indicator.x509.public_key_algorithm'?: string | undefined; 'threat.indicator.x509.public_key_curve'?: string | undefined; 'threat.indicator.x509.public_key_exponent'?: string | number | undefined; 'threat.indicator.x509.public_key_size'?: string | number | undefined; 'threat.indicator.x509.serial_number'?: string | undefined; 'threat.indicator.x509.signature_algorithm'?: string | undefined; 'threat.indicator.x509.subject.common_name'?: string[] | undefined; 'threat.indicator.x509.subject.country'?: string[] | undefined; 'threat.indicator.x509.subject.distinguished_name'?: string | undefined; 'threat.indicator.x509.subject.locality'?: string[] | undefined; 'threat.indicator.x509.subject.organization'?: string[] | undefined; 'threat.indicator.x509.subject.organizational_unit'?: string[] | undefined; 'threat.indicator.x509.subject.state_or_province'?: string[] | undefined; 'threat.indicator.x509.version_number'?: string | undefined; 'threat.software.alias'?: string[] | undefined; 'threat.software.id'?: string | undefined; 'threat.software.name'?: string | undefined; 'threat.software.platforms'?: string[] | undefined; 'threat.software.reference'?: string | undefined; 'threat.software.type'?: string | undefined; 'threat.tactic.id'?: string[] | undefined; 'threat.tactic.name'?: string[] | undefined; 'threat.tactic.reference'?: string[] | undefined; 'threat.technique.id'?: string[] | undefined; 'threat.technique.name'?: string[] | undefined; 'threat.technique.reference'?: string[] | undefined; 'threat.technique.subtechnique.id'?: string[] | undefined; 'threat.technique.subtechnique.name'?: string[] | undefined; 'threat.technique.subtechnique.reference'?: string[] | undefined; 'tls.cipher'?: string | undefined; 'tls.client.certificate'?: string | undefined; 'tls.client.certificate_chain'?: string[] | undefined; 'tls.client.hash.md5'?: string | undefined; 'tls.client.hash.sha1'?: string | undefined; 'tls.client.hash.sha256'?: string | undefined; 'tls.client.issuer'?: string | undefined; 'tls.client.ja3'?: string | undefined; 'tls.client.not_after'?: string | number | undefined; 'tls.client.not_before'?: string | number | undefined; 'tls.client.server_name'?: string | undefined; 'tls.client.subject'?: string | undefined; 'tls.client.supported_ciphers'?: string[] | undefined; 'tls.client.x509.alternative_names'?: string[] | undefined; 'tls.client.x509.issuer.common_name'?: string[] | undefined; 'tls.client.x509.issuer.country'?: string[] | undefined; 'tls.client.x509.issuer.distinguished_name'?: string | undefined; 'tls.client.x509.issuer.locality'?: string[] | undefined; 'tls.client.x509.issuer.organization'?: string[] | undefined; 'tls.client.x509.issuer.organizational_unit'?: string[] | undefined; 'tls.client.x509.issuer.state_or_province'?: string[] | undefined; 'tls.client.x509.not_after'?: string | number | undefined; 'tls.client.x509.not_before'?: string | number | undefined; 'tls.client.x509.public_key_algorithm'?: string | undefined; 'tls.client.x509.public_key_curve'?: string | undefined; 'tls.client.x509.public_key_exponent'?: string | number | undefined; 'tls.client.x509.public_key_size'?: string | number | undefined; 'tls.client.x509.serial_number'?: string | undefined; 'tls.client.x509.signature_algorithm'?: string | undefined; 'tls.client.x509.subject.common_name'?: string[] | undefined; 'tls.client.x509.subject.country'?: string[] | undefined; 'tls.client.x509.subject.distinguished_name'?: string | undefined; 'tls.client.x509.subject.locality'?: string[] | undefined; 'tls.client.x509.subject.organization'?: string[] | undefined; 'tls.client.x509.subject.organizational_unit'?: string[] | undefined; 'tls.client.x509.subject.state_or_province'?: string[] | undefined; 'tls.client.x509.version_number'?: string | undefined; 'tls.curve'?: string | undefined; 'tls.established'?: boolean | undefined; 'tls.next_protocol'?: string | undefined; 'tls.resumed'?: boolean | undefined; 'tls.server.certificate'?: string | undefined; 'tls.server.certificate_chain'?: string[] | undefined; 'tls.server.hash.md5'?: string | undefined; 'tls.server.hash.sha1'?: string | undefined; 'tls.server.hash.sha256'?: string | undefined; 'tls.server.issuer'?: string | undefined; 'tls.server.ja3s'?: string | undefined; 'tls.server.not_after'?: string | number | undefined; 'tls.server.not_before'?: string | number | undefined; 'tls.server.subject'?: string | undefined; 'tls.server.x509.alternative_names'?: string[] | undefined; 'tls.server.x509.issuer.common_name'?: string[] | undefined; 'tls.server.x509.issuer.country'?: string[] | undefined; 'tls.server.x509.issuer.distinguished_name'?: string | undefined; 'tls.server.x509.issuer.locality'?: string[] | undefined; 'tls.server.x509.issuer.organization'?: string[] | undefined; 'tls.server.x509.issuer.organizational_unit'?: string[] | undefined; 'tls.server.x509.issuer.state_or_province'?: string[] | undefined; 'tls.server.x509.not_after'?: string | number | undefined; 'tls.server.x509.not_before'?: string | number | undefined; 'tls.server.x509.public_key_algorithm'?: string | undefined; 'tls.server.x509.public_key_curve'?: string | undefined; 'tls.server.x509.public_key_exponent'?: string | number | undefined; 'tls.server.x509.public_key_size'?: string | number | undefined; 'tls.server.x509.serial_number'?: string | undefined; 'tls.server.x509.signature_algorithm'?: string | undefined; 'tls.server.x509.subject.common_name'?: string[] | undefined; 'tls.server.x509.subject.country'?: string[] | undefined; 'tls.server.x509.subject.distinguished_name'?: string | undefined; 'tls.server.x509.subject.locality'?: string[] | undefined; 'tls.server.x509.subject.organization'?: string[] | undefined; 'tls.server.x509.subject.organizational_unit'?: string[] | undefined; 'tls.server.x509.subject.state_or_province'?: string[] | undefined; 'tls.server.x509.version_number'?: string | undefined; 'tls.version'?: string | undefined; 'tls.version_protocol'?: string | undefined; 'trace.id'?: string | undefined; 'transaction.id'?: string | undefined; 'url.domain'?: string | undefined; 'url.extension'?: string | undefined; 'url.fragment'?: string | undefined; 'url.full'?: string | undefined; 'url.original'?: string | undefined; 'url.password'?: string | undefined; 'url.path'?: string | undefined; 'url.port'?: string | number | undefined; 'url.query'?: string | undefined; 'url.registered_domain'?: string | undefined; 'url.scheme'?: string | undefined; 'url.subdomain'?: string | undefined; 'url.top_level_domain'?: string | undefined; 'url.username'?: string | undefined; 'user.changes.domain'?: string | undefined; 'user.changes.email'?: string | undefined; 'user.changes.full_name'?: string | undefined; 'user.changes.group.domain'?: string | undefined; 'user.changes.group.id'?: string | undefined; 'user.changes.group.name'?: string | undefined; 'user.changes.hash'?: string | undefined; 'user.changes.id'?: string | undefined; 'user.changes.name'?: string | undefined; 'user.changes.roles'?: string[] | undefined; 'user.domain'?: string | undefined; 'user.effective.domain'?: string | undefined; 'user.effective.email'?: string | undefined; 'user.effective.full_name'?: string | undefined; 'user.effective.group.domain'?: string | undefined; 'user.effective.group.id'?: string | undefined; 'user.effective.group.name'?: string | undefined; 'user.effective.hash'?: string | undefined; 'user.effective.id'?: string | undefined; 'user.effective.name'?: string | undefined; 'user.effective.roles'?: string[] | undefined; 'user.email'?: string | undefined; 'user.full_name'?: string | undefined; 'user.group.domain'?: string | undefined; 'user.group.id'?: string | undefined; 'user.group.name'?: string | undefined; 'user.hash'?: string | undefined; 'user.id'?: string | undefined; 'user.name'?: string | undefined; 'user.risk.calculated_level'?: string | undefined; 'user.risk.calculated_score'?: number | undefined; 'user.risk.calculated_score_norm'?: number | undefined; 'user.risk.static_level'?: string | undefined; 'user.risk.static_score'?: number | undefined; 'user.risk.static_score_norm'?: number | undefined; 'user.roles'?: string[] | undefined; 'user.target.domain'?: string | undefined; 'user.target.email'?: string | undefined; 'user.target.full_name'?: string | undefined; 'user.target.group.domain'?: string | undefined; 'user.target.group.id'?: string | undefined; 'user.target.group.name'?: string | undefined; 'user.target.hash'?: string | undefined; 'user.target.id'?: string | undefined; 'user.target.name'?: string | undefined; 'user.target.roles'?: string[] | undefined; 'user_agent.device.name'?: string | undefined; 'user_agent.name'?: string | undefined; 'user_agent.original'?: string | undefined; 'user_agent.os.family'?: string | undefined; 'user_agent.os.full'?: string | undefined; 'user_agent.os.kernel'?: string | undefined; 'user_agent.os.name'?: string | undefined; 'user_agent.os.platform'?: string | undefined; 'user_agent.os.type'?: string | undefined; 'user_agent.os.version'?: string | undefined; 'user_agent.version'?: string | undefined; 'vulnerability.category'?: string[] | undefined; 'vulnerability.classification'?: string | undefined; 'vulnerability.description'?: string | undefined; 'vulnerability.enumeration'?: string | undefined; 'vulnerability.id'?: string | undefined; 'vulnerability.reference'?: string | undefined; 'vulnerability.report_id'?: string | undefined; 'vulnerability.scanner.vendor'?: string | undefined; 'vulnerability.score.base'?: number | undefined; 'vulnerability.score.environmental'?: number | undefined; 'vulnerability.score.temporal'?: number | undefined; 'vulnerability.score.version'?: string | undefined; 'vulnerability.severity'?: string | undefined; } & {} & { 'ecs.version'?: string | undefined; 'kibana.alert.risk_score'?: number | undefined; 'kibana.alert.rule.author'?: string | undefined; 'kibana.alert.rule.created_at'?: string | number | undefined; 'kibana.alert.rule.created_by'?: string | undefined; 'kibana.alert.rule.description'?: string | undefined; 'kibana.alert.rule.enabled'?: string | undefined; 'kibana.alert.rule.from'?: string | undefined; 'kibana.alert.rule.interval'?: string | undefined; 'kibana.alert.rule.license'?: string | undefined; 'kibana.alert.rule.note'?: string | undefined; 'kibana.alert.rule.references'?: string[] | undefined; 'kibana.alert.rule.rule_id'?: string | undefined; 'kibana.alert.rule.rule_name_override'?: string | undefined; 'kibana.alert.rule.to'?: string | undefined; 'kibana.alert.rule.type'?: string | undefined; 'kibana.alert.rule.updated_at'?: string | number | undefined; 'kibana.alert.rule.updated_by'?: string | undefined; 'kibana.alert.rule.version'?: string | undefined; 'kibana.alert.severity'?: string | undefined; 'kibana.alert.suppression.docs_count'?: string | number | undefined; 'kibana.alert.suppression.end'?: string | number | undefined; 'kibana.alert.suppression.start'?: string | number | undefined; 'kibana.alert.suppression.terms.field'?: string[] | undefined; 'kibana.alert.suppression.terms.value'?: string[] | undefined; 'kibana.alert.system_status'?: string | undefined; 'kibana.alert.workflow_reason'?: string | undefined; 'kibana.alert.workflow_status_updated_at'?: string | number | undefined; 'kibana.alert.workflow_user'?: string | undefined; }" ], - "path": "packages/kbn-alerts-as-data-utils/src/schemas/generated/observability_slo_schema.ts", + "path": "src/platform/packages/shared/kbn-alerts-as-data-utils/src/schemas/generated/observability_slo_schema.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -422,7 +422,7 @@ "signature": [ "{} & { 'agent.name'?: string | undefined; 'anomaly.bucket_span.minutes'?: string | undefined; 'anomaly.start'?: string | number | undefined; configId?: string | undefined; 'error.message'?: string | undefined; 'error.stack_trace'?: string | undefined; 'host.name'?: string | undefined; 'kibana.alert.context'?: unknown; 'kibana.alert.evaluation.threshold'?: string | number | undefined; 'kibana.alert.evaluation.value'?: string | number | undefined; 'kibana.alert.evaluation.values'?: (string | number)[] | undefined; 'kibana.alert.group'?: { field?: string[] | undefined; value?: string[] | undefined; }[] | undefined; labels?: unknown; 'location.id'?: string[] | undefined; 'location.name'?: string[] | undefined; 'monitor.id'?: string | undefined; 'monitor.name'?: string | undefined; 'monitor.state.id'?: string | undefined; 'monitor.tags'?: string[] | undefined; 'monitor.type'?: string | undefined; 'observer.geo.name'?: string[] | undefined; 'observer.name'?: string[] | undefined; 'service.name'?: string | undefined; 'tls.server.hash.sha256'?: string | undefined; 'tls.server.x509.issuer.common_name'?: string | undefined; 'tls.server.x509.not_after'?: string | number | undefined; 'tls.server.x509.not_before'?: string | number | undefined; 'tls.server.x509.subject.common_name'?: string | undefined; 'url.full'?: string | undefined; } & { '@timestamp': string | number; 'kibana.alert.instance.id': string; 'kibana.alert.rule.category': string; 'kibana.alert.rule.consumer': string; 'kibana.alert.rule.name': string; 'kibana.alert.rule.producer': string; 'kibana.alert.rule.revision': string | number; 'kibana.alert.rule.rule_type_id': string; 'kibana.alert.rule.uuid': string; 'kibana.alert.status': string; 'kibana.alert.uuid': string; 'kibana.space_ids': string[]; } & { 'event.action'?: string | undefined; 'event.kind'?: string | undefined; 'event.original'?: string | undefined; 'kibana.alert.action_group'?: string | undefined; 'kibana.alert.case_ids'?: string[] | undefined; 'kibana.alert.consecutive_matches'?: string | number | undefined; 'kibana.alert.duration.us'?: string | number | undefined; 'kibana.alert.end'?: string | number | undefined; 'kibana.alert.flapping'?: boolean | undefined; 'kibana.alert.flapping_history'?: boolean[] | undefined; 'kibana.alert.intended_timestamp'?: string | number | undefined; 'kibana.alert.last_detected'?: string | number | undefined; 'kibana.alert.maintenance_window_ids'?: string[] | undefined; 'kibana.alert.previous_action_group'?: string | undefined; 'kibana.alert.reason'?: string | undefined; 'kibana.alert.rule.execution.timestamp'?: string | number | undefined; 'kibana.alert.rule.execution.type'?: string | undefined; 'kibana.alert.rule.execution.uuid'?: string | undefined; 'kibana.alert.rule.parameters'?: unknown; 'kibana.alert.rule.tags'?: string[] | undefined; 'kibana.alert.severity_improving'?: boolean | undefined; 'kibana.alert.start'?: string | number | undefined; 'kibana.alert.time_range'?: { gte?: string | number | undefined; lte?: string | number | undefined; } | undefined; 'kibana.alert.url'?: string | undefined; 'kibana.alert.workflow_assignee_ids'?: string[] | undefined; 'kibana.alert.workflow_status'?: string | undefined; 'kibana.alert.workflow_tags'?: string[] | undefined; 'kibana.version'?: string | undefined; tags?: string[] | undefined; } & {} & { 'ecs.version'?: string | undefined; 'kibana.alert.risk_score'?: number | undefined; 'kibana.alert.rule.author'?: string | undefined; 'kibana.alert.rule.created_at'?: string | number | undefined; 'kibana.alert.rule.created_by'?: string | undefined; 'kibana.alert.rule.description'?: string | undefined; 'kibana.alert.rule.enabled'?: string | undefined; 'kibana.alert.rule.from'?: string | undefined; 'kibana.alert.rule.interval'?: string | undefined; 'kibana.alert.rule.license'?: string | undefined; 'kibana.alert.rule.note'?: string | undefined; 'kibana.alert.rule.references'?: string[] | undefined; 'kibana.alert.rule.rule_id'?: string | undefined; 'kibana.alert.rule.rule_name_override'?: string | undefined; 'kibana.alert.rule.to'?: string | undefined; 'kibana.alert.rule.type'?: string | undefined; 'kibana.alert.rule.updated_at'?: string | number | undefined; 'kibana.alert.rule.updated_by'?: string | undefined; 'kibana.alert.rule.version'?: string | undefined; 'kibana.alert.severity'?: string | undefined; 'kibana.alert.suppression.docs_count'?: string | number | undefined; 'kibana.alert.suppression.end'?: string | number | undefined; 'kibana.alert.suppression.start'?: string | number | undefined; 'kibana.alert.suppression.terms.field'?: string[] | undefined; 'kibana.alert.suppression.terms.value'?: string[] | undefined; 'kibana.alert.system_status'?: string | undefined; 'kibana.alert.workflow_reason'?: string | undefined; 'kibana.alert.workflow_status_updated_at'?: string | number | undefined; 'kibana.alert.workflow_user'?: string | undefined; }" ], - "path": "packages/kbn-alerts-as-data-utils/src/schemas/generated/observability_uptime_schema.ts", + "path": "src/platform/packages/shared/kbn-alerts-as-data-utils/src/schemas/generated/observability_uptime_schema.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -437,7 +437,7 @@ "signature": [ "{ '@timestamp': string | number; 'kibana.alert.ancestors': { depth: string | number; id: string; index: string; type: string; }[]; 'kibana.alert.depth': string | number; 'kibana.alert.instance.id': string; 'kibana.alert.original_event.action': string; 'kibana.alert.original_event.category': string[]; 'kibana.alert.original_event.created': string | number; 'kibana.alert.original_event.dataset': string; 'kibana.alert.original_event.id': string; 'kibana.alert.original_event.ingested': string | number; 'kibana.alert.original_event.kind': string; 'kibana.alert.original_event.module': string; 'kibana.alert.original_event.original': string; 'kibana.alert.original_event.outcome': string; 'kibana.alert.original_event.provider': string; 'kibana.alert.original_event.sequence': string | number; 'kibana.alert.original_event.type': string[]; 'kibana.alert.original_time': string | number; 'kibana.alert.rule.category': string; 'kibana.alert.rule.consumer': string; 'kibana.alert.rule.false_positives': string[]; 'kibana.alert.rule.max_signals': (string | number)[]; 'kibana.alert.rule.name': string; 'kibana.alert.rule.producer': string; 'kibana.alert.rule.revision': string | number; 'kibana.alert.rule.rule_type_id': string; 'kibana.alert.rule.threat.framework': string; 'kibana.alert.rule.threat.tactic.id': string; 'kibana.alert.rule.threat.tactic.name': string; 'kibana.alert.rule.threat.tactic.reference': string; 'kibana.alert.rule.threat.technique.id': string; 'kibana.alert.rule.threat.technique.name': string; 'kibana.alert.rule.threat.technique.reference': string; 'kibana.alert.rule.threat.technique.subtechnique.id': string; 'kibana.alert.rule.threat.technique.subtechnique.name': string; 'kibana.alert.rule.threat.technique.subtechnique.reference': string; 'kibana.alert.rule.uuid': string; 'kibana.alert.status': string; 'kibana.alert.uuid': string; 'kibana.space_ids': string[]; } & { 'ecs.version'?: string | undefined; 'event.action'?: string | undefined; 'event.kind'?: string | undefined; 'event.original'?: string | undefined; 'host.asset.criticality'?: string | undefined; 'kibana.alert.action_group'?: string | undefined; 'kibana.alert.ancestors.rule'?: string | undefined; 'kibana.alert.building_block_type'?: string | undefined; 'kibana.alert.case_ids'?: string[] | undefined; 'kibana.alert.consecutive_matches'?: string | number | undefined; 'kibana.alert.duration.us'?: string | number | undefined; 'kibana.alert.end'?: string | number | undefined; 'kibana.alert.flapping'?: boolean | undefined; 'kibana.alert.flapping_history'?: boolean[] | undefined; 'kibana.alert.group.id'?: string | undefined; 'kibana.alert.group.index'?: number | undefined; 'kibana.alert.host.criticality_level'?: string | undefined; 'kibana.alert.intended_timestamp'?: string | number | undefined; 'kibana.alert.last_detected'?: string | number | undefined; 'kibana.alert.maintenance_window_ids'?: string[] | undefined; 'kibana.alert.new_terms'?: string[] | undefined; 'kibana.alert.original_event.agent_id_status'?: string | undefined; 'kibana.alert.original_event.code'?: string | undefined; 'kibana.alert.original_event.duration'?: string | undefined; 'kibana.alert.original_event.end'?: string | number | undefined; 'kibana.alert.original_event.hash'?: string | undefined; 'kibana.alert.original_event.reason'?: string | undefined; 'kibana.alert.original_event.reference'?: string | undefined; 'kibana.alert.original_event.risk_score'?: number | undefined; 'kibana.alert.original_event.risk_score_norm'?: number | undefined; 'kibana.alert.original_event.severity'?: string | number | undefined; 'kibana.alert.original_event.start'?: string | number | undefined; 'kibana.alert.original_event.timezone'?: string | undefined; 'kibana.alert.original_event.url'?: string | undefined; 'kibana.alert.previous_action_group'?: string | undefined; 'kibana.alert.reason'?: string | undefined; 'kibana.alert.risk_score'?: number | undefined; 'kibana.alert.rule.author'?: string | undefined; 'kibana.alert.rule.building_block_type'?: string | undefined; 'kibana.alert.rule.created_at'?: string | number | undefined; 'kibana.alert.rule.created_by'?: string | undefined; 'kibana.alert.rule.description'?: string | undefined; 'kibana.alert.rule.enabled'?: string | undefined; 'kibana.alert.rule.execution.timestamp'?: string | number | undefined; 'kibana.alert.rule.execution.type'?: string | undefined; 'kibana.alert.rule.execution.uuid'?: string | undefined; 'kibana.alert.rule.from'?: string | undefined; 'kibana.alert.rule.immutable'?: string[] | undefined; 'kibana.alert.rule.interval'?: string | undefined; 'kibana.alert.rule.license'?: string | undefined; 'kibana.alert.rule.note'?: string | undefined; 'kibana.alert.rule.parameters'?: unknown; 'kibana.alert.rule.references'?: string[] | undefined; 'kibana.alert.rule.rule_id'?: string | undefined; 'kibana.alert.rule.rule_name_override'?: string | undefined; 'kibana.alert.rule.tags'?: string[] | undefined; 'kibana.alert.rule.timeline_id'?: string[] | undefined; 'kibana.alert.rule.timeline_title'?: string[] | undefined; 'kibana.alert.rule.timestamp_override'?: string | undefined; 'kibana.alert.rule.to'?: string | undefined; 'kibana.alert.rule.type'?: string | undefined; 'kibana.alert.rule.updated_at'?: string | number | undefined; 'kibana.alert.rule.updated_by'?: string | undefined; 'kibana.alert.rule.version'?: string | undefined; 'kibana.alert.severity'?: string | undefined; 'kibana.alert.severity_improving'?: boolean | undefined; 'kibana.alert.start'?: string | number | undefined; 'kibana.alert.suppression.docs_count'?: string | number | undefined; 'kibana.alert.suppression.end'?: string | number | undefined; 'kibana.alert.suppression.start'?: string | number | undefined; 'kibana.alert.suppression.terms.field'?: string[] | undefined; 'kibana.alert.suppression.terms.value'?: string[] | undefined; 'kibana.alert.system_status'?: string | undefined; 'kibana.alert.threshold_result.cardinality'?: unknown; 'kibana.alert.threshold_result.count'?: string | number | undefined; 'kibana.alert.threshold_result.from'?: string | number | undefined; 'kibana.alert.threshold_result.terms'?: { field?: string | undefined; value?: string | undefined; }[] | undefined; 'kibana.alert.time_range'?: { gte?: string | number | undefined; lte?: string | number | undefined; } | undefined; 'kibana.alert.url'?: string | undefined; 'kibana.alert.user.criticality_level'?: string | undefined; 'kibana.alert.workflow_assignee_ids'?: string[] | undefined; 'kibana.alert.workflow_reason'?: string | undefined; 'kibana.alert.workflow_status'?: string | undefined; 'kibana.alert.workflow_status_updated_at'?: string | number | undefined; 'kibana.alert.workflow_tags'?: string[] | undefined; 'kibana.alert.workflow_user'?: string | undefined; 'kibana.version'?: string | undefined; tags?: string[] | undefined; 'user.asset.criticality'?: string | undefined; } & { '@timestamp': string | number; 'kibana.alert.instance.id': string; 'kibana.alert.rule.category': string; 'kibana.alert.rule.consumer': string; 'kibana.alert.rule.name': string; 'kibana.alert.rule.producer': string; 'kibana.alert.rule.revision': string | number; 'kibana.alert.rule.rule_type_id': string; 'kibana.alert.rule.uuid': string; 'kibana.alert.status': string; 'kibana.alert.uuid': string; 'kibana.space_ids': string[]; } & { 'event.action'?: string | undefined; 'event.kind'?: string | undefined; 'event.original'?: string | undefined; 'kibana.alert.action_group'?: string | undefined; 'kibana.alert.case_ids'?: string[] | undefined; 'kibana.alert.consecutive_matches'?: string | number | undefined; 'kibana.alert.duration.us'?: string | number | undefined; 'kibana.alert.end'?: string | number | undefined; 'kibana.alert.flapping'?: boolean | undefined; 'kibana.alert.flapping_history'?: boolean[] | undefined; 'kibana.alert.intended_timestamp'?: string | number | undefined; 'kibana.alert.last_detected'?: string | number | undefined; 'kibana.alert.maintenance_window_ids'?: string[] | undefined; 'kibana.alert.previous_action_group'?: string | undefined; 'kibana.alert.reason'?: string | undefined; 'kibana.alert.rule.execution.timestamp'?: string | number | undefined; 'kibana.alert.rule.execution.type'?: string | undefined; 'kibana.alert.rule.execution.uuid'?: string | undefined; 'kibana.alert.rule.parameters'?: unknown; 'kibana.alert.rule.tags'?: string[] | undefined; 'kibana.alert.severity_improving'?: boolean | undefined; 'kibana.alert.start'?: string | number | undefined; 'kibana.alert.time_range'?: { gte?: string | number | undefined; lte?: string | number | undefined; } | undefined; 'kibana.alert.url'?: string | undefined; 'kibana.alert.workflow_assignee_ids'?: string[] | undefined; 'kibana.alert.workflow_status'?: string | undefined; 'kibana.alert.workflow_tags'?: string[] | undefined; 'kibana.version'?: string | undefined; tags?: string[] | undefined; } & { '@timestamp': string | number; 'ecs.version': string; } & { 'agent.build.original'?: string | undefined; 'agent.ephemeral_id'?: string | undefined; 'agent.id'?: string | undefined; 'agent.name'?: string | undefined; 'agent.type'?: string | undefined; 'agent.version'?: string | undefined; 'client.address'?: string | undefined; 'client.as.number'?: string | number | undefined; 'client.as.organization.name'?: string | undefined; 'client.bytes'?: string | number | undefined; 'client.domain'?: string | undefined; 'client.geo.city_name'?: string | undefined; 'client.geo.continent_code'?: string | undefined; 'client.geo.continent_name'?: string | undefined; 'client.geo.country_iso_code'?: string | undefined; 'client.geo.country_name'?: string | undefined; 'client.geo.location'?: string | { type: string; coordinates: number[]; } | { lat: number; lon: number; } | { location: number[]; } | { location: string; } | undefined; 'client.geo.name'?: string | undefined; 'client.geo.postal_code'?: string | undefined; 'client.geo.region_iso_code'?: string | undefined; 'client.geo.region_name'?: string | undefined; 'client.geo.timezone'?: string | undefined; 'client.ip'?: string | undefined; 'client.mac'?: string | undefined; 'client.nat.ip'?: string | undefined; 'client.nat.port'?: string | number | undefined; 'client.packets'?: string | number | undefined; 'client.port'?: string | number | undefined; 'client.registered_domain'?: string | undefined; 'client.subdomain'?: string | undefined; 'client.top_level_domain'?: string | undefined; 'client.user.domain'?: string | undefined; 'client.user.email'?: string | undefined; 'client.user.full_name'?: string | undefined; 'client.user.group.domain'?: string | undefined; 'client.user.group.id'?: string | undefined; 'client.user.group.name'?: string | undefined; 'client.user.hash'?: string | undefined; 'client.user.id'?: string | undefined; 'client.user.name'?: string | undefined; 'client.user.roles'?: string[] | undefined; 'cloud.account.id'?: string | undefined; 'cloud.account.name'?: string | undefined; 'cloud.availability_zone'?: string | undefined; 'cloud.instance.id'?: string | undefined; 'cloud.instance.name'?: string | undefined; 'cloud.machine.type'?: string | undefined; 'cloud.origin.account.id'?: string | undefined; 'cloud.origin.account.name'?: string | undefined; 'cloud.origin.availability_zone'?: string | undefined; 'cloud.origin.instance.id'?: string | undefined; 'cloud.origin.instance.name'?: string | undefined; 'cloud.origin.machine.type'?: string | undefined; 'cloud.origin.project.id'?: string | undefined; 'cloud.origin.project.name'?: string | undefined; 'cloud.origin.provider'?: string | undefined; 'cloud.origin.region'?: string | undefined; 'cloud.origin.service.name'?: string | undefined; 'cloud.project.id'?: string | undefined; 'cloud.project.name'?: string | undefined; 'cloud.provider'?: string | undefined; 'cloud.region'?: string | undefined; 'cloud.service.name'?: string | undefined; 'cloud.target.account.id'?: string | undefined; 'cloud.target.account.name'?: string | undefined; 'cloud.target.availability_zone'?: string | undefined; 'cloud.target.instance.id'?: string | undefined; 'cloud.target.instance.name'?: string | undefined; 'cloud.target.machine.type'?: string | undefined; 'cloud.target.project.id'?: string | undefined; 'cloud.target.project.name'?: string | undefined; 'cloud.target.provider'?: string | undefined; 'cloud.target.region'?: string | undefined; 'cloud.target.service.name'?: string | undefined; 'container.cpu.usage'?: string | number | undefined; 'container.disk.read.bytes'?: string | number | undefined; 'container.disk.write.bytes'?: string | number | undefined; 'container.id'?: string | undefined; 'container.image.hash.all'?: string[] | undefined; 'container.image.name'?: string | undefined; 'container.image.tag'?: string[] | undefined; 'container.labels'?: unknown; 'container.memory.usage'?: string | number | undefined; 'container.name'?: string | undefined; 'container.network.egress.bytes'?: string | number | undefined; 'container.network.ingress.bytes'?: string | number | undefined; 'container.runtime'?: string | undefined; 'container.security_context.privileged'?: boolean | undefined; 'destination.address'?: string | undefined; 'destination.as.number'?: string | number | undefined; 'destination.as.organization.name'?: string | undefined; 'destination.bytes'?: string | number | undefined; 'destination.domain'?: string | undefined; 'destination.geo.city_name'?: string | undefined; 'destination.geo.continent_code'?: string | undefined; 'destination.geo.continent_name'?: string | undefined; 'destination.geo.country_iso_code'?: string | undefined; 'destination.geo.country_name'?: string | undefined; 'destination.geo.location'?: string | { type: string; coordinates: number[]; } | { lat: number; lon: number; } | { location: number[]; } | { location: string; } | undefined; 'destination.geo.name'?: string | undefined; 'destination.geo.postal_code'?: string | undefined; 'destination.geo.region_iso_code'?: string | undefined; 'destination.geo.region_name'?: string | undefined; 'destination.geo.timezone'?: string | undefined; 'destination.ip'?: string | undefined; 'destination.mac'?: string | undefined; 'destination.nat.ip'?: string | undefined; 'destination.nat.port'?: string | number | undefined; 'destination.packets'?: string | number | undefined; 'destination.port'?: string | number | undefined; 'destination.registered_domain'?: string | undefined; 'destination.subdomain'?: string | undefined; 'destination.top_level_domain'?: string | undefined; 'destination.user.domain'?: string | undefined; 'destination.user.email'?: string | undefined; 'destination.user.full_name'?: string | undefined; 'destination.user.group.domain'?: string | undefined; 'destination.user.group.id'?: string | undefined; 'destination.user.group.name'?: string | undefined; 'destination.user.hash'?: string | undefined; 'destination.user.id'?: string | undefined; 'destination.user.name'?: string | undefined; 'destination.user.roles'?: string[] | undefined; 'device.id'?: string | undefined; 'device.manufacturer'?: string | undefined; 'device.model.identifier'?: string | undefined; 'device.model.name'?: string | undefined; 'dll.code_signature.digest_algorithm'?: string | undefined; 'dll.code_signature.exists'?: boolean | undefined; 'dll.code_signature.signing_id'?: string | undefined; 'dll.code_signature.status'?: string | undefined; 'dll.code_signature.subject_name'?: string | undefined; 'dll.code_signature.team_id'?: string | undefined; 'dll.code_signature.timestamp'?: string | number | undefined; 'dll.code_signature.trusted'?: boolean | undefined; 'dll.code_signature.valid'?: boolean | undefined; 'dll.hash.md5'?: string | undefined; 'dll.hash.sha1'?: string | undefined; 'dll.hash.sha256'?: string | undefined; 'dll.hash.sha384'?: string | undefined; 'dll.hash.sha512'?: string | undefined; 'dll.hash.ssdeep'?: string | undefined; 'dll.hash.tlsh'?: string | undefined; 'dll.name'?: string | undefined; 'dll.path'?: string | undefined; 'dll.pe.architecture'?: string | undefined; 'dll.pe.company'?: string | undefined; 'dll.pe.description'?: string | undefined; 'dll.pe.file_version'?: string | undefined; 'dll.pe.go_import_hash'?: string | undefined; 'dll.pe.go_imports'?: unknown; 'dll.pe.go_imports_names_entropy'?: string | number | undefined; 'dll.pe.go_imports_names_var_entropy'?: string | number | undefined; 'dll.pe.go_stripped'?: boolean | undefined; 'dll.pe.imphash'?: string | undefined; 'dll.pe.import_hash'?: string | undefined; 'dll.pe.imports'?: unknown[] | undefined; 'dll.pe.imports_names_entropy'?: string | number | undefined; 'dll.pe.imports_names_var_entropy'?: string | number | undefined; 'dll.pe.original_file_name'?: string | undefined; 'dll.pe.pehash'?: string | undefined; 'dll.pe.product'?: string | undefined; 'dll.pe.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'dns.answers'?: { class?: string | undefined; data?: string | undefined; name?: string | undefined; ttl?: string | number | undefined; type?: string | undefined; }[] | undefined; 'dns.header_flags'?: string[] | undefined; 'dns.id'?: string | undefined; 'dns.op_code'?: string | undefined; 'dns.question.class'?: string | undefined; 'dns.question.name'?: string | undefined; 'dns.question.registered_domain'?: string | undefined; 'dns.question.subdomain'?: string | undefined; 'dns.question.top_level_domain'?: string | undefined; 'dns.question.type'?: string | undefined; 'dns.resolved_ip'?: string[] | undefined; 'dns.response_code'?: string | undefined; 'dns.type'?: string | undefined; 'email.attachments'?: { 'file.extension'?: string | undefined; 'file.hash.md5'?: string | undefined; 'file.hash.sha1'?: string | undefined; 'file.hash.sha256'?: string | undefined; 'file.hash.sha384'?: string | undefined; 'file.hash.sha512'?: string | undefined; 'file.hash.ssdeep'?: string | undefined; 'file.hash.tlsh'?: string | undefined; 'file.mime_type'?: string | undefined; 'file.name'?: string | undefined; 'file.size'?: string | number | undefined; }[] | undefined; 'email.bcc.address'?: string[] | undefined; 'email.cc.address'?: string[] | undefined; 'email.content_type'?: string | undefined; 'email.delivery_timestamp'?: string | number | undefined; 'email.direction'?: string | undefined; 'email.from.address'?: string[] | undefined; 'email.local_id'?: string | undefined; 'email.message_id'?: string | undefined; 'email.origination_timestamp'?: string | number | undefined; 'email.reply_to.address'?: string[] | undefined; 'email.sender.address'?: string | undefined; 'email.subject'?: string | undefined; 'email.to.address'?: string[] | undefined; 'email.x_mailer'?: string | undefined; 'error.code'?: string | undefined; 'error.id'?: string | undefined; 'error.message'?: string | undefined; 'error.stack_trace'?: string | undefined; 'error.type'?: string | undefined; 'event.action'?: string | undefined; 'event.agent_id_status'?: string | undefined; 'event.category'?: string[] | undefined; 'event.code'?: string | undefined; 'event.created'?: string | number | undefined; 'event.dataset'?: string | undefined; 'event.duration'?: string | number | undefined; 'event.end'?: string | number | undefined; 'event.hash'?: string | undefined; 'event.id'?: string | undefined; 'event.ingested'?: string | number | undefined; 'event.kind'?: string | undefined; 'event.module'?: string | undefined; 'event.original'?: string | undefined; 'event.outcome'?: string | undefined; 'event.provider'?: string | undefined; 'event.reason'?: string | undefined; 'event.reference'?: string | undefined; 'event.risk_score'?: number | undefined; 'event.risk_score_norm'?: number | undefined; 'event.sequence'?: string | number | undefined; 'event.severity'?: string | number | undefined; 'event.start'?: string | number | undefined; 'event.timezone'?: string | undefined; 'event.type'?: string[] | undefined; 'event.url'?: string | undefined; 'faas.coldstart'?: boolean | undefined; 'faas.execution'?: string | undefined; 'faas.id'?: string | undefined; 'faas.name'?: string | undefined; 'faas.version'?: string | undefined; 'file.accessed'?: string | number | undefined; 'file.attributes'?: string[] | undefined; 'file.code_signature.digest_algorithm'?: string | undefined; 'file.code_signature.exists'?: boolean | undefined; 'file.code_signature.signing_id'?: string | undefined; 'file.code_signature.status'?: string | undefined; 'file.code_signature.subject_name'?: string | undefined; 'file.code_signature.team_id'?: string | undefined; 'file.code_signature.timestamp'?: string | number | undefined; 'file.code_signature.trusted'?: boolean | undefined; 'file.code_signature.valid'?: boolean | undefined; 'file.created'?: string | number | undefined; 'file.ctime'?: string | number | undefined; 'file.device'?: string | undefined; 'file.directory'?: string | undefined; 'file.drive_letter'?: string | undefined; 'file.elf.architecture'?: string | undefined; 'file.elf.byte_order'?: string | undefined; 'file.elf.cpu_type'?: string | undefined; 'file.elf.creation_date'?: string | number | undefined; 'file.elf.exports'?: unknown[] | undefined; 'file.elf.go_import_hash'?: string | undefined; 'file.elf.go_imports'?: unknown; 'file.elf.go_imports_names_entropy'?: string | number | undefined; 'file.elf.go_imports_names_var_entropy'?: string | number | undefined; 'file.elf.go_stripped'?: boolean | undefined; 'file.elf.header.abi_version'?: string | undefined; 'file.elf.header.class'?: string | undefined; 'file.elf.header.data'?: string | undefined; 'file.elf.header.entrypoint'?: string | number | undefined; 'file.elf.header.object_version'?: string | undefined; 'file.elf.header.os_abi'?: string | undefined; 'file.elf.header.type'?: string | undefined; 'file.elf.header.version'?: string | undefined; 'file.elf.import_hash'?: string | undefined; 'file.elf.imports'?: unknown[] | undefined; 'file.elf.imports_names_entropy'?: string | number | undefined; 'file.elf.imports_names_var_entropy'?: string | number | undefined; 'file.elf.sections'?: { chi2?: string | number | undefined; entropy?: string | number | undefined; flags?: string | undefined; name?: string | undefined; physical_offset?: string | undefined; physical_size?: string | number | undefined; type?: string | undefined; var_entropy?: string | number | undefined; virtual_address?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'file.elf.segments'?: { sections?: string | undefined; type?: string | undefined; }[] | undefined; 'file.elf.shared_libraries'?: string[] | undefined; 'file.elf.telfhash'?: string | undefined; 'file.extension'?: string | undefined; 'file.fork_name'?: string | undefined; 'file.gid'?: string | undefined; 'file.group'?: string | undefined; 'file.hash.md5'?: string | undefined; 'file.hash.sha1'?: string | undefined; 'file.hash.sha256'?: string | undefined; 'file.hash.sha384'?: string | undefined; 'file.hash.sha512'?: string | undefined; 'file.hash.ssdeep'?: string | undefined; 'file.hash.tlsh'?: string | undefined; 'file.inode'?: string | undefined; 'file.macho.go_import_hash'?: string | undefined; 'file.macho.go_imports'?: unknown; 'file.macho.go_imports_names_entropy'?: string | number | undefined; 'file.macho.go_imports_names_var_entropy'?: string | number | undefined; 'file.macho.go_stripped'?: boolean | undefined; 'file.macho.import_hash'?: string | undefined; 'file.macho.imports'?: unknown[] | undefined; 'file.macho.imports_names_entropy'?: string | number | undefined; 'file.macho.imports_names_var_entropy'?: string | number | undefined; 'file.macho.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'file.macho.symhash'?: string | undefined; 'file.mime_type'?: string | undefined; 'file.mode'?: string | undefined; 'file.mtime'?: string | number | undefined; 'file.name'?: string | undefined; 'file.owner'?: string | undefined; 'file.path'?: string | undefined; 'file.pe.architecture'?: string | undefined; 'file.pe.company'?: string | undefined; 'file.pe.description'?: string | undefined; 'file.pe.file_version'?: string | undefined; 'file.pe.go_import_hash'?: string | undefined; 'file.pe.go_imports'?: unknown; 'file.pe.go_imports_names_entropy'?: string | number | undefined; 'file.pe.go_imports_names_var_entropy'?: string | number | undefined; 'file.pe.go_stripped'?: boolean | undefined; 'file.pe.imphash'?: string | undefined; 'file.pe.import_hash'?: string | undefined; 'file.pe.imports'?: unknown[] | undefined; 'file.pe.imports_names_entropy'?: string | number | undefined; 'file.pe.imports_names_var_entropy'?: string | number | undefined; 'file.pe.original_file_name'?: string | undefined; 'file.pe.pehash'?: string | undefined; 'file.pe.product'?: string | undefined; 'file.pe.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'file.size'?: string | number | undefined; 'file.target_path'?: string | undefined; 'file.type'?: string | undefined; 'file.uid'?: string | undefined; 'file.x509.alternative_names'?: string[] | undefined; 'file.x509.issuer.common_name'?: string[] | undefined; 'file.x509.issuer.country'?: string[] | undefined; 'file.x509.issuer.distinguished_name'?: string | undefined; 'file.x509.issuer.locality'?: string[] | undefined; 'file.x509.issuer.organization'?: string[] | undefined; 'file.x509.issuer.organizational_unit'?: string[] | undefined; 'file.x509.issuer.state_or_province'?: string[] | undefined; 'file.x509.not_after'?: string | number | undefined; 'file.x509.not_before'?: string | number | undefined; 'file.x509.public_key_algorithm'?: string | undefined; 'file.x509.public_key_curve'?: string | undefined; 'file.x509.public_key_exponent'?: string | number | undefined; 'file.x509.public_key_size'?: string | number | undefined; 'file.x509.serial_number'?: string | undefined; 'file.x509.signature_algorithm'?: string | undefined; 'file.x509.subject.common_name'?: string[] | undefined; 'file.x509.subject.country'?: string[] | undefined; 'file.x509.subject.distinguished_name'?: string | undefined; 'file.x509.subject.locality'?: string[] | undefined; 'file.x509.subject.organization'?: string[] | undefined; 'file.x509.subject.organizational_unit'?: string[] | undefined; 'file.x509.subject.state_or_province'?: string[] | undefined; 'file.x509.version_number'?: string | undefined; 'group.domain'?: string | undefined; 'group.id'?: string | undefined; 'group.name'?: string | undefined; 'host.architecture'?: string | undefined; 'host.boot.id'?: string | undefined; 'host.cpu.usage'?: string | number | undefined; 'host.disk.read.bytes'?: string | number | undefined; 'host.disk.write.bytes'?: string | number | undefined; 'host.domain'?: string | undefined; 'host.geo.city_name'?: string | undefined; 'host.geo.continent_code'?: string | undefined; 'host.geo.continent_name'?: string | undefined; 'host.geo.country_iso_code'?: string | undefined; 'host.geo.country_name'?: string | undefined; 'host.geo.location'?: string | { type: string; coordinates: number[]; } | { lat: number; lon: number; } | { location: number[]; } | { location: string; } | undefined; 'host.geo.name'?: string | undefined; 'host.geo.postal_code'?: string | undefined; 'host.geo.region_iso_code'?: string | undefined; 'host.geo.region_name'?: string | undefined; 'host.geo.timezone'?: string | undefined; 'host.hostname'?: string | undefined; 'host.id'?: string | undefined; 'host.ip'?: string[] | undefined; 'host.mac'?: string[] | undefined; 'host.name'?: string | undefined; 'host.network.egress.bytes'?: string | number | undefined; 'host.network.egress.packets'?: string | number | undefined; 'host.network.ingress.bytes'?: string | number | undefined; 'host.network.ingress.packets'?: string | number | undefined; 'host.os.family'?: string | undefined; 'host.os.full'?: string | undefined; 'host.os.kernel'?: string | undefined; 'host.os.name'?: string | undefined; 'host.os.platform'?: string | undefined; 'host.os.type'?: string | undefined; 'host.os.version'?: string | undefined; 'host.pid_ns_ino'?: string | undefined; 'host.risk.calculated_level'?: string | undefined; 'host.risk.calculated_score'?: number | undefined; 'host.risk.calculated_score_norm'?: number | undefined; 'host.risk.static_level'?: string | undefined; 'host.risk.static_score'?: number | undefined; 'host.risk.static_score_norm'?: number | undefined; 'host.type'?: string | undefined; 'host.uptime'?: string | number | undefined; 'http.request.body.bytes'?: string | number | undefined; 'http.request.body.content'?: string | undefined; 'http.request.bytes'?: string | number | undefined; 'http.request.id'?: string | undefined; 'http.request.method'?: string | undefined; 'http.request.mime_type'?: string | undefined; 'http.request.referrer'?: string | undefined; 'http.response.body.bytes'?: string | number | undefined; 'http.response.body.content'?: string | undefined; 'http.response.bytes'?: string | number | undefined; 'http.response.mime_type'?: string | undefined; 'http.response.status_code'?: string | number | undefined; 'http.version'?: string | undefined; labels?: unknown; 'log.file.path'?: string | undefined; 'log.level'?: string | undefined; 'log.logger'?: string | undefined; 'log.origin.file.line'?: string | number | undefined; 'log.origin.file.name'?: string | undefined; 'log.origin.function'?: string | undefined; 'log.syslog'?: unknown; message?: string | undefined; 'network.application'?: string | undefined; 'network.bytes'?: string | number | undefined; 'network.community_id'?: string | undefined; 'network.direction'?: string | undefined; 'network.forwarded_ip'?: string | undefined; 'network.iana_number'?: string | undefined; 'network.inner'?: unknown; 'network.name'?: string | undefined; 'network.packets'?: string | number | undefined; 'network.protocol'?: string | undefined; 'network.transport'?: string | undefined; 'network.type'?: string | undefined; 'network.vlan.id'?: string | undefined; 'network.vlan.name'?: string | undefined; 'observer.egress'?: unknown; 'observer.geo.city_name'?: string | undefined; 'observer.geo.continent_code'?: string | undefined; 'observer.geo.continent_name'?: string | undefined; 'observer.geo.country_iso_code'?: string | undefined; 'observer.geo.country_name'?: string | undefined; 'observer.geo.location'?: string | { type: string; coordinates: number[]; } | { lat: number; lon: number; } | { location: number[]; } | { location: string; } | undefined; 'observer.geo.name'?: string | undefined; 'observer.geo.postal_code'?: string | undefined; 'observer.geo.region_iso_code'?: string | undefined; 'observer.geo.region_name'?: string | undefined; 'observer.geo.timezone'?: string | undefined; 'observer.hostname'?: string | undefined; 'observer.ingress'?: unknown; 'observer.ip'?: string[] | undefined; 'observer.mac'?: string[] | undefined; 'observer.name'?: string | undefined; 'observer.os.family'?: string | undefined; 'observer.os.full'?: string | undefined; 'observer.os.kernel'?: string | undefined; 'observer.os.name'?: string | undefined; 'observer.os.platform'?: string | undefined; 'observer.os.type'?: string | undefined; 'observer.os.version'?: string | undefined; 'observer.product'?: string | undefined; 'observer.serial_number'?: string | undefined; 'observer.type'?: string | undefined; 'observer.vendor'?: string | undefined; 'observer.version'?: string | undefined; 'orchestrator.api_version'?: string | undefined; 'orchestrator.cluster.id'?: string | undefined; 'orchestrator.cluster.name'?: string | undefined; 'orchestrator.cluster.url'?: string | undefined; 'orchestrator.cluster.version'?: string | undefined; 'orchestrator.namespace'?: string | undefined; 'orchestrator.organization'?: string | undefined; 'orchestrator.resource.annotation'?: string[] | undefined; 'orchestrator.resource.id'?: string | undefined; 'orchestrator.resource.ip'?: string[] | undefined; 'orchestrator.resource.label'?: string[] | undefined; 'orchestrator.resource.name'?: string | undefined; 'orchestrator.resource.parent.type'?: string | undefined; 'orchestrator.resource.type'?: string | undefined; 'orchestrator.type'?: string | undefined; 'organization.id'?: string | undefined; 'organization.name'?: string | undefined; 'package.architecture'?: string | undefined; 'package.build_version'?: string | undefined; 'package.checksum'?: string | undefined; 'package.description'?: string | undefined; 'package.install_scope'?: string | undefined; 'package.installed'?: string | number | undefined; 'package.license'?: string | undefined; 'package.name'?: string | undefined; 'package.path'?: string | undefined; 'package.reference'?: string | undefined; 'package.size'?: string | number | undefined; 'package.type'?: string | undefined; 'package.version'?: string | undefined; 'process.args'?: string[] | undefined; 'process.args_count'?: string | number | undefined; 'process.code_signature.digest_algorithm'?: string | undefined; 'process.code_signature.exists'?: boolean | undefined; 'process.code_signature.signing_id'?: string | undefined; 'process.code_signature.status'?: string | undefined; 'process.code_signature.subject_name'?: string | undefined; 'process.code_signature.team_id'?: string | undefined; 'process.code_signature.timestamp'?: string | number | undefined; 'process.code_signature.trusted'?: boolean | undefined; 'process.code_signature.valid'?: boolean | undefined; 'process.command_line'?: string | undefined; 'process.elf.architecture'?: string | undefined; 'process.elf.byte_order'?: string | undefined; 'process.elf.cpu_type'?: string | undefined; 'process.elf.creation_date'?: string | number | undefined; 'process.elf.exports'?: unknown[] | undefined; 'process.elf.go_import_hash'?: string | undefined; 'process.elf.go_imports'?: unknown; 'process.elf.go_imports_names_entropy'?: string | number | undefined; 'process.elf.go_imports_names_var_entropy'?: string | number | undefined; 'process.elf.go_stripped'?: boolean | undefined; 'process.elf.header.abi_version'?: string | undefined; 'process.elf.header.class'?: string | undefined; 'process.elf.header.data'?: string | undefined; 'process.elf.header.entrypoint'?: string | number | undefined; 'process.elf.header.object_version'?: string | undefined; 'process.elf.header.os_abi'?: string | undefined; 'process.elf.header.type'?: string | undefined; 'process.elf.header.version'?: string | undefined; 'process.elf.import_hash'?: string | undefined; 'process.elf.imports'?: unknown[] | undefined; 'process.elf.imports_names_entropy'?: string | number | undefined; 'process.elf.imports_names_var_entropy'?: string | number | undefined; 'process.elf.sections'?: { chi2?: string | number | undefined; entropy?: string | number | undefined; flags?: string | undefined; name?: string | undefined; physical_offset?: string | undefined; physical_size?: string | number | undefined; type?: string | undefined; var_entropy?: string | number | undefined; virtual_address?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'process.elf.segments'?: { sections?: string | undefined; type?: string | undefined; }[] | undefined; 'process.elf.shared_libraries'?: string[] | undefined; 'process.elf.telfhash'?: string | undefined; 'process.end'?: string | number | undefined; 'process.entity_id'?: string | undefined; 'process.entry_leader.args'?: string[] | undefined; 'process.entry_leader.args_count'?: string | number | undefined; 'process.entry_leader.attested_groups.name'?: string | undefined; 'process.entry_leader.attested_user.id'?: string | undefined; 'process.entry_leader.attested_user.name'?: string | undefined; 'process.entry_leader.command_line'?: string | undefined; 'process.entry_leader.entity_id'?: string | undefined; 'process.entry_leader.entry_meta.source.ip'?: string | undefined; 'process.entry_leader.entry_meta.type'?: string | undefined; 'process.entry_leader.executable'?: string | undefined; 'process.entry_leader.group.id'?: string | undefined; 'process.entry_leader.group.name'?: string | undefined; 'process.entry_leader.interactive'?: boolean | undefined; 'process.entry_leader.name'?: string | undefined; 'process.entry_leader.parent.entity_id'?: string | undefined; 'process.entry_leader.parent.pid'?: string | number | undefined; 'process.entry_leader.parent.session_leader.entity_id'?: string | undefined; 'process.entry_leader.parent.session_leader.pid'?: string | number | undefined; 'process.entry_leader.parent.session_leader.start'?: string | number | undefined; 'process.entry_leader.parent.session_leader.vpid'?: string | number | undefined; 'process.entry_leader.parent.start'?: string | number | undefined; 'process.entry_leader.parent.vpid'?: string | number | undefined; 'process.entry_leader.pid'?: string | number | undefined; 'process.entry_leader.real_group.id'?: string | undefined; 'process.entry_leader.real_group.name'?: string | undefined; 'process.entry_leader.real_user.id'?: string | undefined; 'process.entry_leader.real_user.name'?: string | undefined; 'process.entry_leader.same_as_process'?: boolean | undefined; 'process.entry_leader.saved_group.id'?: string | undefined; 'process.entry_leader.saved_group.name'?: string | undefined; 'process.entry_leader.saved_user.id'?: string | undefined; 'process.entry_leader.saved_user.name'?: string | undefined; 'process.entry_leader.start'?: string | number | undefined; 'process.entry_leader.supplemental_groups.id'?: string | undefined; 'process.entry_leader.supplemental_groups.name'?: string | undefined; 'process.entry_leader.tty'?: unknown; 'process.entry_leader.user.id'?: string | undefined; 'process.entry_leader.user.name'?: string | undefined; 'process.entry_leader.vpid'?: string | number | undefined; 'process.entry_leader.working_directory'?: string | undefined; 'process.env_vars'?: string[] | undefined; 'process.executable'?: string | undefined; 'process.exit_code'?: string | number | undefined; 'process.group_leader.args'?: string[] | undefined; 'process.group_leader.args_count'?: string | number | undefined; 'process.group_leader.command_line'?: string | undefined; 'process.group_leader.entity_id'?: string | undefined; 'process.group_leader.executable'?: string | undefined; 'process.group_leader.group.id'?: string | undefined; 'process.group_leader.group.name'?: string | undefined; 'process.group_leader.interactive'?: boolean | undefined; 'process.group_leader.name'?: string | undefined; 'process.group_leader.pid'?: string | number | undefined; 'process.group_leader.real_group.id'?: string | undefined; 'process.group_leader.real_group.name'?: string | undefined; 'process.group_leader.real_user.id'?: string | undefined; 'process.group_leader.real_user.name'?: string | undefined; 'process.group_leader.same_as_process'?: boolean | undefined; 'process.group_leader.saved_group.id'?: string | undefined; 'process.group_leader.saved_group.name'?: string | undefined; 'process.group_leader.saved_user.id'?: string | undefined; 'process.group_leader.saved_user.name'?: string | undefined; 'process.group_leader.start'?: string | number | undefined; 'process.group_leader.supplemental_groups.id'?: string | undefined; 'process.group_leader.supplemental_groups.name'?: string | undefined; 'process.group_leader.tty'?: unknown; 'process.group_leader.user.id'?: string | undefined; 'process.group_leader.user.name'?: string | undefined; 'process.group_leader.vpid'?: string | number | undefined; 'process.group_leader.working_directory'?: string | undefined; 'process.hash.md5'?: string | undefined; 'process.hash.sha1'?: string | undefined; 'process.hash.sha256'?: string | undefined; 'process.hash.sha384'?: string | undefined; 'process.hash.sha512'?: string | undefined; 'process.hash.ssdeep'?: string | undefined; 'process.hash.tlsh'?: string | undefined; 'process.interactive'?: boolean | undefined; 'process.io'?: unknown; 'process.macho.go_import_hash'?: string | undefined; 'process.macho.go_imports'?: unknown; 'process.macho.go_imports_names_entropy'?: string | number | undefined; 'process.macho.go_imports_names_var_entropy'?: string | number | undefined; 'process.macho.go_stripped'?: boolean | undefined; 'process.macho.import_hash'?: string | undefined; 'process.macho.imports'?: unknown[] | undefined; 'process.macho.imports_names_entropy'?: string | number | undefined; 'process.macho.imports_names_var_entropy'?: string | number | undefined; 'process.macho.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'process.macho.symhash'?: string | undefined; 'process.name'?: string | undefined; 'process.parent.args'?: string[] | undefined; 'process.parent.args_count'?: string | number | undefined; 'process.parent.code_signature.digest_algorithm'?: string | undefined; 'process.parent.code_signature.exists'?: boolean | undefined; 'process.parent.code_signature.signing_id'?: string | undefined; 'process.parent.code_signature.status'?: string | undefined; 'process.parent.code_signature.subject_name'?: string | undefined; 'process.parent.code_signature.team_id'?: string | undefined; 'process.parent.code_signature.timestamp'?: string | number | undefined; 'process.parent.code_signature.trusted'?: boolean | undefined; 'process.parent.code_signature.valid'?: boolean | undefined; 'process.parent.command_line'?: string | undefined; 'process.parent.elf.architecture'?: string | undefined; 'process.parent.elf.byte_order'?: string | undefined; 'process.parent.elf.cpu_type'?: string | undefined; 'process.parent.elf.creation_date'?: string | number | undefined; 'process.parent.elf.exports'?: unknown[] | undefined; 'process.parent.elf.go_import_hash'?: string | undefined; 'process.parent.elf.go_imports'?: unknown; 'process.parent.elf.go_imports_names_entropy'?: string | number | undefined; 'process.parent.elf.go_imports_names_var_entropy'?: string | number | undefined; 'process.parent.elf.go_stripped'?: boolean | undefined; 'process.parent.elf.header.abi_version'?: string | undefined; 'process.parent.elf.header.class'?: string | undefined; 'process.parent.elf.header.data'?: string | undefined; 'process.parent.elf.header.entrypoint'?: string | number | undefined; 'process.parent.elf.header.object_version'?: string | undefined; 'process.parent.elf.header.os_abi'?: string | undefined; 'process.parent.elf.header.type'?: string | undefined; 'process.parent.elf.header.version'?: string | undefined; 'process.parent.elf.import_hash'?: string | undefined; 'process.parent.elf.imports'?: unknown[] | undefined; 'process.parent.elf.imports_names_entropy'?: string | number | undefined; 'process.parent.elf.imports_names_var_entropy'?: string | number | undefined; 'process.parent.elf.sections'?: { chi2?: string | number | undefined; entropy?: string | number | undefined; flags?: string | undefined; name?: string | undefined; physical_offset?: string | undefined; physical_size?: string | number | undefined; type?: string | undefined; var_entropy?: string | number | undefined; virtual_address?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'process.parent.elf.segments'?: { sections?: string | undefined; type?: string | undefined; }[] | undefined; 'process.parent.elf.shared_libraries'?: string[] | undefined; 'process.parent.elf.telfhash'?: string | undefined; 'process.parent.end'?: string | number | undefined; 'process.parent.entity_id'?: string | undefined; 'process.parent.executable'?: string | undefined; 'process.parent.exit_code'?: string | number | undefined; 'process.parent.group.id'?: string | undefined; 'process.parent.group.name'?: string | undefined; 'process.parent.group_leader.entity_id'?: string | undefined; 'process.parent.group_leader.pid'?: string | number | undefined; 'process.parent.group_leader.start'?: string | number | undefined; 'process.parent.group_leader.vpid'?: string | number | undefined; 'process.parent.hash.md5'?: string | undefined; 'process.parent.hash.sha1'?: string | undefined; 'process.parent.hash.sha256'?: string | undefined; 'process.parent.hash.sha384'?: string | undefined; 'process.parent.hash.sha512'?: string | undefined; 'process.parent.hash.ssdeep'?: string | undefined; 'process.parent.hash.tlsh'?: string | undefined; 'process.parent.interactive'?: boolean | undefined; 'process.parent.macho.go_import_hash'?: string | undefined; 'process.parent.macho.go_imports'?: unknown; 'process.parent.macho.go_imports_names_entropy'?: string | number | undefined; 'process.parent.macho.go_imports_names_var_entropy'?: string | number | undefined; 'process.parent.macho.go_stripped'?: boolean | undefined; 'process.parent.macho.import_hash'?: string | undefined; 'process.parent.macho.imports'?: unknown[] | undefined; 'process.parent.macho.imports_names_entropy'?: string | number | undefined; 'process.parent.macho.imports_names_var_entropy'?: string | number | undefined; 'process.parent.macho.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'process.parent.macho.symhash'?: string | undefined; 'process.parent.name'?: string | undefined; 'process.parent.pe.architecture'?: string | undefined; 'process.parent.pe.company'?: string | undefined; 'process.parent.pe.description'?: string | undefined; 'process.parent.pe.file_version'?: string | undefined; 'process.parent.pe.go_import_hash'?: string | undefined; 'process.parent.pe.go_imports'?: unknown; 'process.parent.pe.go_imports_names_entropy'?: string | number | undefined; 'process.parent.pe.go_imports_names_var_entropy'?: string | number | undefined; 'process.parent.pe.go_stripped'?: boolean | undefined; 'process.parent.pe.imphash'?: string | undefined; 'process.parent.pe.import_hash'?: string | undefined; 'process.parent.pe.imports'?: unknown[] | undefined; 'process.parent.pe.imports_names_entropy'?: string | number | undefined; 'process.parent.pe.imports_names_var_entropy'?: string | number | undefined; 'process.parent.pe.original_file_name'?: string | undefined; 'process.parent.pe.pehash'?: string | undefined; 'process.parent.pe.product'?: string | undefined; 'process.parent.pe.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'process.parent.pgid'?: string | number | undefined; 'process.parent.pid'?: string | number | undefined; 'process.parent.real_group.id'?: string | undefined; 'process.parent.real_group.name'?: string | undefined; 'process.parent.real_user.id'?: string | undefined; 'process.parent.real_user.name'?: string | undefined; 'process.parent.saved_group.id'?: string | undefined; 'process.parent.saved_group.name'?: string | undefined; 'process.parent.saved_user.id'?: string | undefined; 'process.parent.saved_user.name'?: string | undefined; 'process.parent.start'?: string | number | undefined; 'process.parent.supplemental_groups.id'?: string | undefined; 'process.parent.supplemental_groups.name'?: string | undefined; 'process.parent.thread.capabilities.effective'?: string[] | undefined; 'process.parent.thread.capabilities.permitted'?: string[] | undefined; 'process.parent.thread.id'?: string | number | undefined; 'process.parent.thread.name'?: string | undefined; 'process.parent.title'?: string | undefined; 'process.parent.tty'?: unknown; 'process.parent.uptime'?: string | number | undefined; 'process.parent.user.id'?: string | undefined; 'process.parent.user.name'?: string | undefined; 'process.parent.vpid'?: string | number | undefined; 'process.parent.working_directory'?: string | undefined; 'process.pe.architecture'?: string | undefined; 'process.pe.company'?: string | undefined; 'process.pe.description'?: string | undefined; 'process.pe.file_version'?: string | undefined; 'process.pe.go_import_hash'?: string | undefined; 'process.pe.go_imports'?: unknown; 'process.pe.go_imports_names_entropy'?: string | number | undefined; 'process.pe.go_imports_names_var_entropy'?: string | number | undefined; 'process.pe.go_stripped'?: boolean | undefined; 'process.pe.imphash'?: string | undefined; 'process.pe.import_hash'?: string | undefined; 'process.pe.imports'?: unknown[] | undefined; 'process.pe.imports_names_entropy'?: string | number | undefined; 'process.pe.imports_names_var_entropy'?: string | number | undefined; 'process.pe.original_file_name'?: string | undefined; 'process.pe.pehash'?: string | undefined; 'process.pe.product'?: string | undefined; 'process.pe.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'process.pgid'?: string | number | undefined; 'process.pid'?: string | number | undefined; 'process.previous.args'?: string[] | undefined; 'process.previous.args_count'?: string | number | undefined; 'process.previous.executable'?: string | undefined; 'process.real_group.id'?: string | undefined; 'process.real_group.name'?: string | undefined; 'process.real_user.id'?: string | undefined; 'process.real_user.name'?: string | undefined; 'process.saved_group.id'?: string | undefined; 'process.saved_group.name'?: string | undefined; 'process.saved_user.id'?: string | undefined; 'process.saved_user.name'?: string | undefined; 'process.session_leader.args'?: string[] | undefined; 'process.session_leader.args_count'?: string | number | undefined; 'process.session_leader.command_line'?: string | undefined; 'process.session_leader.entity_id'?: string | undefined; 'process.session_leader.executable'?: string | undefined; 'process.session_leader.group.id'?: string | undefined; 'process.session_leader.group.name'?: string | undefined; 'process.session_leader.interactive'?: boolean | undefined; 'process.session_leader.name'?: string | undefined; 'process.session_leader.parent.entity_id'?: string | undefined; 'process.session_leader.parent.pid'?: string | number | undefined; 'process.session_leader.parent.session_leader.entity_id'?: string | undefined; 'process.session_leader.parent.session_leader.pid'?: string | number | undefined; 'process.session_leader.parent.session_leader.start'?: string | number | undefined; 'process.session_leader.parent.session_leader.vpid'?: string | number | undefined; 'process.session_leader.parent.start'?: string | number | undefined; 'process.session_leader.parent.vpid'?: string | number | undefined; 'process.session_leader.pid'?: string | number | undefined; 'process.session_leader.real_group.id'?: string | undefined; 'process.session_leader.real_group.name'?: string | undefined; 'process.session_leader.real_user.id'?: string | undefined; 'process.session_leader.real_user.name'?: string | undefined; 'process.session_leader.same_as_process'?: boolean | undefined; 'process.session_leader.saved_group.id'?: string | undefined; 'process.session_leader.saved_group.name'?: string | undefined; 'process.session_leader.saved_user.id'?: string | undefined; 'process.session_leader.saved_user.name'?: string | undefined; 'process.session_leader.start'?: string | number | undefined; 'process.session_leader.supplemental_groups.id'?: string | undefined; 'process.session_leader.supplemental_groups.name'?: string | undefined; 'process.session_leader.tty'?: unknown; 'process.session_leader.user.id'?: string | undefined; 'process.session_leader.user.name'?: string | undefined; 'process.session_leader.vpid'?: string | number | undefined; 'process.session_leader.working_directory'?: string | undefined; 'process.start'?: string | number | undefined; 'process.supplemental_groups.id'?: string | undefined; 'process.supplemental_groups.name'?: string | undefined; 'process.thread.capabilities.effective'?: string[] | undefined; 'process.thread.capabilities.permitted'?: string[] | undefined; 'process.thread.id'?: string | number | undefined; 'process.thread.name'?: string | undefined; 'process.title'?: string | undefined; 'process.tty'?: unknown; 'process.uptime'?: string | number | undefined; 'process.user.id'?: string | undefined; 'process.user.name'?: string | undefined; 'process.vpid'?: string | number | undefined; 'process.working_directory'?: string | undefined; 'registry.data.bytes'?: string | undefined; 'registry.data.strings'?: string[] | undefined; 'registry.data.type'?: string | undefined; 'registry.hive'?: string | undefined; 'registry.key'?: string | undefined; 'registry.path'?: string | undefined; 'registry.value'?: string | undefined; 'related.hash'?: string[] | undefined; 'related.hosts'?: string[] | undefined; 'related.ip'?: string[] | undefined; 'related.user'?: string[] | undefined; 'rule.author'?: string[] | undefined; 'rule.category'?: string | undefined; 'rule.description'?: string | undefined; 'rule.id'?: string | undefined; 'rule.license'?: string | undefined; 'rule.name'?: string | undefined; 'rule.reference'?: string | undefined; 'rule.ruleset'?: string | undefined; 'rule.uuid'?: string | undefined; 'rule.version'?: string | undefined; 'server.address'?: string | undefined; 'server.as.number'?: string | number | undefined; 'server.as.organization.name'?: string | undefined; 'server.bytes'?: string | number | undefined; 'server.domain'?: string | undefined; 'server.geo.city_name'?: string | undefined; 'server.geo.continent_code'?: string | undefined; 'server.geo.continent_name'?: string | undefined; 'server.geo.country_iso_code'?: string | undefined; 'server.geo.country_name'?: string | undefined; 'server.geo.location'?: string | { type: string; coordinates: number[]; } | { lat: number; lon: number; } | { location: number[]; } | { location: string; } | undefined; 'server.geo.name'?: string | undefined; 'server.geo.postal_code'?: string | undefined; 'server.geo.region_iso_code'?: string | undefined; 'server.geo.region_name'?: string | undefined; 'server.geo.timezone'?: string | undefined; 'server.ip'?: string | undefined; 'server.mac'?: string | undefined; 'server.nat.ip'?: string | undefined; 'server.nat.port'?: string | number | undefined; 'server.packets'?: string | number | undefined; 'server.port'?: string | number | undefined; 'server.registered_domain'?: string | undefined; 'server.subdomain'?: string | undefined; 'server.top_level_domain'?: string | undefined; 'server.user.domain'?: string | undefined; 'server.user.email'?: string | undefined; 'server.user.full_name'?: string | undefined; 'server.user.group.domain'?: string | undefined; 'server.user.group.id'?: string | undefined; 'server.user.group.name'?: string | undefined; 'server.user.hash'?: string | undefined; 'server.user.id'?: string | undefined; 'server.user.name'?: string | undefined; 'server.user.roles'?: string[] | undefined; 'service.address'?: string | undefined; 'service.environment'?: string | undefined; 'service.ephemeral_id'?: string | undefined; 'service.id'?: string | undefined; 'service.name'?: string | undefined; 'service.node.name'?: string | undefined; 'service.node.role'?: string | undefined; 'service.node.roles'?: string[] | undefined; 'service.origin.address'?: string | undefined; 'service.origin.environment'?: string | undefined; 'service.origin.ephemeral_id'?: string | undefined; 'service.origin.id'?: string | undefined; 'service.origin.name'?: string | undefined; 'service.origin.node.name'?: string | undefined; 'service.origin.node.role'?: string | undefined; 'service.origin.node.roles'?: string[] | undefined; 'service.origin.state'?: string | undefined; 'service.origin.type'?: string | undefined; 'service.origin.version'?: string | undefined; 'service.state'?: string | undefined; 'service.target.address'?: string | undefined; 'service.target.environment'?: string | undefined; 'service.target.ephemeral_id'?: string | undefined; 'service.target.id'?: string | undefined; 'service.target.name'?: string | undefined; 'service.target.node.name'?: string | undefined; 'service.target.node.role'?: string | undefined; 'service.target.node.roles'?: string[] | undefined; 'service.target.state'?: string | undefined; 'service.target.type'?: string | undefined; 'service.target.version'?: string | undefined; 'service.type'?: string | undefined; 'service.version'?: string | undefined; 'source.address'?: string | undefined; 'source.as.number'?: string | number | undefined; 'source.as.organization.name'?: string | undefined; 'source.bytes'?: string | number | undefined; 'source.domain'?: string | undefined; 'source.geo.city_name'?: string | undefined; 'source.geo.continent_code'?: string | undefined; 'source.geo.continent_name'?: string | undefined; 'source.geo.country_iso_code'?: string | undefined; 'source.geo.country_name'?: string | undefined; 'source.geo.location'?: string | { type: string; coordinates: number[]; } | { lat: number; lon: number; } | { location: number[]; } | { location: string; } | undefined; 'source.geo.name'?: string | undefined; 'source.geo.postal_code'?: string | undefined; 'source.geo.region_iso_code'?: string | undefined; 'source.geo.region_name'?: string | undefined; 'source.geo.timezone'?: string | undefined; 'source.ip'?: string | undefined; 'source.mac'?: string | undefined; 'source.nat.ip'?: string | undefined; 'source.nat.port'?: string | number | undefined; 'source.packets'?: string | number | undefined; 'source.port'?: string | number | undefined; 'source.registered_domain'?: string | undefined; 'source.subdomain'?: string | undefined; 'source.top_level_domain'?: string | undefined; 'source.user.domain'?: string | undefined; 'source.user.email'?: string | undefined; 'source.user.full_name'?: string | undefined; 'source.user.group.domain'?: string | undefined; 'source.user.group.id'?: string | undefined; 'source.user.group.name'?: string | undefined; 'source.user.hash'?: string | undefined; 'source.user.id'?: string | undefined; 'source.user.name'?: string | undefined; 'source.user.roles'?: string[] | undefined; 'span.id'?: string | undefined; tags?: string[] | undefined; 'threat.enrichments'?: { indicator?: unknown; 'matched.atomic'?: string | undefined; 'matched.field'?: string | undefined; 'matched.id'?: string | undefined; 'matched.index'?: string | undefined; 'matched.occurred'?: string | number | undefined; 'matched.type'?: string | undefined; }[] | undefined; 'threat.feed.dashboard_id'?: string | undefined; 'threat.feed.description'?: string | undefined; 'threat.feed.name'?: string | undefined; 'threat.feed.reference'?: string | undefined; 'threat.framework'?: string | undefined; 'threat.group.alias'?: string[] | undefined; 'threat.group.id'?: string | undefined; 'threat.group.name'?: string | undefined; 'threat.group.reference'?: string | undefined; 'threat.indicator.as.number'?: string | number | undefined; 'threat.indicator.as.organization.name'?: string | undefined; 'threat.indicator.confidence'?: string | undefined; 'threat.indicator.description'?: string | undefined; 'threat.indicator.email.address'?: string | undefined; 'threat.indicator.file.accessed'?: string | number | undefined; 'threat.indicator.file.attributes'?: string[] | undefined; 'threat.indicator.file.code_signature.digest_algorithm'?: string | undefined; 'threat.indicator.file.code_signature.exists'?: boolean | undefined; 'threat.indicator.file.code_signature.signing_id'?: string | undefined; 'threat.indicator.file.code_signature.status'?: string | undefined; 'threat.indicator.file.code_signature.subject_name'?: string | undefined; 'threat.indicator.file.code_signature.team_id'?: string | undefined; 'threat.indicator.file.code_signature.timestamp'?: string | number | undefined; 'threat.indicator.file.code_signature.trusted'?: boolean | undefined; 'threat.indicator.file.code_signature.valid'?: boolean | undefined; 'threat.indicator.file.created'?: string | number | undefined; 'threat.indicator.file.ctime'?: string | number | undefined; 'threat.indicator.file.device'?: string | undefined; 'threat.indicator.file.directory'?: string | undefined; 'threat.indicator.file.drive_letter'?: string | undefined; 'threat.indicator.file.elf.architecture'?: string | undefined; 'threat.indicator.file.elf.byte_order'?: string | undefined; 'threat.indicator.file.elf.cpu_type'?: string | undefined; 'threat.indicator.file.elf.creation_date'?: string | number | undefined; 'threat.indicator.file.elf.exports'?: unknown[] | undefined; 'threat.indicator.file.elf.go_import_hash'?: string | undefined; 'threat.indicator.file.elf.go_imports'?: unknown; 'threat.indicator.file.elf.go_imports_names_entropy'?: string | number | undefined; 'threat.indicator.file.elf.go_imports_names_var_entropy'?: string | number | undefined; 'threat.indicator.file.elf.go_stripped'?: boolean | undefined; 'threat.indicator.file.elf.header.abi_version'?: string | undefined; 'threat.indicator.file.elf.header.class'?: string | undefined; 'threat.indicator.file.elf.header.data'?: string | undefined; 'threat.indicator.file.elf.header.entrypoint'?: string | number | undefined; 'threat.indicator.file.elf.header.object_version'?: string | undefined; 'threat.indicator.file.elf.header.os_abi'?: string | undefined; 'threat.indicator.file.elf.header.type'?: string | undefined; 'threat.indicator.file.elf.header.version'?: string | undefined; 'threat.indicator.file.elf.import_hash'?: string | undefined; 'threat.indicator.file.elf.imports'?: unknown[] | undefined; 'threat.indicator.file.elf.imports_names_entropy'?: string | number | undefined; 'threat.indicator.file.elf.imports_names_var_entropy'?: string | number | undefined; 'threat.indicator.file.elf.sections'?: { chi2?: string | number | undefined; entropy?: string | number | undefined; flags?: string | undefined; name?: string | undefined; physical_offset?: string | undefined; physical_size?: string | number | undefined; type?: string | undefined; var_entropy?: string | number | undefined; virtual_address?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'threat.indicator.file.elf.segments'?: { sections?: string | undefined; type?: string | undefined; }[] | undefined; 'threat.indicator.file.elf.shared_libraries'?: string[] | undefined; 'threat.indicator.file.elf.telfhash'?: string | undefined; 'threat.indicator.file.extension'?: string | undefined; 'threat.indicator.file.fork_name'?: string | undefined; 'threat.indicator.file.gid'?: string | undefined; 'threat.indicator.file.group'?: string | undefined; 'threat.indicator.file.hash.md5'?: string | undefined; 'threat.indicator.file.hash.sha1'?: string | undefined; 'threat.indicator.file.hash.sha256'?: string | undefined; 'threat.indicator.file.hash.sha384'?: string | undefined; 'threat.indicator.file.hash.sha512'?: string | undefined; 'threat.indicator.file.hash.ssdeep'?: string | undefined; 'threat.indicator.file.hash.tlsh'?: string | undefined; 'threat.indicator.file.inode'?: string | undefined; 'threat.indicator.file.mime_type'?: string | undefined; 'threat.indicator.file.mode'?: string | undefined; 'threat.indicator.file.mtime'?: string | number | undefined; 'threat.indicator.file.name'?: string | undefined; 'threat.indicator.file.owner'?: string | undefined; 'threat.indicator.file.path'?: string | undefined; 'threat.indicator.file.pe.architecture'?: string | undefined; 'threat.indicator.file.pe.company'?: string | undefined; 'threat.indicator.file.pe.description'?: string | undefined; 'threat.indicator.file.pe.file_version'?: string | undefined; 'threat.indicator.file.pe.go_import_hash'?: string | undefined; 'threat.indicator.file.pe.go_imports'?: unknown; 'threat.indicator.file.pe.go_imports_names_entropy'?: string | number | undefined; 'threat.indicator.file.pe.go_imports_names_var_entropy'?: string | number | undefined; 'threat.indicator.file.pe.go_stripped'?: boolean | undefined; 'threat.indicator.file.pe.imphash'?: string | undefined; 'threat.indicator.file.pe.import_hash'?: string | undefined; 'threat.indicator.file.pe.imports'?: unknown[] | undefined; 'threat.indicator.file.pe.imports_names_entropy'?: string | number | undefined; 'threat.indicator.file.pe.imports_names_var_entropy'?: string | number | undefined; 'threat.indicator.file.pe.original_file_name'?: string | undefined; 'threat.indicator.file.pe.pehash'?: string | undefined; 'threat.indicator.file.pe.product'?: string | undefined; 'threat.indicator.file.pe.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'threat.indicator.file.size'?: string | number | undefined; 'threat.indicator.file.target_path'?: string | undefined; 'threat.indicator.file.type'?: string | undefined; 'threat.indicator.file.uid'?: string | undefined; 'threat.indicator.file.x509.alternative_names'?: string[] | undefined; 'threat.indicator.file.x509.issuer.common_name'?: string[] | undefined; 'threat.indicator.file.x509.issuer.country'?: string[] | undefined; 'threat.indicator.file.x509.issuer.distinguished_name'?: string | undefined; 'threat.indicator.file.x509.issuer.locality'?: string[] | undefined; 'threat.indicator.file.x509.issuer.organization'?: string[] | undefined; 'threat.indicator.file.x509.issuer.organizational_unit'?: string[] | undefined; 'threat.indicator.file.x509.issuer.state_or_province'?: string[] | undefined; 'threat.indicator.file.x509.not_after'?: string | number | undefined; 'threat.indicator.file.x509.not_before'?: string | number | undefined; 'threat.indicator.file.x509.public_key_algorithm'?: string | undefined; 'threat.indicator.file.x509.public_key_curve'?: string | undefined; 'threat.indicator.file.x509.public_key_exponent'?: string | number | undefined; 'threat.indicator.file.x509.public_key_size'?: string | number | undefined; 'threat.indicator.file.x509.serial_number'?: string | undefined; 'threat.indicator.file.x509.signature_algorithm'?: string | undefined; 'threat.indicator.file.x509.subject.common_name'?: string[] | undefined; 'threat.indicator.file.x509.subject.country'?: string[] | undefined; 'threat.indicator.file.x509.subject.distinguished_name'?: string | undefined; 'threat.indicator.file.x509.subject.locality'?: string[] | undefined; 'threat.indicator.file.x509.subject.organization'?: string[] | undefined; 'threat.indicator.file.x509.subject.organizational_unit'?: string[] | undefined; 'threat.indicator.file.x509.subject.state_or_province'?: string[] | undefined; 'threat.indicator.file.x509.version_number'?: string | undefined; 'threat.indicator.first_seen'?: string | number | undefined; 'threat.indicator.geo.city_name'?: string | undefined; 'threat.indicator.geo.continent_code'?: string | undefined; 'threat.indicator.geo.continent_name'?: string | undefined; 'threat.indicator.geo.country_iso_code'?: string | undefined; 'threat.indicator.geo.country_name'?: string | undefined; 'threat.indicator.geo.location'?: string | { type: string; coordinates: number[]; } | { lat: number; lon: number; } | { location: number[]; } | { location: string; } | undefined; 'threat.indicator.geo.name'?: string | undefined; 'threat.indicator.geo.postal_code'?: string | undefined; 'threat.indicator.geo.region_iso_code'?: string | undefined; 'threat.indicator.geo.region_name'?: string | undefined; 'threat.indicator.geo.timezone'?: string | undefined; 'threat.indicator.ip'?: string | undefined; 'threat.indicator.last_seen'?: string | number | undefined; 'threat.indicator.marking.tlp'?: string | undefined; 'threat.indicator.marking.tlp_version'?: string | undefined; 'threat.indicator.modified_at'?: string | number | undefined; 'threat.indicator.name'?: string | undefined; 'threat.indicator.port'?: string | number | undefined; 'threat.indicator.provider'?: string | undefined; 'threat.indicator.reference'?: string | undefined; 'threat.indicator.registry.data.bytes'?: string | undefined; 'threat.indicator.registry.data.strings'?: string[] | undefined; 'threat.indicator.registry.data.type'?: string | undefined; 'threat.indicator.registry.hive'?: string | undefined; 'threat.indicator.registry.key'?: string | undefined; 'threat.indicator.registry.path'?: string | undefined; 'threat.indicator.registry.value'?: string | undefined; 'threat.indicator.scanner_stats'?: string | number | undefined; 'threat.indicator.sightings'?: string | number | undefined; 'threat.indicator.type'?: string | undefined; 'threat.indicator.url.domain'?: string | undefined; 'threat.indicator.url.extension'?: string | undefined; 'threat.indicator.url.fragment'?: string | undefined; 'threat.indicator.url.full'?: string | undefined; 'threat.indicator.url.original'?: string | undefined; 'threat.indicator.url.password'?: string | undefined; 'threat.indicator.url.path'?: string | undefined; 'threat.indicator.url.port'?: string | number | undefined; 'threat.indicator.url.query'?: string | undefined; 'threat.indicator.url.registered_domain'?: string | undefined; 'threat.indicator.url.scheme'?: string | undefined; 'threat.indicator.url.subdomain'?: string | undefined; 'threat.indicator.url.top_level_domain'?: string | undefined; 'threat.indicator.url.username'?: string | undefined; 'threat.indicator.x509.alternative_names'?: string[] | undefined; 'threat.indicator.x509.issuer.common_name'?: string[] | undefined; 'threat.indicator.x509.issuer.country'?: string[] | undefined; 'threat.indicator.x509.issuer.distinguished_name'?: string | undefined; 'threat.indicator.x509.issuer.locality'?: string[] | undefined; 'threat.indicator.x509.issuer.organization'?: string[] | undefined; 'threat.indicator.x509.issuer.organizational_unit'?: string[] | undefined; 'threat.indicator.x509.issuer.state_or_province'?: string[] | undefined; 'threat.indicator.x509.not_after'?: string | number | undefined; 'threat.indicator.x509.not_before'?: string | number | undefined; 'threat.indicator.x509.public_key_algorithm'?: string | undefined; 'threat.indicator.x509.public_key_curve'?: string | undefined; 'threat.indicator.x509.public_key_exponent'?: string | number | undefined; 'threat.indicator.x509.public_key_size'?: string | number | undefined; 'threat.indicator.x509.serial_number'?: string | undefined; 'threat.indicator.x509.signature_algorithm'?: string | undefined; 'threat.indicator.x509.subject.common_name'?: string[] | undefined; 'threat.indicator.x509.subject.country'?: string[] | undefined; 'threat.indicator.x509.subject.distinguished_name'?: string | undefined; 'threat.indicator.x509.subject.locality'?: string[] | undefined; 'threat.indicator.x509.subject.organization'?: string[] | undefined; 'threat.indicator.x509.subject.organizational_unit'?: string[] | undefined; 'threat.indicator.x509.subject.state_or_province'?: string[] | undefined; 'threat.indicator.x509.version_number'?: string | undefined; 'threat.software.alias'?: string[] | undefined; 'threat.software.id'?: string | undefined; 'threat.software.name'?: string | undefined; 'threat.software.platforms'?: string[] | undefined; 'threat.software.reference'?: string | undefined; 'threat.software.type'?: string | undefined; 'threat.tactic.id'?: string[] | undefined; 'threat.tactic.name'?: string[] | undefined; 'threat.tactic.reference'?: string[] | undefined; 'threat.technique.id'?: string[] | undefined; 'threat.technique.name'?: string[] | undefined; 'threat.technique.reference'?: string[] | undefined; 'threat.technique.subtechnique.id'?: string[] | undefined; 'threat.technique.subtechnique.name'?: string[] | undefined; 'threat.technique.subtechnique.reference'?: string[] | undefined; 'tls.cipher'?: string | undefined; 'tls.client.certificate'?: string | undefined; 'tls.client.certificate_chain'?: string[] | undefined; 'tls.client.hash.md5'?: string | undefined; 'tls.client.hash.sha1'?: string | undefined; 'tls.client.hash.sha256'?: string | undefined; 'tls.client.issuer'?: string | undefined; 'tls.client.ja3'?: string | undefined; 'tls.client.not_after'?: string | number | undefined; 'tls.client.not_before'?: string | number | undefined; 'tls.client.server_name'?: string | undefined; 'tls.client.subject'?: string | undefined; 'tls.client.supported_ciphers'?: string[] | undefined; 'tls.client.x509.alternative_names'?: string[] | undefined; 'tls.client.x509.issuer.common_name'?: string[] | undefined; 'tls.client.x509.issuer.country'?: string[] | undefined; 'tls.client.x509.issuer.distinguished_name'?: string | undefined; 'tls.client.x509.issuer.locality'?: string[] | undefined; 'tls.client.x509.issuer.organization'?: string[] | undefined; 'tls.client.x509.issuer.organizational_unit'?: string[] | undefined; 'tls.client.x509.issuer.state_or_province'?: string[] | undefined; 'tls.client.x509.not_after'?: string | number | undefined; 'tls.client.x509.not_before'?: string | number | undefined; 'tls.client.x509.public_key_algorithm'?: string | undefined; 'tls.client.x509.public_key_curve'?: string | undefined; 'tls.client.x509.public_key_exponent'?: string | number | undefined; 'tls.client.x509.public_key_size'?: string | number | undefined; 'tls.client.x509.serial_number'?: string | undefined; 'tls.client.x509.signature_algorithm'?: string | undefined; 'tls.client.x509.subject.common_name'?: string[] | undefined; 'tls.client.x509.subject.country'?: string[] | undefined; 'tls.client.x509.subject.distinguished_name'?: string | undefined; 'tls.client.x509.subject.locality'?: string[] | undefined; 'tls.client.x509.subject.organization'?: string[] | undefined; 'tls.client.x509.subject.organizational_unit'?: string[] | undefined; 'tls.client.x509.subject.state_or_province'?: string[] | undefined; 'tls.client.x509.version_number'?: string | undefined; 'tls.curve'?: string | undefined; 'tls.established'?: boolean | undefined; 'tls.next_protocol'?: string | undefined; 'tls.resumed'?: boolean | undefined; 'tls.server.certificate'?: string | undefined; 'tls.server.certificate_chain'?: string[] | undefined; 'tls.server.hash.md5'?: string | undefined; 'tls.server.hash.sha1'?: string | undefined; 'tls.server.hash.sha256'?: string | undefined; 'tls.server.issuer'?: string | undefined; 'tls.server.ja3s'?: string | undefined; 'tls.server.not_after'?: string | number | undefined; 'tls.server.not_before'?: string | number | undefined; 'tls.server.subject'?: string | undefined; 'tls.server.x509.alternative_names'?: string[] | undefined; 'tls.server.x509.issuer.common_name'?: string[] | undefined; 'tls.server.x509.issuer.country'?: string[] | undefined; 'tls.server.x509.issuer.distinguished_name'?: string | undefined; 'tls.server.x509.issuer.locality'?: string[] | undefined; 'tls.server.x509.issuer.organization'?: string[] | undefined; 'tls.server.x509.issuer.organizational_unit'?: string[] | undefined; 'tls.server.x509.issuer.state_or_province'?: string[] | undefined; 'tls.server.x509.not_after'?: string | number | undefined; 'tls.server.x509.not_before'?: string | number | undefined; 'tls.server.x509.public_key_algorithm'?: string | undefined; 'tls.server.x509.public_key_curve'?: string | undefined; 'tls.server.x509.public_key_exponent'?: string | number | undefined; 'tls.server.x509.public_key_size'?: string | number | undefined; 'tls.server.x509.serial_number'?: string | undefined; 'tls.server.x509.signature_algorithm'?: string | undefined; 'tls.server.x509.subject.common_name'?: string[] | undefined; 'tls.server.x509.subject.country'?: string[] | undefined; 'tls.server.x509.subject.distinguished_name'?: string | undefined; 'tls.server.x509.subject.locality'?: string[] | undefined; 'tls.server.x509.subject.organization'?: string[] | undefined; 'tls.server.x509.subject.organizational_unit'?: string[] | undefined; 'tls.server.x509.subject.state_or_province'?: string[] | undefined; 'tls.server.x509.version_number'?: string | undefined; 'tls.version'?: string | undefined; 'tls.version_protocol'?: string | undefined; 'trace.id'?: string | undefined; 'transaction.id'?: string | undefined; 'url.domain'?: string | undefined; 'url.extension'?: string | undefined; 'url.fragment'?: string | undefined; 'url.full'?: string | undefined; 'url.original'?: string | undefined; 'url.password'?: string | undefined; 'url.path'?: string | undefined; 'url.port'?: string | number | undefined; 'url.query'?: string | undefined; 'url.registered_domain'?: string | undefined; 'url.scheme'?: string | undefined; 'url.subdomain'?: string | undefined; 'url.top_level_domain'?: string | undefined; 'url.username'?: string | undefined; 'user.changes.domain'?: string | undefined; 'user.changes.email'?: string | undefined; 'user.changes.full_name'?: string | undefined; 'user.changes.group.domain'?: string | undefined; 'user.changes.group.id'?: string | undefined; 'user.changes.group.name'?: string | undefined; 'user.changes.hash'?: string | undefined; 'user.changes.id'?: string | undefined; 'user.changes.name'?: string | undefined; 'user.changes.roles'?: string[] | undefined; 'user.domain'?: string | undefined; 'user.effective.domain'?: string | undefined; 'user.effective.email'?: string | undefined; 'user.effective.full_name'?: string | undefined; 'user.effective.group.domain'?: string | undefined; 'user.effective.group.id'?: string | undefined; 'user.effective.group.name'?: string | undefined; 'user.effective.hash'?: string | undefined; 'user.effective.id'?: string | undefined; 'user.effective.name'?: string | undefined; 'user.effective.roles'?: string[] | undefined; 'user.email'?: string | undefined; 'user.full_name'?: string | undefined; 'user.group.domain'?: string | undefined; 'user.group.id'?: string | undefined; 'user.group.name'?: string | undefined; 'user.hash'?: string | undefined; 'user.id'?: string | undefined; 'user.name'?: string | undefined; 'user.risk.calculated_level'?: string | undefined; 'user.risk.calculated_score'?: number | undefined; 'user.risk.calculated_score_norm'?: number | undefined; 'user.risk.static_level'?: string | undefined; 'user.risk.static_score'?: number | undefined; 'user.risk.static_score_norm'?: number | undefined; 'user.roles'?: string[] | undefined; 'user.target.domain'?: string | undefined; 'user.target.email'?: string | undefined; 'user.target.full_name'?: string | undefined; 'user.target.group.domain'?: string | undefined; 'user.target.group.id'?: string | undefined; 'user.target.group.name'?: string | undefined; 'user.target.hash'?: string | undefined; 'user.target.id'?: string | undefined; 'user.target.name'?: string | undefined; 'user.target.roles'?: string[] | undefined; 'user_agent.device.name'?: string | undefined; 'user_agent.name'?: string | undefined; 'user_agent.original'?: string | undefined; 'user_agent.os.family'?: string | undefined; 'user_agent.os.full'?: string | undefined; 'user_agent.os.kernel'?: string | undefined; 'user_agent.os.name'?: string | undefined; 'user_agent.os.platform'?: string | undefined; 'user_agent.os.type'?: string | undefined; 'user_agent.os.version'?: string | undefined; 'user_agent.version'?: string | undefined; 'vulnerability.category'?: string[] | undefined; 'vulnerability.classification'?: string | undefined; 'vulnerability.description'?: string | undefined; 'vulnerability.enumeration'?: string | undefined; 'vulnerability.id'?: string | undefined; 'vulnerability.reference'?: string | undefined; 'vulnerability.report_id'?: string | undefined; 'vulnerability.scanner.vendor'?: string | undefined; 'vulnerability.score.base'?: number | undefined; 'vulnerability.score.environmental'?: number | undefined; 'vulnerability.score.temporal'?: number | undefined; 'vulnerability.score.version'?: string | undefined; 'vulnerability.severity'?: string | undefined; } & {} & { 'ecs.version'?: string | undefined; 'kibana.alert.risk_score'?: number | undefined; 'kibana.alert.rule.author'?: string | undefined; 'kibana.alert.rule.created_at'?: string | number | undefined; 'kibana.alert.rule.created_by'?: string | undefined; 'kibana.alert.rule.description'?: string | undefined; 'kibana.alert.rule.enabled'?: string | undefined; 'kibana.alert.rule.from'?: string | undefined; 'kibana.alert.rule.interval'?: string | undefined; 'kibana.alert.rule.license'?: string | undefined; 'kibana.alert.rule.note'?: string | undefined; 'kibana.alert.rule.references'?: string[] | undefined; 'kibana.alert.rule.rule_id'?: string | undefined; 'kibana.alert.rule.rule_name_override'?: string | undefined; 'kibana.alert.rule.to'?: string | undefined; 'kibana.alert.rule.type'?: string | undefined; 'kibana.alert.rule.updated_at'?: string | number | undefined; 'kibana.alert.rule.updated_by'?: string | undefined; 'kibana.alert.rule.version'?: string | undefined; 'kibana.alert.severity'?: string | undefined; 'kibana.alert.suppression.docs_count'?: string | number | undefined; 'kibana.alert.suppression.end'?: string | number | undefined; 'kibana.alert.suppression.start'?: string | number | undefined; 'kibana.alert.suppression.terms.field'?: string[] | undefined; 'kibana.alert.suppression.terms.value'?: string[] | undefined; 'kibana.alert.system_status'?: string | undefined; 'kibana.alert.workflow_reason'?: string | undefined; 'kibana.alert.workflow_status_updated_at'?: string | number | undefined; 'kibana.alert.workflow_user'?: string | undefined; }" ], - "path": "packages/kbn-alerts-as-data-utils/src/schemas/generated/security_schema.ts", + "path": "src/platform/packages/shared/kbn-alerts-as-data-utils/src/schemas/generated/security_schema.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -452,7 +452,7 @@ "signature": [ "{} & { 'kibana.alert.evaluation.conditions'?: string | undefined; 'kibana.alert.evaluation.threshold'?: string | number | undefined; 'kibana.alert.evaluation.value'?: string | undefined; 'kibana.alert.title'?: string | undefined; } & { '@timestamp': string | number; 'kibana.alert.instance.id': string; 'kibana.alert.rule.category': string; 'kibana.alert.rule.consumer': string; 'kibana.alert.rule.name': string; 'kibana.alert.rule.producer': string; 'kibana.alert.rule.revision': string | number; 'kibana.alert.rule.rule_type_id': string; 'kibana.alert.rule.uuid': string; 'kibana.alert.status': string; 'kibana.alert.uuid': string; 'kibana.space_ids': string[]; } & { 'event.action'?: string | undefined; 'event.kind'?: string | undefined; 'event.original'?: string | undefined; 'kibana.alert.action_group'?: string | undefined; 'kibana.alert.case_ids'?: string[] | undefined; 'kibana.alert.consecutive_matches'?: string | number | undefined; 'kibana.alert.duration.us'?: string | number | undefined; 'kibana.alert.end'?: string | number | undefined; 'kibana.alert.flapping'?: boolean | undefined; 'kibana.alert.flapping_history'?: boolean[] | undefined; 'kibana.alert.intended_timestamp'?: string | number | undefined; 'kibana.alert.last_detected'?: string | number | undefined; 'kibana.alert.maintenance_window_ids'?: string[] | undefined; 'kibana.alert.previous_action_group'?: string | undefined; 'kibana.alert.reason'?: string | undefined; 'kibana.alert.rule.execution.timestamp'?: string | number | undefined; 'kibana.alert.rule.execution.type'?: string | undefined; 'kibana.alert.rule.execution.uuid'?: string | undefined; 'kibana.alert.rule.parameters'?: unknown; 'kibana.alert.rule.tags'?: string[] | undefined; 'kibana.alert.severity_improving'?: boolean | undefined; 'kibana.alert.start'?: string | number | undefined; 'kibana.alert.time_range'?: { gte?: string | number | undefined; lte?: string | number | undefined; } | undefined; 'kibana.alert.url'?: string | undefined; 'kibana.alert.workflow_assignee_ids'?: string[] | undefined; 'kibana.alert.workflow_status'?: string | undefined; 'kibana.alert.workflow_tags'?: string[] | undefined; 'kibana.version'?: string | undefined; tags?: string[] | undefined; } & { '@timestamp': string | number; 'ecs.version': string; } & { 'agent.build.original'?: string | undefined; 'agent.ephemeral_id'?: string | undefined; 'agent.id'?: string | undefined; 'agent.name'?: string | undefined; 'agent.type'?: string | undefined; 'agent.version'?: string | undefined; 'client.address'?: string | undefined; 'client.as.number'?: string | number | undefined; 'client.as.organization.name'?: string | undefined; 'client.bytes'?: string | number | undefined; 'client.domain'?: string | undefined; 'client.geo.city_name'?: string | undefined; 'client.geo.continent_code'?: string | undefined; 'client.geo.continent_name'?: string | undefined; 'client.geo.country_iso_code'?: string | undefined; 'client.geo.country_name'?: string | undefined; 'client.geo.location'?: string | { type: string; coordinates: number[]; } | { lat: number; lon: number; } | { location: number[]; } | { location: string; } | undefined; 'client.geo.name'?: string | undefined; 'client.geo.postal_code'?: string | undefined; 'client.geo.region_iso_code'?: string | undefined; 'client.geo.region_name'?: string | undefined; 'client.geo.timezone'?: string | undefined; 'client.ip'?: string | undefined; 'client.mac'?: string | undefined; 'client.nat.ip'?: string | undefined; 'client.nat.port'?: string | number | undefined; 'client.packets'?: string | number | undefined; 'client.port'?: string | number | undefined; 'client.registered_domain'?: string | undefined; 'client.subdomain'?: string | undefined; 'client.top_level_domain'?: string | undefined; 'client.user.domain'?: string | undefined; 'client.user.email'?: string | undefined; 'client.user.full_name'?: string | undefined; 'client.user.group.domain'?: string | undefined; 'client.user.group.id'?: string | undefined; 'client.user.group.name'?: string | undefined; 'client.user.hash'?: string | undefined; 'client.user.id'?: string | undefined; 'client.user.name'?: string | undefined; 'client.user.roles'?: string[] | undefined; 'cloud.account.id'?: string | undefined; 'cloud.account.name'?: string | undefined; 'cloud.availability_zone'?: string | undefined; 'cloud.instance.id'?: string | undefined; 'cloud.instance.name'?: string | undefined; 'cloud.machine.type'?: string | undefined; 'cloud.origin.account.id'?: string | undefined; 'cloud.origin.account.name'?: string | undefined; 'cloud.origin.availability_zone'?: string | undefined; 'cloud.origin.instance.id'?: string | undefined; 'cloud.origin.instance.name'?: string | undefined; 'cloud.origin.machine.type'?: string | undefined; 'cloud.origin.project.id'?: string | undefined; 'cloud.origin.project.name'?: string | undefined; 'cloud.origin.provider'?: string | undefined; 'cloud.origin.region'?: string | undefined; 'cloud.origin.service.name'?: string | undefined; 'cloud.project.id'?: string | undefined; 'cloud.project.name'?: string | undefined; 'cloud.provider'?: string | undefined; 'cloud.region'?: string | undefined; 'cloud.service.name'?: string | undefined; 'cloud.target.account.id'?: string | undefined; 'cloud.target.account.name'?: string | undefined; 'cloud.target.availability_zone'?: string | undefined; 'cloud.target.instance.id'?: string | undefined; 'cloud.target.instance.name'?: string | undefined; 'cloud.target.machine.type'?: string | undefined; 'cloud.target.project.id'?: string | undefined; 'cloud.target.project.name'?: string | undefined; 'cloud.target.provider'?: string | undefined; 'cloud.target.region'?: string | undefined; 'cloud.target.service.name'?: string | undefined; 'container.cpu.usage'?: string | number | undefined; 'container.disk.read.bytes'?: string | number | undefined; 'container.disk.write.bytes'?: string | number | undefined; 'container.id'?: string | undefined; 'container.image.hash.all'?: string[] | undefined; 'container.image.name'?: string | undefined; 'container.image.tag'?: string[] | undefined; 'container.labels'?: unknown; 'container.memory.usage'?: string | number | undefined; 'container.name'?: string | undefined; 'container.network.egress.bytes'?: string | number | undefined; 'container.network.ingress.bytes'?: string | number | undefined; 'container.runtime'?: string | undefined; 'container.security_context.privileged'?: boolean | undefined; 'destination.address'?: string | undefined; 'destination.as.number'?: string | number | undefined; 'destination.as.organization.name'?: string | undefined; 'destination.bytes'?: string | number | undefined; 'destination.domain'?: string | undefined; 'destination.geo.city_name'?: string | undefined; 'destination.geo.continent_code'?: string | undefined; 'destination.geo.continent_name'?: string | undefined; 'destination.geo.country_iso_code'?: string | undefined; 'destination.geo.country_name'?: string | undefined; 'destination.geo.location'?: string | { type: string; coordinates: number[]; } | { lat: number; lon: number; } | { location: number[]; } | { location: string; } | undefined; 'destination.geo.name'?: string | undefined; 'destination.geo.postal_code'?: string | undefined; 'destination.geo.region_iso_code'?: string | undefined; 'destination.geo.region_name'?: string | undefined; 'destination.geo.timezone'?: string | undefined; 'destination.ip'?: string | undefined; 'destination.mac'?: string | undefined; 'destination.nat.ip'?: string | undefined; 'destination.nat.port'?: string | number | undefined; 'destination.packets'?: string | number | undefined; 'destination.port'?: string | number | undefined; 'destination.registered_domain'?: string | undefined; 'destination.subdomain'?: string | undefined; 'destination.top_level_domain'?: string | undefined; 'destination.user.domain'?: string | undefined; 'destination.user.email'?: string | undefined; 'destination.user.full_name'?: string | undefined; 'destination.user.group.domain'?: string | undefined; 'destination.user.group.id'?: string | undefined; 'destination.user.group.name'?: string | undefined; 'destination.user.hash'?: string | undefined; 'destination.user.id'?: string | undefined; 'destination.user.name'?: string | undefined; 'destination.user.roles'?: string[] | undefined; 'device.id'?: string | undefined; 'device.manufacturer'?: string | undefined; 'device.model.identifier'?: string | undefined; 'device.model.name'?: string | undefined; 'dll.code_signature.digest_algorithm'?: string | undefined; 'dll.code_signature.exists'?: boolean | undefined; 'dll.code_signature.signing_id'?: string | undefined; 'dll.code_signature.status'?: string | undefined; 'dll.code_signature.subject_name'?: string | undefined; 'dll.code_signature.team_id'?: string | undefined; 'dll.code_signature.timestamp'?: string | number | undefined; 'dll.code_signature.trusted'?: boolean | undefined; 'dll.code_signature.valid'?: boolean | undefined; 'dll.hash.md5'?: string | undefined; 'dll.hash.sha1'?: string | undefined; 'dll.hash.sha256'?: string | undefined; 'dll.hash.sha384'?: string | undefined; 'dll.hash.sha512'?: string | undefined; 'dll.hash.ssdeep'?: string | undefined; 'dll.hash.tlsh'?: string | undefined; 'dll.name'?: string | undefined; 'dll.path'?: string | undefined; 'dll.pe.architecture'?: string | undefined; 'dll.pe.company'?: string | undefined; 'dll.pe.description'?: string | undefined; 'dll.pe.file_version'?: string | undefined; 'dll.pe.go_import_hash'?: string | undefined; 'dll.pe.go_imports'?: unknown; 'dll.pe.go_imports_names_entropy'?: string | number | undefined; 'dll.pe.go_imports_names_var_entropy'?: string | number | undefined; 'dll.pe.go_stripped'?: boolean | undefined; 'dll.pe.imphash'?: string | undefined; 'dll.pe.import_hash'?: string | undefined; 'dll.pe.imports'?: unknown[] | undefined; 'dll.pe.imports_names_entropy'?: string | number | undefined; 'dll.pe.imports_names_var_entropy'?: string | number | undefined; 'dll.pe.original_file_name'?: string | undefined; 'dll.pe.pehash'?: string | undefined; 'dll.pe.product'?: string | undefined; 'dll.pe.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'dns.answers'?: { class?: string | undefined; data?: string | undefined; name?: string | undefined; ttl?: string | number | undefined; type?: string | undefined; }[] | undefined; 'dns.header_flags'?: string[] | undefined; 'dns.id'?: string | undefined; 'dns.op_code'?: string | undefined; 'dns.question.class'?: string | undefined; 'dns.question.name'?: string | undefined; 'dns.question.registered_domain'?: string | undefined; 'dns.question.subdomain'?: string | undefined; 'dns.question.top_level_domain'?: string | undefined; 'dns.question.type'?: string | undefined; 'dns.resolved_ip'?: string[] | undefined; 'dns.response_code'?: string | undefined; 'dns.type'?: string | undefined; 'email.attachments'?: { 'file.extension'?: string | undefined; 'file.hash.md5'?: string | undefined; 'file.hash.sha1'?: string | undefined; 'file.hash.sha256'?: string | undefined; 'file.hash.sha384'?: string | undefined; 'file.hash.sha512'?: string | undefined; 'file.hash.ssdeep'?: string | undefined; 'file.hash.tlsh'?: string | undefined; 'file.mime_type'?: string | undefined; 'file.name'?: string | undefined; 'file.size'?: string | number | undefined; }[] | undefined; 'email.bcc.address'?: string[] | undefined; 'email.cc.address'?: string[] | undefined; 'email.content_type'?: string | undefined; 'email.delivery_timestamp'?: string | number | undefined; 'email.direction'?: string | undefined; 'email.from.address'?: string[] | undefined; 'email.local_id'?: string | undefined; 'email.message_id'?: string | undefined; 'email.origination_timestamp'?: string | number | undefined; 'email.reply_to.address'?: string[] | undefined; 'email.sender.address'?: string | undefined; 'email.subject'?: string | undefined; 'email.to.address'?: string[] | undefined; 'email.x_mailer'?: string | undefined; 'error.code'?: string | undefined; 'error.id'?: string | undefined; 'error.message'?: string | undefined; 'error.stack_trace'?: string | undefined; 'error.type'?: string | undefined; 'event.action'?: string | undefined; 'event.agent_id_status'?: string | undefined; 'event.category'?: string[] | undefined; 'event.code'?: string | undefined; 'event.created'?: string | number | undefined; 'event.dataset'?: string | undefined; 'event.duration'?: string | number | undefined; 'event.end'?: string | number | undefined; 'event.hash'?: string | undefined; 'event.id'?: string | undefined; 'event.ingested'?: string | number | undefined; 'event.kind'?: string | undefined; 'event.module'?: string | undefined; 'event.original'?: string | undefined; 'event.outcome'?: string | undefined; 'event.provider'?: string | undefined; 'event.reason'?: string | undefined; 'event.reference'?: string | undefined; 'event.risk_score'?: number | undefined; 'event.risk_score_norm'?: number | undefined; 'event.sequence'?: string | number | undefined; 'event.severity'?: string | number | undefined; 'event.start'?: string | number | undefined; 'event.timezone'?: string | undefined; 'event.type'?: string[] | undefined; 'event.url'?: string | undefined; 'faas.coldstart'?: boolean | undefined; 'faas.execution'?: string | undefined; 'faas.id'?: string | undefined; 'faas.name'?: string | undefined; 'faas.version'?: string | undefined; 'file.accessed'?: string | number | undefined; 'file.attributes'?: string[] | undefined; 'file.code_signature.digest_algorithm'?: string | undefined; 'file.code_signature.exists'?: boolean | undefined; 'file.code_signature.signing_id'?: string | undefined; 'file.code_signature.status'?: string | undefined; 'file.code_signature.subject_name'?: string | undefined; 'file.code_signature.team_id'?: string | undefined; 'file.code_signature.timestamp'?: string | number | undefined; 'file.code_signature.trusted'?: boolean | undefined; 'file.code_signature.valid'?: boolean | undefined; 'file.created'?: string | number | undefined; 'file.ctime'?: string | number | undefined; 'file.device'?: string | undefined; 'file.directory'?: string | undefined; 'file.drive_letter'?: string | undefined; 'file.elf.architecture'?: string | undefined; 'file.elf.byte_order'?: string | undefined; 'file.elf.cpu_type'?: string | undefined; 'file.elf.creation_date'?: string | number | undefined; 'file.elf.exports'?: unknown[] | undefined; 'file.elf.go_import_hash'?: string | undefined; 'file.elf.go_imports'?: unknown; 'file.elf.go_imports_names_entropy'?: string | number | undefined; 'file.elf.go_imports_names_var_entropy'?: string | number | undefined; 'file.elf.go_stripped'?: boolean | undefined; 'file.elf.header.abi_version'?: string | undefined; 'file.elf.header.class'?: string | undefined; 'file.elf.header.data'?: string | undefined; 'file.elf.header.entrypoint'?: string | number | undefined; 'file.elf.header.object_version'?: string | undefined; 'file.elf.header.os_abi'?: string | undefined; 'file.elf.header.type'?: string | undefined; 'file.elf.header.version'?: string | undefined; 'file.elf.import_hash'?: string | undefined; 'file.elf.imports'?: unknown[] | undefined; 'file.elf.imports_names_entropy'?: string | number | undefined; 'file.elf.imports_names_var_entropy'?: string | number | undefined; 'file.elf.sections'?: { chi2?: string | number | undefined; entropy?: string | number | undefined; flags?: string | undefined; name?: string | undefined; physical_offset?: string | undefined; physical_size?: string | number | undefined; type?: string | undefined; var_entropy?: string | number | undefined; virtual_address?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'file.elf.segments'?: { sections?: string | undefined; type?: string | undefined; }[] | undefined; 'file.elf.shared_libraries'?: string[] | undefined; 'file.elf.telfhash'?: string | undefined; 'file.extension'?: string | undefined; 'file.fork_name'?: string | undefined; 'file.gid'?: string | undefined; 'file.group'?: string | undefined; 'file.hash.md5'?: string | undefined; 'file.hash.sha1'?: string | undefined; 'file.hash.sha256'?: string | undefined; 'file.hash.sha384'?: string | undefined; 'file.hash.sha512'?: string | undefined; 'file.hash.ssdeep'?: string | undefined; 'file.hash.tlsh'?: string | undefined; 'file.inode'?: string | undefined; 'file.macho.go_import_hash'?: string | undefined; 'file.macho.go_imports'?: unknown; 'file.macho.go_imports_names_entropy'?: string | number | undefined; 'file.macho.go_imports_names_var_entropy'?: string | number | undefined; 'file.macho.go_stripped'?: boolean | undefined; 'file.macho.import_hash'?: string | undefined; 'file.macho.imports'?: unknown[] | undefined; 'file.macho.imports_names_entropy'?: string | number | undefined; 'file.macho.imports_names_var_entropy'?: string | number | undefined; 'file.macho.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'file.macho.symhash'?: string | undefined; 'file.mime_type'?: string | undefined; 'file.mode'?: string | undefined; 'file.mtime'?: string | number | undefined; 'file.name'?: string | undefined; 'file.owner'?: string | undefined; 'file.path'?: string | undefined; 'file.pe.architecture'?: string | undefined; 'file.pe.company'?: string | undefined; 'file.pe.description'?: string | undefined; 'file.pe.file_version'?: string | undefined; 'file.pe.go_import_hash'?: string | undefined; 'file.pe.go_imports'?: unknown; 'file.pe.go_imports_names_entropy'?: string | number | undefined; 'file.pe.go_imports_names_var_entropy'?: string | number | undefined; 'file.pe.go_stripped'?: boolean | undefined; 'file.pe.imphash'?: string | undefined; 'file.pe.import_hash'?: string | undefined; 'file.pe.imports'?: unknown[] | undefined; 'file.pe.imports_names_entropy'?: string | number | undefined; 'file.pe.imports_names_var_entropy'?: string | number | undefined; 'file.pe.original_file_name'?: string | undefined; 'file.pe.pehash'?: string | undefined; 'file.pe.product'?: string | undefined; 'file.pe.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'file.size'?: string | number | undefined; 'file.target_path'?: string | undefined; 'file.type'?: string | undefined; 'file.uid'?: string | undefined; 'file.x509.alternative_names'?: string[] | undefined; 'file.x509.issuer.common_name'?: string[] | undefined; 'file.x509.issuer.country'?: string[] | undefined; 'file.x509.issuer.distinguished_name'?: string | undefined; 'file.x509.issuer.locality'?: string[] | undefined; 'file.x509.issuer.organization'?: string[] | undefined; 'file.x509.issuer.organizational_unit'?: string[] | undefined; 'file.x509.issuer.state_or_province'?: string[] | undefined; 'file.x509.not_after'?: string | number | undefined; 'file.x509.not_before'?: string | number | undefined; 'file.x509.public_key_algorithm'?: string | undefined; 'file.x509.public_key_curve'?: string | undefined; 'file.x509.public_key_exponent'?: string | number | undefined; 'file.x509.public_key_size'?: string | number | undefined; 'file.x509.serial_number'?: string | undefined; 'file.x509.signature_algorithm'?: string | undefined; 'file.x509.subject.common_name'?: string[] | undefined; 'file.x509.subject.country'?: string[] | undefined; 'file.x509.subject.distinguished_name'?: string | undefined; 'file.x509.subject.locality'?: string[] | undefined; 'file.x509.subject.organization'?: string[] | undefined; 'file.x509.subject.organizational_unit'?: string[] | undefined; 'file.x509.subject.state_or_province'?: string[] | undefined; 'file.x509.version_number'?: string | undefined; 'group.domain'?: string | undefined; 'group.id'?: string | undefined; 'group.name'?: string | undefined; 'host.architecture'?: string | undefined; 'host.boot.id'?: string | undefined; 'host.cpu.usage'?: string | number | undefined; 'host.disk.read.bytes'?: string | number | undefined; 'host.disk.write.bytes'?: string | number | undefined; 'host.domain'?: string | undefined; 'host.geo.city_name'?: string | undefined; 'host.geo.continent_code'?: string | undefined; 'host.geo.continent_name'?: string | undefined; 'host.geo.country_iso_code'?: string | undefined; 'host.geo.country_name'?: string | undefined; 'host.geo.location'?: string | { type: string; coordinates: number[]; } | { lat: number; lon: number; } | { location: number[]; } | { location: string; } | undefined; 'host.geo.name'?: string | undefined; 'host.geo.postal_code'?: string | undefined; 'host.geo.region_iso_code'?: string | undefined; 'host.geo.region_name'?: string | undefined; 'host.geo.timezone'?: string | undefined; 'host.hostname'?: string | undefined; 'host.id'?: string | undefined; 'host.ip'?: string[] | undefined; 'host.mac'?: string[] | undefined; 'host.name'?: string | undefined; 'host.network.egress.bytes'?: string | number | undefined; 'host.network.egress.packets'?: string | number | undefined; 'host.network.ingress.bytes'?: string | number | undefined; 'host.network.ingress.packets'?: string | number | undefined; 'host.os.family'?: string | undefined; 'host.os.full'?: string | undefined; 'host.os.kernel'?: string | undefined; 'host.os.name'?: string | undefined; 'host.os.platform'?: string | undefined; 'host.os.type'?: string | undefined; 'host.os.version'?: string | undefined; 'host.pid_ns_ino'?: string | undefined; 'host.risk.calculated_level'?: string | undefined; 'host.risk.calculated_score'?: number | undefined; 'host.risk.calculated_score_norm'?: number | undefined; 'host.risk.static_level'?: string | undefined; 'host.risk.static_score'?: number | undefined; 'host.risk.static_score_norm'?: number | undefined; 'host.type'?: string | undefined; 'host.uptime'?: string | number | undefined; 'http.request.body.bytes'?: string | number | undefined; 'http.request.body.content'?: string | undefined; 'http.request.bytes'?: string | number | undefined; 'http.request.id'?: string | undefined; 'http.request.method'?: string | undefined; 'http.request.mime_type'?: string | undefined; 'http.request.referrer'?: string | undefined; 'http.response.body.bytes'?: string | number | undefined; 'http.response.body.content'?: string | undefined; 'http.response.bytes'?: string | number | undefined; 'http.response.mime_type'?: string | undefined; 'http.response.status_code'?: string | number | undefined; 'http.version'?: string | undefined; labels?: unknown; 'log.file.path'?: string | undefined; 'log.level'?: string | undefined; 'log.logger'?: string | undefined; 'log.origin.file.line'?: string | number | undefined; 'log.origin.file.name'?: string | undefined; 'log.origin.function'?: string | undefined; 'log.syslog'?: unknown; message?: string | undefined; 'network.application'?: string | undefined; 'network.bytes'?: string | number | undefined; 'network.community_id'?: string | undefined; 'network.direction'?: string | undefined; 'network.forwarded_ip'?: string | undefined; 'network.iana_number'?: string | undefined; 'network.inner'?: unknown; 'network.name'?: string | undefined; 'network.packets'?: string | number | undefined; 'network.protocol'?: string | undefined; 'network.transport'?: string | undefined; 'network.type'?: string | undefined; 'network.vlan.id'?: string | undefined; 'network.vlan.name'?: string | undefined; 'observer.egress'?: unknown; 'observer.geo.city_name'?: string | undefined; 'observer.geo.continent_code'?: string | undefined; 'observer.geo.continent_name'?: string | undefined; 'observer.geo.country_iso_code'?: string | undefined; 'observer.geo.country_name'?: string | undefined; 'observer.geo.location'?: string | { type: string; coordinates: number[]; } | { lat: number; lon: number; } | { location: number[]; } | { location: string; } | undefined; 'observer.geo.name'?: string | undefined; 'observer.geo.postal_code'?: string | undefined; 'observer.geo.region_iso_code'?: string | undefined; 'observer.geo.region_name'?: string | undefined; 'observer.geo.timezone'?: string | undefined; 'observer.hostname'?: string | undefined; 'observer.ingress'?: unknown; 'observer.ip'?: string[] | undefined; 'observer.mac'?: string[] | undefined; 'observer.name'?: string | undefined; 'observer.os.family'?: string | undefined; 'observer.os.full'?: string | undefined; 'observer.os.kernel'?: string | undefined; 'observer.os.name'?: string | undefined; 'observer.os.platform'?: string | undefined; 'observer.os.type'?: string | undefined; 'observer.os.version'?: string | undefined; 'observer.product'?: string | undefined; 'observer.serial_number'?: string | undefined; 'observer.type'?: string | undefined; 'observer.vendor'?: string | undefined; 'observer.version'?: string | undefined; 'orchestrator.api_version'?: string | undefined; 'orchestrator.cluster.id'?: string | undefined; 'orchestrator.cluster.name'?: string | undefined; 'orchestrator.cluster.url'?: string | undefined; 'orchestrator.cluster.version'?: string | undefined; 'orchestrator.namespace'?: string | undefined; 'orchestrator.organization'?: string | undefined; 'orchestrator.resource.annotation'?: string[] | undefined; 'orchestrator.resource.id'?: string | undefined; 'orchestrator.resource.ip'?: string[] | undefined; 'orchestrator.resource.label'?: string[] | undefined; 'orchestrator.resource.name'?: string | undefined; 'orchestrator.resource.parent.type'?: string | undefined; 'orchestrator.resource.type'?: string | undefined; 'orchestrator.type'?: string | undefined; 'organization.id'?: string | undefined; 'organization.name'?: string | undefined; 'package.architecture'?: string | undefined; 'package.build_version'?: string | undefined; 'package.checksum'?: string | undefined; 'package.description'?: string | undefined; 'package.install_scope'?: string | undefined; 'package.installed'?: string | number | undefined; 'package.license'?: string | undefined; 'package.name'?: string | undefined; 'package.path'?: string | undefined; 'package.reference'?: string | undefined; 'package.size'?: string | number | undefined; 'package.type'?: string | undefined; 'package.version'?: string | undefined; 'process.args'?: string[] | undefined; 'process.args_count'?: string | number | undefined; 'process.code_signature.digest_algorithm'?: string | undefined; 'process.code_signature.exists'?: boolean | undefined; 'process.code_signature.signing_id'?: string | undefined; 'process.code_signature.status'?: string | undefined; 'process.code_signature.subject_name'?: string | undefined; 'process.code_signature.team_id'?: string | undefined; 'process.code_signature.timestamp'?: string | number | undefined; 'process.code_signature.trusted'?: boolean | undefined; 'process.code_signature.valid'?: boolean | undefined; 'process.command_line'?: string | undefined; 'process.elf.architecture'?: string | undefined; 'process.elf.byte_order'?: string | undefined; 'process.elf.cpu_type'?: string | undefined; 'process.elf.creation_date'?: string | number | undefined; 'process.elf.exports'?: unknown[] | undefined; 'process.elf.go_import_hash'?: string | undefined; 'process.elf.go_imports'?: unknown; 'process.elf.go_imports_names_entropy'?: string | number | undefined; 'process.elf.go_imports_names_var_entropy'?: string | number | undefined; 'process.elf.go_stripped'?: boolean | undefined; 'process.elf.header.abi_version'?: string | undefined; 'process.elf.header.class'?: string | undefined; 'process.elf.header.data'?: string | undefined; 'process.elf.header.entrypoint'?: string | number | undefined; 'process.elf.header.object_version'?: string | undefined; 'process.elf.header.os_abi'?: string | undefined; 'process.elf.header.type'?: string | undefined; 'process.elf.header.version'?: string | undefined; 'process.elf.import_hash'?: string | undefined; 'process.elf.imports'?: unknown[] | undefined; 'process.elf.imports_names_entropy'?: string | number | undefined; 'process.elf.imports_names_var_entropy'?: string | number | undefined; 'process.elf.sections'?: { chi2?: string | number | undefined; entropy?: string | number | undefined; flags?: string | undefined; name?: string | undefined; physical_offset?: string | undefined; physical_size?: string | number | undefined; type?: string | undefined; var_entropy?: string | number | undefined; virtual_address?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'process.elf.segments'?: { sections?: string | undefined; type?: string | undefined; }[] | undefined; 'process.elf.shared_libraries'?: string[] | undefined; 'process.elf.telfhash'?: string | undefined; 'process.end'?: string | number | undefined; 'process.entity_id'?: string | undefined; 'process.entry_leader.args'?: string[] | undefined; 'process.entry_leader.args_count'?: string | number | undefined; 'process.entry_leader.attested_groups.name'?: string | undefined; 'process.entry_leader.attested_user.id'?: string | undefined; 'process.entry_leader.attested_user.name'?: string | undefined; 'process.entry_leader.command_line'?: string | undefined; 'process.entry_leader.entity_id'?: string | undefined; 'process.entry_leader.entry_meta.source.ip'?: string | undefined; 'process.entry_leader.entry_meta.type'?: string | undefined; 'process.entry_leader.executable'?: string | undefined; 'process.entry_leader.group.id'?: string | undefined; 'process.entry_leader.group.name'?: string | undefined; 'process.entry_leader.interactive'?: boolean | undefined; 'process.entry_leader.name'?: string | undefined; 'process.entry_leader.parent.entity_id'?: string | undefined; 'process.entry_leader.parent.pid'?: string | number | undefined; 'process.entry_leader.parent.session_leader.entity_id'?: string | undefined; 'process.entry_leader.parent.session_leader.pid'?: string | number | undefined; 'process.entry_leader.parent.session_leader.start'?: string | number | undefined; 'process.entry_leader.parent.session_leader.vpid'?: string | number | undefined; 'process.entry_leader.parent.start'?: string | number | undefined; 'process.entry_leader.parent.vpid'?: string | number | undefined; 'process.entry_leader.pid'?: string | number | undefined; 'process.entry_leader.real_group.id'?: string | undefined; 'process.entry_leader.real_group.name'?: string | undefined; 'process.entry_leader.real_user.id'?: string | undefined; 'process.entry_leader.real_user.name'?: string | undefined; 'process.entry_leader.same_as_process'?: boolean | undefined; 'process.entry_leader.saved_group.id'?: string | undefined; 'process.entry_leader.saved_group.name'?: string | undefined; 'process.entry_leader.saved_user.id'?: string | undefined; 'process.entry_leader.saved_user.name'?: string | undefined; 'process.entry_leader.start'?: string | number | undefined; 'process.entry_leader.supplemental_groups.id'?: string | undefined; 'process.entry_leader.supplemental_groups.name'?: string | undefined; 'process.entry_leader.tty'?: unknown; 'process.entry_leader.user.id'?: string | undefined; 'process.entry_leader.user.name'?: string | undefined; 'process.entry_leader.vpid'?: string | number | undefined; 'process.entry_leader.working_directory'?: string | undefined; 'process.env_vars'?: string[] | undefined; 'process.executable'?: string | undefined; 'process.exit_code'?: string | number | undefined; 'process.group_leader.args'?: string[] | undefined; 'process.group_leader.args_count'?: string | number | undefined; 'process.group_leader.command_line'?: string | undefined; 'process.group_leader.entity_id'?: string | undefined; 'process.group_leader.executable'?: string | undefined; 'process.group_leader.group.id'?: string | undefined; 'process.group_leader.group.name'?: string | undefined; 'process.group_leader.interactive'?: boolean | undefined; 'process.group_leader.name'?: string | undefined; 'process.group_leader.pid'?: string | number | undefined; 'process.group_leader.real_group.id'?: string | undefined; 'process.group_leader.real_group.name'?: string | undefined; 'process.group_leader.real_user.id'?: string | undefined; 'process.group_leader.real_user.name'?: string | undefined; 'process.group_leader.same_as_process'?: boolean | undefined; 'process.group_leader.saved_group.id'?: string | undefined; 'process.group_leader.saved_group.name'?: string | undefined; 'process.group_leader.saved_user.id'?: string | undefined; 'process.group_leader.saved_user.name'?: string | undefined; 'process.group_leader.start'?: string | number | undefined; 'process.group_leader.supplemental_groups.id'?: string | undefined; 'process.group_leader.supplemental_groups.name'?: string | undefined; 'process.group_leader.tty'?: unknown; 'process.group_leader.user.id'?: string | undefined; 'process.group_leader.user.name'?: string | undefined; 'process.group_leader.vpid'?: string | number | undefined; 'process.group_leader.working_directory'?: string | undefined; 'process.hash.md5'?: string | undefined; 'process.hash.sha1'?: string | undefined; 'process.hash.sha256'?: string | undefined; 'process.hash.sha384'?: string | undefined; 'process.hash.sha512'?: string | undefined; 'process.hash.ssdeep'?: string | undefined; 'process.hash.tlsh'?: string | undefined; 'process.interactive'?: boolean | undefined; 'process.io'?: unknown; 'process.macho.go_import_hash'?: string | undefined; 'process.macho.go_imports'?: unknown; 'process.macho.go_imports_names_entropy'?: string | number | undefined; 'process.macho.go_imports_names_var_entropy'?: string | number | undefined; 'process.macho.go_stripped'?: boolean | undefined; 'process.macho.import_hash'?: string | undefined; 'process.macho.imports'?: unknown[] | undefined; 'process.macho.imports_names_entropy'?: string | number | undefined; 'process.macho.imports_names_var_entropy'?: string | number | undefined; 'process.macho.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'process.macho.symhash'?: string | undefined; 'process.name'?: string | undefined; 'process.parent.args'?: string[] | undefined; 'process.parent.args_count'?: string | number | undefined; 'process.parent.code_signature.digest_algorithm'?: string | undefined; 'process.parent.code_signature.exists'?: boolean | undefined; 'process.parent.code_signature.signing_id'?: string | undefined; 'process.parent.code_signature.status'?: string | undefined; 'process.parent.code_signature.subject_name'?: string | undefined; 'process.parent.code_signature.team_id'?: string | undefined; 'process.parent.code_signature.timestamp'?: string | number | undefined; 'process.parent.code_signature.trusted'?: boolean | undefined; 'process.parent.code_signature.valid'?: boolean | undefined; 'process.parent.command_line'?: string | undefined; 'process.parent.elf.architecture'?: string | undefined; 'process.parent.elf.byte_order'?: string | undefined; 'process.parent.elf.cpu_type'?: string | undefined; 'process.parent.elf.creation_date'?: string | number | undefined; 'process.parent.elf.exports'?: unknown[] | undefined; 'process.parent.elf.go_import_hash'?: string | undefined; 'process.parent.elf.go_imports'?: unknown; 'process.parent.elf.go_imports_names_entropy'?: string | number | undefined; 'process.parent.elf.go_imports_names_var_entropy'?: string | number | undefined; 'process.parent.elf.go_stripped'?: boolean | undefined; 'process.parent.elf.header.abi_version'?: string | undefined; 'process.parent.elf.header.class'?: string | undefined; 'process.parent.elf.header.data'?: string | undefined; 'process.parent.elf.header.entrypoint'?: string | number | undefined; 'process.parent.elf.header.object_version'?: string | undefined; 'process.parent.elf.header.os_abi'?: string | undefined; 'process.parent.elf.header.type'?: string | undefined; 'process.parent.elf.header.version'?: string | undefined; 'process.parent.elf.import_hash'?: string | undefined; 'process.parent.elf.imports'?: unknown[] | undefined; 'process.parent.elf.imports_names_entropy'?: string | number | undefined; 'process.parent.elf.imports_names_var_entropy'?: string | number | undefined; 'process.parent.elf.sections'?: { chi2?: string | number | undefined; entropy?: string | number | undefined; flags?: string | undefined; name?: string | undefined; physical_offset?: string | undefined; physical_size?: string | number | undefined; type?: string | undefined; var_entropy?: string | number | undefined; virtual_address?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'process.parent.elf.segments'?: { sections?: string | undefined; type?: string | undefined; }[] | undefined; 'process.parent.elf.shared_libraries'?: string[] | undefined; 'process.parent.elf.telfhash'?: string | undefined; 'process.parent.end'?: string | number | undefined; 'process.parent.entity_id'?: string | undefined; 'process.parent.executable'?: string | undefined; 'process.parent.exit_code'?: string | number | undefined; 'process.parent.group.id'?: string | undefined; 'process.parent.group.name'?: string | undefined; 'process.parent.group_leader.entity_id'?: string | undefined; 'process.parent.group_leader.pid'?: string | number | undefined; 'process.parent.group_leader.start'?: string | number | undefined; 'process.parent.group_leader.vpid'?: string | number | undefined; 'process.parent.hash.md5'?: string | undefined; 'process.parent.hash.sha1'?: string | undefined; 'process.parent.hash.sha256'?: string | undefined; 'process.parent.hash.sha384'?: string | undefined; 'process.parent.hash.sha512'?: string | undefined; 'process.parent.hash.ssdeep'?: string | undefined; 'process.parent.hash.tlsh'?: string | undefined; 'process.parent.interactive'?: boolean | undefined; 'process.parent.macho.go_import_hash'?: string | undefined; 'process.parent.macho.go_imports'?: unknown; 'process.parent.macho.go_imports_names_entropy'?: string | number | undefined; 'process.parent.macho.go_imports_names_var_entropy'?: string | number | undefined; 'process.parent.macho.go_stripped'?: boolean | undefined; 'process.parent.macho.import_hash'?: string | undefined; 'process.parent.macho.imports'?: unknown[] | undefined; 'process.parent.macho.imports_names_entropy'?: string | number | undefined; 'process.parent.macho.imports_names_var_entropy'?: string | number | undefined; 'process.parent.macho.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'process.parent.macho.symhash'?: string | undefined; 'process.parent.name'?: string | undefined; 'process.parent.pe.architecture'?: string | undefined; 'process.parent.pe.company'?: string | undefined; 'process.parent.pe.description'?: string | undefined; 'process.parent.pe.file_version'?: string | undefined; 'process.parent.pe.go_import_hash'?: string | undefined; 'process.parent.pe.go_imports'?: unknown; 'process.parent.pe.go_imports_names_entropy'?: string | number | undefined; 'process.parent.pe.go_imports_names_var_entropy'?: string | number | undefined; 'process.parent.pe.go_stripped'?: boolean | undefined; 'process.parent.pe.imphash'?: string | undefined; 'process.parent.pe.import_hash'?: string | undefined; 'process.parent.pe.imports'?: unknown[] | undefined; 'process.parent.pe.imports_names_entropy'?: string | number | undefined; 'process.parent.pe.imports_names_var_entropy'?: string | number | undefined; 'process.parent.pe.original_file_name'?: string | undefined; 'process.parent.pe.pehash'?: string | undefined; 'process.parent.pe.product'?: string | undefined; 'process.parent.pe.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'process.parent.pgid'?: string | number | undefined; 'process.parent.pid'?: string | number | undefined; 'process.parent.real_group.id'?: string | undefined; 'process.parent.real_group.name'?: string | undefined; 'process.parent.real_user.id'?: string | undefined; 'process.parent.real_user.name'?: string | undefined; 'process.parent.saved_group.id'?: string | undefined; 'process.parent.saved_group.name'?: string | undefined; 'process.parent.saved_user.id'?: string | undefined; 'process.parent.saved_user.name'?: string | undefined; 'process.parent.start'?: string | number | undefined; 'process.parent.supplemental_groups.id'?: string | undefined; 'process.parent.supplemental_groups.name'?: string | undefined; 'process.parent.thread.capabilities.effective'?: string[] | undefined; 'process.parent.thread.capabilities.permitted'?: string[] | undefined; 'process.parent.thread.id'?: string | number | undefined; 'process.parent.thread.name'?: string | undefined; 'process.parent.title'?: string | undefined; 'process.parent.tty'?: unknown; 'process.parent.uptime'?: string | number | undefined; 'process.parent.user.id'?: string | undefined; 'process.parent.user.name'?: string | undefined; 'process.parent.vpid'?: string | number | undefined; 'process.parent.working_directory'?: string | undefined; 'process.pe.architecture'?: string | undefined; 'process.pe.company'?: string | undefined; 'process.pe.description'?: string | undefined; 'process.pe.file_version'?: string | undefined; 'process.pe.go_import_hash'?: string | undefined; 'process.pe.go_imports'?: unknown; 'process.pe.go_imports_names_entropy'?: string | number | undefined; 'process.pe.go_imports_names_var_entropy'?: string | number | undefined; 'process.pe.go_stripped'?: boolean | undefined; 'process.pe.imphash'?: string | undefined; 'process.pe.import_hash'?: string | undefined; 'process.pe.imports'?: unknown[] | undefined; 'process.pe.imports_names_entropy'?: string | number | undefined; 'process.pe.imports_names_var_entropy'?: string | number | undefined; 'process.pe.original_file_name'?: string | undefined; 'process.pe.pehash'?: string | undefined; 'process.pe.product'?: string | undefined; 'process.pe.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'process.pgid'?: string | number | undefined; 'process.pid'?: string | number | undefined; 'process.previous.args'?: string[] | undefined; 'process.previous.args_count'?: string | number | undefined; 'process.previous.executable'?: string | undefined; 'process.real_group.id'?: string | undefined; 'process.real_group.name'?: string | undefined; 'process.real_user.id'?: string | undefined; 'process.real_user.name'?: string | undefined; 'process.saved_group.id'?: string | undefined; 'process.saved_group.name'?: string | undefined; 'process.saved_user.id'?: string | undefined; 'process.saved_user.name'?: string | undefined; 'process.session_leader.args'?: string[] | undefined; 'process.session_leader.args_count'?: string | number | undefined; 'process.session_leader.command_line'?: string | undefined; 'process.session_leader.entity_id'?: string | undefined; 'process.session_leader.executable'?: string | undefined; 'process.session_leader.group.id'?: string | undefined; 'process.session_leader.group.name'?: string | undefined; 'process.session_leader.interactive'?: boolean | undefined; 'process.session_leader.name'?: string | undefined; 'process.session_leader.parent.entity_id'?: string | undefined; 'process.session_leader.parent.pid'?: string | number | undefined; 'process.session_leader.parent.session_leader.entity_id'?: string | undefined; 'process.session_leader.parent.session_leader.pid'?: string | number | undefined; 'process.session_leader.parent.session_leader.start'?: string | number | undefined; 'process.session_leader.parent.session_leader.vpid'?: string | number | undefined; 'process.session_leader.parent.start'?: string | number | undefined; 'process.session_leader.parent.vpid'?: string | number | undefined; 'process.session_leader.pid'?: string | number | undefined; 'process.session_leader.real_group.id'?: string | undefined; 'process.session_leader.real_group.name'?: string | undefined; 'process.session_leader.real_user.id'?: string | undefined; 'process.session_leader.real_user.name'?: string | undefined; 'process.session_leader.same_as_process'?: boolean | undefined; 'process.session_leader.saved_group.id'?: string | undefined; 'process.session_leader.saved_group.name'?: string | undefined; 'process.session_leader.saved_user.id'?: string | undefined; 'process.session_leader.saved_user.name'?: string | undefined; 'process.session_leader.start'?: string | number | undefined; 'process.session_leader.supplemental_groups.id'?: string | undefined; 'process.session_leader.supplemental_groups.name'?: string | undefined; 'process.session_leader.tty'?: unknown; 'process.session_leader.user.id'?: string | undefined; 'process.session_leader.user.name'?: string | undefined; 'process.session_leader.vpid'?: string | number | undefined; 'process.session_leader.working_directory'?: string | undefined; 'process.start'?: string | number | undefined; 'process.supplemental_groups.id'?: string | undefined; 'process.supplemental_groups.name'?: string | undefined; 'process.thread.capabilities.effective'?: string[] | undefined; 'process.thread.capabilities.permitted'?: string[] | undefined; 'process.thread.id'?: string | number | undefined; 'process.thread.name'?: string | undefined; 'process.title'?: string | undefined; 'process.tty'?: unknown; 'process.uptime'?: string | number | undefined; 'process.user.id'?: string | undefined; 'process.user.name'?: string | undefined; 'process.vpid'?: string | number | undefined; 'process.working_directory'?: string | undefined; 'registry.data.bytes'?: string | undefined; 'registry.data.strings'?: string[] | undefined; 'registry.data.type'?: string | undefined; 'registry.hive'?: string | undefined; 'registry.key'?: string | undefined; 'registry.path'?: string | undefined; 'registry.value'?: string | undefined; 'related.hash'?: string[] | undefined; 'related.hosts'?: string[] | undefined; 'related.ip'?: string[] | undefined; 'related.user'?: string[] | undefined; 'rule.author'?: string[] | undefined; 'rule.category'?: string | undefined; 'rule.description'?: string | undefined; 'rule.id'?: string | undefined; 'rule.license'?: string | undefined; 'rule.name'?: string | undefined; 'rule.reference'?: string | undefined; 'rule.ruleset'?: string | undefined; 'rule.uuid'?: string | undefined; 'rule.version'?: string | undefined; 'server.address'?: string | undefined; 'server.as.number'?: string | number | undefined; 'server.as.organization.name'?: string | undefined; 'server.bytes'?: string | number | undefined; 'server.domain'?: string | undefined; 'server.geo.city_name'?: string | undefined; 'server.geo.continent_code'?: string | undefined; 'server.geo.continent_name'?: string | undefined; 'server.geo.country_iso_code'?: string | undefined; 'server.geo.country_name'?: string | undefined; 'server.geo.location'?: string | { type: string; coordinates: number[]; } | { lat: number; lon: number; } | { location: number[]; } | { location: string; } | undefined; 'server.geo.name'?: string | undefined; 'server.geo.postal_code'?: string | undefined; 'server.geo.region_iso_code'?: string | undefined; 'server.geo.region_name'?: string | undefined; 'server.geo.timezone'?: string | undefined; 'server.ip'?: string | undefined; 'server.mac'?: string | undefined; 'server.nat.ip'?: string | undefined; 'server.nat.port'?: string | number | undefined; 'server.packets'?: string | number | undefined; 'server.port'?: string | number | undefined; 'server.registered_domain'?: string | undefined; 'server.subdomain'?: string | undefined; 'server.top_level_domain'?: string | undefined; 'server.user.domain'?: string | undefined; 'server.user.email'?: string | undefined; 'server.user.full_name'?: string | undefined; 'server.user.group.domain'?: string | undefined; 'server.user.group.id'?: string | undefined; 'server.user.group.name'?: string | undefined; 'server.user.hash'?: string | undefined; 'server.user.id'?: string | undefined; 'server.user.name'?: string | undefined; 'server.user.roles'?: string[] | undefined; 'service.address'?: string | undefined; 'service.environment'?: string | undefined; 'service.ephemeral_id'?: string | undefined; 'service.id'?: string | undefined; 'service.name'?: string | undefined; 'service.node.name'?: string | undefined; 'service.node.role'?: string | undefined; 'service.node.roles'?: string[] | undefined; 'service.origin.address'?: string | undefined; 'service.origin.environment'?: string | undefined; 'service.origin.ephemeral_id'?: string | undefined; 'service.origin.id'?: string | undefined; 'service.origin.name'?: string | undefined; 'service.origin.node.name'?: string | undefined; 'service.origin.node.role'?: string | undefined; 'service.origin.node.roles'?: string[] | undefined; 'service.origin.state'?: string | undefined; 'service.origin.type'?: string | undefined; 'service.origin.version'?: string | undefined; 'service.state'?: string | undefined; 'service.target.address'?: string | undefined; 'service.target.environment'?: string | undefined; 'service.target.ephemeral_id'?: string | undefined; 'service.target.id'?: string | undefined; 'service.target.name'?: string | undefined; 'service.target.node.name'?: string | undefined; 'service.target.node.role'?: string | undefined; 'service.target.node.roles'?: string[] | undefined; 'service.target.state'?: string | undefined; 'service.target.type'?: string | undefined; 'service.target.version'?: string | undefined; 'service.type'?: string | undefined; 'service.version'?: string | undefined; 'source.address'?: string | undefined; 'source.as.number'?: string | number | undefined; 'source.as.organization.name'?: string | undefined; 'source.bytes'?: string | number | undefined; 'source.domain'?: string | undefined; 'source.geo.city_name'?: string | undefined; 'source.geo.continent_code'?: string | undefined; 'source.geo.continent_name'?: string | undefined; 'source.geo.country_iso_code'?: string | undefined; 'source.geo.country_name'?: string | undefined; 'source.geo.location'?: string | { type: string; coordinates: number[]; } | { lat: number; lon: number; } | { location: number[]; } | { location: string; } | undefined; 'source.geo.name'?: string | undefined; 'source.geo.postal_code'?: string | undefined; 'source.geo.region_iso_code'?: string | undefined; 'source.geo.region_name'?: string | undefined; 'source.geo.timezone'?: string | undefined; 'source.ip'?: string | undefined; 'source.mac'?: string | undefined; 'source.nat.ip'?: string | undefined; 'source.nat.port'?: string | number | undefined; 'source.packets'?: string | number | undefined; 'source.port'?: string | number | undefined; 'source.registered_domain'?: string | undefined; 'source.subdomain'?: string | undefined; 'source.top_level_domain'?: string | undefined; 'source.user.domain'?: string | undefined; 'source.user.email'?: string | undefined; 'source.user.full_name'?: string | undefined; 'source.user.group.domain'?: string | undefined; 'source.user.group.id'?: string | undefined; 'source.user.group.name'?: string | undefined; 'source.user.hash'?: string | undefined; 'source.user.id'?: string | undefined; 'source.user.name'?: string | undefined; 'source.user.roles'?: string[] | undefined; 'span.id'?: string | undefined; tags?: string[] | undefined; 'threat.enrichments'?: { indicator?: unknown; 'matched.atomic'?: string | undefined; 'matched.field'?: string | undefined; 'matched.id'?: string | undefined; 'matched.index'?: string | undefined; 'matched.occurred'?: string | number | undefined; 'matched.type'?: string | undefined; }[] | undefined; 'threat.feed.dashboard_id'?: string | undefined; 'threat.feed.description'?: string | undefined; 'threat.feed.name'?: string | undefined; 'threat.feed.reference'?: string | undefined; 'threat.framework'?: string | undefined; 'threat.group.alias'?: string[] | undefined; 'threat.group.id'?: string | undefined; 'threat.group.name'?: string | undefined; 'threat.group.reference'?: string | undefined; 'threat.indicator.as.number'?: string | number | undefined; 'threat.indicator.as.organization.name'?: string | undefined; 'threat.indicator.confidence'?: string | undefined; 'threat.indicator.description'?: string | undefined; 'threat.indicator.email.address'?: string | undefined; 'threat.indicator.file.accessed'?: string | number | undefined; 'threat.indicator.file.attributes'?: string[] | undefined; 'threat.indicator.file.code_signature.digest_algorithm'?: string | undefined; 'threat.indicator.file.code_signature.exists'?: boolean | undefined; 'threat.indicator.file.code_signature.signing_id'?: string | undefined; 'threat.indicator.file.code_signature.status'?: string | undefined; 'threat.indicator.file.code_signature.subject_name'?: string | undefined; 'threat.indicator.file.code_signature.team_id'?: string | undefined; 'threat.indicator.file.code_signature.timestamp'?: string | number | undefined; 'threat.indicator.file.code_signature.trusted'?: boolean | undefined; 'threat.indicator.file.code_signature.valid'?: boolean | undefined; 'threat.indicator.file.created'?: string | number | undefined; 'threat.indicator.file.ctime'?: string | number | undefined; 'threat.indicator.file.device'?: string | undefined; 'threat.indicator.file.directory'?: string | undefined; 'threat.indicator.file.drive_letter'?: string | undefined; 'threat.indicator.file.elf.architecture'?: string | undefined; 'threat.indicator.file.elf.byte_order'?: string | undefined; 'threat.indicator.file.elf.cpu_type'?: string | undefined; 'threat.indicator.file.elf.creation_date'?: string | number | undefined; 'threat.indicator.file.elf.exports'?: unknown[] | undefined; 'threat.indicator.file.elf.go_import_hash'?: string | undefined; 'threat.indicator.file.elf.go_imports'?: unknown; 'threat.indicator.file.elf.go_imports_names_entropy'?: string | number | undefined; 'threat.indicator.file.elf.go_imports_names_var_entropy'?: string | number | undefined; 'threat.indicator.file.elf.go_stripped'?: boolean | undefined; 'threat.indicator.file.elf.header.abi_version'?: string | undefined; 'threat.indicator.file.elf.header.class'?: string | undefined; 'threat.indicator.file.elf.header.data'?: string | undefined; 'threat.indicator.file.elf.header.entrypoint'?: string | number | undefined; 'threat.indicator.file.elf.header.object_version'?: string | undefined; 'threat.indicator.file.elf.header.os_abi'?: string | undefined; 'threat.indicator.file.elf.header.type'?: string | undefined; 'threat.indicator.file.elf.header.version'?: string | undefined; 'threat.indicator.file.elf.import_hash'?: string | undefined; 'threat.indicator.file.elf.imports'?: unknown[] | undefined; 'threat.indicator.file.elf.imports_names_entropy'?: string | number | undefined; 'threat.indicator.file.elf.imports_names_var_entropy'?: string | number | undefined; 'threat.indicator.file.elf.sections'?: { chi2?: string | number | undefined; entropy?: string | number | undefined; flags?: string | undefined; name?: string | undefined; physical_offset?: string | undefined; physical_size?: string | number | undefined; type?: string | undefined; var_entropy?: string | number | undefined; virtual_address?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'threat.indicator.file.elf.segments'?: { sections?: string | undefined; type?: string | undefined; }[] | undefined; 'threat.indicator.file.elf.shared_libraries'?: string[] | undefined; 'threat.indicator.file.elf.telfhash'?: string | undefined; 'threat.indicator.file.extension'?: string | undefined; 'threat.indicator.file.fork_name'?: string | undefined; 'threat.indicator.file.gid'?: string | undefined; 'threat.indicator.file.group'?: string | undefined; 'threat.indicator.file.hash.md5'?: string | undefined; 'threat.indicator.file.hash.sha1'?: string | undefined; 'threat.indicator.file.hash.sha256'?: string | undefined; 'threat.indicator.file.hash.sha384'?: string | undefined; 'threat.indicator.file.hash.sha512'?: string | undefined; 'threat.indicator.file.hash.ssdeep'?: string | undefined; 'threat.indicator.file.hash.tlsh'?: string | undefined; 'threat.indicator.file.inode'?: string | undefined; 'threat.indicator.file.mime_type'?: string | undefined; 'threat.indicator.file.mode'?: string | undefined; 'threat.indicator.file.mtime'?: string | number | undefined; 'threat.indicator.file.name'?: string | undefined; 'threat.indicator.file.owner'?: string | undefined; 'threat.indicator.file.path'?: string | undefined; 'threat.indicator.file.pe.architecture'?: string | undefined; 'threat.indicator.file.pe.company'?: string | undefined; 'threat.indicator.file.pe.description'?: string | undefined; 'threat.indicator.file.pe.file_version'?: string | undefined; 'threat.indicator.file.pe.go_import_hash'?: string | undefined; 'threat.indicator.file.pe.go_imports'?: unknown; 'threat.indicator.file.pe.go_imports_names_entropy'?: string | number | undefined; 'threat.indicator.file.pe.go_imports_names_var_entropy'?: string | number | undefined; 'threat.indicator.file.pe.go_stripped'?: boolean | undefined; 'threat.indicator.file.pe.imphash'?: string | undefined; 'threat.indicator.file.pe.import_hash'?: string | undefined; 'threat.indicator.file.pe.imports'?: unknown[] | undefined; 'threat.indicator.file.pe.imports_names_entropy'?: string | number | undefined; 'threat.indicator.file.pe.imports_names_var_entropy'?: string | number | undefined; 'threat.indicator.file.pe.original_file_name'?: string | undefined; 'threat.indicator.file.pe.pehash'?: string | undefined; 'threat.indicator.file.pe.product'?: string | undefined; 'threat.indicator.file.pe.sections'?: { entropy?: string | number | undefined; name?: string | undefined; physical_size?: string | number | undefined; var_entropy?: string | number | undefined; virtual_size?: string | number | undefined; }[] | undefined; 'threat.indicator.file.size'?: string | number | undefined; 'threat.indicator.file.target_path'?: string | undefined; 'threat.indicator.file.type'?: string | undefined; 'threat.indicator.file.uid'?: string | undefined; 'threat.indicator.file.x509.alternative_names'?: string[] | undefined; 'threat.indicator.file.x509.issuer.common_name'?: string[] | undefined; 'threat.indicator.file.x509.issuer.country'?: string[] | undefined; 'threat.indicator.file.x509.issuer.distinguished_name'?: string | undefined; 'threat.indicator.file.x509.issuer.locality'?: string[] | undefined; 'threat.indicator.file.x509.issuer.organization'?: string[] | undefined; 'threat.indicator.file.x509.issuer.organizational_unit'?: string[] | undefined; 'threat.indicator.file.x509.issuer.state_or_province'?: string[] | undefined; 'threat.indicator.file.x509.not_after'?: string | number | undefined; 'threat.indicator.file.x509.not_before'?: string | number | undefined; 'threat.indicator.file.x509.public_key_algorithm'?: string | undefined; 'threat.indicator.file.x509.public_key_curve'?: string | undefined; 'threat.indicator.file.x509.public_key_exponent'?: string | number | undefined; 'threat.indicator.file.x509.public_key_size'?: string | number | undefined; 'threat.indicator.file.x509.serial_number'?: string | undefined; 'threat.indicator.file.x509.signature_algorithm'?: string | undefined; 'threat.indicator.file.x509.subject.common_name'?: string[] | undefined; 'threat.indicator.file.x509.subject.country'?: string[] | undefined; 'threat.indicator.file.x509.subject.distinguished_name'?: string | undefined; 'threat.indicator.file.x509.subject.locality'?: string[] | undefined; 'threat.indicator.file.x509.subject.organization'?: string[] | undefined; 'threat.indicator.file.x509.subject.organizational_unit'?: string[] | undefined; 'threat.indicator.file.x509.subject.state_or_province'?: string[] | undefined; 'threat.indicator.file.x509.version_number'?: string | undefined; 'threat.indicator.first_seen'?: string | number | undefined; 'threat.indicator.geo.city_name'?: string | undefined; 'threat.indicator.geo.continent_code'?: string | undefined; 'threat.indicator.geo.continent_name'?: string | undefined; 'threat.indicator.geo.country_iso_code'?: string | undefined; 'threat.indicator.geo.country_name'?: string | undefined; 'threat.indicator.geo.location'?: string | { type: string; coordinates: number[]; } | { lat: number; lon: number; } | { location: number[]; } | { location: string; } | undefined; 'threat.indicator.geo.name'?: string | undefined; 'threat.indicator.geo.postal_code'?: string | undefined; 'threat.indicator.geo.region_iso_code'?: string | undefined; 'threat.indicator.geo.region_name'?: string | undefined; 'threat.indicator.geo.timezone'?: string | undefined; 'threat.indicator.ip'?: string | undefined; 'threat.indicator.last_seen'?: string | number | undefined; 'threat.indicator.marking.tlp'?: string | undefined; 'threat.indicator.marking.tlp_version'?: string | undefined; 'threat.indicator.modified_at'?: string | number | undefined; 'threat.indicator.name'?: string | undefined; 'threat.indicator.port'?: string | number | undefined; 'threat.indicator.provider'?: string | undefined; 'threat.indicator.reference'?: string | undefined; 'threat.indicator.registry.data.bytes'?: string | undefined; 'threat.indicator.registry.data.strings'?: string[] | undefined; 'threat.indicator.registry.data.type'?: string | undefined; 'threat.indicator.registry.hive'?: string | undefined; 'threat.indicator.registry.key'?: string | undefined; 'threat.indicator.registry.path'?: string | undefined; 'threat.indicator.registry.value'?: string | undefined; 'threat.indicator.scanner_stats'?: string | number | undefined; 'threat.indicator.sightings'?: string | number | undefined; 'threat.indicator.type'?: string | undefined; 'threat.indicator.url.domain'?: string | undefined; 'threat.indicator.url.extension'?: string | undefined; 'threat.indicator.url.fragment'?: string | undefined; 'threat.indicator.url.full'?: string | undefined; 'threat.indicator.url.original'?: string | undefined; 'threat.indicator.url.password'?: string | undefined; 'threat.indicator.url.path'?: string | undefined; 'threat.indicator.url.port'?: string | number | undefined; 'threat.indicator.url.query'?: string | undefined; 'threat.indicator.url.registered_domain'?: string | undefined; 'threat.indicator.url.scheme'?: string | undefined; 'threat.indicator.url.subdomain'?: string | undefined; 'threat.indicator.url.top_level_domain'?: string | undefined; 'threat.indicator.url.username'?: string | undefined; 'threat.indicator.x509.alternative_names'?: string[] | undefined; 'threat.indicator.x509.issuer.common_name'?: string[] | undefined; 'threat.indicator.x509.issuer.country'?: string[] | undefined; 'threat.indicator.x509.issuer.distinguished_name'?: string | undefined; 'threat.indicator.x509.issuer.locality'?: string[] | undefined; 'threat.indicator.x509.issuer.organization'?: string[] | undefined; 'threat.indicator.x509.issuer.organizational_unit'?: string[] | undefined; 'threat.indicator.x509.issuer.state_or_province'?: string[] | undefined; 'threat.indicator.x509.not_after'?: string | number | undefined; 'threat.indicator.x509.not_before'?: string | number | undefined; 'threat.indicator.x509.public_key_algorithm'?: string | undefined; 'threat.indicator.x509.public_key_curve'?: string | undefined; 'threat.indicator.x509.public_key_exponent'?: string | number | undefined; 'threat.indicator.x509.public_key_size'?: string | number | undefined; 'threat.indicator.x509.serial_number'?: string | undefined; 'threat.indicator.x509.signature_algorithm'?: string | undefined; 'threat.indicator.x509.subject.common_name'?: string[] | undefined; 'threat.indicator.x509.subject.country'?: string[] | undefined; 'threat.indicator.x509.subject.distinguished_name'?: string | undefined; 'threat.indicator.x509.subject.locality'?: string[] | undefined; 'threat.indicator.x509.subject.organization'?: string[] | undefined; 'threat.indicator.x509.subject.organizational_unit'?: string[] | undefined; 'threat.indicator.x509.subject.state_or_province'?: string[] | undefined; 'threat.indicator.x509.version_number'?: string | undefined; 'threat.software.alias'?: string[] | undefined; 'threat.software.id'?: string | undefined; 'threat.software.name'?: string | undefined; 'threat.software.platforms'?: string[] | undefined; 'threat.software.reference'?: string | undefined; 'threat.software.type'?: string | undefined; 'threat.tactic.id'?: string[] | undefined; 'threat.tactic.name'?: string[] | undefined; 'threat.tactic.reference'?: string[] | undefined; 'threat.technique.id'?: string[] | undefined; 'threat.technique.name'?: string[] | undefined; 'threat.technique.reference'?: string[] | undefined; 'threat.technique.subtechnique.id'?: string[] | undefined; 'threat.technique.subtechnique.name'?: string[] | undefined; 'threat.technique.subtechnique.reference'?: string[] | undefined; 'tls.cipher'?: string | undefined; 'tls.client.certificate'?: string | undefined; 'tls.client.certificate_chain'?: string[] | undefined; 'tls.client.hash.md5'?: string | undefined; 'tls.client.hash.sha1'?: string | undefined; 'tls.client.hash.sha256'?: string | undefined; 'tls.client.issuer'?: string | undefined; 'tls.client.ja3'?: string | undefined; 'tls.client.not_after'?: string | number | undefined; 'tls.client.not_before'?: string | number | undefined; 'tls.client.server_name'?: string | undefined; 'tls.client.subject'?: string | undefined; 'tls.client.supported_ciphers'?: string[] | undefined; 'tls.client.x509.alternative_names'?: string[] | undefined; 'tls.client.x509.issuer.common_name'?: string[] | undefined; 'tls.client.x509.issuer.country'?: string[] | undefined; 'tls.client.x509.issuer.distinguished_name'?: string | undefined; 'tls.client.x509.issuer.locality'?: string[] | undefined; 'tls.client.x509.issuer.organization'?: string[] | undefined; 'tls.client.x509.issuer.organizational_unit'?: string[] | undefined; 'tls.client.x509.issuer.state_or_province'?: string[] | undefined; 'tls.client.x509.not_after'?: string | number | undefined; 'tls.client.x509.not_before'?: string | number | undefined; 'tls.client.x509.public_key_algorithm'?: string | undefined; 'tls.client.x509.public_key_curve'?: string | undefined; 'tls.client.x509.public_key_exponent'?: string | number | undefined; 'tls.client.x509.public_key_size'?: string | number | undefined; 'tls.client.x509.serial_number'?: string | undefined; 'tls.client.x509.signature_algorithm'?: string | undefined; 'tls.client.x509.subject.common_name'?: string[] | undefined; 'tls.client.x509.subject.country'?: string[] | undefined; 'tls.client.x509.subject.distinguished_name'?: string | undefined; 'tls.client.x509.subject.locality'?: string[] | undefined; 'tls.client.x509.subject.organization'?: string[] | undefined; 'tls.client.x509.subject.organizational_unit'?: string[] | undefined; 'tls.client.x509.subject.state_or_province'?: string[] | undefined; 'tls.client.x509.version_number'?: string | undefined; 'tls.curve'?: string | undefined; 'tls.established'?: boolean | undefined; 'tls.next_protocol'?: string | undefined; 'tls.resumed'?: boolean | undefined; 'tls.server.certificate'?: string | undefined; 'tls.server.certificate_chain'?: string[] | undefined; 'tls.server.hash.md5'?: string | undefined; 'tls.server.hash.sha1'?: string | undefined; 'tls.server.hash.sha256'?: string | undefined; 'tls.server.issuer'?: string | undefined; 'tls.server.ja3s'?: string | undefined; 'tls.server.not_after'?: string | number | undefined; 'tls.server.not_before'?: string | number | undefined; 'tls.server.subject'?: string | undefined; 'tls.server.x509.alternative_names'?: string[] | undefined; 'tls.server.x509.issuer.common_name'?: string[] | undefined; 'tls.server.x509.issuer.country'?: string[] | undefined; 'tls.server.x509.issuer.distinguished_name'?: string | undefined; 'tls.server.x509.issuer.locality'?: string[] | undefined; 'tls.server.x509.issuer.organization'?: string[] | undefined; 'tls.server.x509.issuer.organizational_unit'?: string[] | undefined; 'tls.server.x509.issuer.state_or_province'?: string[] | undefined; 'tls.server.x509.not_after'?: string | number | undefined; 'tls.server.x509.not_before'?: string | number | undefined; 'tls.server.x509.public_key_algorithm'?: string | undefined; 'tls.server.x509.public_key_curve'?: string | undefined; 'tls.server.x509.public_key_exponent'?: string | number | undefined; 'tls.server.x509.public_key_size'?: string | number | undefined; 'tls.server.x509.serial_number'?: string | undefined; 'tls.server.x509.signature_algorithm'?: string | undefined; 'tls.server.x509.subject.common_name'?: string[] | undefined; 'tls.server.x509.subject.country'?: string[] | undefined; 'tls.server.x509.subject.distinguished_name'?: string | undefined; 'tls.server.x509.subject.locality'?: string[] | undefined; 'tls.server.x509.subject.organization'?: string[] | undefined; 'tls.server.x509.subject.organizational_unit'?: string[] | undefined; 'tls.server.x509.subject.state_or_province'?: string[] | undefined; 'tls.server.x509.version_number'?: string | undefined; 'tls.version'?: string | undefined; 'tls.version_protocol'?: string | undefined; 'trace.id'?: string | undefined; 'transaction.id'?: string | undefined; 'url.domain'?: string | undefined; 'url.extension'?: string | undefined; 'url.fragment'?: string | undefined; 'url.full'?: string | undefined; 'url.original'?: string | undefined; 'url.password'?: string | undefined; 'url.path'?: string | undefined; 'url.port'?: string | number | undefined; 'url.query'?: string | undefined; 'url.registered_domain'?: string | undefined; 'url.scheme'?: string | undefined; 'url.subdomain'?: string | undefined; 'url.top_level_domain'?: string | undefined; 'url.username'?: string | undefined; 'user.changes.domain'?: string | undefined; 'user.changes.email'?: string | undefined; 'user.changes.full_name'?: string | undefined; 'user.changes.group.domain'?: string | undefined; 'user.changes.group.id'?: string | undefined; 'user.changes.group.name'?: string | undefined; 'user.changes.hash'?: string | undefined; 'user.changes.id'?: string | undefined; 'user.changes.name'?: string | undefined; 'user.changes.roles'?: string[] | undefined; 'user.domain'?: string | undefined; 'user.effective.domain'?: string | undefined; 'user.effective.email'?: string | undefined; 'user.effective.full_name'?: string | undefined; 'user.effective.group.domain'?: string | undefined; 'user.effective.group.id'?: string | undefined; 'user.effective.group.name'?: string | undefined; 'user.effective.hash'?: string | undefined; 'user.effective.id'?: string | undefined; 'user.effective.name'?: string | undefined; 'user.effective.roles'?: string[] | undefined; 'user.email'?: string | undefined; 'user.full_name'?: string | undefined; 'user.group.domain'?: string | undefined; 'user.group.id'?: string | undefined; 'user.group.name'?: string | undefined; 'user.hash'?: string | undefined; 'user.id'?: string | undefined; 'user.name'?: string | undefined; 'user.risk.calculated_level'?: string | undefined; 'user.risk.calculated_score'?: number | undefined; 'user.risk.calculated_score_norm'?: number | undefined; 'user.risk.static_level'?: string | undefined; 'user.risk.static_score'?: number | undefined; 'user.risk.static_score_norm'?: number | undefined; 'user.roles'?: string[] | undefined; 'user.target.domain'?: string | undefined; 'user.target.email'?: string | undefined; 'user.target.full_name'?: string | undefined; 'user.target.group.domain'?: string | undefined; 'user.target.group.id'?: string | undefined; 'user.target.group.name'?: string | undefined; 'user.target.hash'?: string | undefined; 'user.target.id'?: string | undefined; 'user.target.name'?: string | undefined; 'user.target.roles'?: string[] | undefined; 'user_agent.device.name'?: string | undefined; 'user_agent.name'?: string | undefined; 'user_agent.original'?: string | undefined; 'user_agent.os.family'?: string | undefined; 'user_agent.os.full'?: string | undefined; 'user_agent.os.kernel'?: string | undefined; 'user_agent.os.name'?: string | undefined; 'user_agent.os.platform'?: string | undefined; 'user_agent.os.type'?: string | undefined; 'user_agent.os.version'?: string | undefined; 'user_agent.version'?: string | undefined; 'vulnerability.category'?: string[] | undefined; 'vulnerability.classification'?: string | undefined; 'vulnerability.description'?: string | undefined; 'vulnerability.enumeration'?: string | undefined; 'vulnerability.id'?: string | undefined; 'vulnerability.reference'?: string | undefined; 'vulnerability.report_id'?: string | undefined; 'vulnerability.scanner.vendor'?: string | undefined; 'vulnerability.score.base'?: number | undefined; 'vulnerability.score.environmental'?: number | undefined; 'vulnerability.score.temporal'?: number | undefined; 'vulnerability.score.version'?: string | undefined; 'vulnerability.severity'?: string | undefined; }" ], - "path": "packages/kbn-alerts-as-data-utils/src/schemas/generated/stack_schema.ts", + "path": "src/platform/packages/shared/kbn-alerts-as-data-utils/src/schemas/generated/stack_schema.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -467,7 +467,7 @@ "signature": [ "{} & { 'kibana.alert.results'?: { description?: string | undefined; health_status?: string | undefined; issues?: unknown; node_name?: string | undefined; transform_id?: string | undefined; transform_state?: string | undefined; }[] | undefined; } & { '@timestamp': string | number; 'kibana.alert.instance.id': string; 'kibana.alert.rule.category': string; 'kibana.alert.rule.consumer': string; 'kibana.alert.rule.name': string; 'kibana.alert.rule.producer': string; 'kibana.alert.rule.revision': string | number; 'kibana.alert.rule.rule_type_id': string; 'kibana.alert.rule.uuid': string; 'kibana.alert.status': string; 'kibana.alert.uuid': string; 'kibana.space_ids': string[]; } & { 'event.action'?: string | undefined; 'event.kind'?: string | undefined; 'event.original'?: string | undefined; 'kibana.alert.action_group'?: string | undefined; 'kibana.alert.case_ids'?: string[] | undefined; 'kibana.alert.consecutive_matches'?: string | number | undefined; 'kibana.alert.duration.us'?: string | number | undefined; 'kibana.alert.end'?: string | number | undefined; 'kibana.alert.flapping'?: boolean | undefined; 'kibana.alert.flapping_history'?: boolean[] | undefined; 'kibana.alert.intended_timestamp'?: string | number | undefined; 'kibana.alert.last_detected'?: string | number | undefined; 'kibana.alert.maintenance_window_ids'?: string[] | undefined; 'kibana.alert.previous_action_group'?: string | undefined; 'kibana.alert.reason'?: string | undefined; 'kibana.alert.rule.execution.timestamp'?: string | number | undefined; 'kibana.alert.rule.execution.type'?: string | undefined; 'kibana.alert.rule.execution.uuid'?: string | undefined; 'kibana.alert.rule.parameters'?: unknown; 'kibana.alert.rule.tags'?: string[] | undefined; 'kibana.alert.severity_improving'?: boolean | undefined; 'kibana.alert.start'?: string | number | undefined; 'kibana.alert.time_range'?: { gte?: string | number | undefined; lte?: string | number | undefined; } | undefined; 'kibana.alert.url'?: string | undefined; 'kibana.alert.workflow_assignee_ids'?: string[] | undefined; 'kibana.alert.workflow_status'?: string | undefined; 'kibana.alert.workflow_tags'?: string[] | undefined; 'kibana.version'?: string | undefined; tags?: string[] | undefined; }" ], - "path": "packages/kbn-alerts-as-data-utils/src/schemas/generated/transform_health_schema.ts", + "path": "src/platform/packages/shared/kbn-alerts-as-data-utils/src/schemas/generated/transform_health_schema.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -492,7 +492,7 @@ }, "[]; }; readonly \"kibana.alert.rule.category\": { readonly type: \"keyword\"; readonly array: false; readonly required: true; }; readonly \"kibana.alert.rule.consumer\": { readonly type: \"keyword\"; readonly array: false; readonly required: true; }; readonly \"kibana.alert.rule.execution.timestamp\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.execution.type\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.intended_timestamp\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.execution.uuid\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.name\": { readonly type: \"keyword\"; readonly array: false; readonly required: true; }; readonly \"kibana.alert.rule.parameters\": { readonly array: false; readonly type: \"flattened\"; readonly ignore_above: 4096; readonly required: false; }; readonly \"kibana.alert.rule.producer\": { readonly type: \"keyword\"; readonly array: false; readonly required: true; }; readonly \"kibana.alert.rule.revision\": { readonly type: \"long\"; readonly array: false; readonly required: true; }; readonly \"kibana.alert.rule.tags\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.rule.rule_type_id\": { readonly type: \"keyword\"; readonly array: false; readonly required: true; }; readonly \"kibana.alert.rule.uuid\": { readonly type: \"keyword\"; readonly array: false; readonly required: true; }; readonly \"kibana.alert.severity_improving\": { readonly type: \"boolean\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.start\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.status\": { readonly type: \"keyword\"; readonly array: false; readonly required: true; }; readonly \"kibana.alert.time_range\": { readonly type: \"date_range\"; readonly format: \"epoch_millis||strict_date_optional_time\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.url\": { readonly type: \"keyword\"; readonly array: false; readonly index: false; readonly required: false; readonly ignore_above: 2048; }; readonly \"kibana.alert.uuid\": { readonly type: \"keyword\"; readonly array: false; readonly required: true; }; readonly \"kibana.alert.workflow_status\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.workflow_tags\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.workflow_assignee_ids\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"event.action\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; readonly ignore_above: 1024; }; readonly \"event.kind\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; readonly ignore_above: 1024; }; readonly \"event.original\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; readonly ignore_above: 1024; }; readonly \"kibana.space_ids\": { readonly type: \"keyword\"; readonly array: true; readonly required: true; }; readonly tags: { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"@timestamp\": { readonly type: \"date\"; readonly required: true; readonly array: false; }; readonly \"kibana.version\": { readonly type: \"version\"; readonly array: false; readonly required: false; }; }" ], - "path": "packages/kbn-alerts-as-data-utils/src/field_maps/alert_field_map.ts", + "path": "src/platform/packages/shared/kbn-alerts-as-data-utils/src/field_maps/alert_field_map.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -513,7 +513,7 @@ "text": "FieldMap" } ], - "path": "packages/kbn-alerts-as-data-utils/src/field_maps/ecs_field_map.ts", + "path": "src/platform/packages/shared/kbn-alerts-as-data-utils/src/field_maps/ecs_field_map.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -528,7 +528,7 @@ "signature": [ "{ readonly \"kibana.alert.risk_score\": { readonly type: \"float\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.author\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.created_at\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.created_by\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.description\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.enabled\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.from\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.interval\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.license\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.note\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.references\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.rule.rule_id\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.rule_name_override\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.to\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.type\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.updated_at\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.updated_by\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.version\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.severity\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.suppression.docs_count\": { readonly type: \"long\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.suppression.end\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.suppression.terms.field\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.suppression.start\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.suppression.terms.value\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.system_status\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.workflow_reason\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.workflow_user\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.workflow_status_updated_at\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"ecs.version\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; }" ], - "path": "packages/kbn-alerts-as-data-utils/src/field_maps/legacy_alert_field_map.ts", + "path": "src/platform/packages/shared/kbn-alerts-as-data-utils/src/field_maps/legacy_alert_field_map.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -543,7 +543,7 @@ "signature": [ "{ readonly \"kibana.alert.evaluation.threshold\": { readonly type: \"scaled_float\"; readonly scaling_factor: 100; readonly required: false; }; readonly \"kibana.alert.evaluation.value\": { readonly type: \"scaled_float\"; readonly scaling_factor: 100; readonly required: false; }; readonly \"kibana.alert.context\": { readonly type: \"object\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.evaluation.values\": { readonly type: \"scaled_float\"; readonly scaling_factor: 100; readonly required: false; readonly array: true; }; readonly \"kibana.alert.group\": { readonly type: \"object\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.group.field\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.group.value\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; }" ], - "path": "packages/kbn-alerts-as-data-utils/src/field_maps/legacy_experimental_field_map.ts", + "path": "src/platform/packages/shared/kbn-alerts-as-data-utils/src/field_maps/legacy_experimental_field_map.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_alerts_grouping.devdocs.json b/api_docs/kbn_alerts_grouping.devdocs.json index e1841971236c8..26ebca6f90dae 100644 --- a/api_docs/kbn_alerts_grouping.devdocs.json +++ b/api_docs/kbn_alerts_grouping.devdocs.json @@ -31,7 +31,7 @@ }, ") => React.JSX.Element" ], - "path": "packages/kbn-alerts-grouping/src/components/alerts_grouping.tsx", + "path": "x-pack/solutions/observability/packages/kbn-alerts-grouping/src/components/alerts_grouping.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -53,7 +53,7 @@ }, "" ], - "path": "packages/kbn-alerts-grouping/src/components/alerts_grouping.tsx", + "path": "x-pack/solutions/observability/packages/kbn-alerts-grouping/src/components/alerts_grouping.tsx", "deprecated": false, "trackAdoption": false } @@ -74,7 +74,7 @@ "GroupModel", "> | null) => void; }" ], - "path": "packages/kbn-alerts-grouping/src/contexts/alerts_grouping_context.tsx", + "path": "x-pack/solutions/observability/packages/kbn-alerts-grouping/src/contexts/alerts_grouping_context.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -88,7 +88,7 @@ "signature": [ "string" ], - "path": "packages/kbn-alerts-grouping/src/contexts/alerts_grouping_context.tsx", + "path": "x-pack/solutions/observability/packages/kbn-alerts-grouping/src/contexts/alerts_grouping_context.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -106,7 +106,7 @@ "tags": [], "label": "AlertsGroupAggregationBucket", "description": [], - "path": "packages/kbn-alerts-grouping/src/types.ts", + "path": "x-pack/solutions/observability/packages/kbn-alerts-grouping/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -117,7 +117,7 @@ "tags": [], "label": "key", "description": [], - "path": "packages/kbn-alerts-grouping/src/types.ts", + "path": "x-pack/solutions/observability/packages/kbn-alerts-grouping/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -128,7 +128,7 @@ "tags": [], "label": "doc_count", "description": [], - "path": "packages/kbn-alerts-grouping/src/types.ts", + "path": "x-pack/solutions/observability/packages/kbn-alerts-grouping/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -142,7 +142,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-alerts-grouping/src/types.ts", + "path": "x-pack/solutions/observability/packages/kbn-alerts-grouping/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -156,7 +156,7 @@ "signature": [ "{ value: number; } | undefined" ], - "path": "packages/kbn-alerts-grouping/src/types.ts", + "path": "x-pack/solutions/observability/packages/kbn-alerts-grouping/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -180,7 +180,7 @@ }, "" ], - "path": "packages/kbn-alerts-grouping/src/types.ts", + "path": "x-pack/solutions/observability/packages/kbn-alerts-grouping/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -204,7 +204,7 @@ }, "[]) => React.ReactElement>" ], - "path": "packages/kbn-alerts-grouping/src/types.ts", + "path": "x-pack/solutions/observability/packages/kbn-alerts-grouping/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -225,7 +225,7 @@ }, "[]" ], - "path": "packages/kbn-alerts-grouping/src/types.ts", + "path": "x-pack/solutions/observability/packages/kbn-alerts-grouping/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -246,7 +246,7 @@ "GroupPanelRenderer", " | undefined" ], - "path": "packages/kbn-alerts-grouping/src/types.ts", + "path": "x-pack/solutions/observability/packages/kbn-alerts-grouping/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -263,7 +263,7 @@ "GetGroupStats", " | undefined" ], - "path": "packages/kbn-alerts-grouping/src/types.ts", + "path": "x-pack/solutions/observability/packages/kbn-alerts-grouping/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -286,7 +286,7 @@ }, "[] | undefined" ], - "path": "packages/kbn-alerts-grouping/src/types.ts", + "path": "x-pack/solutions/observability/packages/kbn-alerts-grouping/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -309,7 +309,7 @@ }, "[]" ], - "path": "packages/kbn-alerts-grouping/src/types.ts", + "path": "x-pack/solutions/observability/packages/kbn-alerts-grouping/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -333,7 +333,7 @@ }, "[], groupNumber: number) => JSX.Element[]) | undefined" ], - "path": "packages/kbn-alerts-grouping/src/types.ts", + "path": "x-pack/solutions/observability/packages/kbn-alerts-grouping/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -356,7 +356,7 @@ }, "[]" ], - "path": "packages/kbn-alerts-grouping/src/types.ts", + "path": "x-pack/solutions/observability/packages/kbn-alerts-grouping/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -379,7 +379,7 @@ }, "[]" ], - "path": "packages/kbn-alerts-grouping/src/types.ts", + "path": "x-pack/solutions/observability/packages/kbn-alerts-grouping/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -392,7 +392,7 @@ "description": [ "\nTime filter start" ], - "path": "packages/kbn-alerts-grouping/src/types.ts", + "path": "x-pack/solutions/observability/packages/kbn-alerts-grouping/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -405,7 +405,7 @@ "description": [ "\nTime filter end" ], - "path": "packages/kbn-alerts-grouping/src/types.ts", + "path": "x-pack/solutions/observability/packages/kbn-alerts-grouping/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -421,7 +421,7 @@ "signature": [ "{ query: string | { [key: string]: any; }; language: string; }" ], - "path": "packages/kbn-alerts-grouping/src/types.ts", + "path": "x-pack/solutions/observability/packages/kbn-alerts-grouping/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -437,7 +437,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-alerts-grouping/src/types.ts", + "path": "x-pack/solutions/observability/packages/kbn-alerts-grouping/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -450,7 +450,7 @@ "description": [ "\nID used to retrieve the current grouping configuration from the state" ], - "path": "packages/kbn-alerts-grouping/src/types.ts", + "path": "x-pack/solutions/observability/packages/kbn-alerts-grouping/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -474,7 +474,7 @@ }, "[]" ], - "path": "packages/kbn-alerts-grouping/src/types.ts", + "path": "x-pack/solutions/observability/packages/kbn-alerts-grouping/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -488,7 +488,7 @@ "signature": [ "string" ], - "path": "packages/kbn-alerts-grouping/src/types.ts", + "path": "x-pack/solutions/observability/packages/kbn-alerts-grouping/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -532,7 +532,7 @@ }, "; }" ], - "path": "packages/kbn-alerts-grouping/src/types.ts", + "path": "x-pack/solutions/observability/packages/kbn-alerts-grouping/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -546,7 +546,7 @@ "tags": [], "label": "BaseAlertsGroupAggregations", "description": [], - "path": "packages/kbn-alerts-grouping/src/types.ts", + "path": "x-pack/solutions/observability/packages/kbn-alerts-grouping/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -568,7 +568,7 @@ }, "[]; }" ], - "path": "packages/kbn-alerts-grouping/src/types.ts", + "path": "x-pack/solutions/observability/packages/kbn-alerts-grouping/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -582,7 +582,7 @@ "signature": [ "{ value: number; }" ], - "path": "packages/kbn-alerts-grouping/src/types.ts", + "path": "x-pack/solutions/observability/packages/kbn-alerts-grouping/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -596,7 +596,7 @@ "signature": [ "{ value: number; }" ], - "path": "packages/kbn-alerts-grouping/src/types.ts", + "path": "x-pack/solutions/observability/packages/kbn-alerts-grouping/src/types.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_alerts_ui_shared.devdocs.json b/api_docs/kbn_alerts_ui_shared.devdocs.json index b186a273e1dd4..817481dfe90e1 100644 --- a/api_docs/kbn_alerts_ui_shared.devdocs.json +++ b/api_docs/kbn_alerts_ui_shared.devdocs.json @@ -13,7 +13,7 @@ "signature": [ "({ buttonTitle, messageVariables, paramsProperty, onSelectEventHandler, showButtonTitle, }: Props) => React.JSX.Element" ], - "path": "packages/kbn-alerts-ui-shared/src/add_message_variables/index.tsx", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/add_message_variables/index.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -27,7 +27,7 @@ "signature": [ "Props" ], - "path": "packages/kbn-alerts-ui-shared/src/add_message_variables/index.tsx", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/add_message_variables/index.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -64,7 +64,7 @@ }, ") => React.JSX.Element; }" ], - "path": "packages/kbn-alerts-ui-shared/src/alert_fields_table/index.tsx", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_fields_table/index.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -112,7 +112,7 @@ }, ") => React.JSX.Element; }" ], - "path": "packages/kbn-alerts-ui-shared/src/alert_lifecycle_status_badge/index.tsx", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_lifecycle_status_badge/index.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -152,7 +152,7 @@ }, ") => React.ReactElement>" ], - "path": "packages/kbn-alerts-ui-shared/src/alerts_search_bar/index.tsx", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/index.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -172,7 +172,7 @@ "text": "AlertsSearchBarProps" } ], - "path": "packages/kbn-alerts-ui-shared/src/alerts_search_bar/index.tsx", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/index.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -193,7 +193,7 @@ "KibanaServices", "; categories?: string[] | undefined; }) => JSX.Element | null" ], - "path": "packages/kbn-alerts-ui-shared/src/maintenance_window_callout/index.tsx", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/maintenance_window_callout/index.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -204,7 +204,7 @@ "tags": [], "label": "{\n kibanaServices,\n categories,\n}", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/maintenance_window_callout/index.tsx", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/maintenance_window_callout/index.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -218,7 +218,7 @@ "signature": [ "KibanaServices" ], - "path": "packages/kbn-alerts-ui-shared/src/maintenance_window_callout/index.tsx", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/maintenance_window_callout/index.tsx", "deprecated": false, "trackAdoption": false }, @@ -232,7 +232,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/maintenance_window_callout/index.tsx", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/maintenance_window_callout/index.tsx", "deprecated": false, "trackAdoption": false } @@ -254,7 +254,7 @@ "EuiTabbedContentProps", ") => React.JSX.Element" ], - "path": "packages/kbn-alerts-ui-shared/src/alert_fields_table/index.tsx", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_fields_table/index.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -268,7 +268,7 @@ "signature": [ "EuiTabbedContentProps" ], - "path": "packages/kbn-alerts-ui-shared/src/alert_fields_table/index.tsx", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_fields_table/index.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -304,7 +304,7 @@ "text": "UseAlertsDataViewResult" } ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_alerts_data_view.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_alerts_data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -324,7 +324,7 @@ "text": "UseAlertsDataViewParams" } ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_alerts_data_view.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_alerts_data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -389,7 +389,7 @@ }, ">; }, unknown>" ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_create_rule.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_create_rule.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -409,7 +409,7 @@ "text": "UseCreateRuleProps" } ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_create_rule.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_create_rule.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -442,7 +442,7 @@ "SearchResponseBody", "<{}, T>, Error>" ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_get_alerts_group_aggregations_query.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_get_alerts_group_aggregations_query.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -462,7 +462,7 @@ "text": "UseGetAlertsGroupAggregationsQueryProps" } ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_get_alerts_group_aggregations_query.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_get_alerts_group_aggregations_query.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -489,7 +489,7 @@ }, ") => { isLoading: boolean; isInitialLoading: boolean; error: \"alertsError\" | \"encryptionError\" | \"apiKeysDisabledError\" | \"apiKeysAndEncryptionError\" | null; }" ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_health_check.tsx", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_health_check.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -509,7 +509,7 @@ "text": "UseHealthCheckProps" } ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_health_check.tsx", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_health_check.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -544,7 +544,7 @@ }, " | undefined; isLoading: boolean; isInitialLoading: boolean; isSuccess: boolean; isError: boolean; error: unknown; }" ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_load_alerting_framework_health.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_load_alerting_framework_health.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -564,7 +564,7 @@ "text": "UseLoadAlertingFrameworkHealthProps" } ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_load_alerting_framework_health.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_load_alerting_framework_health.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -599,7 +599,7 @@ }, ", Record>[] | undefined; isInitialLoading: boolean; isLoading: boolean; }" ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_load_connectors.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_load_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -619,7 +619,7 @@ "text": "UseLoadConnectorsProps" } ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_load_connectors.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_load_connectors.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -654,7 +654,7 @@ }, "[] | undefined; isInitialLoading: boolean; isLoading: boolean; }" ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_load_connector_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_load_connector_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -674,7 +674,7 @@ "text": "UseLoadConnectorTypesProps" } ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_load_connector_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_load_connector_types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -717,7 +717,7 @@ }, "[]; authorizedToReadAnyRules: boolean; authorizedToCreateAnyRules: boolean; isSuccess: boolean; }" ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_load_rule_types_query.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_load_rule_types_query.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -737,7 +737,7 @@ "text": "UseRuleTypesProps" } ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_load_rule_types_query.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_load_rule_types_query.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -766,7 +766,7 @@ "UiConfig", " | undefined; isLoading: boolean; isInitialLoading: boolean; isSuccess: boolean; isError: boolean; error: unknown; }" ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_load_ui_config.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_load_ui_config.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -786,7 +786,7 @@ "text": "UseLoadUiConfigProps" } ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_load_ui_config.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_load_ui_config.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -815,7 +815,7 @@ "UiHealthCheck", " | undefined; isLoading: boolean; isInitialLoading: boolean; isSuccess: boolean; isError: boolean; error: unknown; }" ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_load_ui_health.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_load_ui_health.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -835,7 +835,7 @@ "text": "UseLoadUiHealthProps" } ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_load_ui_health.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_load_ui_health.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -872,7 +872,7 @@ }, "> | null | undefined; isLoading: boolean; isInitialLoading: boolean; isSuccess: boolean; isError: boolean; error: unknown; }" ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_resolve_rule.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_resolve_rule.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -892,7 +892,7 @@ "text": "UseResolveProps" } ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_resolve_rule.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_resolve_rule.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -926,7 +926,7 @@ "text": "UseRuleAADFieldsResult" } ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_rule_aad_fields.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_rule_aad_fields.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -946,7 +946,7 @@ "text": "UseRuleAADFieldsProps" } ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_rule_aad_fields.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_rule_aad_fields.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1009,7 +1009,7 @@ }, ">; }, unknown>" ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_update_rule.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_update_rule.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1029,7 +1029,7 @@ "text": "UseUpdateRuleProps" } ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_update_rule.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_update_rule.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1047,7 +1047,7 @@ "tags": [], "label": "ActionConnectorFieldsProps", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1058,7 +1058,7 @@ "tags": [], "label": "readOnly", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1069,7 +1069,7 @@ "tags": [], "label": "isEdit", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1091,7 +1091,7 @@ }, ") => void" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1111,7 +1111,7 @@ "text": "ConnectorValidationFunc" } ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1139,7 +1139,7 @@ }, "" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1153,7 +1153,7 @@ "signature": [ "Secrets" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1164,7 +1164,7 @@ "tags": [], "label": "id", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1175,7 +1175,7 @@ "tags": [], "label": "actionTypeId", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1186,7 +1186,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1200,7 +1200,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1214,7 +1214,7 @@ "signature": [ "Config" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1225,7 +1225,7 @@ "tags": [], "label": "isPreconfigured", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1236,7 +1236,7 @@ "tags": [], "label": "isDeprecated", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1247,7 +1247,7 @@ "tags": [], "label": "isSystemAction", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1261,7 +1261,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false } @@ -1285,7 +1285,7 @@ }, "" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1299,7 +1299,7 @@ "signature": [ "{ [P in keyof TParams]?: TParams[P] | undefined; }" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1310,7 +1310,7 @@ "tags": [], "label": "index", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1332,7 +1332,7 @@ }, ", index: number) => void" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1346,7 +1346,7 @@ "signature": [ "string" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1367,7 +1367,7 @@ "text": "SavedObjectAttribute" } ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1382,7 +1382,7 @@ "signature": [ "number" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1406,7 +1406,7 @@ "text": "RuleFormParamsErrors" } ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1420,7 +1420,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1441,7 +1441,7 @@ }, "[] | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1455,7 +1455,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1469,7 +1469,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1490,7 +1490,7 @@ }, ", Record> | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1504,7 +1504,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1518,7 +1518,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1532,7 +1532,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1546,7 +1546,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1567,7 +1567,7 @@ }, " | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1581,7 +1581,7 @@ "signature": [ "((field?: string | undefined) => void) | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1595,7 +1595,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1613,7 +1613,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1627,7 +1627,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false } @@ -1641,7 +1641,7 @@ "tags": [], "label": "ActionReadOnlyElementProps", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1652,7 +1652,7 @@ "tags": [], "label": "connectorId", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1663,7 +1663,7 @@ "tags": [], "label": "connectorName", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false } @@ -1687,7 +1687,7 @@ }, "" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1698,7 +1698,7 @@ "tags": [], "label": "id", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1712,7 +1712,7 @@ "signature": [ "string | React.ComponentType<{}>" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1723,7 +1723,7 @@ "tags": [], "label": "selectMessage", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1737,7 +1737,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1759,7 +1759,7 @@ }, ">" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1773,7 +1773,7 @@ "signature": [ "ActionParams" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1799,7 +1799,7 @@ }, ">> | null" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1821,7 +1821,7 @@ }, ">>" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -1860,7 +1860,7 @@ }, ">> | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1875,7 +1875,7 @@ "RecursivePartial", " | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1890,7 +1890,7 @@ "RecursivePartial", " | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1911,7 +1911,7 @@ }, " | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1925,7 +1925,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1939,7 +1939,7 @@ "signature": [ "{ id: string; name: string; }[] | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1953,7 +1953,7 @@ "signature": [ "((params: ActionParams) => {} | ActionParams) | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1967,7 +1967,7 @@ "signature": [ "ActionParams" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1985,7 +1985,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1999,7 +1999,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2013,7 +2013,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false } @@ -2027,7 +2027,7 @@ "tags": [], "label": "AlertFieldsTableProps", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/alert_fields_table/index.tsx", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_fields_table/index.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -2050,7 +2050,7 @@ }, " & { \"@timestamp\"?: string[] | undefined; \"event.action\"?: string[] | undefined; tags?: string[] | undefined; kibana?: string[] | undefined; \"kibana.alert.rule.rule_type_id\"?: string[] | undefined; \"kibana.alert.rule.consumer\"?: string[] | undefined; \"kibana.alert.rule.execution.uuid\"?: string[] | undefined; \"kibana.alert.instance.id\"?: string[] | undefined; \"kibana.alert.rule.category\"?: string[] | undefined; \"kibana.alert.rule.name\"?: string[] | undefined; \"kibana.alert.rule.producer\"?: string[] | undefined; \"kibana.alert.rule.uuid\"?: string[] | undefined; \"kibana.alert.status\"?: string[] | undefined; \"kibana.alert.uuid\"?: string[] | undefined; \"kibana.space_ids\"?: string[] | undefined; \"event.kind\"?: string[] | undefined; \"kibana.alert.action_group\"?: string[] | undefined; \"kibana.alert.case_ids\"?: string[] | undefined; \"kibana.alert.duration.us\"?: string[] | undefined; \"kibana.alert.end\"?: string[] | undefined; \"kibana.alert.flapping\"?: string[] | undefined; \"kibana.alert.maintenance_window_ids\"?: string[] | undefined; \"kibana.alert.reason\"?: string[] | undefined; \"kibana.alert.rule.parameters\"?: string[] | undefined; \"kibana.alert.rule.tags\"?: string[] | undefined; \"kibana.alert.start\"?: string[] | undefined; \"kibana.alert.time_range\"?: string[] | undefined; \"kibana.alert.workflow_assignee_ids\"?: string[] | undefined; \"kibana.alert.workflow_status\"?: string[] | undefined; \"kibana.alert.workflow_tags\"?: string[] | undefined; \"kibana.version\"?: string[] | undefined; \"kibana.alert.context\"?: string[] | undefined; \"kibana.alert.evaluation.threshold\"?: string[] | undefined; \"kibana.alert.evaluation.value\"?: string[] | undefined; \"kibana.alert.evaluation.values\"?: string[] | undefined; \"kibana.alert.group\"?: string[] | undefined; \"ecs.version\"?: string[] | undefined; \"kibana.alert.risk_score\"?: string[] | undefined; \"kibana.alert.rule.author\"?: string[] | undefined; \"kibana.alert.rule.created_at\"?: string[] | undefined; \"kibana.alert.rule.created_by\"?: string[] | undefined; \"kibana.alert.rule.description\"?: string[] | undefined; \"kibana.alert.rule.enabled\"?: string[] | undefined; \"kibana.alert.rule.from\"?: string[] | undefined; \"kibana.alert.rule.interval\"?: string[] | undefined; \"kibana.alert.rule.license\"?: string[] | undefined; \"kibana.alert.rule.note\"?: string[] | undefined; \"kibana.alert.rule.references\"?: string[] | undefined; \"kibana.alert.rule.rule_id\"?: string[] | undefined; \"kibana.alert.rule.rule_name_override\"?: string[] | undefined; \"kibana.alert.rule.to\"?: string[] | undefined; \"kibana.alert.rule.type\"?: string[] | undefined; \"kibana.alert.rule.updated_at\"?: string[] | undefined; \"kibana.alert.rule.updated_by\"?: string[] | undefined; \"kibana.alert.rule.version\"?: string[] | undefined; \"kibana.alert.severity\"?: string[] | undefined; \"kibana.alert.suppression.docs_count\"?: string[] | undefined; \"kibana.alert.suppression.end\"?: string[] | undefined; \"kibana.alert.suppression.start\"?: string[] | undefined; \"kibana.alert.suppression.terms.field\"?: string[] | undefined; \"kibana.alert.suppression.terms.value\"?: string[] | undefined; \"kibana.alert.system_status\"?: string[] | undefined; \"kibana.alert.workflow_reason\"?: string[] | undefined; \"kibana.alert.workflow_user\"?: string[] | undefined; \"event.module\"?: string[] | undefined; \"kibana.alert.rule.threat.framework\"?: string[] | undefined; \"kibana.alert.rule.threat.tactic.id\"?: string[] | undefined; \"kibana.alert.rule.threat.tactic.name\"?: string[] | undefined; \"kibana.alert.rule.threat.tactic.reference\"?: string[] | undefined; \"kibana.alert.rule.threat.technique.id\"?: string[] | undefined; \"kibana.alert.rule.threat.technique.name\"?: string[] | undefined; \"kibana.alert.rule.threat.technique.reference\"?: string[] | undefined; \"kibana.alert.rule.threat.technique.subtechnique.id\"?: string[] | undefined; \"kibana.alert.rule.threat.technique.subtechnique.name\"?: string[] | undefined; \"kibana.alert.rule.threat.technique.subtechnique.reference\"?: string[] | undefined; \"kibana.alert.building_block_type\"?: string[] | undefined; \"kibana.alert\"?: string[] | undefined; \"kibana.alert.rule\"?: string[] | undefined; \"kibana.alert.suppression.terms\"?: string[] | undefined; \"kibana.alert.group.field\"?: string[] | undefined; \"kibana.alert.group.value\"?: string[] | undefined; \"kibana.alert.rule.exceptions_list\"?: string[] | undefined; \"kibana.alert.rule.namespace\"?: string[] | undefined; } & { [x: string]: unknown[]; }" ], - "path": "packages/kbn-alerts-ui-shared/src/alert_fields_table/index.tsx", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_fields_table/index.tsx", "deprecated": false, "trackAdoption": false }, @@ -2066,7 +2066,7 @@ "signature": [ "(string | number)[] | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/alert_fields_table/index.tsx", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_fields_table/index.tsx", "deprecated": false, "trackAdoption": false } @@ -2080,7 +2080,7 @@ "tags": [], "label": "AlertLifecycleStatusBadgeProps", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/alert_lifecycle_status_badge/index.tsx", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_lifecycle_status_badge/index.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -2094,7 +2094,7 @@ "signature": [ "\"recovered\" | \"active\" | \"untracked\"" ], - "path": "packages/kbn-alerts-ui-shared/src/alert_lifecycle_status_badge/index.tsx", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_lifecycle_status_badge/index.tsx", "deprecated": false, "trackAdoption": false }, @@ -2108,7 +2108,7 @@ "signature": [ "string | boolean | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/alert_lifecycle_status_badge/index.tsx", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_lifecycle_status_badge/index.tsx", "deprecated": false, "trackAdoption": false } @@ -2122,7 +2122,7 @@ "tags": [], "label": "AlertsSearchBarProps", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2133,7 +2133,7 @@ "tags": [], "label": "appName", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2147,7 +2147,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2168,7 +2168,7 @@ }, "[]" ], - "path": "packages/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2182,7 +2182,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2196,7 +2196,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2210,7 +2210,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2231,7 +2231,7 @@ }, "[] | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2245,7 +2245,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2259,7 +2259,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2273,7 +2273,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2287,7 +2287,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2301,7 +2301,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2315,7 +2315,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2329,7 +2329,7 @@ "signature": [ "((query: { dateRange: { from: string; to: string; mode?: \"absolute\" | \"relative\" | undefined; }; query?: string | undefined; }) => void) | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2340,7 +2340,7 @@ "tags": [], "label": "query", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2354,7 +2354,7 @@ "signature": [ "{ from: string; to: string; mode?: \"absolute\" | \"relative\" | undefined; }" ], - "path": "packages/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2368,7 +2368,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts", "deprecated": false, "trackAdoption": false } @@ -2387,7 +2387,7 @@ "signature": [ "(query: { dateRange: { from: string; to: string; mode?: \"absolute\" | \"relative\" | undefined; }; query?: string | undefined; }) => void" ], - "path": "packages/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2398,7 +2398,7 @@ "tags": [], "label": "query", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2412,7 +2412,7 @@ "signature": [ "{ from: string; to: string; mode?: \"absolute\" | \"relative\" | undefined; }" ], - "path": "packages/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2426,7 +2426,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts", "deprecated": false, "trackAdoption": false } @@ -2453,7 +2453,7 @@ }, "[]) => void) | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2474,7 +2474,7 @@ }, "[]" ], - "path": "packages/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2498,7 +2498,7 @@ "text": "HttpSetup" } ], - "path": "packages/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2518,7 +2518,7 @@ "text": "IToasts" } ], - "path": "packages/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2548,7 +2548,7 @@ }, ">) => React.ReactElement>" ], - "path": "packages/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -2605,7 +2605,7 @@ "text": "DataPublicPluginStart" } ], - "path": "packages/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts", "deprecated": false, "trackAdoption": false } @@ -2619,7 +2619,7 @@ "tags": [], "label": "ConnectorValidationError", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2633,7 +2633,7 @@ "signature": [ "string | number | boolean | React.ReactElement> | Iterable | React.ReactPortal | null | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false } @@ -2647,7 +2647,7 @@ "tags": [], "label": "CustomConnectorSelectionItem", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2669,7 +2669,7 @@ }, ", Record>) => string" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2690,7 +2690,7 @@ }, ", Record>" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2724,7 +2724,7 @@ }, ", Record>; }>> | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2745,7 +2745,7 @@ }, ", Record>" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2763,7 +2763,7 @@ "tags": [], "label": "EsQuerySnapshot", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/common/types/alerts_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/alerts_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2777,7 +2777,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/alerts_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/alerts_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2791,7 +2791,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/alerts_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/alerts_types.ts", "deprecated": false, "trackAdoption": false } @@ -2805,7 +2805,7 @@ "tags": [], "label": "FilterContextType", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2826,7 +2826,7 @@ }, "[] | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2848,7 +2848,7 @@ }, ") => void" ], - "path": "packages/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2868,7 +2868,7 @@ "text": "FilterControlConfig" } ], - "path": "packages/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2912,7 +2912,7 @@ }, ">, \"chainingSystem\">" ], - "path": "packages/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2933,7 +2933,7 @@ }, " | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2954,7 +2954,7 @@ }, "[] | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2975,7 +2975,7 @@ }, " | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2989,7 +2989,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3003,7 +3003,7 @@ "signature": [ "string | null" ], - "path": "packages/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3024,7 +3024,7 @@ }, "[]" ], - "path": "packages/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3048,7 +3048,7 @@ }, "[]) => void) | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3069,7 +3069,7 @@ }, "[]" ], - "path": "packages/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3094,7 +3094,7 @@ }, "[]" ], - "path": "packages/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3117,7 +3117,7 @@ }, "[] | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3141,7 +3141,7 @@ }, "[]) => void) | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3162,7 +3162,7 @@ }, "[]" ], - "path": "packages/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3190,7 +3190,7 @@ }, " | undefined) => void) | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3211,7 +3211,7 @@ }, " | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -3231,7 +3231,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3255,7 +3255,7 @@ }, ") => React.JSX.Element" ], - "path": "packages/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -3299,7 +3299,7 @@ "text": "Storage" } ], - "path": "packages/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3313,7 +3313,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts", "deprecated": false, "trackAdoption": false } @@ -3337,7 +3337,7 @@ }, "" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3351,7 +3351,7 @@ "signature": [ "{ [P in Extract]: unknown; }" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false } @@ -3365,7 +3365,7 @@ "tags": [], "label": "HealthStatus", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_health_check.tsx", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_health_check.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -3376,7 +3376,7 @@ "tags": [], "label": "isRulesAvailable", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_health_check.tsx", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_health_check.tsx", "deprecated": false, "trackAdoption": false }, @@ -3387,7 +3387,7 @@ "tags": [], "label": "isSufficientlySecure", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_health_check.tsx", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_health_check.tsx", "deprecated": false, "trackAdoption": false }, @@ -3398,7 +3398,7 @@ "tags": [], "label": "hasPermanentEncryptionKey", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_health_check.tsx", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_health_check.tsx", "deprecated": false, "trackAdoption": false } @@ -3412,7 +3412,7 @@ "tags": [], "label": "LegacyField", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/common/types/alerts_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/alerts_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3423,7 +3423,7 @@ "tags": [], "label": "field", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/common/types/alerts_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/alerts_types.ts", "deprecated": false, "trackAdoption": false }, @@ -3437,7 +3437,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/alerts_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/alerts_types.ts", "deprecated": false, "trackAdoption": false } @@ -3451,7 +3451,7 @@ "tags": [], "label": "MinimumScheduleInterval", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/common/types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3462,7 +3462,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/common/types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -3473,7 +3473,7 @@ "tags": [], "label": "enforce", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/common/types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts", "deprecated": false, "trackAdoption": false } @@ -3487,7 +3487,7 @@ "tags": [], "label": "RuleFormActionsErrors", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/common/types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3501,7 +3501,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts", "deprecated": false, "trackAdoption": false } @@ -3515,7 +3515,7 @@ "tags": [], "label": "RuleFormBaseErrors", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/common/types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3529,7 +3529,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -3543,7 +3543,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -3557,7 +3557,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -3571,7 +3571,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -3585,7 +3585,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -3599,7 +3599,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -3613,7 +3613,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts", "deprecated": false, "trackAdoption": false } @@ -3627,7 +3627,7 @@ "tags": [], "label": "RuleFormParamsErrors", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/common/types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3648,7 +3648,7 @@ "text": "RuleFormParamsErrors" } ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts", "deprecated": false, "trackAdoption": false } @@ -3672,7 +3672,7 @@ }, "" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3683,7 +3683,7 @@ "tags": [], "label": "id", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/common/types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -3694,7 +3694,7 @@ "tags": [], "label": "description", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/common/types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -3705,7 +3705,7 @@ "tags": [], "label": "iconClass", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/common/types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -3727,7 +3727,7 @@ }, ") => string) | null" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -3748,7 +3748,7 @@ "text": "ValidationResult" } ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3762,7 +3762,7 @@ "signature": [ "Params" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3777,7 +3777,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -3803,7 +3803,7 @@ }, ", string>>>" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -3831,7 +3831,7 @@ "tags": [], "label": "requiresAppContext", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/common/types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -3845,7 +3845,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -3859,7 +3859,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -3873,7 +3873,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -3887,7 +3887,7 @@ "signature": [ "React.FunctionComponent | React.LazyExoticComponent> | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts", "deprecated": false, "trackAdoption": false } @@ -3911,7 +3911,7 @@ }, "" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3925,7 +3925,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -3939,7 +3939,7 @@ "signature": [ "Params" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -3950,7 +3950,7 @@ "tags": [], "label": "ruleInterval", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/common/types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -3961,7 +3961,7 @@ "tags": [], "label": "ruleThrottle", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/common/types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -3975,7 +3975,7 @@ "signature": [ "\"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -3989,7 +3989,7 @@ "signature": [ "(property: Key, value: Params[Key] | undefined) => void" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4003,7 +4003,7 @@ "signature": [ "Key" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4018,7 +4018,7 @@ "signature": [ "Params[Key] | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -4044,7 +4044,7 @@ }, "[Prop] | null) => void" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4058,7 +4058,7 @@ "signature": [ "Prop" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4080,7 +4080,7 @@ }, "[Prop] | null" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -4098,7 +4098,7 @@ "signature": [ "(metadata: MetaData) => void" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4112,7 +4112,7 @@ "signature": [ "MetaData" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4136,7 +4136,7 @@ "text": "RuleFormParamsErrors" } ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -4147,7 +4147,7 @@ "tags": [], "label": "defaultActionGroupId", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/common/types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -4168,7 +4168,7 @@ }, "[]" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -4182,7 +4182,7 @@ "signature": [ "MetaData | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -4202,7 +4202,7 @@ "text": "ChartsPluginSetup" } ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -4222,7 +4222,7 @@ "text": "DataPublicPluginStart" } ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -4242,7 +4242,7 @@ "text": "DataViewsServicePublic" } ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -4262,7 +4262,7 @@ "text": "UnifiedSearchPublicPluginStart" } ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts", "deprecated": false, "trackAdoption": false } @@ -4276,7 +4276,7 @@ "tags": [], "label": "UseAlertsDataViewParams", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_alerts_data_view.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_alerts_data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4296,7 +4296,7 @@ "text": "HttpSetup" } ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_alerts_data_view.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_alerts_data_view.ts", "deprecated": false, "trackAdoption": false }, @@ -4616,7 +4616,7 @@ }, ">; }" ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_alerts_data_view.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_alerts_data_view.ts", "deprecated": false, "trackAdoption": false }, @@ -4636,7 +4636,7 @@ "text": "IToasts" } ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_alerts_data_view.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_alerts_data_view.ts", "deprecated": false, "trackAdoption": false }, @@ -4659,7 +4659,7 @@ }, "[]" ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_alerts_data_view.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_alerts_data_view.ts", "deprecated": false, "trackAdoption": false } @@ -4673,7 +4673,7 @@ "tags": [], "label": "UseAlertsDataViewResult", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_alerts_data_view.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_alerts_data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4684,7 +4684,7 @@ "tags": [], "label": "isLoading", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_alerts_data_view.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_alerts_data_view.ts", "deprecated": false, "trackAdoption": false }, @@ -4714,7 +4714,7 @@ }, "[]; }) | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_alerts_data_view.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_alerts_data_view.ts", "deprecated": false, "trackAdoption": false } @@ -4728,7 +4728,7 @@ "tags": [], "label": "UseCreateRuleProps", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_create_rule.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_create_rule.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4748,7 +4748,7 @@ "text": "HttpSetup" } ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_create_rule.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_create_rule.ts", "deprecated": false, "trackAdoption": false }, @@ -4778,7 +4778,7 @@ }, ">) => void) | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_create_rule.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_create_rule.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4807,7 +4807,7 @@ }, ">" ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_create_rule.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_create_rule.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4833,7 +4833,7 @@ }, "<{ message: string; }>) => void) | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_create_rule.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_create_rule.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4854,7 +4854,7 @@ }, "<{ message: string; }>" ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_create_rule.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_create_rule.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4872,7 +4872,7 @@ "tags": [], "label": "UseGetAlertsGroupAggregationsQueryProps", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_get_alerts_group_aggregations_query.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_get_alerts_group_aggregations_query.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4892,7 +4892,7 @@ "text": "HttpSetup" } ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_get_alerts_group_aggregations_query.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_get_alerts_group_aggregations_query.ts", "deprecated": false, "trackAdoption": false }, @@ -4912,7 +4912,7 @@ "text": "IToasts" } ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_get_alerts_group_aggregations_query.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_get_alerts_group_aggregations_query.ts", "deprecated": false, "trackAdoption": false }, @@ -4926,7 +4926,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_get_alerts_group_aggregations_query.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_get_alerts_group_aggregations_query.ts", "deprecated": false, "trackAdoption": false }, @@ -4954,7 +4954,7 @@ "SortCombinations", "[] | undefined; pageIndex?: number | undefined; pageSize?: number | undefined; }" ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_get_alerts_group_aggregations_query.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_get_alerts_group_aggregations_query.ts", "deprecated": false, "trackAdoption": false } @@ -4968,7 +4968,7 @@ "tags": [], "label": "UseHealthCheckProps", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_health_check.tsx", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_health_check.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -4988,7 +4988,7 @@ "text": "HttpSetup" } ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_health_check.tsx", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_health_check.tsx", "deprecated": false, "trackAdoption": false } @@ -5002,7 +5002,7 @@ "tags": [], "label": "UseHealthCheckResult", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_health_check.tsx", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_health_check.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -5013,7 +5013,7 @@ "tags": [], "label": "isLoading", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_health_check.tsx", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_health_check.tsx", "deprecated": false, "trackAdoption": false }, @@ -5028,7 +5028,7 @@ "HealthCheckErrors", " | null" ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_health_check.tsx", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_health_check.tsx", "deprecated": false, "trackAdoption": false } @@ -5042,7 +5042,7 @@ "tags": [], "label": "UseLoadAlertingFrameworkHealthProps", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_load_alerting_framework_health.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_load_alerting_framework_health.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5062,7 +5062,7 @@ "text": "HttpSetup" } ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_load_alerting_framework_health.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_load_alerting_framework_health.ts", "deprecated": false, "trackAdoption": false } @@ -5076,7 +5076,7 @@ "tags": [], "label": "UseLoadConnectorsProps", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_load_connectors.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_load_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5096,7 +5096,7 @@ "text": "HttpSetup" } ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_load_connectors.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_load_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -5110,7 +5110,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_load_connectors.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_load_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -5124,7 +5124,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_load_connectors.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_load_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -5138,7 +5138,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_load_connectors.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_load_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -5152,7 +5152,7 @@ "tags": [], "label": "UseLoadConnectorTypesProps", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_load_connector_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_load_connector_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5172,7 +5172,7 @@ "text": "HttpSetup" } ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_load_connector_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_load_connector_types.ts", "deprecated": false, "trackAdoption": false }, @@ -5186,7 +5186,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_load_connector_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_load_connector_types.ts", "deprecated": false, "trackAdoption": false }, @@ -5200,7 +5200,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_load_connector_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_load_connector_types.ts", "deprecated": false, "trackAdoption": false }, @@ -5214,7 +5214,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_load_connector_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_load_connector_types.ts", "deprecated": false, "trackAdoption": false } @@ -5228,7 +5228,7 @@ "tags": [], "label": "UseLoadUiConfigProps", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_load_ui_config.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_load_ui_config.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5248,7 +5248,7 @@ "text": "HttpSetup" } ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_load_ui_config.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_load_ui_config.ts", "deprecated": false, "trackAdoption": false } @@ -5262,7 +5262,7 @@ "tags": [], "label": "UseLoadUiHealthProps", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_load_ui_health.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_load_ui_health.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5282,7 +5282,7 @@ "text": "HttpSetup" } ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_load_ui_health.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_load_ui_health.ts", "deprecated": false, "trackAdoption": false } @@ -5296,7 +5296,7 @@ "tags": [], "label": "UseResolveProps", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_resolve_rule.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_resolve_rule.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5316,7 +5316,7 @@ "text": "HttpSetup" } ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_resolve_rule.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_resolve_rule.ts", "deprecated": false, "trackAdoption": false }, @@ -5330,7 +5330,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_resolve_rule.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_resolve_rule.ts", "deprecated": false, "trackAdoption": false }, @@ -5344,7 +5344,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_resolve_rule.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_resolve_rule.ts", "deprecated": false, "trackAdoption": false } @@ -5358,7 +5358,7 @@ "tags": [], "label": "UseRuleAADFieldsProps", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_rule_aad_fields.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_rule_aad_fields.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5372,7 +5372,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_rule_aad_fields.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_rule_aad_fields.ts", "deprecated": false, "trackAdoption": false }, @@ -5392,7 +5392,7 @@ "text": "HttpSetup" } ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_rule_aad_fields.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_rule_aad_fields.ts", "deprecated": false, "trackAdoption": false }, @@ -5412,7 +5412,7 @@ "text": "IToasts" } ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_rule_aad_fields.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_rule_aad_fields.ts", "deprecated": false, "trackAdoption": false } @@ -5426,7 +5426,7 @@ "tags": [], "label": "UseRuleAADFieldsResult", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_rule_aad_fields.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_rule_aad_fields.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5447,7 +5447,7 @@ }, "[]" ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_rule_aad_fields.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_rule_aad_fields.ts", "deprecated": false, "trackAdoption": false }, @@ -5458,7 +5458,7 @@ "tags": [], "label": "loading", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_rule_aad_fields.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_rule_aad_fields.ts", "deprecated": false, "trackAdoption": false } @@ -5472,7 +5472,7 @@ "tags": [], "label": "UseRuleTypesProps", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_load_rule_types_query.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_load_rule_types_query.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5492,7 +5492,7 @@ "text": "HttpSetup" } ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_load_rule_types_query.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_load_rule_types_query.ts", "deprecated": false, "trackAdoption": false }, @@ -5512,7 +5512,7 @@ "text": "IToasts" } ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_load_rule_types_query.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_load_rule_types_query.ts", "deprecated": false, "trackAdoption": false }, @@ -5526,7 +5526,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_load_rule_types_query.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_load_rule_types_query.ts", "deprecated": false, "trackAdoption": false }, @@ -5540,7 +5540,7 @@ "signature": [ "{ id: string; description: string; }[] | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_load_rule_types_query.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_load_rule_types_query.ts", "deprecated": false, "trackAdoption": false }, @@ -5554,7 +5554,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_load_rule_types_query.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_load_rule_types_query.ts", "deprecated": false, "trackAdoption": false } @@ -5568,7 +5568,7 @@ "tags": [], "label": "UseUpdateRuleProps", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_update_rule.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_update_rule.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5588,7 +5588,7 @@ "text": "HttpSetup" } ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_update_rule.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_update_rule.ts", "deprecated": false, "trackAdoption": false }, @@ -5618,7 +5618,7 @@ }, ">) => void) | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_update_rule.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_update_rule.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5647,7 +5647,7 @@ }, ">" ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_update_rule.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_update_rule.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5673,7 +5673,7 @@ }, "<{ message: string; }>) => void) | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_update_rule.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_update_rule.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5694,7 +5694,7 @@ }, "<{ message: string; }>" ], - "path": "packages/kbn-alerts-ui-shared/src/common/hooks/use_update_rule.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_update_rule.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5712,7 +5712,7 @@ "tags": [], "label": "ValidationResult", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/common/types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5726,7 +5726,7 @@ "signature": [ "{ [x: string]: any; }" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts", "deprecated": false, "trackAdoption": false } @@ -5742,7 +5742,7 @@ "tags": [], "label": "ActionConnectorMode", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5782,7 +5782,7 @@ }, "" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5821,7 +5821,7 @@ }, ") => void; has: (id: string) => boolean; }" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5844,7 +5844,7 @@ }, " | undefined>" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -5863,7 +5863,7 @@ "OptionsListControlState", ", \"dataViewId\"> & { persist?: boolean | undefined; }" ], - "path": "packages/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6149,7 +6149,7 @@ }, ">>; }" ], - "path": "packages/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6166,7 +6166,7 @@ "OptionsListControlState", ", \"title\" | \"fieldName\" | \"exclude\" | \"existsSelected\" | \"selectedOptions\">; }" ], - "path": "packages/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6189,7 +6189,7 @@ }, ", \"config\" | \"secrets\"> & { isPreconfigured: true; isSystemAction: false; }" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6228,7 +6228,7 @@ }, "[]; }" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6259,7 +6259,7 @@ }, "[]; }" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6282,7 +6282,7 @@ }, ">" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6297,7 +6297,7 @@ "signature": [ "{ [x: string]: unknown; }" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6360,7 +6360,7 @@ }, ">) => void; has: (id: string) => boolean; }" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6382,7 +6382,7 @@ }, " & { description?: string | undefined; }" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6411,7 +6411,7 @@ "text": "RuleSystemAction" } ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6442,7 +6442,7 @@ }, "[]; }" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6473,7 +6473,7 @@ }, " | undefined; }" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6496,7 +6496,7 @@ }, ", \"config\" | \"secrets\"> & { isSystemAction: true; isPreconfigured: false; }" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6518,7 +6518,7 @@ }, " & { isPreconfigured: false; isSystemAction: false; }" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6532,7 +6532,7 @@ "tags": [], "label": "search", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/alert_fields_table/index.tsx", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_fields_table/index.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -6543,7 +6543,7 @@ "tags": [], "label": "box", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/alert_fields_table/index.tsx", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_fields_table/index.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -6554,7 +6554,7 @@ "tags": [], "label": "incremental", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/alert_fields_table/index.tsx", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_fields_table/index.tsx", "deprecated": false, "trackAdoption": false }, @@ -6565,7 +6565,7 @@ "tags": [], "label": "placeholder", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/alert_fields_table/index.tsx", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_fields_table/index.tsx", "deprecated": false, "trackAdoption": false }, @@ -6576,7 +6576,7 @@ "tags": [], "label": "schema", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/alert_fields_table/index.tsx", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_fields_table/index.tsx", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_cases_components.devdocs.json b/api_docs/kbn_cases_components.devdocs.json index 3cefe54c20c17..fdec50b0432df 100644 --- a/api_docs/kbn_cases_components.devdocs.json +++ b/api_docs/kbn_cases_components.devdocs.json @@ -29,7 +29,7 @@ "signature": [ "() => { open: { color: string; label: string; icon: \"folderOpen\"; }; \"in-progress\": { color: string; label: string; icon: \"folderExclamation\"; }; closed: { color: string; label: string; icon: \"folderCheck\"; }; }" ], - "path": "packages/kbn-cases-components/src/status/config.ts", + "path": "src/platform/packages/shared/kbn-cases-components/src/status/config.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -46,7 +46,7 @@ "signature": [ "React.NamedExoticComponent" ], - "path": "packages/kbn-cases-components/src/status/status.tsx", + "path": "src/platform/packages/shared/kbn-cases-components/src/status/status.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -94,7 +94,7 @@ }, ">; }" ], - "path": "packages/kbn-cases-components/src/tooltip/tooltip.tsx", + "path": "src/platform/packages/shared/kbn-cases-components/src/tooltip/tooltip.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -125,7 +125,7 @@ "tags": [], "label": "CaseTooltipContentProps", "description": [], - "path": "packages/kbn-cases-components/src/tooltip/types.ts", + "path": "src/platform/packages/shared/kbn-cases-components/src/tooltip/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -136,7 +136,7 @@ "tags": [], "label": "title", "description": [], - "path": "packages/kbn-cases-components/src/tooltip/types.ts", + "path": "src/platform/packages/shared/kbn-cases-components/src/tooltip/types.ts", "deprecated": false, "trackAdoption": false }, @@ -147,7 +147,7 @@ "tags": [], "label": "description", "description": [], - "path": "packages/kbn-cases-components/src/tooltip/types.ts", + "path": "src/platform/packages/shared/kbn-cases-components/src/tooltip/types.ts", "deprecated": false, "trackAdoption": false }, @@ -167,7 +167,7 @@ "text": "CaseStatuses" } ], - "path": "packages/kbn-cases-components/src/tooltip/types.ts", + "path": "src/platform/packages/shared/kbn-cases-components/src/tooltip/types.ts", "deprecated": false, "trackAdoption": false }, @@ -178,7 +178,7 @@ "tags": [], "label": "totalComments", "description": [], - "path": "packages/kbn-cases-components/src/tooltip/types.ts", + "path": "src/platform/packages/shared/kbn-cases-components/src/tooltip/types.ts", "deprecated": false, "trackAdoption": false }, @@ -189,7 +189,7 @@ "tags": [], "label": "createdAt", "description": [], - "path": "packages/kbn-cases-components/src/tooltip/types.ts", + "path": "src/platform/packages/shared/kbn-cases-components/src/tooltip/types.ts", "deprecated": false, "trackAdoption": false }, @@ -203,7 +203,7 @@ "signature": [ "{ username?: string | undefined; fullName?: string | undefined; }" ], - "path": "packages/kbn-cases-components/src/tooltip/types.ts", + "path": "src/platform/packages/shared/kbn-cases-components/src/tooltip/types.ts", "deprecated": false, "trackAdoption": false } @@ -217,7 +217,7 @@ "tags": [], "label": "CaseTooltipProps", "description": [], - "path": "packages/kbn-cases-components/src/tooltip/types.ts", + "path": "src/platform/packages/shared/kbn-cases-components/src/tooltip/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -231,7 +231,7 @@ "signature": [ "string | number | boolean | React.ReactElement> | Iterable | React.ReactPortal | null | undefined" ], - "path": "packages/kbn-cases-components/src/tooltip/types.ts", + "path": "src/platform/packages/shared/kbn-cases-components/src/tooltip/types.ts", "deprecated": false, "trackAdoption": false }, @@ -251,7 +251,7 @@ "text": "CaseTooltipContentProps" } ], - "path": "packages/kbn-cases-components/src/tooltip/types.ts", + "path": "src/platform/packages/shared/kbn-cases-components/src/tooltip/types.ts", "deprecated": false, "trackAdoption": false }, @@ -265,7 +265,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-cases-components/src/tooltip/types.ts", + "path": "src/platform/packages/shared/kbn-cases-components/src/tooltip/types.ts", "deprecated": false, "trackAdoption": false }, @@ -279,7 +279,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-cases-components/src/tooltip/types.ts", + "path": "src/platform/packages/shared/kbn-cases-components/src/tooltip/types.ts", "deprecated": false, "trackAdoption": false }, @@ -293,7 +293,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-cases-components/src/tooltip/types.ts", + "path": "src/platform/packages/shared/kbn-cases-components/src/tooltip/types.ts", "deprecated": false, "trackAdoption": false } @@ -309,9 +309,9 @@ "tags": [], "label": "CaseStatuses", "description": [ - "\nThis is being used by Cases in\nx-pack/plugins/cases/common/types/domain/case/v1.ts.\nIntroducing a breaking change in this enum will\nforce cases to create a version of the domain object\nwhich in turn will force cases to create a new version\nto most of the Cases APIs." + "\nThis is being used by Cases in\nx-pack/platform/plugins/shared/cases/common/types/domain/case/v1.ts.\nIntroducing a breaking change in this enum will\nforce cases to create a version of the domain object\nwhich in turn will force cases to create a new version\nto most of the Cases APIs." ], - "path": "packages/kbn-cases-components/src/status/types.ts", + "path": "src/platform/packages/shared/kbn-cases-components/src/status/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_core_analytics_browser.devdocs.json b/api_docs/kbn_core_analytics_browser.devdocs.json index d9e9918f342d9..9f33f2f143665 100644 --- a/api_docs/kbn_core_analytics_browser.devdocs.json +++ b/api_docs/kbn_core_analytics_browser.devdocs.json @@ -636,7 +636,7 @@ }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/lib/action_executor.ts" + "path": "x-pack/platform/plugins/shared/actions/server/lib/action_executor.ts" }, { "plugin": "observabilityAIAssistant", @@ -1436,11 +1436,11 @@ }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/lib/action_executor.test.ts" + "path": "x-pack/platform/plugins/shared/actions/server/lib/action_executor.test.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/lib/action_executor.test.ts" + "path": "x-pack/platform/plugins/shared/actions/server/lib/action_executor.test.ts" }, { "plugin": "@kbn/core-analytics-browser-internal", diff --git a/api_docs/kbn_core_analytics_server.devdocs.json b/api_docs/kbn_core_analytics_server.devdocs.json index f551b259301d1..9c8559083c558 100644 --- a/api_docs/kbn_core_analytics_server.devdocs.json +++ b/api_docs/kbn_core_analytics_server.devdocs.json @@ -644,7 +644,7 @@ }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/lib/action_executor.ts" + "path": "x-pack/platform/plugins/shared/actions/server/lib/action_executor.ts" }, { "plugin": "observabilityAIAssistant", @@ -1444,11 +1444,11 @@ }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/lib/action_executor.test.ts" + "path": "x-pack/platform/plugins/shared/actions/server/lib/action_executor.test.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/lib/action_executor.test.ts" + "path": "x-pack/platform/plugins/shared/actions/server/lib/action_executor.test.ts" }, { "plugin": "@kbn/core-analytics-browser-internal", diff --git a/api_docs/kbn_core_http_server.devdocs.json b/api_docs/kbn_core_http_server.devdocs.json index e00fe9fba4edb..d8e18f588ef43 100644 --- a/api_docs/kbn_core_http_server.devdocs.json +++ b/api_docs/kbn_core_http_server.devdocs.json @@ -3731,15 +3731,15 @@ }, { "plugin": "taskManager", - "path": "x-pack/plugins/task_manager/server/routes/health.ts" + "path": "x-pack/platform/plugins/shared/task_manager/server/routes/health.ts" }, { "plugin": "taskManager", - "path": "x-pack/plugins/task_manager/server/routes/background_task_utilization.ts" + "path": "x-pack/platform/plugins/shared/task_manager/server/routes/background_task_utilization.ts" }, { "plugin": "taskManager", - "path": "x-pack/plugins/task_manager/server/routes/metrics.ts" + "path": "x-pack/platform/plugins/shared/task_manager/server/routes/metrics.ts" }, { "plugin": "licensing", @@ -3887,147 +3887,147 @@ }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/routes/connector/get_all/get_all.ts" + "path": "x-pack/platform/plugins/shared/actions/server/routes/connector/get_all/get_all.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/routes/connector/get_all_system/get_all_system.ts" + "path": "x-pack/platform/plugins/shared/actions/server/routes/connector/get_all_system/get_all_system.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/routes/connector/list_types/list_types.ts" + "path": "x-pack/platform/plugins/shared/actions/server/routes/connector/list_types/list_types.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/routes/connector/list_types_system/list_types_system.ts" + "path": "x-pack/platform/plugins/shared/actions/server/routes/connector/list_types_system/list_types_system.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/routes/connector/get/get.ts" + "path": "x-pack/platform/plugins/shared/actions/server/routes/connector/get/get.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/find.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/find.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/get.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/get.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/get_alert_state.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/get_alert_state.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/get_alert_instance_summary.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/get_alert_instance_summary.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/list_alert_types.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/list_alert_types.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/health.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/health.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/get/get_rule_route.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/get/get_rule_route.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/find/find_rules_route.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/find/find_rules_route.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/get_rule_alert_summary.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/get_rule_alert_summary.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/get_rule_execution_log.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/get_rule_execution_log.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/get_global_execution_logs.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/get_global_execution_logs.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/get_global_execution_kpi.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/get_global_execution_kpi.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/get_action_error_log.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/get_action_error_log.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/get_rule_execution_kpi.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/get_rule_execution_kpi.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/get_rule_state.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/get_rule_state.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/framework/apis/health/health.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/framework/apis/health/health.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/resolve/resolve_rule_route.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/resolve/resolve_rule_route.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/list_types/rule_types.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/list_types/rule_types.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/get_flapping_settings.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/get_flapping_settings.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/tags/get_rule_tags.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/tags/get_rule_tags.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/get_schedule_frequency/get_schedule_frequency_route.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/get_schedule_frequency/get_schedule_frequency_route.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/maintenance_window/apis/get/get_maintenance_window_route.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/get/get_maintenance_window_route.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/maintenance_window/apis/find/find_maintenance_windows_route.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/find/find_maintenance_windows_route.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/maintenance_window/apis/get_active/get_active_maintenance_windows_route.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/get_active/get_active_maintenance_windows_route.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rules_settings/apis/get/get_query_delay_settings.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rules_settings/apis/get/get_query_delay_settings.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/backfill/apis/get/get_backfill_route.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/backfill/apis/get/get_backfill_route.ts" }, { "plugin": "ruleRegistry", - "path": "x-pack/plugins/rule_registry/server/routes/get_alert_by_id.ts" + "path": "x-pack/platform/plugins/shared/rule_registry/server/routes/get_alert_by_id.ts" }, { "plugin": "ruleRegistry", - "path": "x-pack/plugins/rule_registry/server/routes/get_alert_index.ts" + "path": "x-pack/platform/plugins/shared/rule_registry/server/routes/get_alert_index.ts" }, { "plugin": "ruleRegistry", - "path": "x-pack/plugins/rule_registry/server/routes/get_feature_ids_by_registration_contexts.ts" + "path": "x-pack/platform/plugins/shared/rule_registry/server/routes/get_feature_ids_by_registration_contexts.ts" }, { "plugin": "ruleRegistry", - "path": "x-pack/plugins/rule_registry/server/routes/get_browser_fields_by_feature_id.ts" + "path": "x-pack/platform/plugins/shared/rule_registry/server/routes/get_browser_fields_by_feature_id.ts" }, { "plugin": "ruleRegistry", - "path": "x-pack/plugins/rule_registry/server/routes/get_aad_fields_by_rule_type.ts" + "path": "x-pack/platform/plugins/shared/rule_registry/server/routes/get_aad_fields_by_rule_type.ts" }, { "plugin": "banners", @@ -4183,11 +4183,11 @@ }, { "plugin": "triggersActionsUi", - "path": "x-pack/plugins/triggers_actions_ui/server/routes/health.ts" + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/server/routes/health.ts" }, { "plugin": "triggersActionsUi", - "path": "x-pack/plugins/triggers_actions_ui/server/routes/config.ts" + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/server/routes/config.ts" }, { "plugin": "inference", @@ -4879,11 +4879,11 @@ }, { "plugin": "stackConnectors", - "path": "x-pack/plugins/stack_connectors/server/routes/get_well_known_email_service.ts" + "path": "x-pack/platform/plugins/shared/stack_connectors/server/routes/get_well_known_email_service.ts" }, { "plugin": "stackConnectors", - "path": "x-pack/plugins/stack_connectors/server/routes/get_inference_services.ts" + "path": "x-pack/platform/plugins/shared/stack_connectors/server/routes/get_inference_services.ts" }, { "plugin": "upgradeAssistant", @@ -5251,59 +5251,59 @@ }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/get_action_error_log.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/get_action_error_log.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/get_action_error_log.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/get_action_error_log.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/get_flapping_settings.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/get_flapping_settings.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/get_global_execution_kpi.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/get_global_execution_kpi.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/get_global_execution_logs.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/get_global_execution_logs.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/get_rule_alert_summary.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/get_rule_alert_summary.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/get_rule_alert_summary.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/get_rule_alert_summary.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/get_rule_execution_kpi.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/get_rule_execution_kpi.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/get_rule_execution_kpi.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/get_rule_execution_kpi.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/get_rule_execution_log.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/get_rule_execution_log.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/get_rule_execution_log.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/get_rule_execution_log.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/get_rule_state.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/get_rule_state.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/get_rule_state.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/get_rule_state.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/get_rule_state.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/get_rule_state.test.ts" }, { "plugin": "features", @@ -5319,279 +5319,279 @@ }, { "plugin": "ruleRegistry", - "path": "x-pack/plugins/rule_registry/server/routes/__mocks__/server.ts" + "path": "x-pack/platform/plugins/shared/rule_registry/server/routes/__mocks__/server.ts" }, { "plugin": "stackConnectors", - "path": "x-pack/plugins/stack_connectors/server/routes/get_inference_services.test.ts" + "path": "x-pack/platform/plugins/shared/stack_connectors/server/routes/get_inference_services.test.ts" }, { "plugin": "stackConnectors", - "path": "x-pack/plugins/stack_connectors/server/routes/get_well_known_email_service.test.ts" + "path": "x-pack/platform/plugins/shared/stack_connectors/server/routes/get_well_known_email_service.test.ts" }, { "plugin": "stackConnectors", - "path": "x-pack/plugins/stack_connectors/server/routes/get_well_known_email_service.test.ts" + "path": "x-pack/platform/plugins/shared/stack_connectors/server/routes/get_well_known_email_service.test.ts" }, { "plugin": "stackConnectors", - "path": "x-pack/plugins/stack_connectors/server/routes/get_well_known_email_service.test.ts" + "path": "x-pack/platform/plugins/shared/stack_connectors/server/routes/get_well_known_email_service.test.ts" }, { "plugin": "taskManager", - "path": "x-pack/plugins/task_manager/server/routes/background_task_utilization.test.ts" + "path": "x-pack/platform/plugins/shared/task_manager/server/routes/background_task_utilization.test.ts" }, { "plugin": "taskManager", - "path": "x-pack/plugins/task_manager/server/routes/background_task_utilization.test.ts" + "path": "x-pack/platform/plugins/shared/task_manager/server/routes/background_task_utilization.test.ts" }, { "plugin": "taskManager", - "path": "x-pack/plugins/task_manager/server/routes/background_task_utilization.test.ts" + "path": "x-pack/platform/plugins/shared/task_manager/server/routes/background_task_utilization.test.ts" }, { "plugin": "taskManager", - "path": "x-pack/plugins/task_manager/server/routes/background_task_utilization.test.ts" + "path": "x-pack/platform/plugins/shared/task_manager/server/routes/background_task_utilization.test.ts" }, { "plugin": "taskManager", - "path": "x-pack/plugins/task_manager/server/routes/background_task_utilization.test.ts" + "path": "x-pack/platform/plugins/shared/task_manager/server/routes/background_task_utilization.test.ts" }, { "plugin": "taskManager", - "path": "x-pack/plugins/task_manager/server/routes/background_task_utilization.test.ts" + "path": "x-pack/platform/plugins/shared/task_manager/server/routes/background_task_utilization.test.ts" }, { "plugin": "taskManager", - "path": "x-pack/plugins/task_manager/server/routes/background_task_utilization.test.ts" + "path": "x-pack/platform/plugins/shared/task_manager/server/routes/background_task_utilization.test.ts" }, { "plugin": "taskManager", - "path": "x-pack/plugins/task_manager/server/routes/background_task_utilization.test.ts" + "path": "x-pack/platform/plugins/shared/task_manager/server/routes/background_task_utilization.test.ts" }, { "plugin": "taskManager", - "path": "x-pack/plugins/task_manager/server/routes/health.test.ts" + "path": "x-pack/platform/plugins/shared/task_manager/server/routes/health.test.ts" }, { "plugin": "taskManager", - "path": "x-pack/plugins/task_manager/server/routes/health.test.ts" + "path": "x-pack/platform/plugins/shared/task_manager/server/routes/health.test.ts" }, { "plugin": "taskManager", - "path": "x-pack/plugins/task_manager/server/routes/health.test.ts" + "path": "x-pack/platform/plugins/shared/task_manager/server/routes/health.test.ts" }, { "plugin": "taskManager", - "path": "x-pack/plugins/task_manager/server/routes/health.test.ts" + "path": "x-pack/platform/plugins/shared/task_manager/server/routes/health.test.ts" }, { "plugin": "taskManager", - "path": "x-pack/plugins/task_manager/server/routes/health.test.ts" + "path": "x-pack/platform/plugins/shared/task_manager/server/routes/health.test.ts" }, { "plugin": "taskManager", - "path": "x-pack/plugins/task_manager/server/routes/health.test.ts" + "path": "x-pack/platform/plugins/shared/task_manager/server/routes/health.test.ts" }, { "plugin": "taskManager", - "path": "x-pack/plugins/task_manager/server/routes/health.test.ts" + "path": "x-pack/platform/plugins/shared/task_manager/server/routes/health.test.ts" }, { "plugin": "taskManager", - "path": "x-pack/plugins/task_manager/server/routes/health.test.ts" + "path": "x-pack/platform/plugins/shared/task_manager/server/routes/health.test.ts" }, { "plugin": "taskManager", - "path": "x-pack/plugins/task_manager/server/routes/metrics.test.ts" + "path": "x-pack/platform/plugins/shared/task_manager/server/routes/metrics.test.ts" }, { "plugin": "taskManager", - "path": "x-pack/plugins/task_manager/server/routes/metrics.test.ts" + "path": "x-pack/platform/plugins/shared/task_manager/server/routes/metrics.test.ts" }, { "plugin": "taskManager", - "path": "x-pack/plugins/task_manager/server/routes/metrics.test.ts" + "path": "x-pack/platform/plugins/shared/task_manager/server/routes/metrics.test.ts" }, { "plugin": "triggersActionsUi", - "path": "x-pack/plugins/triggers_actions_ui/server/routes/config.test.ts" + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/server/routes/config.test.ts" }, { "plugin": "triggersActionsUi", - "path": "x-pack/plugins/triggers_actions_ui/server/routes/config.test.ts" + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/server/routes/config.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/find.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/find.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/find.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/find.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/find.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/find.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/find.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/find.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/find.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/find.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/find.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/find.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/find.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/find.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/find.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/find.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/find.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/find.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/get.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/get.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/get.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/get.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/get.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/get.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/get.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/get.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/get.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/get.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/get.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/get.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/get.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/get.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/get_alert_instance_summary.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/get_alert_instance_summary.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/get_alert_instance_summary.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/get_alert_instance_summary.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/get_alert_instance_summary.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/get_alert_instance_summary.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/get_alert_instance_summary.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/get_alert_instance_summary.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/get_alert_instance_summary.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/get_alert_instance_summary.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/get_alert_state.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/get_alert_state.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/get_alert_state.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/get_alert_state.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/get_alert_state.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/get_alert_state.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/get_alert_state.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/get_alert_state.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/get_alert_state.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/get_alert_state.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/get_alert_state.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/get_alert_state.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/health.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/health.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/health.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/health.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/health.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/health.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/health.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/health.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/health.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/health.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/health.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/health.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/health.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/health.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/health.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/health.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/health.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/health.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/health.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/health.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/list_alert_types.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/list_alert_types.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/list_alert_types.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/list_alert_types.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/list_alert_types.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/list_alert_types.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/list_alert_types.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/list_alert_types.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/list_alert_types.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/list_alert_types.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/list_alert_types.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/list_alert_types.test.ts" }, { "plugin": "remoteClusters", @@ -5599,71 +5599,71 @@ }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/routes/connector/get/get.test.ts" + "path": "x-pack/platform/plugins/shared/actions/server/routes/connector/get/get.test.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/routes/connector/get/get.test.ts" + "path": "x-pack/platform/plugins/shared/actions/server/routes/connector/get/get.test.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/routes/connector/get/get.test.ts" + "path": "x-pack/platform/plugins/shared/actions/server/routes/connector/get/get.test.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/routes/connector/get_all/get_all.test.ts" + "path": "x-pack/platform/plugins/shared/actions/server/routes/connector/get_all/get_all.test.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/routes/connector/get_all/get_all.test.ts" + "path": "x-pack/platform/plugins/shared/actions/server/routes/connector/get_all/get_all.test.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/routes/connector/get_all/get_all.test.ts" + "path": "x-pack/platform/plugins/shared/actions/server/routes/connector/get_all/get_all.test.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/routes/connector/get_all_system/get_all_system.test.ts" + "path": "x-pack/platform/plugins/shared/actions/server/routes/connector/get_all_system/get_all_system.test.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/routes/connector/get_all_system/get_all_system.test.ts" + "path": "x-pack/platform/plugins/shared/actions/server/routes/connector/get_all_system/get_all_system.test.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/routes/connector/get_all_system/get_all_system.test.ts" + "path": "x-pack/platform/plugins/shared/actions/server/routes/connector/get_all_system/get_all_system.test.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/routes/connector/list_types/list_types.test.ts" + "path": "x-pack/platform/plugins/shared/actions/server/routes/connector/list_types/list_types.test.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/routes/connector/list_types/list_types.test.ts" + "path": "x-pack/platform/plugins/shared/actions/server/routes/connector/list_types/list_types.test.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/routes/connector/list_types/list_types.test.ts" + "path": "x-pack/platform/plugins/shared/actions/server/routes/connector/list_types/list_types.test.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/routes/connector/list_types/list_types.test.ts" + "path": "x-pack/platform/plugins/shared/actions/server/routes/connector/list_types/list_types.test.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/routes/connector/list_types_system/list_types_system.test.ts" + "path": "x-pack/platform/plugins/shared/actions/server/routes/connector/list_types_system/list_types_system.test.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/routes/connector/list_types_system/list_types_system.test.ts" + "path": "x-pack/platform/plugins/shared/actions/server/routes/connector/list_types_system/list_types_system.test.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/routes/connector/list_types_system/list_types_system.test.ts" + "path": "x-pack/platform/plugins/shared/actions/server/routes/connector/list_types_system/list_types_system.test.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/routes/connector/list_types_system/list_types_system.test.ts" + "path": "x-pack/platform/plugins/shared/actions/server/routes/connector/list_types_system/list_types_system.test.ts" }, { "plugin": "crossClusterReplication", @@ -5707,191 +5707,191 @@ }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/backfill/apis/get/get_backfill_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/backfill/apis/get/get_backfill_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/backfill/apis/get/get_backfill_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/backfill/apis/get/get_backfill_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/backfill/apis/get/get_backfill_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/backfill/apis/get/get_backfill_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/framework/apis/health/health.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/framework/apis/health/health.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/framework/apis/health/health.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/framework/apis/health/health.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/framework/apis/health/health.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/framework/apis/health/health.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/framework/apis/health/health.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/framework/apis/health/health.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/framework/apis/health/health.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/framework/apis/health/health.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/framework/apis/health/health.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/framework/apis/health/health.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/framework/apis/health/health.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/framework/apis/health/health.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/framework/apis/health/health.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/framework/apis/health/health.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/maintenance_window/apis/find/find_maintenance_windows_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/find/find_maintenance_windows_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/maintenance_window/apis/find/find_maintenance_windows_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/find/find_maintenance_windows_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/maintenance_window/apis/find/find_maintenance_windows_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/find/find_maintenance_windows_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/maintenance_window/apis/find/find_maintenance_windows_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/find/find_maintenance_windows_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/maintenance_window/apis/find/find_maintenance_windows_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/find/find_maintenance_windows_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/maintenance_window/apis/get/get_maintenance_window_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/get/get_maintenance_window_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/maintenance_window/apis/get/get_maintenance_window_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/get/get_maintenance_window_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/maintenance_window/apis/get/get_maintenance_window_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/get/get_maintenance_window_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/maintenance_window/apis/get/get_maintenance_window_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/get/get_maintenance_window_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/maintenance_window/apis/get_active/get_active_maintenance_windows_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/get_active/get_active_maintenance_windows_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/maintenance_window/apis/get_active/get_active_maintenance_windows_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/get_active/get_active_maintenance_windows_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/maintenance_window/apis/get_active/get_active_maintenance_windows_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/get_active/get_active_maintenance_windows_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/maintenance_window/apis/get_active/get_active_maintenance_windows_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/get_active/get_active_maintenance_windows_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/find/find_rules_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/find/find_rules_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/find/find_rules_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/find/find_rules_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/find/find_rules_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/find/find_rules_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/find/find_rules_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/find/find_rules_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/find/find_rules_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/find/find_rules_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/find/find_rules_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/find/find_rules_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/find/find_rules_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/find/find_rules_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/get/get_rule_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/get/get_rule_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/get/get_rule_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/get/get_rule_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/get/get_rule_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/get/get_rule_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/get/get_rule_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/get/get_rule_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/get_schedule_frequency/get_schedule_frequency_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/get_schedule_frequency/get_schedule_frequency_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/list_types/rule_types.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/list_types/rule_types.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/list_types/rule_types.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/list_types/rule_types.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/list_types/rule_types.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/list_types/rule_types.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/resolve/resolve_rule_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/resolve/resolve_rule_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/resolve/resolve_rule_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/resolve/resolve_rule_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/resolve/resolve_rule_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/resolve/resolve_rule_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/resolve/resolve_rule_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/resolve/resolve_rule_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/tags/get_rule_tags.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/tags/get_rule_tags.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/tags/get_rule_tags.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/tags/get_rule_tags.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/tags/get_rule_tags.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/tags/get_rule_tags.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rules_settings/apis/get/get_query_delay_settings.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rules_settings/apis/get/get_query_delay_settings.test.ts" }, { "plugin": "monitoringCollection", @@ -6549,191 +6549,191 @@ }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/routes/connector/create/create.ts" + "path": "x-pack/platform/plugins/shared/actions/server/routes/connector/create/create.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/routes/connector/execute/execute.ts" + "path": "x-pack/platform/plugins/shared/actions/server/routes/connector/execute/execute.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/routes/get_oauth_access_token.ts" + "path": "x-pack/platform/plugins/shared/actions/server/routes/get_oauth_access_token.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/routes/get_global_execution_logs.ts" + "path": "x-pack/platform/plugins/shared/actions/server/routes/get_global_execution_logs.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/routes/get_global_execution_kpi.ts" + "path": "x-pack/platform/plugins/shared/actions/server/routes/get_global_execution_kpi.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/create.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/create.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/enable.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/enable.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/disable.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/disable.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/update_api_key.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/update_api_key.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/mute_instance.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/mute_instance.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/unmute_instance.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/unmute_instance.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/mute_all.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/mute_all.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/unmute_all.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/unmute_all.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/create/create_rule_route.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/create/create_rule_route.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/aggregate/aggregate_rules_route.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/aggregate/aggregate_rules_route.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/disable/disable_rule_route.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/disable/disable_rule_route.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/enable/enable_rule_route.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/enable/enable_rule_route.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/find/find_internal_rules_route.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/find/find_internal_rules_route.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/mute_all/mute_all_rule.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/mute_all/mute_all_rule.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/mute_alert/mute_alert.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/mute_alert/mute_alert.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/unmute_all/unmute_all_rule.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/unmute_all/unmute_all_rule.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/unmute_alert/unmute_alert_route.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/unmute_alert/unmute_alert_route.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/update_api_key/update_rule_api_key_route.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/update_api_key/update_rule_api_key_route.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/bulk_edit/bulk_edit_rules_route.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_edit/bulk_edit_rules_route.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/snooze/snooze_rule_route.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/snooze/snooze_rule_route.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/unsnooze/unsnooze_rule_route.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/unsnooze/unsnooze_rule_route.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/run_soon.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/run_soon.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/clone/clone_rule_route.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/clone/clone_rule_route.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/update_flapping_settings.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/update_flapping_settings.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/bulk_untrack/bulk_untrack_alerts_route.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_untrack/bulk_untrack_alerts_route.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/bulk_untrack_by_query/bulk_untrack_alerts_by_query_route.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_untrack_by_query/bulk_untrack_alerts_by_query_route.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/maintenance_window/apis/create/create_maintenance_window_route.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/create/create_maintenance_window_route.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/maintenance_window/apis/update/update_maintenance_window_route.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/update/update_maintenance_window_route.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/maintenance_window/apis/archive/archive_maintenance_window_route.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/archive/archive_maintenance_window_route.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/maintenance_window/apis/finish/finish_maintenance_window_route.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/finish/finish_maintenance_window_route.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/suggestions/values_suggestion_rules.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/suggestions/values_suggestion_rules.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/suggestions/fields_rules.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/suggestions/fields_rules.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/maintenance_window/apis/bulk_get/bulk_get_maintenance_windows_route.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/bulk_get/bulk_get_maintenance_windows_route.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/suggestions/values_suggestion_alerts.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/suggestions/values_suggestion_alerts.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rules_settings/apis/update/update_query_delay_settings.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rules_settings/apis/update/update_query_delay_settings.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/backfill/apis/schedule/schedule_backfill_route.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/backfill/apis/schedule/schedule_backfill_route.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/backfill/apis/find/find_backfill_route.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/backfill/apis/find/find_backfill_route.ts" }, { "plugin": "ruleRegistry", - "path": "x-pack/plugins/rule_registry/server/routes/get_alerts_group_aggregations.ts" + "path": "x-pack/platform/plugins/shared/rule_registry/server/routes/get_alerts_group_aggregations.ts" }, { "plugin": "ruleRegistry", - "path": "x-pack/plugins/rule_registry/server/routes/update_alert_by_id.ts" + "path": "x-pack/platform/plugins/shared/rule_registry/server/routes/update_alert_by_id.ts" }, { "plugin": "ruleRegistry", - "path": "x-pack/plugins/rule_registry/server/routes/bulk_update_alerts.ts" + "path": "x-pack/platform/plugins/shared/rule_registry/server/routes/bulk_update_alerts.ts" }, { "plugin": "ruleRegistry", - "path": "x-pack/plugins/rule_registry/server/routes/find.ts" + "path": "x-pack/platform/plugins/shared/rule_registry/server/routes/find.ts" }, { "plugin": "ruleRegistry", - "path": "x-pack/plugins/rule_registry/server/routes/get_alert_summary.ts" + "path": "x-pack/platform/plugins/shared/rule_registry/server/routes/get_alert_summary.ts" }, { "plugin": "savedObjectsTagging", @@ -6857,15 +6857,15 @@ }, { "plugin": "triggersActionsUi", - "path": "x-pack/plugins/triggers_actions_ui/server/data/routes/time_series_query.ts" + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/server/data/routes/time_series_query.ts" }, { "plugin": "triggersActionsUi", - "path": "x-pack/plugins/triggers_actions_ui/server/data/routes/fields.ts" + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/server/data/routes/fields.ts" }, { "plugin": "triggersActionsUi", - "path": "x-pack/plugins/triggers_actions_ui/server/data/routes/indices.ts" + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/server/data/routes/indices.ts" }, { "plugin": "inference", @@ -7505,7 +7505,7 @@ }, { "plugin": "stackConnectors", - "path": "x-pack/plugins/stack_connectors/server/routes/valid_slack_api_channels.ts" + "path": "x-pack/platform/plugins/shared/stack_connectors/server/routes/valid_slack_api_channels.ts" }, { "plugin": "upgradeAssistant", @@ -7805,43 +7805,43 @@ }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/routes/get_global_execution_kpi.test.ts" + "path": "x-pack/platform/plugins/shared/actions/server/routes/get_global_execution_kpi.test.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/routes/get_global_execution_logs.test.ts" + "path": "x-pack/platform/plugins/shared/actions/server/routes/get_global_execution_logs.test.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/routes/get_oauth_access_token.test.ts" + "path": "x-pack/platform/plugins/shared/actions/server/routes/get_oauth_access_token.test.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/routes/get_oauth_access_token.test.ts" + "path": "x-pack/platform/plugins/shared/actions/server/routes/get_oauth_access_token.test.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/routes/get_oauth_access_token.test.ts" + "path": "x-pack/platform/plugins/shared/actions/server/routes/get_oauth_access_token.test.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/routes/get_oauth_access_token.test.ts" + "path": "x-pack/platform/plugins/shared/actions/server/routes/get_oauth_access_token.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/run_soon.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/run_soon.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/run_soon.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/run_soon.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/run_soon.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/run_soon.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/update_flapping_settings.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/update_flapping_settings.test.ts" }, { "plugin": "encryptedSavedObjects", @@ -7861,207 +7861,207 @@ }, { "plugin": "ruleRegistry", - "path": "x-pack/plugins/rule_registry/server/routes/__mocks__/server.ts" + "path": "x-pack/platform/plugins/shared/rule_registry/server/routes/__mocks__/server.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/create.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/create.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/create.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/create.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/create.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/create.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/create.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/create.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/create.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/create.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/create.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/create.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/create.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/create.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/create.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/create.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/create.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/create.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/create.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/create.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/create.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/create.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/disable.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/disable.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/disable.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/disable.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/disable.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/disable.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/disable.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/disable.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/disable.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/disable.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/enable.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/enable.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/enable.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/enable.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/enable.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/enable.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/enable.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/enable.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/enable.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/enable.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/mute_all.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/mute_all.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/mute_all.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/mute_all.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/mute_all.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/mute_all.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/mute_all.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/mute_all.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/mute_all.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/mute_all.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/mute_instance.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/mute_instance.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/mute_instance.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/mute_instance.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/mute_instance.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/mute_instance.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/mute_instance.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/mute_instance.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/mute_instance.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/mute_instance.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/unmute_all.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/unmute_all.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/unmute_all.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/unmute_all.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/unmute_all.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/unmute_all.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/unmute_all.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/unmute_all.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/unmute_all.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/unmute_all.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/unmute_instance.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/unmute_instance.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/unmute_instance.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/unmute_instance.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/unmute_instance.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/unmute_instance.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/unmute_instance.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/unmute_instance.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/unmute_instance.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/unmute_instance.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/update_api_key.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/update_api_key.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/update_api_key.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/update_api_key.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/update_api_key.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/update_api_key.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/update_api_key.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/update_api_key.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/update_api_key.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/update_api_key.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/suggestions/fileds_rule.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/suggestions/fileds_rule.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/suggestions/fileds_rule.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/suggestions/fileds_rule.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/suggestions/values_suggestion_alerts.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/suggestions/values_suggestion_alerts.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/suggestions/values_suggestion_rules.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/suggestions/values_suggestion_rules.test.ts" }, { "plugin": "remoteClusters", @@ -8069,35 +8069,35 @@ }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/routes/connector/create/create.test.ts" + "path": "x-pack/platform/plugins/shared/actions/server/routes/connector/create/create.test.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/routes/connector/create/create.test.ts" + "path": "x-pack/platform/plugins/shared/actions/server/routes/connector/create/create.test.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/routes/connector/create/create.test.ts" + "path": "x-pack/platform/plugins/shared/actions/server/routes/connector/create/create.test.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/routes/connector/execute/execute.test.ts" + "path": "x-pack/platform/plugins/shared/actions/server/routes/connector/execute/execute.test.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/routes/connector/execute/execute.test.ts" + "path": "x-pack/platform/plugins/shared/actions/server/routes/connector/execute/execute.test.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/routes/connector/execute/execute.test.ts" + "path": "x-pack/platform/plugins/shared/actions/server/routes/connector/execute/execute.test.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/routes/connector/execute/execute.test.ts" + "path": "x-pack/platform/plugins/shared/actions/server/routes/connector/execute/execute.test.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/routes/connector/execute/execute.test.ts" + "path": "x-pack/platform/plugins/shared/actions/server/routes/connector/execute/execute.test.ts" }, { "plugin": "crossClusterReplication", @@ -8137,307 +8137,307 @@ }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/backfill/apis/find/find_backfill_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/backfill/apis/find/find_backfill_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/backfill/apis/find/find_backfill_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/backfill/apis/find/find_backfill_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/backfill/apis/find/find_backfill_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/backfill/apis/find/find_backfill_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/backfill/apis/schedule/schedule_backfill_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/backfill/apis/schedule/schedule_backfill_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/backfill/apis/schedule/schedule_backfill_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/backfill/apis/schedule/schedule_backfill_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/backfill/apis/schedule/schedule_backfill_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/backfill/apis/schedule/schedule_backfill_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/maintenance_window/apis/archive/archive_maintenance_window_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/archive/archive_maintenance_window_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/maintenance_window/apis/archive/archive_maintenance_window_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/archive/archive_maintenance_window_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/maintenance_window/apis/archive/archive_maintenance_window_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/archive/archive_maintenance_window_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/maintenance_window/apis/archive/archive_maintenance_window_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/archive/archive_maintenance_window_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/maintenance_window/apis/bulk_get/bulk_get_maintenance_windows_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/bulk_get/bulk_get_maintenance_windows_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/maintenance_window/apis/bulk_get/bulk_get_maintenance_windows_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/bulk_get/bulk_get_maintenance_windows_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/maintenance_window/apis/bulk_get/bulk_get_maintenance_windows_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/bulk_get/bulk_get_maintenance_windows_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/maintenance_window/apis/bulk_get/bulk_get_maintenance_windows_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/bulk_get/bulk_get_maintenance_windows_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/maintenance_window/apis/create/create_maintenance_window_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/create/create_maintenance_window_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/maintenance_window/apis/create/create_maintenance_window_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/create/create_maintenance_window_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/maintenance_window/apis/create/create_maintenance_window_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/create/create_maintenance_window_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/maintenance_window/apis/create/create_maintenance_window_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/create/create_maintenance_window_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/maintenance_window/apis/finish/finish_maintenance_window_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/finish/finish_maintenance_window_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/maintenance_window/apis/finish/finish_maintenance_window_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/finish/finish_maintenance_window_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/maintenance_window/apis/finish/finish_maintenance_window_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/finish/finish_maintenance_window_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/maintenance_window/apis/finish/finish_maintenance_window_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/finish/finish_maintenance_window_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/maintenance_window/apis/update/update_maintenance_window_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/update/update_maintenance_window_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/maintenance_window/apis/update/update_maintenance_window_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/update/update_maintenance_window_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/maintenance_window/apis/update/update_maintenance_window_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/update/update_maintenance_window_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/maintenance_window/apis/update/update_maintenance_window_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/update/update_maintenance_window_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/aggregate/aggregate_rules_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/aggregate/aggregate_rules_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/aggregate/aggregate_rules_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/aggregate/aggregate_rules_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/aggregate/aggregate_rules_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/aggregate/aggregate_rules_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/aggregate/aggregate_rules_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/aggregate/aggregate_rules_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/bulk_edit/bulk_edit_rules_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_edit/bulk_edit_rules_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/bulk_edit/bulk_edit_rules_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_edit/bulk_edit_rules_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/bulk_edit/bulk_edit_rules_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_edit/bulk_edit_rules_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/bulk_edit/bulk_edit_rules_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_edit/bulk_edit_rules_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/bulk_edit/bulk_edit_rules_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_edit/bulk_edit_rules_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/bulk_edit/bulk_edit_rules_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_edit/bulk_edit_rules_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/bulk_edit/bulk_edit_rules_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_edit/bulk_edit_rules_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/bulk_untrack/bulk_untrack_alerts_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_untrack/bulk_untrack_alerts_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/bulk_untrack_by_query/bulk_untrack_alerts_by_query_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_untrack_by_query/bulk_untrack_alerts_by_query_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/clone/clone_rule_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/clone/clone_rule_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/clone/clone_rule_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/clone/clone_rule_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/clone/clone_rule_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/clone/clone_rule_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/clone/clone_rule_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/clone/clone_rule_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/clone/clone_rule_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/clone/clone_rule_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/create/create_rule_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/create/create_rule_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/create/create_rule_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/create/create_rule_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/create/create_rule_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/create/create_rule_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/create/create_rule_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/create/create_rule_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/create/create_rule_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/create/create_rule_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/create/create_rule_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/create/create_rule_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/create/create_rule_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/create/create_rule_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/create/create_rule_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/create/create_rule_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/create/create_rule_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/create/create_rule_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/create/create_rule_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/create/create_rule_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/disable/disable_rule_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/disable/disable_rule_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/disable/disable_rule_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/disable/disable_rule_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/enable/enable_rule_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/enable/enable_rule_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/enable/enable_rule_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/enable/enable_rule_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/find/find_internal_rules_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/find/find_internal_rules_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/mute_alert/mute_alert.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/mute_alert/mute_alert.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/mute_alert/mute_alert.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/mute_alert/mute_alert.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/mute_all/mute_all_rule.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/mute_all/mute_all_rule.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/mute_all/mute_all_rule.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/mute_all/mute_all_rule.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/mute_all/mute_all_rule.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/mute_all/mute_all_rule.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/snooze/snooze_rule_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/snooze/snooze_rule_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/snooze/snooze_rule_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/snooze/snooze_rule_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/snooze/snooze_rule_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/snooze/snooze_rule_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/unmute_alert/unmute_alert_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/unmute_alert/unmute_alert_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/unmute_alert/unmute_alert_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/unmute_alert/unmute_alert_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/unmute_all/unmute_all_rule.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/unmute_all/unmute_all_rule.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/unmute_all/unmute_all_rule.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/unmute_all/unmute_all_rule.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/unsnooze/unsnooze_rule_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/unsnooze/unsnooze_rule_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/unsnooze/unsnooze_rule_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/unsnooze/unsnooze_rule_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/update_api_key/update_rule_api_key_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/update_api_key/update_rule_api_key_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/update_api_key/update_rule_api_key_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/update_api_key/update_rule_api_key_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rules_settings/apis/update/update_query_delay_settings.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rules_settings/apis/update/update_query_delay_settings.test.ts" }, { "plugin": "home", @@ -8779,15 +8779,15 @@ }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/routes/connector/update/update.ts" + "path": "x-pack/platform/plugins/shared/actions/server/routes/connector/update/update.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/update.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/update.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/update/update_rule_route.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/update/update_rule_route.ts" }, { "plugin": "indexManagement", @@ -9159,39 +9159,39 @@ }, { "plugin": "ruleRegistry", - "path": "x-pack/plugins/rule_registry/server/routes/__mocks__/server.ts" + "path": "x-pack/platform/plugins/shared/rule_registry/server/routes/__mocks__/server.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/update.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/update.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/update.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/update.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/update.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/update.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/update.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/update.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/update.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/update.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/update.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/update.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/update.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/update.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/update.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/update.test.ts" }, { "plugin": "remoteClusters", @@ -9199,15 +9199,15 @@ }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/routes/connector/update/update.test.ts" + "path": "x-pack/platform/plugins/shared/actions/server/routes/connector/update/update.test.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/routes/connector/update/update.test.ts" + "path": "x-pack/platform/plugins/shared/actions/server/routes/connector/update/update.test.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/routes/connector/update/update.test.ts" + "path": "x-pack/platform/plugins/shared/actions/server/routes/connector/update/update.test.ts" }, { "plugin": "crossClusterReplication", @@ -9235,23 +9235,23 @@ }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/update/update_rule_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/update/update_rule_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/update/update_rule_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/update/update_rule_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/update/update_rule_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/update/update_rule_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/update/update_rule_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/update/update_rule_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/update/update_rule_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/update/update_rule_route.test.ts" }, { "plugin": "indexManagement", @@ -9259,7 +9259,7 @@ }, { "plugin": "cases", - "path": "x-pack/plugins/cases/server/routes/api/register_routes.test.ts" + "path": "x-pack/platform/plugins/shared/cases/server/routes/api/register_routes.test.ts" }, { "plugin": "security", @@ -9445,15 +9445,15 @@ "references": [ { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/bulk_delete/bulk_delete_rules_route.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_delete/bulk_delete_rules_route.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/bulk_enable/bulk_enable_rules_route.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_enable/bulk_enable_rules_route.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/bulk_disable/bulk_disable_rules_route.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_disable/bulk_disable_rules_route.ts" }, { "plugin": "enterpriseSearch", @@ -9497,67 +9497,67 @@ }, { "plugin": "ruleRegistry", - "path": "x-pack/plugins/rule_registry/server/routes/__mocks__/server.ts" + "path": "x-pack/platform/plugins/shared/rule_registry/server/routes/__mocks__/server.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/bulk_delete/bulk_delete_rules_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_delete/bulk_delete_rules_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/bulk_delete/bulk_delete_rules_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_delete/bulk_delete_rules_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/bulk_delete/bulk_delete_rules_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_delete/bulk_delete_rules_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/bulk_delete/bulk_delete_rules_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_delete/bulk_delete_rules_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/bulk_delete/bulk_delete_rules_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_delete/bulk_delete_rules_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/bulk_disable/bulk_disable_rules_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_disable/bulk_disable_rules_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/bulk_disable/bulk_disable_rules_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_disable/bulk_disable_rules_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/bulk_disable/bulk_disable_rules_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_disable/bulk_disable_rules_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/bulk_disable/bulk_disable_rules_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_disable/bulk_disable_rules_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/bulk_disable/bulk_disable_rules_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_disable/bulk_disable_rules_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/bulk_enable/bulk_enable_rules_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_enable/bulk_enable_rules_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/bulk_enable/bulk_enable_rules_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_enable/bulk_enable_rules_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/bulk_enable/bulk_enable_rules_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_enable/bulk_enable_rules_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/bulk_enable/bulk_enable_rules_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_enable/bulk_enable_rules_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/bulk_enable/bulk_enable_rules_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_enable/bulk_enable_rules_route.test.ts" }, { "plugin": "indexManagement", @@ -9775,23 +9775,23 @@ }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/routes/connector/delete/delete.ts" + "path": "x-pack/platform/plugins/shared/actions/server/routes/connector/delete/delete.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/delete.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/delete.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/delete/delete_rule_route.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/delete/delete_rule_route.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/maintenance_window/apis/delete/delete_maintenance_window_route.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/delete/delete_maintenance_window_route.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/backfill/apis/delete/delete_backfill_route.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/backfill/apis/delete/delete_backfill_route.ts" }, { "plugin": "savedObjectsTagging", @@ -10055,31 +10055,31 @@ }, { "plugin": "ruleRegistry", - "path": "x-pack/plugins/rule_registry/server/routes/__mocks__/server.ts" + "path": "x-pack/platform/plugins/shared/rule_registry/server/routes/__mocks__/server.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/delete.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/delete.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/delete.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/delete.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/delete.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/delete.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/delete.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/delete.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/delete.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/delete.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/legacy/delete.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/legacy/delete.test.ts" }, { "plugin": "remoteClusters", @@ -10087,15 +10087,15 @@ }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/routes/connector/delete/delete.test.ts" + "path": "x-pack/platform/plugins/shared/actions/server/routes/connector/delete/delete.test.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/routes/connector/delete/delete.test.ts" + "path": "x-pack/platform/plugins/shared/actions/server/routes/connector/delete/delete.test.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/routes/connector/delete/delete.test.ts" + "path": "x-pack/platform/plugins/shared/actions/server/routes/connector/delete/delete.test.ts" }, { "plugin": "crossClusterReplication", @@ -10103,43 +10103,43 @@ }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/backfill/apis/delete/delete_backfill_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/backfill/apis/delete/delete_backfill_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/backfill/apis/delete/delete_backfill_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/backfill/apis/delete/delete_backfill_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/backfill/apis/delete/delete_backfill_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/backfill/apis/delete/delete_backfill_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/maintenance_window/apis/delete/delete_maintenance_window_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/delete/delete_maintenance_window_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/maintenance_window/apis/delete/delete_maintenance_window_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/delete/delete_maintenance_window_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/maintenance_window/apis/delete/delete_maintenance_window_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/delete/delete_maintenance_window_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/maintenance_window/apis/delete/delete_maintenance_window_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/delete/delete_maintenance_window_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/delete/delete_rule_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/delete/delete_rule_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/delete/delete_rule_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/delete/delete_rule_route.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/rule/apis/delete/delete_rule_route.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/delete/delete_rule_route.test.ts" }, { "plugin": "indexManagement", diff --git a/api_docs/kbn_core_saved_objects_api_browser.devdocs.json b/api_docs/kbn_core_saved_objects_api_browser.devdocs.json index 99e9141acff1b..5f83c823ed12e 100644 --- a/api_docs/kbn_core_saved_objects_api_browser.devdocs.json +++ b/api_docs/kbn_core_saved_objects_api_browser.devdocs.json @@ -107,19 +107,19 @@ }, { "plugin": "cases", - "path": "x-pack/plugins/cases/common/ui/types.ts" + "path": "x-pack/platform/plugins/shared/cases/common/ui/types.ts" }, { "plugin": "cases", - "path": "x-pack/plugins/cases/common/ui/types.ts" + "path": "x-pack/platform/plugins/shared/cases/common/ui/types.ts" }, { "plugin": "cases", - "path": "x-pack/plugins/cases/common/ui/types.ts" + "path": "x-pack/platform/plugins/shared/cases/common/ui/types.ts" }, { "plugin": "cases", - "path": "x-pack/plugins/cases/common/ui/types.ts" + "path": "x-pack/platform/plugins/shared/cases/common/ui/types.ts" }, { "plugin": "maps", diff --git a/api_docs/kbn_core_saved_objects_api_server.devdocs.json b/api_docs/kbn_core_saved_objects_api_server.devdocs.json index faaa627699590..26b19813c445b 100644 --- a/api_docs/kbn_core_saved_objects_api_server.devdocs.json +++ b/api_docs/kbn_core_saved_objects_api_server.devdocs.json @@ -2468,23 +2468,23 @@ }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts" }, { "plugin": "fleet", @@ -2628,147 +2628,147 @@ }, { "plugin": "@kbn/alerting-types", - "path": "packages/kbn-alerting-types/rule_types.ts" + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" }, { "plugin": "@kbn/alerting-types", - "path": "packages/kbn-alerting-types/rule_types.ts" + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" }, { "plugin": "@kbn/alerting-types", - "path": "packages/kbn-alerting-types/rule_types.ts" + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" }, { "plugin": "@kbn/alerting-types", - "path": "packages/kbn-alerting-types/rule_types.ts" + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" }, { "plugin": "@kbn/alerting-types", - "path": "packages/kbn-alerting-types/rule_types.ts" + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" }, { "plugin": "@kbn/alerting-types", - "path": "packages/kbn-alerting-types/rule_types.ts" + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" }, { "plugin": "@kbn/alerting-types", - "path": "packages/kbn-alerting-types/rule_types.ts" + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" }, { "plugin": "@kbn/alerting-types", - "path": "packages/kbn-alerting-types/rule_types.ts" + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" }, { "plugin": "@kbn/alerting-types", - "path": "packages/kbn-alerting-types/rule_types.ts" + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" }, { "plugin": "@kbn/alerting-types", - "path": "packages/kbn-alerting-types/rule_types.ts" + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" }, { "plugin": "@kbn/alerting-types", - "path": "packages/kbn-alerting-types/rule_types.ts" + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" }, { "plugin": "@kbn/alerting-types", - "path": "packages/kbn-alerting-types/rule_types.ts" + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" }, { "plugin": "@kbn/alerting-types", - "path": "packages/kbn-alerting-types/rule_types.ts" + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/common/rule.ts" + "path": "x-pack/platform/plugins/shared/alerting/common/rule.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/common/rule.ts" + "path": "x-pack/platform/plugins/shared/alerting/common/rule.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/application/connector/methods/create/types/types.ts" + "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/create/types/types.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/application/connector/methods/create/types/types.ts" + "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/create/types/types.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/application/connector/methods/create/types/types.ts" + "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/create/types/types.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/types.ts" + "path": "x-pack/platform/plugins/shared/actions/server/types.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/types.ts" + "path": "x-pack/platform/plugins/shared/actions/server/types.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/types.ts" + "path": "x-pack/platform/plugins/shared/actions/server/types.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/application/connector/methods/update/types/types.ts" + "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/update/types/types.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/application/connector/methods/update/types/types.ts" + "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/update/types/types.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/application/connector/methods/update/types/types.ts" + "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/update/types/types.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/application/connector/methods/update/update.ts" + "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/update/update.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/application/connector/methods/update/update.ts" + "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/update/update.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/application/connector/methods/update/update.ts" + "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/update/update.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/application/connector/methods/create/create.ts" + "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/create/create.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/application/connector/methods/create/create.ts" + "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/create/create.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/application/connector/methods/create/create.ts" + "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/create/create.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/rules_client/common/inject_references.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/rules_client/common/inject_references.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/rules_client/common/inject_references.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/rules_client/common/inject_references.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/types.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/types.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/saved_objects/geo_containment/migrations.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/saved_objects/geo_containment/migrations.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/saved_objects/geo_containment/migrations.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/saved_objects/geo_containment/migrations.ts" }, { "plugin": "savedSearch", @@ -2832,31 +2832,31 @@ }, { "plugin": "taskManager", - "path": "x-pack/plugins/task_manager/server/task_store.test.ts" + "path": "x-pack/platform/plugins/shared/task_manager/server/task_store.test.ts" }, { "plugin": "taskManager", - "path": "x-pack/plugins/task_manager/server/task_store.test.ts" + "path": "x-pack/platform/plugins/shared/task_manager/server/task_store.test.ts" }, { "plugin": "taskManager", - "path": "x-pack/plugins/task_manager/server/task_store.test.ts" + "path": "x-pack/platform/plugins/shared/task_manager/server/task_store.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/saved_objects/migrations/7.11/index.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/saved_objects/migrations/7.11/index.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/saved_objects/migrations/7.11/index.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/saved_objects/migrations/7.11/index.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/saved_objects/migrations/7.15/index.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/saved_objects/migrations/7.15/index.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/saved_objects/migrations/7.15/index.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/saved_objects/migrations/7.15/index.ts" }, { "plugin": "@kbn/core-saved-objects-server-internal", diff --git a/api_docs/kbn_core_saved_objects_common.devdocs.json b/api_docs/kbn_core_saved_objects_common.devdocs.json index 63ae4b1d1ff34..faba55b037fff 100644 --- a/api_docs/kbn_core_saved_objects_common.devdocs.json +++ b/api_docs/kbn_core_saved_objects_common.devdocs.json @@ -1541,19 +1541,19 @@ }, { "plugin": "triggersActionsUi", - "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_reducer.ts" + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/rule_reducer.ts" }, { "plugin": "triggersActionsUi", - "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_reducer.ts" + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/rule_reducer.ts" }, { "plugin": "triggersActionsUi", - "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_reducer.ts" + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/rule_reducer.ts" }, { "plugin": "triggersActionsUi", - "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_reducer.ts" + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/rule_reducer.ts" }, { "plugin": "@kbn/core", @@ -1561,35 +1561,35 @@ }, { "plugin": "@kbn/alerts-ui-shared", - "path": "packages/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_item.tsx" + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_item.tsx" }, { "plugin": "@kbn/alerts-ui-shared", - "path": "packages/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_item.tsx" + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_item.tsx" }, { "plugin": "@kbn/alerts-ui-shared", - "path": "packages/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_item.tsx" + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_item.tsx" }, { "plugin": "@kbn/alerts-ui-shared", - "path": "packages/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_item.tsx" + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_item.tsx" }, { "plugin": "@kbn/alerts-ui-shared", - "path": "packages/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_system_actions_item.tsx" + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_system_actions_item.tsx" }, { "plugin": "@kbn/alerts-ui-shared", - "path": "packages/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_system_actions_item.tsx" + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_system_actions_item.tsx" }, { "plugin": "@kbn/alerts-ui-shared", - "path": "packages/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_system_actions_item.tsx" + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_system_actions_item.tsx" }, { "plugin": "@kbn/alerts-ui-shared", - "path": "packages/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_system_actions_item.tsx" + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_system_actions_item.tsx" } ], "initialIsOpen": false diff --git a/api_docs/kbn_core_saved_objects_server.devdocs.json b/api_docs/kbn_core_saved_objects_server.devdocs.json index ba262035a1c0f..ca032011338d4 100644 --- a/api_docs/kbn_core_saved_objects_server.devdocs.json +++ b/api_docs/kbn_core_saved_objects_server.devdocs.json @@ -5997,23 +5997,23 @@ }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts" }, { "plugin": "fleet", @@ -6157,147 +6157,147 @@ }, { "plugin": "@kbn/alerting-types", - "path": "packages/kbn-alerting-types/rule_types.ts" + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" }, { "plugin": "@kbn/alerting-types", - "path": "packages/kbn-alerting-types/rule_types.ts" + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" }, { "plugin": "@kbn/alerting-types", - "path": "packages/kbn-alerting-types/rule_types.ts" + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" }, { "plugin": "@kbn/alerting-types", - "path": "packages/kbn-alerting-types/rule_types.ts" + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" }, { "plugin": "@kbn/alerting-types", - "path": "packages/kbn-alerting-types/rule_types.ts" + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" }, { "plugin": "@kbn/alerting-types", - "path": "packages/kbn-alerting-types/rule_types.ts" + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" }, { "plugin": "@kbn/alerting-types", - "path": "packages/kbn-alerting-types/rule_types.ts" + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" }, { "plugin": "@kbn/alerting-types", - "path": "packages/kbn-alerting-types/rule_types.ts" + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" }, { "plugin": "@kbn/alerting-types", - "path": "packages/kbn-alerting-types/rule_types.ts" + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" }, { "plugin": "@kbn/alerting-types", - "path": "packages/kbn-alerting-types/rule_types.ts" + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" }, { "plugin": "@kbn/alerting-types", - "path": "packages/kbn-alerting-types/rule_types.ts" + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" }, { "plugin": "@kbn/alerting-types", - "path": "packages/kbn-alerting-types/rule_types.ts" + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" }, { "plugin": "@kbn/alerting-types", - "path": "packages/kbn-alerting-types/rule_types.ts" + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/common/rule.ts" + "path": "x-pack/platform/plugins/shared/alerting/common/rule.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/common/rule.ts" + "path": "x-pack/platform/plugins/shared/alerting/common/rule.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/application/connector/methods/create/types/types.ts" + "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/create/types/types.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/application/connector/methods/create/types/types.ts" + "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/create/types/types.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/application/connector/methods/create/types/types.ts" + "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/create/types/types.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/types.ts" + "path": "x-pack/platform/plugins/shared/actions/server/types.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/types.ts" + "path": "x-pack/platform/plugins/shared/actions/server/types.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/types.ts" + "path": "x-pack/platform/plugins/shared/actions/server/types.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/application/connector/methods/update/types/types.ts" + "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/update/types/types.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/application/connector/methods/update/types/types.ts" + "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/update/types/types.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/application/connector/methods/update/types/types.ts" + "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/update/types/types.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/application/connector/methods/update/update.ts" + "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/update/update.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/application/connector/methods/update/update.ts" + "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/update/update.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/application/connector/methods/update/update.ts" + "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/update/update.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/application/connector/methods/create/create.ts" + "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/create/create.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/application/connector/methods/create/create.ts" + "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/create/create.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/application/connector/methods/create/create.ts" + "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/create/create.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/rules_client/common/inject_references.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/rules_client/common/inject_references.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/rules_client/common/inject_references.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/rules_client/common/inject_references.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/types.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/types.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/saved_objects/geo_containment/migrations.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/saved_objects/geo_containment/migrations.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/saved_objects/geo_containment/migrations.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/saved_objects/geo_containment/migrations.ts" }, { "plugin": "savedSearch", @@ -6361,31 +6361,31 @@ }, { "plugin": "taskManager", - "path": "x-pack/plugins/task_manager/server/task_store.test.ts" + "path": "x-pack/platform/plugins/shared/task_manager/server/task_store.test.ts" }, { "plugin": "taskManager", - "path": "x-pack/plugins/task_manager/server/task_store.test.ts" + "path": "x-pack/platform/plugins/shared/task_manager/server/task_store.test.ts" }, { "plugin": "taskManager", - "path": "x-pack/plugins/task_manager/server/task_store.test.ts" + "path": "x-pack/platform/plugins/shared/task_manager/server/task_store.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/saved_objects/migrations/7.11/index.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/saved_objects/migrations/7.11/index.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/saved_objects/migrations/7.11/index.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/saved_objects/migrations/7.11/index.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/saved_objects/migrations/7.15/index.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/saved_objects/migrations/7.15/index.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/saved_objects/migrations/7.15/index.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/saved_objects/migrations/7.15/index.ts" }, { "plugin": "@kbn/core-saved-objects-server-internal", @@ -10621,7 +10621,7 @@ }, { "plugin": "taskManager", - "path": "x-pack/plugins/task_manager/server/saved_objects/index.ts" + "path": "x-pack/platform/plugins/shared/task_manager/server/saved_objects/index.ts" }, { "plugin": "dataViews", @@ -10641,11 +10641,11 @@ }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/saved_objects/index.ts" + "path": "x-pack/platform/plugins/shared/actions/server/saved_objects/index.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/saved_objects/index.ts" + "path": "x-pack/platform/plugins/shared/actions/server/saved_objects/index.ts" }, { "plugin": "data", @@ -10661,7 +10661,7 @@ }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/saved_objects/index.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/saved_objects/index.ts" }, { "plugin": "dashboard", @@ -10677,23 +10677,23 @@ }, { "plugin": "cases", - "path": "x-pack/plugins/cases/server/saved_object_types/cases/cases.ts" + "path": "x-pack/platform/plugins/shared/cases/server/saved_object_types/cases/cases.ts" }, { "plugin": "cases", - "path": "x-pack/plugins/cases/server/saved_object_types/configure.ts" + "path": "x-pack/platform/plugins/shared/cases/server/saved_object_types/configure.ts" }, { "plugin": "cases", - "path": "x-pack/plugins/cases/server/saved_object_types/comments.ts" + "path": "x-pack/platform/plugins/shared/cases/server/saved_object_types/comments.ts" }, { "plugin": "cases", - "path": "x-pack/plugins/cases/server/saved_object_types/user_actions.ts" + "path": "x-pack/platform/plugins/shared/cases/server/saved_object_types/user_actions.ts" }, { "plugin": "cases", - "path": "x-pack/plugins/cases/server/saved_object_types/connector_mappings.ts" + "path": "x-pack/platform/plugins/shared/cases/server/saved_object_types/connector_mappings.ts" }, { "plugin": "savedSearch", @@ -11484,11 +11484,11 @@ }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/saved_objects/index.ts" + "path": "x-pack/platform/plugins/shared/actions/server/saved_objects/index.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/saved_objects/index.ts" + "path": "x-pack/platform/plugins/shared/actions/server/saved_objects/index.ts" }, { "plugin": "data", @@ -11496,7 +11496,7 @@ }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/saved_objects/index.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/saved_objects/index.ts" }, { "plugin": "dashboard", @@ -11508,23 +11508,23 @@ }, { "plugin": "cases", - "path": "x-pack/plugins/cases/server/saved_object_types/cases/cases.ts" + "path": "x-pack/platform/plugins/shared/cases/server/saved_object_types/cases/cases.ts" }, { "plugin": "cases", - "path": "x-pack/plugins/cases/server/saved_object_types/configure.ts" + "path": "x-pack/platform/plugins/shared/cases/server/saved_object_types/configure.ts" }, { "plugin": "cases", - "path": "x-pack/plugins/cases/server/saved_object_types/comments.ts" + "path": "x-pack/platform/plugins/shared/cases/server/saved_object_types/comments.ts" }, { "plugin": "cases", - "path": "x-pack/plugins/cases/server/saved_object_types/user_actions.ts" + "path": "x-pack/platform/plugins/shared/cases/server/saved_object_types/user_actions.ts" }, { "plugin": "cases", - "path": "x-pack/plugins/cases/server/saved_object_types/connector_mappings.ts" + "path": "x-pack/platform/plugins/shared/cases/server/saved_object_types/connector_mappings.ts" }, { "plugin": "savedSearch", diff --git a/api_docs/kbn_ebt.devdocs.json b/api_docs/kbn_ebt.devdocs.json index 4bb27aac011b9..02d36e49df26f 100644 --- a/api_docs/kbn_ebt.devdocs.json +++ b/api_docs/kbn_ebt.devdocs.json @@ -1788,7 +1788,7 @@ }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/lib/action_executor.ts" + "path": "x-pack/platform/plugins/shared/actions/server/lib/action_executor.ts" }, { "plugin": "@kbn/cloud", @@ -2440,11 +2440,11 @@ }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/lib/action_executor.test.ts" + "path": "x-pack/platform/plugins/shared/actions/server/lib/action_executor.test.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/lib/action_executor.test.ts" + "path": "x-pack/platform/plugins/shared/actions/server/lib/action_executor.test.ts" }, { "plugin": "@kbn/core-analytics-browser-internal", diff --git a/api_docs/kbn_grouping.devdocs.json b/api_docs/kbn_grouping.devdocs.json index 161865bdc93e7..c5f9cbe5f2975 100644 --- a/api_docs/kbn_grouping.devdocs.json +++ b/api_docs/kbn_grouping.devdocs.json @@ -34,7 +34,7 @@ ") => ", "GroupingQuery" ], - "path": "packages/kbn-grouping/src/containers/query/index.ts", + "path": "src/platform/packages/shared/kbn-grouping/src/containers/query/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -48,7 +48,7 @@ "signature": [ "GroupingQueryArgs" ], - "path": "packages/kbn-grouping/src/containers/query/index.ts", + "path": "src/platform/packages/shared/kbn-grouping/src/containers/query/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -71,7 +71,7 @@ "signature": [ "(groupKeys: string[]) => boolean" ], - "path": "packages/kbn-grouping/src/components/index.tsx", + "path": "src/platform/packages/shared/kbn-grouping/src/components/index.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -87,7 +87,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-grouping/src/components/index.tsx", + "path": "src/platform/packages/shared/kbn-grouping/src/components/index.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -114,7 +114,7 @@ "UseGrouping", "" ], - "path": "packages/kbn-grouping/src/hooks/use_grouping.tsx", + "path": "src/platform/packages/shared/kbn-grouping/src/hooks/use_grouping.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -129,7 +129,7 @@ "GroupingArgs", "" ], - "path": "packages/kbn-grouping/src/hooks/use_grouping.tsx", + "path": "src/platform/packages/shared/kbn-grouping/src/hooks/use_grouping.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -147,7 +147,7 @@ "tags": [], "label": "GroupOption", "description": [], - "path": "packages/kbn-grouping/src/hooks/types.ts", + "path": "src/platform/packages/shared/kbn-grouping/src/hooks/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -158,7 +158,7 @@ "tags": [], "label": "key", "description": [], - "path": "packages/kbn-grouping/src/hooks/types.ts", + "path": "src/platform/packages/shared/kbn-grouping/src/hooks/types.ts", "deprecated": false, "trackAdoption": false }, @@ -169,7 +169,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-grouping/src/hooks/types.ts", + "path": "src/platform/packages/shared/kbn-grouping/src/hooks/types.ts", "deprecated": false, "trackAdoption": false } @@ -183,7 +183,7 @@ "tags": [], "label": "GroupStatsItem", "description": [], - "path": "packages/kbn-grouping/src/components/types.ts", + "path": "src/platform/packages/shared/kbn-grouping/src/components/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -194,7 +194,7 @@ "tags": [], "label": "title", "description": [], - "path": "packages/kbn-grouping/src/components/types.ts", + "path": "src/platform/packages/shared/kbn-grouping/src/components/types.ts", "deprecated": false, "trackAdoption": false }, @@ -208,7 +208,7 @@ "signature": [ "JSX.Element | undefined" ], - "path": "packages/kbn-grouping/src/components/types.ts", + "path": "src/platform/packages/shared/kbn-grouping/src/components/types.ts", "deprecated": false, "trackAdoption": false }, @@ -223,7 +223,7 @@ "BadgeMetric", " | undefined" ], - "path": "packages/kbn-grouping/src/components/types.ts", + "path": "src/platform/packages/shared/kbn-grouping/src/components/types.ts", "deprecated": false, "trackAdoption": false } @@ -265,7 +265,7 @@ }, "[]) => React.ReactElement>; onGroupClose: () => void; }" ], - "path": "packages/kbn-grouping/src/hooks/use_grouping.tsx", + "path": "src/platform/packages/shared/kbn-grouping/src/hooks/use_grouping.tsx", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -283,7 +283,7 @@ "GroupingFieldTotalAggregation", "" ], - "path": "packages/kbn-grouping/src/components/types.ts", + "path": "src/platform/packages/shared/kbn-grouping/src/components/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -300,7 +300,7 @@ "AggregationsAggregationContainer", "; }" ], - "path": "packages/kbn-grouping/src/containers/query/types.ts", + "path": "src/platform/packages/shared/kbn-grouping/src/containers/query/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -316,7 +316,7 @@ "GenericBuckets", " & T" ], - "path": "packages/kbn-grouping/src/components/types.ts", + "path": "src/platform/packages/shared/kbn-grouping/src/components/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_response_ops_rule_params.devdocs.json b/api_docs/kbn_response_ops_rule_params.devdocs.json index 765f753679eed..62cb521773ef3 100644 --- a/api_docs/kbn_response_ops_rule_params.devdocs.json +++ b/api_docs/kbn_response_ops_rule_params.devdocs.json @@ -32,7 +32,7 @@ "signature": [ "{ [x: string]: any; }" ], - "path": "packages/response-ops/rule_params/v1.ts", + "path": "src/platform/packages/private/response-ops/rule_params/v1.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -47,7 +47,7 @@ "signature": [ "{ [x: string]: any; }" ], - "path": "packages/response-ops/rule_params/v1.ts", + "path": "src/platform/packages/private/response-ops/rule_params/v1.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -62,7 +62,7 @@ "signature": [ "{ [x: string]: any; }" ], - "path": "packages/response-ops/rule_params/v1.ts", + "path": "src/platform/packages/private/response-ops/rule_params/v1.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -77,7 +77,7 @@ "signature": [ "{ [x: string]: any; }" ], - "path": "packages/response-ops/rule_params/v1.ts", + "path": "src/platform/packages/private/response-ops/rule_params/v1.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -101,7 +101,7 @@ }, ">" ], - "path": "packages/response-ops/rule_params/v1.ts", + "path": "src/platform/packages/private/response-ops/rule_params/v1.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -123,7 +123,7 @@ }, ">" ], - "path": "packages/response-ops/rule_params/v1.ts", + "path": "src/platform/packages/private/response-ops/rule_params/v1.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -145,7 +145,7 @@ }, ">" ], - "path": "packages/response-ops/rule_params/v1.ts", + "path": "src/platform/packages/private/response-ops/rule_params/v1.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -167,7 +167,7 @@ }, ">" ], - "path": "packages/response-ops/rule_params/v1.ts", + "path": "src/platform/packages/private/response-ops/rule_params/v1.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_rrule.devdocs.json b/api_docs/kbn_rrule.devdocs.json index a2359c9a4e56a..3637654831075 100644 --- a/api_docs/kbn_rrule.devdocs.json +++ b/api_docs/kbn_rrule.devdocs.json @@ -25,7 +25,7 @@ "tags": [], "label": "RRule", "description": [], - "path": "packages/kbn-rrule/rrule.ts", + "path": "src/platform/packages/shared/kbn-rrule/rrule.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -39,7 +39,7 @@ "signature": [ "any" ], - "path": "packages/kbn-rrule/rrule.ts", + "path": "src/platform/packages/shared/kbn-rrule/rrule.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -53,7 +53,7 @@ "signature": [ "Options" ], - "path": "packages/kbn-rrule/rrule.ts", + "path": "src/platform/packages/shared/kbn-rrule/rrule.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -71,7 +71,7 @@ "signature": [ "(start: Date, end: Date) => Date[]" ], - "path": "packages/kbn-rrule/rrule.ts", + "path": "src/platform/packages/shared/kbn-rrule/rrule.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -85,7 +85,7 @@ "signature": [ "Date" ], - "path": "packages/kbn-rrule/rrule.ts", + "path": "src/platform/packages/shared/kbn-rrule/rrule.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -100,7 +100,7 @@ "signature": [ "Date" ], - "path": "packages/kbn-rrule/rrule.ts", + "path": "src/platform/packages/shared/kbn-rrule/rrule.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -118,7 +118,7 @@ "signature": [ "(dt: Date) => Date" ], - "path": "packages/kbn-rrule/rrule.ts", + "path": "src/platform/packages/shared/kbn-rrule/rrule.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -132,7 +132,7 @@ "signature": [ "Date" ], - "path": "packages/kbn-rrule/rrule.ts", + "path": "src/platform/packages/shared/kbn-rrule/rrule.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -150,7 +150,7 @@ "signature": [ "(dt: Date) => Date | null" ], - "path": "packages/kbn-rrule/rrule.ts", + "path": "src/platform/packages/shared/kbn-rrule/rrule.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -164,7 +164,7 @@ "signature": [ "Date" ], - "path": "packages/kbn-rrule/rrule.ts", + "path": "src/platform/packages/shared/kbn-rrule/rrule.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -182,7 +182,7 @@ "signature": [ "(limit?: number) => AllResult" ], - "path": "packages/kbn-rrule/rrule.ts", + "path": "src/platform/packages/shared/kbn-rrule/rrule.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -196,7 +196,7 @@ "signature": [ "number" ], - "path": "packages/kbn-rrule/rrule.ts", + "path": "src/platform/packages/shared/kbn-rrule/rrule.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -218,7 +218,7 @@ "tags": [], "label": "Frequency", "description": [], - "path": "packages/kbn-rrule/rrule.ts", + "path": "src/platform/packages/shared/kbn-rrule/rrule.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -230,7 +230,7 @@ "tags": [], "label": "Weekday", "description": [], - "path": "packages/kbn-rrule/rrule.ts", + "path": "src/platform/packages/shared/kbn-rrule/rrule.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -247,7 +247,7 @@ "signature": [ "Omit & { byweekday?: (string | number)[] | null | undefined; wkst?: number | \"MO\" | \"TU\" | \"WE\" | \"TH\" | \"FR\" | \"SA\" | \"SU\" | null | undefined; }" ], - "path": "packages/kbn-rrule/rrule.ts", + "path": "src/platform/packages/shared/kbn-rrule/rrule.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -262,7 +262,7 @@ "signature": [ "\"MO\" | \"TU\" | \"WE\" | \"TH\" | \"FR\" | \"SA\" | \"SU\"" ], - "path": "packages/kbn-rrule/index.ts", + "path": "src/platform/packages/shared/kbn-rrule/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_security_plugin_types_public.devdocs.json b/api_docs/kbn_security_plugin_types_public.devdocs.json index 49fcb4a21570d..14ae0ad426c05 100644 --- a/api_docs/kbn_security_plugin_types_public.devdocs.json +++ b/api_docs/kbn_security_plugin_types_public.devdocs.json @@ -913,7 +913,7 @@ }, { "plugin": "cases", - "path": "x-pack/plugins/cases/public/common/lib/kibana/hooks.ts" + "path": "x-pack/platform/plugins/shared/cases/public/common/lib/kibana/hooks.ts" }, { "plugin": "securitySolution", @@ -999,11 +999,11 @@ }, { "plugin": "cases", - "path": "x-pack/plugins/cases/public/containers/user_profiles/api.ts" + "path": "x-pack/platform/plugins/shared/cases/public/containers/user_profiles/api.ts" }, { "plugin": "cases", - "path": "x-pack/plugins/cases/public/containers/user_profiles/api.ts" + "path": "x-pack/platform/plugins/shared/cases/public/containers/user_profiles/api.ts" }, { "plugin": "searchPlayground", @@ -1019,19 +1019,19 @@ }, { "plugin": "cases", - "path": "x-pack/plugins/cases/public/containers/user_profiles/api.test.ts" + "path": "x-pack/platform/plugins/shared/cases/public/containers/user_profiles/api.test.ts" }, { "plugin": "cases", - "path": "x-pack/plugins/cases/public/containers/user_profiles/api.test.ts" + "path": "x-pack/platform/plugins/shared/cases/public/containers/user_profiles/api.test.ts" }, { "plugin": "cases", - "path": "x-pack/plugins/cases/public/containers/user_profiles/api.test.ts" + "path": "x-pack/platform/plugins/shared/cases/public/containers/user_profiles/api.test.ts" }, { "plugin": "cases", - "path": "x-pack/plugins/cases/public/containers/user_profiles/api.test.ts" + "path": "x-pack/platform/plugins/shared/cases/public/containers/user_profiles/api.test.ts" } ] } diff --git a/api_docs/kbn_security_plugin_types_server.devdocs.json b/api_docs/kbn_security_plugin_types_server.devdocs.json index 3594642ab41a3..31b87182aab3b 100644 --- a/api_docs/kbn_security_plugin_types_server.devdocs.json +++ b/api_docs/kbn_security_plugin_types_server.devdocs.json @@ -4715,23 +4715,23 @@ }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/plugin.ts" + "path": "x-pack/platform/plugins/shared/actions/server/plugin.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/plugin.ts" + "path": "x-pack/platform/plugins/shared/actions/server/plugin.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/rules_client_factory.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/rules_client_factory.ts" }, { "plugin": "ruleRegistry", - "path": "x-pack/plugins/rule_registry/server/alert_data_client/alerts_client_factory.ts" + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client_factory.ts" }, { "plugin": "ruleRegistry", - "path": "x-pack/plugins/rule_registry/server/search_strategy/search_strategy.ts" + "path": "x-pack/platform/plugins/shared/rule_registry/server/search_strategy/search_strategy.ts" }, { "plugin": "files", @@ -4743,7 +4743,7 @@ }, { "plugin": "cases", - "path": "x-pack/plugins/cases/server/client/factory.ts" + "path": "x-pack/platform/plugins/shared/cases/server/client/factory.ts" }, { "plugin": "fleet", @@ -4835,19 +4835,19 @@ }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/rules_client_factory.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/rules_client_factory.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/invalidate_pending_api_keys/task.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/invalidate_pending_api_keys/task.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/plugin.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/plugin.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/plugin.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/plugin.ts" }, { "plugin": "observabilityAIAssistant", @@ -5023,19 +5023,19 @@ }, { "plugin": "cases", - "path": "x-pack/plugins/cases/server/services/notifications/email_notification_service.ts" + "path": "x-pack/platform/plugins/shared/cases/server/services/notifications/email_notification_service.ts" }, { "plugin": "cases", - "path": "x-pack/plugins/cases/server/client/factory.ts" + "path": "x-pack/platform/plugins/shared/cases/server/client/factory.ts" }, { "plugin": "cases", - "path": "x-pack/plugins/cases/server/client/cases/utils.ts" + "path": "x-pack/platform/plugins/shared/cases/server/client/cases/utils.ts" }, { "plugin": "cases", - "path": "x-pack/plugins/cases/server/services/user_profiles/index.ts" + "path": "x-pack/platform/plugins/shared/cases/server/services/user_profiles/index.ts" }, { "plugin": "securitySolution", diff --git a/api_docs/kbn_triggers_actions_ui_types.devdocs.json b/api_docs/kbn_triggers_actions_ui_types.devdocs.json index 2f521b77ee6ce..ebc8de51b1778 100644 --- a/api_docs/kbn_triggers_actions_ui_types.devdocs.json +++ b/api_docs/kbn_triggers_actions_ui_types.devdocs.json @@ -45,7 +45,7 @@ }, "" ], - "path": "packages/kbn-triggers-actions-ui-types/action_group_types.ts", + "path": "src/platform/packages/shared/kbn-triggers-actions-ui-types/action_group_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -66,7 +66,7 @@ }, " | undefined" ], - "path": "packages/kbn-triggers-actions-ui-types/action_group_types.ts", + "path": "src/platform/packages/shared/kbn-triggers-actions-ui-types/action_group_types.ts", "deprecated": false, "trackAdoption": false }, @@ -80,7 +80,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-triggers-actions-ui-types/action_group_types.ts", + "path": "src/platform/packages/shared/kbn-triggers-actions-ui-types/action_group_types.ts", "deprecated": false, "trackAdoption": false } @@ -112,7 +112,7 @@ }, ", \"id\" | \"name\" | \"recoveryActionGroup\" | \"actionGroups\" | \"defaultActionGroupId\" | \"producer\" | \"minimumLicenseRequired\" | \"defaultScheduleInterval\" | \"ruleTaskTimeout\" | \"doesSetRecoveryContext\">" ], - "path": "packages/kbn-triggers-actions-ui-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-triggers-actions-ui-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -126,7 +126,7 @@ "signature": [ "AsActionVariables<\"params\"> & Partial>" ], - "path": "packages/kbn-triggers-actions-ui-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-triggers-actions-ui-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -140,7 +140,7 @@ "signature": [ "{ [x: string]: { read: boolean; all: boolean; }; }" ], - "path": "packages/kbn-triggers-actions-ui-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-triggers-actions-ui-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -151,7 +151,7 @@ "tags": [], "label": "enabledInLicense", "description": [], - "path": "packages/kbn-triggers-actions-ui-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-triggers-actions-ui-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -165,7 +165,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-triggers-actions-ui-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-triggers-actions-ui-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -179,7 +179,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-triggers-actions-ui-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-triggers-actions-ui-types/rule_types.ts", "deprecated": false, "trackAdoption": false } @@ -199,7 +199,7 @@ "signature": [ "AsActionVariables<\"params\"> & Partial>" ], - "path": "packages/kbn-triggers-actions-ui-types/action_variable_types.ts", + "path": "src/platform/packages/shared/kbn-triggers-actions-ui-types/action_variable_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -214,7 +214,7 @@ "signature": [ "\"all\" | \"keepContext\"" ], - "path": "packages/kbn-triggers-actions-ui-types/action_group_types.ts", + "path": "src/platform/packages/shared/kbn-triggers-actions-ui-types/action_group_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -237,7 +237,7 @@ }, ">" ], - "path": "packages/kbn-triggers-actions-ui-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-triggers-actions-ui-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -254,7 +254,7 @@ "signature": [ "readonly [\"context\"]" ], - "path": "packages/kbn-triggers-actions-ui-types/action_variable_types.ts", + "path": "src/platform/packages/shared/kbn-triggers-actions-ui-types/action_variable_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -269,7 +269,7 @@ "signature": [ "readonly [\"context\", \"state\"]" ], - "path": "packages/kbn-triggers-actions-ui-types/action_variable_types.ts", + "path": "src/platform/packages/shared/kbn-triggers-actions-ui-types/action_variable_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -284,7 +284,7 @@ "signature": [ "readonly [\"params\"]" ], - "path": "packages/kbn-triggers-actions-ui-types/action_variable_types.ts", + "path": "src/platform/packages/shared/kbn-triggers-actions-ui-types/action_variable_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/licensing.devdocs.json b/api_docs/licensing.devdocs.json index 954110ba3ede9..96fbd7286263e 100644 --- a/api_docs/licensing.devdocs.json +++ b/api_docs/licensing.devdocs.json @@ -2188,11 +2188,11 @@ }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/plugin.ts" + "path": "x-pack/platform/plugins/shared/actions/server/plugin.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/plugin.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/plugin.ts" }, { "plugin": "aiops", @@ -2284,19 +2284,19 @@ }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/lib/license_state.test.ts" + "path": "x-pack/platform/plugins/shared/actions/server/lib/license_state.test.ts" }, { "plugin": "actions", - "path": "x-pack/plugins/actions/server/lib/license_state.test.ts" + "path": "x-pack/platform/plugins/shared/actions/server/lib/license_state.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/lib/license_state.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/lib/license_state.test.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/lib/license_state.test.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/lib/license_state.test.ts" } ] }, diff --git a/api_docs/management.devdocs.json b/api_docs/management.devdocs.json index 5e0f24e61dca5..af03838854b93 100644 --- a/api_docs/management.devdocs.json +++ b/api_docs/management.devdocs.json @@ -624,7 +624,7 @@ "references": [ { "plugin": "triggersActionsUi", - "path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts" + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts" } ] } diff --git a/api_docs/rule_registry.devdocs.json b/api_docs/rule_registry.devdocs.json index 17ebe064cea2a..600e5f01ad13c 100644 --- a/api_docs/rule_registry.devdocs.json +++ b/api_docs/rule_registry.devdocs.json @@ -19,7 +19,7 @@ "description": [ "\nProvides apis to interact with alerts as data\nensures the request is authorized to perform read / write actions\non alerts as data." ], - "path": "x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -33,7 +33,7 @@ "signature": [ "any" ], - "path": "x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -47,7 +47,7 @@ "signature": [ "ConstructorOptions" ], - "path": "x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -65,7 +65,7 @@ "signature": [ "({ alerts }: { alerts: MgetAndAuditAlert[]; }) => Promise" ], - "path": "x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -76,7 +76,7 @@ "tags": [], "label": "{ alerts }", "description": [], - "path": "x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -90,7 +90,7 @@ "signature": [ "MgetAndAuditAlert[]" ], - "path": "x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts", "deprecated": false, "trackAdoption": false } @@ -109,7 +109,7 @@ "signature": [ "({ id, index }: GetAlertParams) => Promise<{ _index: string; \"@timestamp\"?: string | undefined; \"kibana.alert.rule.rule_type_id\"?: string | undefined; \"kibana.alert.rule.consumer\"?: string | undefined; \"kibana.alert.instance.id\"?: string | undefined; \"kibana.alert.rule.category\"?: string | undefined; \"kibana.alert.rule.name\"?: string | undefined; \"kibana.alert.rule.producer\"?: string | undefined; \"kibana.alert.rule.revision\"?: number | undefined; \"kibana.alert.rule.uuid\"?: string | undefined; \"kibana.alert.status\"?: string | undefined; \"kibana.alert.uuid\"?: string | undefined; \"kibana.space_ids\"?: string[] | undefined; \"event.action\"?: string | undefined; tags?: string[] | undefined; \"kibana.alert.rule.execution.uuid\"?: string | undefined; \"event.kind\"?: string | undefined; \"event.original\"?: string | undefined; \"kibana.alert.action_group\"?: string | undefined; \"kibana.alert.case_ids\"?: string[] | undefined; \"kibana.alert.consecutive_matches\"?: number | undefined; \"kibana.alert.duration.us\"?: number | undefined; \"kibana.alert.end\"?: string | undefined; \"kibana.alert.flapping\"?: boolean | undefined; \"kibana.alert.flapping_history\"?: boolean[] | undefined; \"kibana.alert.intended_timestamp\"?: string | undefined; \"kibana.alert.last_detected\"?: string | undefined; \"kibana.alert.maintenance_window_ids\"?: string[] | undefined; \"kibana.alert.previous_action_group\"?: string | undefined; \"kibana.alert.reason\"?: string | undefined; \"kibana.alert.rule.execution.timestamp\"?: string | undefined; \"kibana.alert.rule.execution.type\"?: string | undefined; \"kibana.alert.rule.parameters\"?: { [key: string]: unknown; } | undefined; \"kibana.alert.rule.tags\"?: string[] | undefined; \"kibana.alert.severity_improving\"?: boolean | undefined; \"kibana.alert.start\"?: string | undefined; \"kibana.alert.time_range\"?: unknown; \"kibana.alert.url\"?: string | undefined; \"kibana.alert.workflow_assignee_ids\"?: string[] | undefined; \"kibana.alert.workflow_status\"?: string | undefined; \"kibana.alert.workflow_tags\"?: string[] | undefined; \"kibana.version\"?: string | undefined; \"ecs.version\"?: string | undefined; \"kibana.alert.risk_score\"?: number | undefined; \"kibana.alert.rule.author\"?: string | undefined; \"kibana.alert.rule.created_at\"?: string | undefined; \"kibana.alert.rule.created_by\"?: string | undefined; \"kibana.alert.rule.description\"?: string | undefined; \"kibana.alert.rule.enabled\"?: string | undefined; \"kibana.alert.rule.from\"?: string | undefined; \"kibana.alert.rule.interval\"?: string | undefined; \"kibana.alert.rule.license\"?: string | undefined; \"kibana.alert.rule.note\"?: string | undefined; \"kibana.alert.rule.references\"?: string[] | undefined; \"kibana.alert.rule.rule_id\"?: string | undefined; \"kibana.alert.rule.rule_name_override\"?: string | undefined; \"kibana.alert.rule.to\"?: string | undefined; \"kibana.alert.rule.type\"?: string | undefined; \"kibana.alert.rule.updated_at\"?: string | undefined; \"kibana.alert.rule.updated_by\"?: string | undefined; \"kibana.alert.rule.version\"?: string | undefined; \"kibana.alert.severity\"?: string | undefined; \"kibana.alert.suppression.docs_count\"?: number | undefined; \"kibana.alert.suppression.end\"?: string | undefined; \"kibana.alert.suppression.start\"?: string | undefined; \"kibana.alert.suppression.terms.field\"?: string[] | undefined; \"kibana.alert.suppression.terms.value\"?: string[] | undefined; \"kibana.alert.system_status\"?: string | undefined; \"kibana.alert.workflow_reason\"?: string | undefined; \"kibana.alert.workflow_status_updated_at\"?: string | undefined; \"kibana.alert.workflow_user\"?: string | undefined; }>" ], - "path": "x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -123,7 +123,7 @@ "signature": [ "GetAlertParams" ], - "path": "x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -149,7 +149,7 @@ "AggregationsDateHistogramBucket", ">; }>" ], - "path": "x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -163,7 +163,7 @@ "signature": [ "GetAlertSummaryParams" ], - "path": "x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -197,7 +197,7 @@ "ShardStatistics", "; forced_refresh?: boolean | undefined; }>" ], - "path": "x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -212,7 +212,7 @@ "UpdateOptions", "" ], - "path": "x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -244,7 +244,7 @@ "UpdateByQueryResponse", ">" ], - "path": "x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -259,7 +259,7 @@ "BulkUpdateOptions", "" ], - "path": "x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -283,7 +283,7 @@ "BulkResponse", ">" ], - "path": "x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -297,7 +297,7 @@ "signature": [ "BulkUpdateCasesOptions" ], - "path": "x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -317,7 +317,7 @@ "RemoveCaseIdFromAlertsOptions", ") => Promise" ], - "path": "x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -331,7 +331,7 @@ "signature": [ "RemoveCaseIdFromAlertsOptions" ], - "path": "x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -349,7 +349,7 @@ "signature": [ "({ caseIds }: { caseIds: string[]; }) => Promise" ], - "path": "x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -360,7 +360,7 @@ "tags": [], "label": "{ caseIds }", "description": [], - "path": "x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -374,7 +374,7 @@ "signature": [ "string[]" ], - "path": "x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts", "deprecated": false, "trackAdoption": false } @@ -417,7 +417,7 @@ }, "[]; }; readonly \"kibana.alert.rule.execution.timestamp\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.execution.type\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.parameters\": { readonly array: false; readonly type: \"flattened\"; readonly ignore_above: 4096; readonly required: false; }; readonly \"kibana.alert.rule.tags\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.severity_improving\": { readonly type: \"boolean\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.start\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.time_range\": { readonly type: \"date_range\"; readonly format: \"epoch_millis||strict_date_optional_time\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.url\": { readonly type: \"keyword\"; readonly array: false; readonly index: false; readonly required: false; readonly ignore_above: 2048; }; readonly \"kibana.alert.workflow_assignee_ids\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.workflow_status\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.workflow_tags\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.version\": { readonly type: \"version\"; readonly array: false; readonly required: false; }; }>>, TAggregations>>" ], - "path": "x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -428,7 +428,7 @@ "tags": [], "label": "{\n aggs,\n featureIds,\n index,\n query,\n search_after: searchAfter,\n size,\n sort,\n track_total_hits: trackTotalHits,\n _source,\n runtimeMappings,\n }", "description": [], - "path": "x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -442,7 +442,7 @@ "signature": [ "object | undefined" ], - "path": "x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts", "deprecated": false, "trackAdoption": false }, @@ -456,7 +456,7 @@ "signature": [ "string[] | undefined" ], - "path": "x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts", "deprecated": false, "trackAdoption": false }, @@ -470,7 +470,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts", "deprecated": false, "trackAdoption": false }, @@ -484,7 +484,7 @@ "signature": [ "object | undefined" ], - "path": "x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts", "deprecated": false, "trackAdoption": false }, @@ -498,7 +498,7 @@ "signature": [ "(string | number)[] | undefined" ], - "path": "x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts", "deprecated": false, "trackAdoption": false }, @@ -512,7 +512,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts", "deprecated": false, "trackAdoption": false }, @@ -527,7 +527,7 @@ "SortOptions", "[] | undefined" ], - "path": "x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts", "deprecated": false, "trackAdoption": false }, @@ -541,7 +541,7 @@ "signature": [ "number | boolean | undefined" ], - "path": "x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts", "deprecated": false, "trackAdoption": false }, @@ -555,7 +555,7 @@ "signature": [ "false | string[] | undefined" ], - "path": "x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts", "deprecated": false, "trackAdoption": false }, @@ -570,7 +570,7 @@ "MappingRuntimeFields", " | undefined" ], - "path": "x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts", "deprecated": false, "trackAdoption": false } @@ -607,7 +607,7 @@ "AggregationsMultiBucketAggregateBase", "<{ key: string; }>; }>>" ], - "path": "x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -618,7 +618,7 @@ "tags": [], "label": "{\n featureIds,\n groupByField,\n aggregations,\n filters,\n pageIndex,\n pageSize,\n sort = [{ unitsCount: { order: 'desc' } }],\n }", "description": [], - "path": "x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -634,7 +634,7 @@ "signature": [ "string[]" ], - "path": "x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts", "deprecated": false, "trackAdoption": false }, @@ -647,7 +647,7 @@ "description": [ "\nThe field to group by" ], - "path": "x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts", "deprecated": false, "trackAdoption": false }, @@ -663,7 +663,7 @@ "signature": [ "{ [x: string]: { avg?: { field?: string | undefined; missing?: string | number | boolean | undefined; } | undefined; cardinality?: { field?: string | undefined; precision_threshold?: number | undefined; rehash?: boolean | undefined; missing?: string | number | boolean | undefined; } | undefined; min?: { field?: string | undefined; missing?: string | number | boolean | undefined; format?: string | undefined; } | undefined; max?: { field?: string | undefined; missing?: string | number | boolean | undefined; format?: string | undefined; } | undefined; sum?: { field?: string | undefined; missing?: string | number | boolean | undefined; } | undefined; top_hits?: { explain?: boolean | undefined; docvalue_fields?: string | string[] | undefined; stored_fields?: string | string[] | undefined; from?: number | undefined; size?: number | undefined; sort?: string | { [x: string]: \"asc\" | \"desc\" | \"_doc\" | { missing?: string | number | boolean | undefined; mode?: \"min\" | \"max\" | \"sum\" | \"avg\" | \"median\" | undefined; order?: \"asc\" | \"desc\" | \"_doc\" | undefined; }; } | (string | { [x: string]: \"asc\" | \"desc\" | \"_doc\" | { missing?: string | number | boolean | undefined; mode?: \"min\" | \"max\" | \"sum\" | \"avg\" | \"median\" | undefined; order?: \"asc\" | \"desc\" | \"_doc\" | undefined; }; })[] | undefined; seq_no_primary_term?: boolean | undefined; version?: boolean | undefined; track_scores?: boolean | undefined; highlight?: any; _source?: string | boolean | string[] | undefined; } | undefined; weighted_avg?: { format?: string | undefined; value_type?: string | undefined; value?: { field?: string | undefined; missing?: number | undefined; } | undefined; weight?: { field?: string | undefined; missing?: number | undefined; } | undefined; } | undefined; } & BucketAggsSchemas & { aggs?: { [x: string]: BucketAggsSchemas & { avg?: { field?: string | undefined; missing?: string | number | boolean | undefined; } | undefined; cardinality?: { field?: string | undefined; precision_threshold?: number | undefined; rehash?: boolean | undefined; missing?: string | number | boolean | undefined; } | undefined; min?: { field?: string | undefined; missing?: string | number | boolean | undefined; format?: string | undefined; } | undefined; max?: { field?: string | undefined; missing?: string | number | boolean | undefined; format?: string | undefined; } | undefined; sum?: { field?: string | undefined; missing?: string | number | boolean | undefined; } | undefined; top_hits?: { explain?: boolean | undefined; docvalue_fields?: string | string[] | undefined; stored_fields?: string | string[] | undefined; from?: number | undefined; size?: number | undefined; sort?: string | { [x: string]: \"asc\" | \"desc\" | \"_doc\" | { missing?: string | number | boolean | undefined; mode?: \"min\" | \"max\" | \"sum\" | \"avg\" | \"median\" | undefined; order?: \"asc\" | \"desc\" | \"_doc\" | undefined; }; } | (string | { [x: string]: \"asc\" | \"desc\" | \"_doc\" | { missing?: string | number | boolean | undefined; mode?: \"min\" | \"max\" | \"sum\" | \"avg\" | \"median\" | undefined; order?: \"asc\" | \"desc\" | \"_doc\" | undefined; }; })[] | undefined; seq_no_primary_term?: boolean | undefined; version?: boolean | undefined; track_scores?: boolean | undefined; highlight?: any; _source?: string | boolean | string[] | undefined; } | undefined; weighted_avg?: { format?: string | undefined; value_type?: string | undefined; value?: { field?: string | undefined; missing?: number | undefined; } | undefined; weight?: { field?: string | undefined; missing?: number | undefined; } | undefined; } | undefined; }; } | undefined; aggregations?: { [x: string]: BucketAggsSchemas & { avg?: { field?: string | undefined; missing?: string | number | boolean | undefined; } | undefined; cardinality?: { field?: string | undefined; precision_threshold?: number | undefined; rehash?: boolean | undefined; missing?: string | number | boolean | undefined; } | undefined; min?: { field?: string | undefined; missing?: string | number | boolean | undefined; format?: string | undefined; } | undefined; max?: { field?: string | undefined; missing?: string | number | boolean | undefined; format?: string | undefined; } | undefined; sum?: { field?: string | undefined; missing?: string | number | boolean | undefined; } | undefined; top_hits?: { explain?: boolean | undefined; docvalue_fields?: string | string[] | undefined; stored_fields?: string | string[] | undefined; from?: number | undefined; size?: number | undefined; sort?: string | { [x: string]: \"asc\" | \"desc\" | \"_doc\" | { missing?: string | number | boolean | undefined; mode?: \"min\" | \"max\" | \"sum\" | \"avg\" | \"median\" | undefined; order?: \"asc\" | \"desc\" | \"_doc\" | undefined; }; } | (string | { [x: string]: \"asc\" | \"desc\" | \"_doc\" | { missing?: string | number | boolean | undefined; mode?: \"min\" | \"max\" | \"sum\" | \"avg\" | \"median\" | undefined; order?: \"asc\" | \"desc\" | \"_doc\" | undefined; }; })[] | undefined; seq_no_primary_term?: boolean | undefined; version?: boolean | undefined; track_scores?: boolean | undefined; highlight?: any; _source?: string | boolean | string[] | undefined; } | undefined; weighted_avg?: { format?: string | undefined; value_type?: string | undefined; value?: { field?: string | undefined; missing?: number | undefined; } | undefined; weight?: { field?: string | undefined; missing?: number | undefined; } | undefined; } | undefined; }; } | undefined; }; } | undefined" ], - "path": "x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts", "deprecated": false, "trackAdoption": false }, @@ -680,7 +680,7 @@ "QueryDslQueryContainer", "[] | undefined" ], - "path": "x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts", "deprecated": false, "trackAdoption": false }, @@ -697,7 +697,7 @@ "SortCombinations", "[] | undefined" ], - "path": "x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts", "deprecated": false, "trackAdoption": false }, @@ -710,7 +710,7 @@ "description": [ "\nThe page index to start from" ], - "path": "x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts", "deprecated": false, "trackAdoption": false }, @@ -723,7 +723,7 @@ "description": [ "\nThe page size" ], - "path": "x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts", "deprecated": false, "trackAdoption": false } @@ -742,7 +742,7 @@ "signature": [ "(featureIds: string[]) => Promise" ], - "path": "x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -756,7 +756,7 @@ "signature": [ "string[]" ], - "path": "x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -774,7 +774,7 @@ "signature": [ "(RegistrationContexts: string[]) => Promise" ], - "path": "x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -788,7 +788,7 @@ "signature": [ "string[]" ], - "path": "x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -822,7 +822,7 @@ }, "[]; }>" ], - "path": "x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -833,7 +833,7 @@ "tags": [], "label": "{\n featureIds,\n indices,\n metaFields,\n allowNoIndex,\n }", "description": [], - "path": "x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -847,7 +847,7 @@ "signature": [ "string[]" ], - "path": "x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts", "deprecated": false, "trackAdoption": false }, @@ -861,7 +861,7 @@ "signature": [ "string[]" ], - "path": "x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts", "deprecated": false, "trackAdoption": false }, @@ -875,7 +875,7 @@ "signature": [ "string[]" ], - "path": "x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts", "deprecated": false, "trackAdoption": false }, @@ -886,7 +886,7 @@ "tags": [], "label": "allowNoIndex", "description": [], - "path": "x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts", "deprecated": false, "trackAdoption": false } @@ -913,7 +913,7 @@ }, "[]>" ], - "path": "x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -924,7 +924,7 @@ "tags": [], "label": "{ ruleTypeId }", "description": [], - "path": "x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -935,7 +935,7 @@ "tags": [], "label": "ruleTypeId", "description": [], - "path": "x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts", "deprecated": false, "trackAdoption": false } @@ -971,7 +971,7 @@ "text": "IRuleDataClient" } ], - "path": "x-pack/plugins/rule_registry/server/rule_data_client/rule_data_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_client/rule_data_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -985,7 +985,7 @@ "signature": [ "any" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_client/rule_data_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_client/rule_data_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1005,7 +1005,7 @@ "text": "RuleDataClientConstructorOptions" } ], - "path": "x-pack/plugins/rule_registry/server/rule_data_client/rule_data_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_client/rule_data_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1020,7 +1020,7 @@ "tags": [], "label": "indexName", "description": [], - "path": "x-pack/plugins/rule_registry/server/rule_data_client/rule_data_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_client/rule_data_client.ts", "deprecated": false, "trackAdoption": false }, @@ -1031,7 +1031,7 @@ "tags": [], "label": "kibanaVersion", "description": [], - "path": "x-pack/plugins/rule_registry/server/rule_data_client/rule_data_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_client/rule_data_client.ts", "deprecated": false, "trackAdoption": false }, @@ -1045,7 +1045,7 @@ "signature": [ "(namespace: string) => string" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_client/rule_data_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_client/rule_data_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1059,7 +1059,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_client/rule_data_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_client/rule_data_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1077,7 +1077,7 @@ "signature": [ "() => boolean" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_client/rule_data_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_client/rule_data_client.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1093,7 +1093,7 @@ "signature": [ "() => boolean" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_client/rule_data_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_client/rule_data_client.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1116,7 +1116,7 @@ "text": "IRuleDataReader" } ], - "path": "x-pack/plugins/rule_registry/server/rule_data_client/rule_data_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_client/rule_data_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1127,7 +1127,7 @@ "tags": [], "label": "options", "description": [], - "path": "x-pack/plugins/rule_registry/server/rule_data_client/rule_data_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_client/rule_data_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1141,7 +1141,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_client/rule_data_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_client/rule_data_client.ts", "deprecated": false, "trackAdoption": false } @@ -1168,7 +1168,7 @@ }, ">" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_client/rule_data_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_client/rule_data_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1179,7 +1179,7 @@ "tags": [], "label": "options", "description": [], - "path": "x-pack/plugins/rule_registry/server/rule_data_client/rule_data_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_client/rule_data_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1193,7 +1193,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_client/rule_data_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_client/rule_data_client.ts", "deprecated": false, "trackAdoption": false } @@ -1229,7 +1229,7 @@ "text": "IRuleDataService" } ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1243,7 +1243,7 @@ "signature": [ "any" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1257,7 +1257,7 @@ "signature": [ "ConstructorOptions" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1275,7 +1275,7 @@ "signature": [ "() => string" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1291,7 +1291,7 @@ "signature": [ "(relativeName: string) => string" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1305,7 +1305,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1323,7 +1323,7 @@ "signature": [ "(registrationContext: string) => boolean" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1337,7 +1337,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1355,7 +1355,7 @@ "signature": [ "(registrationContext: string) => boolean" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1369,7 +1369,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1389,7 +1389,7 @@ "signature": [ "() => boolean" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1407,7 +1407,7 @@ "signature": [ "() => void" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1438,7 +1438,7 @@ "text": "IRuleDataClient" } ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1458,7 +1458,7 @@ "text": "IndexOptions" } ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1486,7 +1486,7 @@ "IndexInfo", " | null" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1500,7 +1500,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1521,7 +1521,7 @@ "text": "Dataset" } ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1539,7 +1539,7 @@ "signature": [ "(registrationContexts: string[]) => string[]" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1553,7 +1553,7 @@ "signature": [ "string[]" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1589,7 +1589,7 @@ "IndexInfo", " | null" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1609,7 +1609,7 @@ "text": "AlertConsumers" } ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1630,7 +1630,7 @@ "text": "Dataset" } ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1658,7 +1658,7 @@ }, " extends Error" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/errors.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1672,7 +1672,7 @@ "signature": [ "any" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/errors.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1683,7 +1683,7 @@ "tags": [], "label": "{\n reason,\n registrationContext,\n message,\n }", "description": [], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/errors.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1697,7 +1697,7 @@ "signature": [ "\"config\" | \"error\"" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/errors.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/errors.ts", "deprecated": false, "trackAdoption": false }, @@ -1711,7 +1711,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/errors.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/errors.ts", "deprecated": false, "trackAdoption": false }, @@ -1725,7 +1725,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/errors.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/errors.ts", "deprecated": false, "trackAdoption": false } @@ -1754,7 +1754,7 @@ }, " extends Error" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/errors.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1768,7 +1768,7 @@ "signature": [ "any" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/errors.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1782,7 +1782,7 @@ "signature": [ "\"namespace\" | \"index\"" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/errors.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1797,7 +1797,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/errors.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1812,7 +1812,7 @@ "signature": [ "string | Error" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/errors.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1850,7 +1850,7 @@ "text": "AuditEvent" } ], - "path": "x-pack/plugins/rule_registry/server/alert_data_client/audit_events.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/audit_events.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1870,7 +1870,7 @@ "text": "AlertAuditEventParams" } ], - "path": "x-pack/plugins/rule_registry/server/alert_data_client/audit_events.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/audit_events.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2013,7 +2013,7 @@ "GetViewInAppRelativeUrlFn", " | undefined; fieldsForAAD?: string[] | undefined; }" ], - "path": "x-pack/plugins/rule_registry/server/utils/create_persistence_rule_type_wrapper.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/utils/create_persistence_rule_type_wrapper.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2043,7 +2043,7 @@ }, "; formatAlert?: ((alert: unknown) => unknown) | undefined; }" ], - "path": "x-pack/plugins/rule_registry/server/utils/create_persistence_rule_type_wrapper.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/utils/create_persistence_rule_type_wrapper.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2061,7 +2061,7 @@ "tags": [], "label": "AlertAuditEventParams", "description": [], - "path": "x-pack/plugins/rule_registry/server/alert_data_client/audit_events.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/audit_events.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2081,7 +2081,7 @@ "text": "AlertAuditAction" } ], - "path": "x-pack/plugins/rule_registry/server/alert_data_client/audit_events.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/audit_events.ts", "deprecated": false, "trackAdoption": false }, @@ -2095,7 +2095,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/rule_registry/server/alert_data_client/audit_events.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/audit_events.ts", "deprecated": false, "trackAdoption": false }, @@ -2109,7 +2109,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/rule_registry/server/alert_data_client/audit_events.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/audit_events.ts", "deprecated": false, "trackAdoption": false }, @@ -2123,7 +2123,7 @@ "signature": [ "Error | undefined" ], - "path": "x-pack/plugins/rule_registry/server/alert_data_client/audit_events.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/audit_events.ts", "deprecated": false, "trackAdoption": false } @@ -2139,7 +2139,7 @@ "description": [ "\nWhen initializing an index, a plugin/solution can break mappings and settings\ndown into several component templates. Some of their properties can be\ndefined by the plugin/solution via these options.\n\nhttps://www.elastic.co/guide/en/elasticsearch/reference/current/indices-component-template.html" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/index_options.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/index_options.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2150,7 +2150,7 @@ "tags": [], "label": "name", "description": [], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/index_options.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/index_options.ts", "deprecated": false, "trackAdoption": false }, @@ -2165,7 +2165,7 @@ "MappingTypeMapping", " | undefined" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/index_options.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/index_options.ts", "deprecated": false, "trackAdoption": false }, @@ -2180,7 +2180,7 @@ "IndicesIndexSettings", " | undefined" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/index_options.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/index_options.ts", "deprecated": false, "trackAdoption": false }, @@ -2195,7 +2195,7 @@ "Metadata", " | undefined" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/index_options.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/index_options.ts", "deprecated": false, "trackAdoption": false } @@ -2211,7 +2211,7 @@ "description": [ "\nOptions that a plugin/solution provides to rule_registry in order to\ndefine and initialize an index for alerts-as-data.\n\nIMPORTANT: All names provided in these options are relative. For example:\n- component template refs will be 'ecs-mappings', not '.alerts-ecs-mappings'\n- component template names will be 'mappings', not '.alerts-security.alerts-mappings'\n- etc" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/index_options.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/index_options.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2227,7 +2227,7 @@ "signature": [ "\"ml\" | \"monitoring\" | \"uptime\" | \"siem\" | \"observability\" | \"stackAlerts\" | \"apm\" | \"logs\" | \"infrastructure\" | \"slo\" | \"AlertingExample\"" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/index_options.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/index_options.ts", "deprecated": false, "trackAdoption": false }, @@ -2240,7 +2240,7 @@ "description": [ "\nRegistration context which defines a solution or an app within a solution." ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/index_options.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/index_options.ts", "deprecated": false, "trackAdoption": false }, @@ -2262,7 +2262,7 @@ "text": "Dataset" } ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/index_options.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/index_options.ts", "deprecated": false, "trackAdoption": false }, @@ -2278,7 +2278,7 @@ "signature": [ "string[]" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/index_options.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/index_options.ts", "deprecated": false, "trackAdoption": false }, @@ -2301,7 +2301,7 @@ }, "[]" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/index_options.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/index_options.ts", "deprecated": false, "trackAdoption": false }, @@ -2324,7 +2324,7 @@ }, " | undefined" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/index_options.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/index_options.ts", "deprecated": false, "trackAdoption": false }, @@ -2347,7 +2347,7 @@ }, " | undefined" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/index_options.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/index_options.ts", "deprecated": false, "trackAdoption": false }, @@ -2363,7 +2363,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/index_options.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/index_options.ts", "deprecated": false, "trackAdoption": false }, @@ -2379,7 +2379,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/index_options.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/index_options.ts", "deprecated": false, "trackAdoption": false } @@ -2395,7 +2395,7 @@ "description": [ "\nWhen initializing an index, a plugin/solution can provide some optional\nproperties which will be included into the index template.\n\nNote that:\n- each index namespace will get its own index template\n- the template will be created by the library\n- most of its properties will be set by the library\n- you can inject some of them via these options\n\nhttps://www.elastic.co/guide/en/elasticsearch/reference/current/indices-put-template.html\nhttps://www.elastic.co/guide/en/elasticsearch/reference/current/index-templates.html" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/index_options.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/index_options.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2410,7 +2410,7 @@ "Metadata", " | undefined" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/index_options.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/index_options.ts", "deprecated": false, "trackAdoption": false } @@ -2424,7 +2424,7 @@ "tags": [], "label": "IRuleDataClient", "description": [], - "path": "x-pack/plugins/rule_registry/server/rule_data_client/types.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_client/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2435,7 +2435,7 @@ "tags": [], "label": "indexName", "description": [], - "path": "x-pack/plugins/rule_registry/server/rule_data_client/types.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_client/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2449,7 +2449,7 @@ "signature": [ "(namespace: string) => string" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_client/types.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_client/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2463,7 +2463,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_client/types.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_client/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2478,7 +2478,7 @@ "tags": [], "label": "kibanaVersion", "description": [], - "path": "x-pack/plugins/rule_registry/server/rule_data_client/types.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_client/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2492,7 +2492,7 @@ "signature": [ "() => boolean" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_client/types.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_client/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2508,7 +2508,7 @@ "signature": [ "() => boolean" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_client/types.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_client/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2531,7 +2531,7 @@ "text": "IRuleDataReader" } ], - "path": "x-pack/plugins/rule_registry/server/rule_data_client/types.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_client/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2542,7 +2542,7 @@ "tags": [], "label": "options", "description": [], - "path": "x-pack/plugins/rule_registry/server/rule_data_client/types.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_client/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2556,7 +2556,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_client/types.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_client/types.ts", "deprecated": false, "trackAdoption": false } @@ -2583,7 +2583,7 @@ }, ">" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_client/types.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_client/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2594,7 +2594,7 @@ "tags": [], "label": "options", "description": [], - "path": "x-pack/plugins/rule_registry/server/rule_data_client/types.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_client/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2608,7 +2608,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_client/types.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_client/types.ts", "deprecated": false, "trackAdoption": false } @@ -2627,7 +2627,7 @@ "tags": [], "label": "IRuleDataReader", "description": [], - "path": "x-pack/plugins/rule_registry/server/rule_data_client/types.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_client/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2659,7 +2659,7 @@ }, ">" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_client/types.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_client/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2673,7 +2673,7 @@ "signature": [ "TSearchRequest" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_client/types.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_client/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2699,7 +2699,7 @@ }, "[]; }>" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_client/types.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_client/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2713,7 +2713,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_client/types.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_client/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -2733,7 +2733,7 @@ "description": [ "\nA service for creating and using Elasticsearch indices for alerts-as-data." ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2749,7 +2749,7 @@ "signature": [ "() => string" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2767,7 +2767,7 @@ "signature": [ "(relativeName: string) => string" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2781,7 +2781,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2803,7 +2803,7 @@ "signature": [ "(registrationContext: string) => boolean" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2817,7 +2817,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2837,7 +2837,7 @@ "signature": [ "() => boolean" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2855,7 +2855,7 @@ "signature": [ "() => void" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2888,7 +2888,7 @@ "text": "IRuleDataClient" } ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2910,7 +2910,7 @@ "text": "IndexOptions" } ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2942,7 +2942,7 @@ "IndexInfo", " | null" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2956,7 +2956,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2977,7 +2977,7 @@ "text": "Dataset" } ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3015,7 +3015,7 @@ "IndexInfo", " | null" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3035,7 +3035,7 @@ "text": "AlertConsumers" } ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3056,7 +3056,7 @@ "text": "Dataset" } ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3076,7 +3076,7 @@ "signature": [ "(registrationContexts: string[]) => string[]" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3090,7 +3090,7 @@ "signature": [ "string[]" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3108,7 +3108,7 @@ "tags": [], "label": "IRuleDataWriter", "description": [], - "path": "x-pack/plugins/rule_registry/server/rule_data_client/types.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_client/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3128,7 +3128,7 @@ "BulkResponse", ", unknown> | undefined>" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_client/types.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_client/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3143,7 +3143,7 @@ "BulkRequest", "" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_client/types.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_client/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3171,7 +3171,7 @@ }, "" ], - "path": "x-pack/plugins/rule_registry/server/utils/persistence_types.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/utils/persistence_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3189,7 +3189,7 @@ "RevisionField880", " & { _id: string; _index: string; })[]" ], - "path": "x-pack/plugins/rule_registry/server/utils/persistence_types.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/utils/persistence_types.ts", "deprecated": false, "trackAdoption": false }, @@ -3203,7 +3203,7 @@ "signature": [ "{ [x: string]: { count: number; statusCode: number; }; }" ], - "path": "x-pack/plugins/rule_registry/server/utils/persistence_types.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/utils/persistence_types.ts", "deprecated": false, "trackAdoption": false }, @@ -3214,7 +3214,7 @@ "tags": [], "label": "alertsWereTruncated", "description": [], - "path": "x-pack/plugins/rule_registry/server/utils/persistence_types.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/utils/persistence_types.ts", "deprecated": false, "trackAdoption": false } @@ -3228,7 +3228,7 @@ "tags": [], "label": "PersistenceServices", "description": [], - "path": "x-pack/plugins/rule_registry/server/utils/persistence_types.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/utils/persistence_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3250,7 +3250,7 @@ }, ">" ], - "path": "x-pack/plugins/rule_registry/server/utils/persistence_types.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/utils/persistence_types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -3265,7 +3265,7 @@ "signature": [ "{ _id: string; _source: T; }[]" ], - "path": "x-pack/plugins/rule_registry/server/utils/persistence_types.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/utils/persistence_types.ts", "deprecated": false, "trackAdoption": false }, @@ -3279,7 +3279,7 @@ "signature": [ "boolean | \"wait_for\"" ], - "path": "x-pack/plugins/rule_registry/server/utils/persistence_types.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/utils/persistence_types.ts", "deprecated": false, "trackAdoption": false }, @@ -3293,7 +3293,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/plugins/rule_registry/server/utils/persistence_types.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/utils/persistence_types.ts", "deprecated": false, "trackAdoption": false }, @@ -3307,7 +3307,7 @@ "signature": [ "((alerts: { _id: string; _source: T; }[], params: { spaceId: string; }) => Promise<{ _id: string; _source: T; }[]>) | undefined" ], - "path": "x-pack/plugins/rule_registry/server/utils/persistence_types.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/utils/persistence_types.ts", "deprecated": false, "trackAdoption": false } @@ -3333,7 +3333,7 @@ }, ">" ], - "path": "x-pack/plugins/rule_registry/server/utils/persistence_types.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/utils/persistence_types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -3348,7 +3348,7 @@ "signature": [ "{ _id: string; _source: T; }[]" ], - "path": "x-pack/plugins/rule_registry/server/utils/persistence_types.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/utils/persistence_types.ts", "deprecated": false, "trackAdoption": false }, @@ -3359,7 +3359,7 @@ "tags": [], "label": "suppressionWindow", "description": [], - "path": "x-pack/plugins/rule_registry/server/utils/persistence_types.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/utils/persistence_types.ts", "deprecated": false, "trackAdoption": false }, @@ -3373,7 +3373,7 @@ "signature": [ "((alerts: { _id: string; _source: T; }[], params: { spaceId: string; }) => Promise<{ _id: string; _source: T; }[]>) | undefined" ], - "path": "x-pack/plugins/rule_registry/server/utils/persistence_types.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/utils/persistence_types.ts", "deprecated": false, "trackAdoption": false }, @@ -3387,7 +3387,7 @@ "signature": [ "Date | undefined" ], - "path": "x-pack/plugins/rule_registry/server/utils/persistence_types.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/utils/persistence_types.ts", "deprecated": false, "trackAdoption": false }, @@ -3401,7 +3401,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/plugins/rule_registry/server/utils/persistence_types.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/utils/persistence_types.ts", "deprecated": false, "trackAdoption": false }, @@ -3415,7 +3415,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/plugins/rule_registry/server/utils/persistence_types.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/utils/persistence_types.ts", "deprecated": false, "trackAdoption": false } @@ -3431,7 +3431,7 @@ "tags": [], "label": "RacApiRequestHandlerContext", "description": [], - "path": "x-pack/plugins/rule_registry/server/types.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3453,7 +3453,7 @@ }, ">" ], - "path": "x-pack/plugins/rule_registry/server/types.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -3469,7 +3469,7 @@ "tags": [], "label": "RuleDataClientConstructorOptions", "description": [], - "path": "x-pack/plugins/rule_registry/server/rule_data_client/rule_data_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_client/rule_data_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3483,7 +3483,7 @@ "signature": [ "IndexInfo" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_client/rule_data_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_client/rule_data_client.ts", "deprecated": false, "trackAdoption": false }, @@ -3501,7 +3501,7 @@ "IndexInfo", ", namespace: string) => Promise; }" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_client/rule_data_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_client/rule_data_client.ts", "deprecated": false, "trackAdoption": false }, @@ -3512,7 +3512,7 @@ "tags": [], "label": "isWriteEnabled", "description": [], - "path": "x-pack/plugins/rule_registry/server/rule_data_client/rule_data_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_client/rule_data_client.ts", "deprecated": false, "trackAdoption": false }, @@ -3523,7 +3523,7 @@ "tags": [], "label": "isWriterCacheEnabled", "description": [], - "path": "x-pack/plugins/rule_registry/server/rule_data_client/rule_data_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_client/rule_data_client.ts", "deprecated": false, "trackAdoption": false }, @@ -3545,7 +3545,7 @@ }, ">" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_client/rule_data_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_client/rule_data_client.ts", "deprecated": false, "trackAdoption": false }, @@ -3567,7 +3567,7 @@ }, ">" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_client/rule_data_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_client/rule_data_client.ts", "deprecated": false, "trackAdoption": false }, @@ -3587,7 +3587,7 @@ "text": "Logger" } ], - "path": "x-pack/plugins/rule_registry/server/rule_data_client/rule_data_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_client/rule_data_client.ts", "deprecated": false, "trackAdoption": false }, @@ -3598,7 +3598,7 @@ "tags": [], "label": "isUsingDataStreams", "description": [], - "path": "x-pack/plugins/rule_registry/server/rule_data_client/rule_data_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_client/rule_data_client.ts", "deprecated": false, "trackAdoption": false } @@ -3630,7 +3630,7 @@ }, "" ], - "path": "x-pack/plugins/rule_registry/server/utils/persistence_types.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/utils/persistence_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3644,7 +3644,7 @@ "signature": [ "{ _id: string; _source: T; }[]" ], - "path": "x-pack/plugins/rule_registry/server/utils/persistence_types.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/utils/persistence_types.ts", "deprecated": false, "trackAdoption": false } @@ -3660,7 +3660,7 @@ "tags": [], "label": "AlertAuditAction", "description": [], - "path": "x-pack/plugins/rule_registry/server/alert_data_client/audit_events.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/audit_events.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3674,7 +3674,7 @@ "description": [ "\nDataset suffix restricted to a few values. All alerts-as-data indices\nare designed to contain only documents of these \"kinds\"." ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/index_options.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/index_options.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3701,7 +3701,7 @@ "AlertTypeExecutor", "; }" ], - "path": "x-pack/plugins/rule_registry/server/types.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3764,7 +3764,7 @@ }, ", { [x: string]: unknown; }, \"default\", never, never>" ], - "path": "x-pack/plugins/rule_registry/server/utils/persistence_types.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/utils/persistence_types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -3795,7 +3795,7 @@ }, "; formatAlert?: ((alert: unknown) => unknown) | undefined; }" ], - "path": "x-pack/plugins/rule_registry/server/utils/persistence_types.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/utils/persistence_types.ts", "deprecated": false, "trackAdoption": false } @@ -3818,7 +3818,7 @@ "IlmPhases", "; }" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/index_options.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/index_options.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3833,7 +3833,7 @@ "signature": [ "\".alerts\"" ], - "path": "x-pack/plugins/rule_registry/server/config.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/config.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3848,7 +3848,7 @@ "signature": [ "MappingTypeMapping" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/index_options.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/index_options.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3863,7 +3863,7 @@ "signature": [ "{ [x: string]: any; }" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/index_options.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/index_options.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3886,7 +3886,7 @@ }, ">" ], - "path": "x-pack/plugins/rule_registry/server/utils/persistence_types.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/utils/persistence_types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -3901,7 +3901,7 @@ "signature": [ "{ _id: string; _source: T; }[]" ], - "path": "x-pack/plugins/rule_registry/server/utils/persistence_types.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/utils/persistence_types.ts", "deprecated": false, "trackAdoption": false }, @@ -3915,7 +3915,7 @@ "signature": [ "boolean | \"wait_for\"" ], - "path": "x-pack/plugins/rule_registry/server/utils/persistence_types.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/utils/persistence_types.ts", "deprecated": false, "trackAdoption": false }, @@ -3929,7 +3929,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/plugins/rule_registry/server/utils/persistence_types.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/utils/persistence_types.ts", "deprecated": false, "trackAdoption": false }, @@ -3943,7 +3943,7 @@ "signature": [ "((alerts: { _id: string; _source: T; }[], params: { spaceId: string; }) => Promise<{ _id: string; _source: T; }[]>) | undefined" ], - "path": "x-pack/plugins/rule_registry/server/utils/persistence_types.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/utils/persistence_types.ts", "deprecated": false, "trackAdoption": false } @@ -3992,7 +3992,7 @@ }, "; }) => Promise<{ state: TState; }>; }" ], - "path": "x-pack/plugins/rule_registry/server/utils/persistence_types.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/utils/persistence_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4013,7 +4013,7 @@ "text": "IRuleDataService" } ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4028,7 +4028,7 @@ "signature": [ "any" ], - "path": "x-pack/plugins/rule_registry/server/config.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/config.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4044,7 +4044,7 @@ "IndicesIndexSettingsKeys", " & { [property: string]: any; }" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/index_options.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/index_options.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4069,7 +4069,7 @@ }, ">" ], - "path": "x-pack/plugins/rule_registry/server/utils/persistence_types.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/utils/persistence_types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -4084,7 +4084,7 @@ "signature": [ "{ _id: string; _source: T; }[]" ], - "path": "x-pack/plugins/rule_registry/server/utils/persistence_types.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/utils/persistence_types.ts", "deprecated": false, "trackAdoption": false }, @@ -4095,7 +4095,7 @@ "tags": [], "label": "suppressionWindow", "description": [], - "path": "x-pack/plugins/rule_registry/server/utils/persistence_types.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/utils/persistence_types.ts", "deprecated": false, "trackAdoption": false }, @@ -4109,7 +4109,7 @@ "signature": [ "((alerts: { _id: string; _source: T; }[], params: { spaceId: string; }) => Promise<{ _id: string; _source: T; }[]>) | undefined" ], - "path": "x-pack/plugins/rule_registry/server/utils/persistence_types.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/utils/persistence_types.ts", "deprecated": false, "trackAdoption": false }, @@ -4123,7 +4123,7 @@ "signature": [ "Date | undefined" ], - "path": "x-pack/plugins/rule_registry/server/utils/persistence_types.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/utils/persistence_types.ts", "deprecated": false, "trackAdoption": false }, @@ -4137,7 +4137,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/plugins/rule_registry/server/utils/persistence_types.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/utils/persistence_types.ts", "deprecated": false, "trackAdoption": false }, @@ -4151,7 +4151,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/plugins/rule_registry/server/utils/persistence_types.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/utils/persistence_types.ts", "deprecated": false, "trackAdoption": false } @@ -4168,7 +4168,7 @@ "signature": [ "number" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_plugin_service/index_options.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/index_options.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4194,7 +4194,7 @@ }, ">" ], - "path": "x-pack/plugins/rule_registry/server/rule_data_client/rule_data_client.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_client/rule_data_client.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4208,7 +4208,7 @@ "tags": [], "label": "operationAlertAuditActionMap", "description": [], - "path": "x-pack/plugins/rule_registry/server/alert_data_client/audit_events.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/audit_events.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4228,7 +4228,7 @@ "text": "AlertAuditAction" } ], - "path": "x-pack/plugins/rule_registry/server/alert_data_client/audit_events.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/audit_events.ts", "deprecated": false, "trackAdoption": false }, @@ -4248,7 +4248,7 @@ "text": "AlertAuditAction" } ], - "path": "x-pack/plugins/rule_registry/server/alert_data_client/audit_events.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/audit_events.ts", "deprecated": false, "trackAdoption": false }, @@ -4268,7 +4268,7 @@ "text": "AlertAuditAction" } ], - "path": "x-pack/plugins/rule_registry/server/alert_data_client/audit_events.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/audit_events.ts", "deprecated": false, "trackAdoption": false } @@ -4283,7 +4283,7 @@ "tags": [], "label": "RuleRegistryPluginSetupContract", "description": [], - "path": "x-pack/plugins/rule_registry/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4303,7 +4303,7 @@ "text": "IRuleDataService" } ], - "path": "x-pack/plugins/rule_registry/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -4324,7 +4324,7 @@ "text": "Dataset" } ], - "path": "x-pack/plugins/rule_registry/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/plugin.ts", "deprecated": false, "trackAdoption": false } @@ -4339,7 +4339,7 @@ "tags": [], "label": "RuleRegistryPluginStartContract", "description": [], - "path": "x-pack/plugins/rule_registry/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4369,7 +4369,7 @@ }, ">" ], - "path": "x-pack/plugins/rule_registry/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4390,7 +4390,7 @@ }, "" ], - "path": "x-pack/plugins/rule_registry/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4414,7 +4414,7 @@ "text": "PluginStartContract" } ], - "path": "x-pack/plugins/rule_registry/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/server/plugin.ts", "deprecated": false, "trackAdoption": false } @@ -4444,7 +4444,7 @@ }, "[]; }; readonly \"kibana.alert.rule.execution.timestamp\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.execution.type\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.parameters\": { readonly array: false; readonly type: \"flattened\"; readonly ignore_above: 4096; readonly required: false; }; readonly \"kibana.alert.rule.tags\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.severity_improving\": { readonly type: \"boolean\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.start\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.time_range\": { readonly type: \"date_range\"; readonly format: \"epoch_millis||strict_date_optional_time\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.url\": { readonly type: \"keyword\"; readonly array: false; readonly index: false; readonly required: false; readonly ignore_above: 2048; }; readonly \"kibana.alert.workflow_assignee_ids\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.workflow_status\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.workflow_tags\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.version\": { readonly type: \"version\"; readonly array: false; readonly required: false; }; }>>" ], - "path": "x-pack/plugins/rule_registry/common/parse_technical_fields.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/common/parse_technical_fields.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4458,7 +4458,7 @@ "signature": [ "unknown" ], - "path": "x-pack/plugins/rule_registry/common/parse_technical_fields.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/common/parse_technical_fields.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4473,7 +4473,7 @@ "signature": [ "boolean" ], - "path": "x-pack/plugins/rule_registry/common/parse_technical_fields.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/common/parse_technical_fields.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4491,7 +4491,7 @@ "tags": [], "label": "BrowserField", "description": [], - "path": "packages/kbn-alerting-types/alert_fields_type.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/alert_fields_type.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4502,7 +4502,7 @@ "tags": [], "label": "aggregatable", "description": [], - "path": "packages/kbn-alerting-types/alert_fields_type.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/alert_fields_type.ts", "deprecated": false, "trackAdoption": false }, @@ -4513,7 +4513,7 @@ "tags": [], "label": "category", "description": [], - "path": "packages/kbn-alerting-types/alert_fields_type.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/alert_fields_type.ts", "deprecated": false, "trackAdoption": false }, @@ -4527,7 +4527,7 @@ "signature": [ "string | null | undefined" ], - "path": "packages/kbn-alerting-types/alert_fields_type.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/alert_fields_type.ts", "deprecated": false, "trackAdoption": false }, @@ -4541,7 +4541,7 @@ "signature": [ "string | number | null | undefined" ], - "path": "packages/kbn-alerting-types/alert_fields_type.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/alert_fields_type.ts", "deprecated": false, "trackAdoption": false }, @@ -4563,7 +4563,7 @@ }, ">; }" ], - "path": "packages/kbn-alerting-types/alert_fields_type.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/alert_fields_type.ts", "deprecated": false, "trackAdoption": false }, @@ -4592,7 +4592,7 @@ }, "> | undefined" ], - "path": "packages/kbn-alerting-types/alert_fields_type.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/alert_fields_type.ts", "deprecated": false, "trackAdoption": false }, @@ -4606,7 +4606,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-alerting-types/alert_fields_type.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/alert_fields_type.ts", "deprecated": false, "trackAdoption": false }, @@ -4617,7 +4617,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/kbn-alerting-types/alert_fields_type.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/alert_fields_type.ts", "deprecated": false, "trackAdoption": false }, @@ -4628,7 +4628,7 @@ "tags": [], "label": "searchable", "description": [], - "path": "packages/kbn-alerting-types/alert_fields_type.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/alert_fields_type.ts", "deprecated": false, "trackAdoption": false }, @@ -4639,7 +4639,7 @@ "tags": [], "label": "type", "description": [], - "path": "packages/kbn-alerting-types/alert_fields_type.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/alert_fields_type.ts", "deprecated": false, "trackAdoption": false }, @@ -4660,7 +4660,7 @@ }, " | undefined" ], - "path": "packages/kbn-alerting-types/alert_fields_type.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/alert_fields_type.ts", "deprecated": false, "trackAdoption": false }, @@ -4671,7 +4671,7 @@ "tags": [], "label": "readFromDocValues", "description": [], - "path": "packages/kbn-alerting-types/alert_fields_type.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/alert_fields_type.ts", "deprecated": false, "trackAdoption": false }, @@ -4692,7 +4692,7 @@ }, " | undefined" ], - "path": "packages/kbn-alerting-types/alert_fields_type.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/alert_fields_type.ts", "deprecated": false, "trackAdoption": false } @@ -4706,7 +4706,7 @@ "tags": [], "label": "RuleRegistrySearchRequestPagination", "description": [], - "path": "packages/kbn-alerting-types/search_strategy_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/search_strategy_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4717,7 +4717,7 @@ "tags": [], "label": "pageIndex", "description": [], - "path": "packages/kbn-alerting-types/search_strategy_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/search_strategy_types.ts", "deprecated": false, "trackAdoption": false }, @@ -4728,7 +4728,7 @@ "tags": [], "label": "pageSize", "description": [], - "path": "packages/kbn-alerting-types/search_strategy_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/search_strategy_types.ts", "deprecated": false, "trackAdoption": false } @@ -4768,7 +4768,7 @@ }, ">" ], - "path": "packages/kbn-alerting-types/search_strategy_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/search_strategy_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4789,7 +4789,7 @@ }, " | undefined" ], - "path": "packages/kbn-alerting-types/search_strategy_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/search_strategy_types.ts", "deprecated": false, "trackAdoption": false } @@ -4816,7 +4816,7 @@ }, " & { \"@timestamp\"?: string[] | undefined; \"event.action\"?: string[] | undefined; tags?: string[] | undefined; kibana?: string[] | undefined; \"kibana.alert.rule.rule_type_id\"?: string[] | undefined; \"kibana.alert.rule.consumer\"?: string[] | undefined; \"kibana.alert.rule.execution.uuid\"?: string[] | undefined; \"kibana.alert.instance.id\"?: string[] | undefined; \"kibana.alert.rule.category\"?: string[] | undefined; \"kibana.alert.rule.name\"?: string[] | undefined; \"kibana.alert.rule.producer\"?: string[] | undefined; \"kibana.alert.rule.uuid\"?: string[] | undefined; \"kibana.alert.status\"?: string[] | undefined; \"kibana.alert.uuid\"?: string[] | undefined; \"kibana.space_ids\"?: string[] | undefined; \"event.kind\"?: string[] | undefined; \"kibana.alert.action_group\"?: string[] | undefined; \"kibana.alert.case_ids\"?: string[] | undefined; \"kibana.alert.duration.us\"?: string[] | undefined; \"kibana.alert.end\"?: string[] | undefined; \"kibana.alert.flapping\"?: string[] | undefined; \"kibana.alert.maintenance_window_ids\"?: string[] | undefined; \"kibana.alert.reason\"?: string[] | undefined; \"kibana.alert.rule.parameters\"?: string[] | undefined; \"kibana.alert.rule.tags\"?: string[] | undefined; \"kibana.alert.start\"?: string[] | undefined; \"kibana.alert.time_range\"?: string[] | undefined; \"kibana.alert.workflow_assignee_ids\"?: string[] | undefined; \"kibana.alert.workflow_status\"?: string[] | undefined; \"kibana.alert.workflow_tags\"?: string[] | undefined; \"kibana.version\"?: string[] | undefined; \"kibana.alert.context\"?: string[] | undefined; \"kibana.alert.evaluation.threshold\"?: string[] | undefined; \"kibana.alert.evaluation.value\"?: string[] | undefined; \"kibana.alert.evaluation.values\"?: string[] | undefined; \"kibana.alert.group\"?: string[] | undefined; \"ecs.version\"?: string[] | undefined; \"kibana.alert.risk_score\"?: string[] | undefined; \"kibana.alert.rule.author\"?: string[] | undefined; \"kibana.alert.rule.created_at\"?: string[] | undefined; \"kibana.alert.rule.created_by\"?: string[] | undefined; \"kibana.alert.rule.description\"?: string[] | undefined; \"kibana.alert.rule.enabled\"?: string[] | undefined; \"kibana.alert.rule.from\"?: string[] | undefined; \"kibana.alert.rule.interval\"?: string[] | undefined; \"kibana.alert.rule.license\"?: string[] | undefined; \"kibana.alert.rule.note\"?: string[] | undefined; \"kibana.alert.rule.references\"?: string[] | undefined; \"kibana.alert.rule.rule_id\"?: string[] | undefined; \"kibana.alert.rule.rule_name_override\"?: string[] | undefined; \"kibana.alert.rule.to\"?: string[] | undefined; \"kibana.alert.rule.type\"?: string[] | undefined; \"kibana.alert.rule.updated_at\"?: string[] | undefined; \"kibana.alert.rule.updated_by\"?: string[] | undefined; \"kibana.alert.rule.version\"?: string[] | undefined; \"kibana.alert.severity\"?: string[] | undefined; \"kibana.alert.suppression.docs_count\"?: string[] | undefined; \"kibana.alert.suppression.end\"?: string[] | undefined; \"kibana.alert.suppression.start\"?: string[] | undefined; \"kibana.alert.suppression.terms.field\"?: string[] | undefined; \"kibana.alert.suppression.terms.value\"?: string[] | undefined; \"kibana.alert.system_status\"?: string[] | undefined; \"kibana.alert.workflow_reason\"?: string[] | undefined; \"kibana.alert.workflow_user\"?: string[] | undefined; \"event.module\"?: string[] | undefined; \"kibana.alert.rule.threat.framework\"?: string[] | undefined; \"kibana.alert.rule.threat.tactic.id\"?: string[] | undefined; \"kibana.alert.rule.threat.tactic.name\"?: string[] | undefined; \"kibana.alert.rule.threat.tactic.reference\"?: string[] | undefined; \"kibana.alert.rule.threat.technique.id\"?: string[] | undefined; \"kibana.alert.rule.threat.technique.name\"?: string[] | undefined; \"kibana.alert.rule.threat.technique.reference\"?: string[] | undefined; \"kibana.alert.rule.threat.technique.subtechnique.id\"?: string[] | undefined; \"kibana.alert.rule.threat.technique.subtechnique.name\"?: string[] | undefined; \"kibana.alert.rule.threat.technique.subtechnique.reference\"?: string[] | undefined; \"kibana.alert.building_block_type\"?: string[] | undefined; \"kibana.alert\"?: string[] | undefined; \"kibana.alert.rule\"?: string[] | undefined; \"kibana.alert.suppression.terms\"?: string[] | undefined; \"kibana.alert.group.field\"?: string[] | undefined; \"kibana.alert.group.value\"?: string[] | undefined; \"kibana.alert.rule.exceptions_list\"?: string[] | undefined; \"kibana.alert.rule.namespace\"?: string[] | undefined; } & { [x: string]: unknown[]; }" ], - "path": "packages/kbn-alerting-types/alert_type.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/alert_type.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4831,7 +4831,7 @@ "signature": [ "\"/internal/rac/alerts\"" ], - "path": "x-pack/plugins/rule_registry/common/constants.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4854,7 +4854,7 @@ }, ">; }" ], - "path": "packages/kbn-alerting-types/alert_fields_type.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/alert_fields_type.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4869,7 +4869,7 @@ "signature": [ "{ readonly \"@timestamp\": string; readonly \"kibana.alert.rule.rule_type_id\": string; readonly \"kibana.alert.rule.consumer\": string; readonly \"kibana.alert.instance.id\": string; readonly \"kibana.alert.rule.category\": string; readonly \"kibana.alert.rule.name\": string; readonly \"kibana.alert.rule.producer\": string; readonly \"kibana.alert.rule.revision\": number; readonly \"kibana.alert.rule.uuid\": string; readonly \"kibana.alert.status\": string; readonly \"kibana.alert.uuid\": string; readonly \"kibana.space_ids\": string[]; readonly \"event.action\"?: string | undefined; readonly tags?: string[] | undefined; readonly \"kibana.alert.rule.execution.uuid\"?: string | undefined; readonly \"event.kind\"?: string | undefined; readonly \"event.original\"?: string | undefined; readonly \"kibana.alert.action_group\"?: string | undefined; readonly \"kibana.alert.case_ids\"?: string[] | undefined; readonly \"kibana.alert.consecutive_matches\"?: number | undefined; readonly \"kibana.alert.duration.us\"?: number | undefined; readonly \"kibana.alert.end\"?: string | undefined; readonly \"kibana.alert.flapping\"?: boolean | undefined; readonly \"kibana.alert.flapping_history\"?: boolean[] | undefined; readonly \"kibana.alert.intended_timestamp\"?: string | undefined; readonly \"kibana.alert.last_detected\"?: string | undefined; readonly \"kibana.alert.maintenance_window_ids\"?: string[] | undefined; readonly \"kibana.alert.previous_action_group\"?: string | undefined; readonly \"kibana.alert.reason\"?: string | undefined; readonly \"kibana.alert.rule.execution.timestamp\"?: string | undefined; readonly \"kibana.alert.rule.execution.type\"?: string | undefined; readonly \"kibana.alert.rule.parameters\"?: { [key: string]: unknown; } | undefined; readonly \"kibana.alert.rule.tags\"?: string[] | undefined; readonly \"kibana.alert.severity_improving\"?: boolean | undefined; readonly \"kibana.alert.start\"?: string | undefined; readonly \"kibana.alert.time_range\"?: unknown; readonly \"kibana.alert.url\"?: string | undefined; readonly \"kibana.alert.workflow_assignee_ids\"?: string[] | undefined; readonly \"kibana.alert.workflow_status\"?: string | undefined; readonly \"kibana.alert.workflow_tags\"?: string[] | undefined; readonly \"kibana.version\"?: string | undefined; readonly \"ecs.version\"?: string | undefined; readonly \"kibana.alert.risk_score\"?: number | undefined; readonly \"kibana.alert.rule.author\"?: string | undefined; readonly \"kibana.alert.rule.created_at\"?: string | undefined; readonly \"kibana.alert.rule.created_by\"?: string | undefined; readonly \"kibana.alert.rule.description\"?: string | undefined; readonly \"kibana.alert.rule.enabled\"?: string | undefined; readonly \"kibana.alert.rule.from\"?: string | undefined; readonly \"kibana.alert.rule.interval\"?: string | undefined; readonly \"kibana.alert.rule.license\"?: string | undefined; readonly \"kibana.alert.rule.note\"?: string | undefined; readonly \"kibana.alert.rule.references\"?: string[] | undefined; readonly \"kibana.alert.rule.rule_id\"?: string | undefined; readonly \"kibana.alert.rule.rule_name_override\"?: string | undefined; readonly \"kibana.alert.rule.to\"?: string | undefined; readonly \"kibana.alert.rule.type\"?: string | undefined; readonly \"kibana.alert.rule.updated_at\"?: string | undefined; readonly \"kibana.alert.rule.updated_by\"?: string | undefined; readonly \"kibana.alert.rule.version\"?: string | undefined; readonly \"kibana.alert.severity\"?: string | undefined; readonly \"kibana.alert.suppression.docs_count\"?: number | undefined; readonly \"kibana.alert.suppression.end\"?: string | undefined; readonly \"kibana.alert.suppression.start\"?: string | undefined; readonly \"kibana.alert.suppression.terms.field\"?: string[] | undefined; readonly \"kibana.alert.suppression.terms.value\"?: string[] | undefined; readonly \"kibana.alert.system_status\"?: string | undefined; readonly \"kibana.alert.workflow_reason\"?: string | undefined; readonly \"kibana.alert.workflow_status_updated_at\"?: string | undefined; readonly \"kibana.alert.workflow_user\"?: string | undefined; }" ], - "path": "x-pack/plugins/rule_registry/common/parse_technical_fields.ts", + "path": "x-pack/platform/plugins/shared/rule_registry/common/parse_technical_fields.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4923,7 +4923,7 @@ "MappingRuntimeFields", " | undefined; }" ], - "path": "packages/kbn-alerting-types/search_strategy_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/search_strategy_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/security.devdocs.json b/api_docs/security.devdocs.json index 9d1c4fbc5f7a4..647630e40c8d8 100644 --- a/api_docs/security.devdocs.json +++ b/api_docs/security.devdocs.json @@ -6364,7 +6364,7 @@ "references": [ { "plugin": "actions", - "path": "x-pack/plugins/actions/server/plugin.ts" + "path": "x-pack/platform/plugins/shared/actions/server/plugin.ts" }, { "plugin": "savedObjectsTagging", @@ -6443,19 +6443,19 @@ "references": [ { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/rules_client_factory.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/rules_client_factory.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/invalidate_pending_api_keys/task.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/invalidate_pending_api_keys/task.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/plugin.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/plugin.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/plugin.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/plugin.ts" }, { "plugin": "observabilityAIAssistant", @@ -6627,19 +6627,19 @@ "references": [ { "plugin": "cases", - "path": "x-pack/plugins/cases/server/services/notifications/email_notification_service.ts" + "path": "x-pack/platform/plugins/shared/cases/server/services/notifications/email_notification_service.ts" }, { "plugin": "cases", - "path": "x-pack/plugins/cases/server/client/factory.ts" + "path": "x-pack/platform/plugins/shared/cases/server/client/factory.ts" }, { "plugin": "cases", - "path": "x-pack/plugins/cases/server/client/cases/utils.ts" + "path": "x-pack/platform/plugins/shared/cases/server/client/cases/utils.ts" }, { "plugin": "cases", - "path": "x-pack/plugins/cases/server/services/user_profiles/index.ts" + "path": "x-pack/platform/plugins/shared/cases/server/services/user_profiles/index.ts" }, { "plugin": "securitySolution", diff --git a/api_docs/stack_alerts.devdocs.json b/api_docs/stack_alerts.devdocs.json index ffa4f04113286..99e7b779261e9 100644 --- a/api_docs/stack_alerts.devdocs.json +++ b/api_docs/stack_alerts.devdocs.json @@ -15,7 +15,7 @@ "DataViewSelectPopoverProps", ") => React.JSX.Element | null" ], - "path": "x-pack/plugins/stack_alerts/public/rule_types/components/data_view_select_popover.tsx", + "path": "x-pack/platform/plugins/shared/stack_alerts/public/rule_types/components/data_view_select_popover.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -29,7 +29,7 @@ "signature": [ "DataViewSelectPopoverProps" ], - "path": "x-pack/plugins/stack_alerts/public/rule_types/components/data_view_select_popover.tsx", + "path": "x-pack/platform/plugins/shared/stack_alerts/public/rule_types/components/data_view_select_popover.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -60,7 +60,7 @@ "signature": [ "{}" ], - "path": "x-pack/plugins/stack_alerts/server/index.ts", + "path": "x-pack/platform/plugins/shared/stack_alerts/server/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -75,7 +75,7 @@ "signature": [ "\".index-threshold\"" ], - "path": "x-pack/plugins/stack_alerts/server/rule_types/index_threshold/rule_type.ts", + "path": "x-pack/platform/plugins/shared/stack_alerts/server/rule_types/index_threshold/rule_type.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -99,7 +99,7 @@ }, "<{}>" ], - "path": "x-pack/plugins/stack_alerts/server/index.ts", + "path": "x-pack/platform/plugins/shared/stack_alerts/server/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -121,7 +121,7 @@ "Comparator", ", threshold: number[], fieldName: string) => string" ], - "path": "x-pack/plugins/stack_alerts/common/comparator.ts", + "path": "x-pack/platform/plugins/shared/stack_alerts/common/comparator.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -135,7 +135,7 @@ "signature": [ "Comparator" ], - "path": "x-pack/plugins/stack_alerts/common/comparator.ts", + "path": "x-pack/platform/plugins/shared/stack_alerts/common/comparator.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -150,7 +150,7 @@ "signature": [ "number[]" ], - "path": "x-pack/plugins/stack_alerts/common/comparator.ts", + "path": "x-pack/platform/plugins/shared/stack_alerts/common/comparator.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -165,7 +165,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/stack_alerts/common/comparator.ts", + "path": "x-pack/platform/plugins/shared/stack_alerts/common/comparator.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -186,7 +186,7 @@ "Comparator", ") => string | undefined" ], - "path": "x-pack/plugins/stack_alerts/common/comparator.ts", + "path": "x-pack/platform/plugins/shared/stack_alerts/common/comparator.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -200,7 +200,7 @@ "signature": [ "Comparator" ], - "path": "x-pack/plugins/stack_alerts/common/comparator.ts", + "path": "x-pack/platform/plugins/shared/stack_alerts/common/comparator.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -219,7 +219,7 @@ "signature": [ "(columns: EsqlResultColumn[], row: EsqlResultRow) => EsqlDocument" ], - "path": "x-pack/plugins/stack_alerts/common/esql_query_utils.ts", + "path": "x-pack/platform/plugins/shared/stack_alerts/common/esql_query_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -233,7 +233,7 @@ "signature": [ "EsqlResultColumn[]" ], - "path": "x-pack/plugins/stack_alerts/common/esql_query_utils.ts", + "path": "x-pack/platform/plugins/shared/stack_alerts/common/esql_query_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -248,7 +248,7 @@ "signature": [ "EsqlResultRow" ], - "path": "x-pack/plugins/stack_alerts/common/esql_query_utils.ts", + "path": "x-pack/platform/plugins/shared/stack_alerts/common/esql_query_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -275,7 +275,7 @@ }, ") => { hits: EsqlHit[]; total: number; }" ], - "path": "x-pack/plugins/stack_alerts/common/esql_query_utils.ts", + "path": "x-pack/platform/plugins/shared/stack_alerts/common/esql_query_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -295,7 +295,7 @@ "text": "EsqlTable" } ], - "path": "x-pack/plugins/stack_alerts/common/esql_query_utils.ts", + "path": "x-pack/platform/plugins/shared/stack_alerts/common/esql_query_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -329,7 +329,7 @@ "text": "EsqlTable" } ], - "path": "x-pack/plugins/stack_alerts/common/esql_query_utils.ts", + "path": "x-pack/platform/plugins/shared/stack_alerts/common/esql_query_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -349,7 +349,7 @@ "text": "Datatable" } ], - "path": "x-pack/plugins/stack_alerts/common/esql_query_utils.ts", + "path": "x-pack/platform/plugins/shared/stack_alerts/common/esql_query_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -367,7 +367,7 @@ "tags": [], "label": "EsqlTable", "description": [], - "path": "x-pack/plugins/stack_alerts/common/esql_query_utils.ts", + "path": "x-pack/platform/plugins/shared/stack_alerts/common/esql_query_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -381,7 +381,7 @@ "signature": [ "EsqlResultColumn[]" ], - "path": "x-pack/plugins/stack_alerts/common/esql_query_utils.ts", + "path": "x-pack/platform/plugins/shared/stack_alerts/common/esql_query_utils.ts", "deprecated": false, "trackAdoption": false }, @@ -395,7 +395,7 @@ "signature": [ "EsqlResultRow[]" ], - "path": "x-pack/plugins/stack_alerts/common/esql_query_utils.ts", + "path": "x-pack/platform/plugins/shared/stack_alerts/common/esql_query_utils.ts", "deprecated": false, "trackAdoption": false } @@ -415,7 +415,7 @@ "signature": [ "10000" ], - "path": "x-pack/plugins/stack_alerts/common/constants.ts", + "path": "x-pack/platform/plugins/shared/stack_alerts/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -430,7 +430,7 @@ "signature": [ "100" ], - "path": "x-pack/plugins/stack_alerts/common/constants.ts", + "path": "x-pack/platform/plugins/shared/stack_alerts/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -449,7 +449,7 @@ "Comparator", ">" ], - "path": "x-pack/plugins/stack_alerts/common/comparator.ts", + "path": "x-pack/platform/plugins/shared/stack_alerts/common/comparator.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -468,7 +468,7 @@ "ComparatorFn", ">" ], - "path": "x-pack/plugins/stack_alerts/common/comparator.ts", + "path": "x-pack/platform/plugins/shared/stack_alerts/common/comparator.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/stack_connectors.devdocs.json b/api_docs/stack_connectors.devdocs.json index 5c0fdb71ca39b..4816449f9163c 100644 --- a/api_docs/stack_connectors.devdocs.json +++ b/api_docs/stack_connectors.devdocs.json @@ -32,7 +32,7 @@ }, "; }> | Readonly<{} & { subAction: \"getIncident\"; subActionParams: Readonly<{} & { externalId: string; }>; }> | Readonly<{} & { subAction: \"handshake\"; subActionParams: Readonly<{} & {}>; }> | Readonly<{} & { subAction: \"pushToService\"; subActionParams: Readonly<{} & { comments: Readonly<{} & { comment: string; commentId: string; }>[] | null; incident: Readonly<{} & { description: string | null; summary: string; labels: string[] | null; parent: string | null; issueType: string | null; priority: string | null; externalId: string | null; otherFields: Record | null; }>; }>; }> | Readonly<{} & { subAction: \"issueTypes\"; subActionParams: Readonly<{} & {}>; }> | Readonly<{} & { subAction: \"fieldsByIssueType\"; subActionParams: Readonly<{} & { id: string; }>; }> | Readonly<{} & { subAction: \"issues\"; subActionParams: Readonly<{} & { title: string; }>; }> | Readonly<{} & { subAction: \"issue\"; subActionParams: Readonly<{} & { id: string; }>; }>>" ], - "path": "x-pack/plugins/stack_connectors/server/connector_types/jira/schema.ts", + "path": "x-pack/platform/plugins/shared/stack_connectors/server/connector_types/jira/schema.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -62,7 +62,7 @@ }, "; }>" ], - "path": "x-pack/plugins/stack_connectors/server/connector_types/slack/index.ts", + "path": "x-pack/platform/plugins/shared/stack_connectors/server/connector_types/slack/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -156,7 +156,7 @@ }, "; }>; }>" ], - "path": "x-pack/plugins/stack_connectors/server/connector_types/email/index.ts", + "path": "x-pack/platform/plugins/shared/stack_connectors/server/connector_types/email/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -186,7 +186,7 @@ }, "; }>" ], - "path": "x-pack/plugins/stack_connectors/server/connector_types/webhook/schema.ts", + "path": "x-pack/platform/plugins/shared/stack_connectors/server/connector_types/webhook/schema.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -296,7 +296,7 @@ }, " | undefined>; }>" ], - "path": "x-pack/plugins/stack_connectors/server/connector_types/pagerduty/index.ts", + "path": "x-pack/platform/plugins/shared/stack_connectors/server/connector_types/pagerduty/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -318,7 +318,7 @@ }, "; }> | Readonly<{} & { subAction: \"postMessage\"; subActionParams: Readonly<{ channels?: string[] | undefined; channelIds?: string[] | undefined; } & { text: string; }>; }> | Readonly<{} & { subAction: \"postBlockkit\"; subActionParams: Readonly<{ channels?: string[] | undefined; channelIds?: string[] | undefined; } & { text: string; }>; }>>" ], - "path": "x-pack/plugins/stack_connectors/common/slack_api/schema.ts", + "path": "x-pack/platform/plugins/shared/stack_connectors/common/slack_api/schema.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -337,7 +337,7 @@ "tags": [], "label": "AdditionalEmailServices", "description": [], - "path": "x-pack/plugins/stack_connectors/common/index.ts", + "path": "x-pack/platform/plugins/shared/stack_connectors/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -349,7 +349,7 @@ "tags": [], "label": "OpsgenieSubActions", "description": [], - "path": "x-pack/plugins/stack_connectors/common/opsgenie/index.ts", + "path": "x-pack/platform/plugins/shared/stack_connectors/common/opsgenie/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -366,7 +366,7 @@ "signature": [ "\"/internal/stack_connectors\"" ], - "path": "x-pack/plugins/stack_connectors/common/index.ts", + "path": "x-pack/platform/plugins/shared/stack_connectors/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -381,7 +381,7 @@ "signature": [ "\".opsgenie\"" ], - "path": "x-pack/plugins/stack_connectors/common/opsgenie/index.ts", + "path": "x-pack/platform/plugins/shared/stack_connectors/common/opsgenie/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/task_manager.devdocs.json b/api_docs/task_manager.devdocs.json index 88f728716be0e..dd52ace37db87 100644 --- a/api_docs/task_manager.devdocs.json +++ b/api_docs/task_manager.devdocs.json @@ -51,7 +51,7 @@ }, ", object, object>" ], - "path": "x-pack/plugins/task_manager/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -65,7 +65,7 @@ "signature": [ "any" ], - "path": "x-pack/plugins/task_manager/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -86,7 +86,7 @@ }, "" ], - "path": "x-pack/plugins/task_manager/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -104,7 +104,7 @@ "signature": [ "() => boolean" ], - "path": "x-pack/plugins/task_manager/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -151,7 +151,7 @@ "text": "TaskManagerSetupContract" } ], - "path": "x-pack/plugins/task_manager/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -180,7 +180,7 @@ }, ", unknown>" ], - "path": "x-pack/plugins/task_manager/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -192,7 +192,7 @@ "tags": [], "label": "plugins", "description": [], - "path": "x-pack/plugins/task_manager/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -213,7 +213,7 @@ }, " | undefined" ], - "path": "x-pack/plugins/task_manager/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/plugin.ts", "deprecated": false, "trackAdoption": false } @@ -249,7 +249,7 @@ "text": "TaskManagerStartContract" } ], - "path": "x-pack/plugins/task_manager/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -269,7 +269,7 @@ "text": "CoreStart" } ], - "path": "x-pack/plugins/task_manager/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -284,7 +284,7 @@ "signature": [ "TaskManagerPluginStart" ], - "path": "x-pack/plugins/task_manager/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -302,7 +302,7 @@ "signature": [ "() => Promise" ], - "path": "x-pack/plugins/task_manager/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -329,7 +329,7 @@ "MappingRuntimeFields", "; }" ], - "path": "x-pack/plugins/task_manager/server/queries/aggregate_task_overdue_percentiles_for_type.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/queries/aggregate_task_overdue_percentiles_for_type.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -343,7 +343,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/task_manager/server/queries/aggregate_task_overdue_percentiles_for_type.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/queries/aggregate_task_overdue_percentiles_for_type.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -362,7 +362,7 @@ "signature": [ "(ms: number) => string" ], - "path": "x-pack/plugins/task_manager/server/lib/intervals.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/lib/intervals.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -376,7 +376,7 @@ "signature": [ "number" ], - "path": "x-pack/plugins/task_manager/server/lib/intervals.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/lib/intervals.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -410,7 +410,7 @@ "text": "DecoratedError" } ], - "path": "x-pack/plugins/task_manager/server/task_running/errors.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task_running/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -424,7 +424,7 @@ "signature": [ "Error" ], - "path": "x-pack/plugins/task_manager/server/task_running/errors.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task_running/errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -445,7 +445,7 @@ "text": "TaskErrorSource" } ], - "path": "x-pack/plugins/task_manager/server/task_running/errors.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task_running/errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -466,7 +466,7 @@ "EphemeralTaskRejectedDueToCapacityError", ") => boolean" ], - "path": "x-pack/plugins/task_manager/server/task_running/errors.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task_running/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -481,7 +481,7 @@ "Error | ", "EphemeralTaskRejectedDueToCapacityError" ], - "path": "x-pack/plugins/task_manager/server/task_running/errors.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task_running/errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -508,7 +508,7 @@ }, ") => boolean" ], - "path": "x-pack/plugins/task_manager/server/task_running/errors.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task_running/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -529,7 +529,7 @@ "text": "DecoratedError" } ], - "path": "x-pack/plugins/task_manager/server/task_running/errors.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task_running/errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -548,7 +548,7 @@ "signature": [ "(error: Error, shouldRetry: boolean | Date) => void" ], - "path": "x-pack/plugins/task_manager/server/task_running/errors.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task_running/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -562,7 +562,7 @@ "signature": [ "Error" ], - "path": "x-pack/plugins/task_manager/server/task_running/errors.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task_running/errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -577,7 +577,7 @@ "signature": [ "boolean | Date" ], - "path": "x-pack/plugins/task_manager/server/task_running/errors.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task_running/errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -596,7 +596,7 @@ "signature": [ "(error: Error) => void" ], - "path": "x-pack/plugins/task_manager/server/task_running/errors.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task_running/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -610,7 +610,7 @@ "signature": [ "Error" ], - "path": "x-pack/plugins/task_manager/server/task_running/errors.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task_running/errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -630,7 +630,7 @@ "description": [ "\nreturn type of TaskScheduling.bulkUpdateSchedules method" ], - "path": "x-pack/plugins/task_manager/server/task_scheduling.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task_scheduling.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -653,7 +653,7 @@ }, "[]" ], - "path": "x-pack/plugins/task_manager/server/task_scheduling.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task_scheduling.ts", "deprecated": false, "trackAdoption": false }, @@ -670,7 +670,7 @@ "ErrorOutput", "[]" ], - "path": "x-pack/plugins/task_manager/server/task_scheduling.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task_scheduling.ts", "deprecated": false, "trackAdoption": false } @@ -703,7 +703,7 @@ "text": "TaskInstance" } ], - "path": "x-pack/plugins/task_manager/server/task.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -716,7 +716,7 @@ "description": [ "\nThe id of the Elastic document that stores this instance's data. This can\nbe passed by the caller when scheduling the task." ], - "path": "x-pack/plugins/task_manager/server/task.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task.ts", "deprecated": false, "trackAdoption": false }, @@ -732,7 +732,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/task_manager/server/task.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task.ts", "deprecated": true, "trackAdoption": false, "references": [] @@ -749,7 +749,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/plugins/task_manager/server/task.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task.ts", "deprecated": true, "trackAdoption": false, "references": [] @@ -766,7 +766,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/task_manager/server/task.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task.ts", "deprecated": false, "trackAdoption": false }, @@ -782,7 +782,7 @@ "signature": [ "Date" ], - "path": "x-pack/plugins/task_manager/server/task.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task.ts", "deprecated": false, "trackAdoption": false }, @@ -795,7 +795,7 @@ "description": [ "\nThe number of unsuccessful attempts since the last successful run. This\nwill be zeroed out after a successful run." ], - "path": "x-pack/plugins/task_manager/server/task.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task.ts", "deprecated": false, "trackAdoption": false }, @@ -817,7 +817,7 @@ "text": "TaskStatus" } ], - "path": "x-pack/plugins/task_manager/server/task.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task.ts", "deprecated": false, "trackAdoption": false }, @@ -833,7 +833,7 @@ "signature": [ "Date" ], - "path": "x-pack/plugins/task_manager/server/task.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task.ts", "deprecated": false, "trackAdoption": false }, @@ -849,7 +849,7 @@ "signature": [ "Date | null" ], - "path": "x-pack/plugins/task_manager/server/task.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task.ts", "deprecated": false, "trackAdoption": false }, @@ -865,7 +865,7 @@ "signature": [ "Date | null" ], - "path": "x-pack/plugins/task_manager/server/task.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task.ts", "deprecated": false, "trackAdoption": false }, @@ -881,7 +881,7 @@ "signature": [ "{ [x: string]: any; }" ], - "path": "x-pack/plugins/task_manager/server/task.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task.ts", "deprecated": false, "trackAdoption": false }, @@ -897,7 +897,7 @@ "signature": [ "string | null" ], - "path": "x-pack/plugins/task_manager/server/task.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task.ts", "deprecated": false, "trackAdoption": false }, @@ -911,7 +911,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/plugins/task_manager/server/task.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task.ts", "deprecated": false, "trackAdoption": false } @@ -935,7 +935,7 @@ }, " extends Error" ], - "path": "x-pack/plugins/task_manager/server/task_running/errors.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task_running/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -949,7 +949,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/task_manager/server/task_running/errors.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task_running/errors.ts", "deprecated": false, "trackAdoption": false }, @@ -963,7 +963,7 @@ "signature": [ "boolean | Date | undefined" ], - "path": "x-pack/plugins/task_manager/server/task_running/errors.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task_running/errors.ts", "deprecated": false, "trackAdoption": false }, @@ -984,7 +984,7 @@ }, " | undefined" ], - "path": "x-pack/plugins/task_manager/server/task_running/errors.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task_running/errors.ts", "deprecated": false, "trackAdoption": false } @@ -998,7 +998,7 @@ "tags": [], "label": "IntervalSchedule", "description": [], - "path": "x-pack/plugins/task_manager/server/task.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1011,7 +1011,7 @@ "description": [ "\nAn interval in minutes (e.g. '5m'). If specified, this is a recurring task." ], - "path": "x-pack/plugins/task_manager/server/task.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task.ts", "deprecated": false, "trackAdoption": false } @@ -1027,7 +1027,7 @@ "description": [ "\nThe run context is passed into a task's run function as its sole argument." ], - "path": "x-pack/plugins/task_manager/server/task.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1049,7 +1049,7 @@ "text": "ConcreteTaskInstance" } ], - "path": "x-pack/plugins/task_manager/server/task.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task.ts", "deprecated": false, "trackAdoption": false } @@ -1063,7 +1063,7 @@ "tags": [], "label": "RunNowResult", "description": [], - "path": "x-pack/plugins/task_manager/server/task_scheduling.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task_scheduling.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1074,7 +1074,7 @@ "tags": [], "label": "id", "description": [], - "path": "x-pack/plugins/task_manager/server/task_scheduling.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task_scheduling.ts", "deprecated": false, "trackAdoption": false }, @@ -1088,7 +1088,7 @@ "signature": [ "Record | undefined" ], - "path": "x-pack/plugins/task_manager/server/task_scheduling.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task_scheduling.ts", "deprecated": false, "trackAdoption": false } @@ -1102,7 +1102,7 @@ "tags": [], "label": "TaskInstance", "description": [], - "path": "x-pack/plugins/task_manager/server/task.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1118,7 +1118,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/task_manager/server/task.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task.ts", "deprecated": false, "trackAdoption": false }, @@ -1131,7 +1131,7 @@ "description": [ "\nThe task definition type whose run function will execute this instance." ], - "path": "x-pack/plugins/task_manager/server/task.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task.ts", "deprecated": false, "trackAdoption": false }, @@ -1147,7 +1147,7 @@ "signature": [ "Date | undefined" ], - "path": "x-pack/plugins/task_manager/server/task.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task.ts", "deprecated": false, "trackAdoption": false }, @@ -1163,7 +1163,7 @@ "signature": [ "Date | null | undefined" ], - "path": "x-pack/plugins/task_manager/server/task.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task.ts", "deprecated": false, "trackAdoption": false }, @@ -1179,7 +1179,7 @@ "signature": [ "Date | null | undefined" ], - "path": "x-pack/plugins/task_manager/server/task.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task.ts", "deprecated": false, "trackAdoption": false }, @@ -1195,7 +1195,7 @@ "signature": [ "Date | undefined" ], - "path": "x-pack/plugins/task_manager/server/task.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task.ts", "deprecated": false, "trackAdoption": false }, @@ -1218,7 +1218,7 @@ }, " | undefined" ], - "path": "x-pack/plugins/task_manager/server/task.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task.ts", "deprecated": false, "trackAdoption": false }, @@ -1234,7 +1234,7 @@ "signature": [ "{ [x: string]: any; }" ], - "path": "x-pack/plugins/task_manager/server/task.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task.ts", "deprecated": false, "trackAdoption": false }, @@ -1250,7 +1250,7 @@ "signature": [ "{ [x: string]: any; }" ], - "path": "x-pack/plugins/task_manager/server/task.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task.ts", "deprecated": false, "trackAdoption": false }, @@ -1264,7 +1264,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/plugins/task_manager/server/task.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task.ts", "deprecated": false, "trackAdoption": false }, @@ -1280,7 +1280,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/task_manager/server/task.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task.ts", "deprecated": false, "trackAdoption": false }, @@ -1296,7 +1296,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/task_manager/server/task.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task.ts", "deprecated": false, "trackAdoption": false }, @@ -1312,7 +1312,7 @@ "signature": [ "string[] | undefined" ], - "path": "x-pack/plugins/task_manager/server/task.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task.ts", "deprecated": false, "trackAdoption": false }, @@ -1328,7 +1328,7 @@ "signature": [ "string | null | undefined" ], - "path": "x-pack/plugins/task_manager/server/task.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task.ts", "deprecated": false, "trackAdoption": false }, @@ -1344,7 +1344,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/plugins/task_manager/server/task.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task.ts", "deprecated": false, "trackAdoption": false }, @@ -1358,7 +1358,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/task_manager/server/task.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task.ts", "deprecated": false, "trackAdoption": false }, @@ -1372,7 +1372,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/plugins/task_manager/server/task.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task.ts", "deprecated": false, "trackAdoption": false } @@ -1388,7 +1388,7 @@ "description": [ "\nDefines a task which can be scheduled and run by the Kibana\ntask manager." ], - "path": "x-pack/plugins/task_manager/server/task_type_dictionary.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task_type_dictionary.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1404,7 +1404,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/task_manager/server/task_type_dictionary.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task_type_dictionary.ts", "deprecated": false, "trackAdoption": false }, @@ -1420,7 +1420,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/task_manager/server/task_type_dictionary.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task_type_dictionary.ts", "deprecated": false, "trackAdoption": false }, @@ -1443,7 +1443,7 @@ }, " | undefined" ], - "path": "x-pack/plugins/task_manager/server/task_type_dictionary.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task_type_dictionary.ts", "deprecated": false, "trackAdoption": false }, @@ -1466,7 +1466,7 @@ }, " | undefined" ], - "path": "x-pack/plugins/task_manager/server/task_type_dictionary.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task_type_dictionary.ts", "deprecated": false, "trackAdoption": false }, @@ -1482,7 +1482,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/task_manager/server/task_type_dictionary.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task_type_dictionary.ts", "deprecated": false, "trackAdoption": false }, @@ -1516,7 +1516,7 @@ }, ">" ], - "path": "x-pack/plugins/task_manager/server/task_type_dictionary.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task_type_dictionary.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -1537,7 +1537,7 @@ "text": "RunContext" } ], - "path": "x-pack/plugins/task_manager/server/task.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task.ts", "deprecated": false, "trackAdoption": false } @@ -1555,7 +1555,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/plugins/task_manager/server/task_type_dictionary.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task_type_dictionary.ts", "deprecated": false, "trackAdoption": false }, @@ -1571,7 +1571,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/plugins/task_manager/server/task_type_dictionary.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task_type_dictionary.ts", "deprecated": false, "trackAdoption": false }, @@ -1593,7 +1593,7 @@ }, "; up: (state: Record) => Record; }> | undefined" ], - "path": "x-pack/plugins/task_manager/server/task_type_dictionary.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task_type_dictionary.ts", "deprecated": false, "trackAdoption": false }, @@ -1614,7 +1614,7 @@ }, " | undefined" ], - "path": "x-pack/plugins/task_manager/server/task_type_dictionary.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task_type_dictionary.ts", "deprecated": false, "trackAdoption": false } @@ -1630,7 +1630,7 @@ "tags": [], "label": "TaskCost", "description": [], - "path": "x-pack/plugins/task_manager/server/task.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1642,7 +1642,7 @@ "tags": [], "label": "TaskErrorSource", "description": [], - "path": "x-pack/plugins/task_manager/common/constants.ts", + "path": "x-pack/platform/plugins/shared/task_manager/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1654,7 +1654,7 @@ "tags": [], "label": "TaskPriority", "description": [], - "path": "x-pack/plugins/task_manager/server/task.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1666,7 +1666,7 @@ "tags": [], "label": "TaskStatus", "description": [], - "path": "x-pack/plugins/task_manager/server/task.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1685,7 +1685,7 @@ "signature": [ "{ params: Record; scope?: string[] | undefined; enabled?: boolean | undefined; state: Record; taskType: string; }" ], - "path": "x-pack/plugins/task_manager/server/task.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1710,7 +1710,7 @@ }, "; }" ], - "path": "x-pack/plugins/task_manager/server/task_type_dictionary.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task_type_dictionary.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1743,7 +1743,7 @@ }, ">" ], - "path": "x-pack/plugins/task_manager/server/task.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -1764,7 +1764,7 @@ "text": "RunContext" } ], - "path": "x-pack/plugins/task_manager/server/task.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/task.ts", "deprecated": false, "trackAdoption": false } @@ -1780,7 +1780,7 @@ "tags": [], "label": "IdleTaskWithExpiredRunAt", "description": [], - "path": "x-pack/plugins/task_manager/server/queries/mark_available_tasks_as_claimed.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/queries/mark_available_tasks_as_claimed.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1791,7 +1791,7 @@ "tags": [], "label": "bool", "description": [], - "path": "x-pack/plugins/task_manager/server/queries/mark_available_tasks_as_claimed.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/queries/mark_available_tasks_as_claimed.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1805,7 +1805,7 @@ "signature": [ "({ term: { 'task.status': string; }; } | { range: { 'task.runAt': { lte: string; }; }; })[]" ], - "path": "x-pack/plugins/task_manager/server/queries/mark_available_tasks_as_claimed.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/queries/mark_available_tasks_as_claimed.ts", "deprecated": false, "trackAdoption": false } @@ -1821,7 +1821,7 @@ "tags": [], "label": "RunningOrClaimingTaskWithExpiredRetryAt", "description": [], - "path": "x-pack/plugins/task_manager/server/queries/mark_available_tasks_as_claimed.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/queries/mark_available_tasks_as_claimed.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1832,7 +1832,7 @@ "tags": [], "label": "bool", "description": [], - "path": "x-pack/plugins/task_manager/server/queries/mark_available_tasks_as_claimed.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/queries/mark_available_tasks_as_claimed.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1846,7 +1846,7 @@ "signature": [ "({ bool: { should: { term: { 'task.status': string; }; }[]; }; } | { range: { 'task.retryAt': { lte: string; }; }; })[]" ], - "path": "x-pack/plugins/task_manager/server/queries/mark_available_tasks_as_claimed.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/queries/mark_available_tasks_as_claimed.ts", "deprecated": false, "trackAdoption": false } @@ -1863,7 +1863,7 @@ "tags": [], "label": "TaskManagerSetupContract", "description": [], - "path": "x-pack/plugins/task_manager/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1876,17 +1876,17 @@ ], "label": "index", "description": [], - "path": "x-pack/plugins/task_manager/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/plugin.ts", "deprecated": true, "trackAdoption": false, "references": [ { "plugin": "actions", - "path": "x-pack/plugins/actions/server/plugin.ts" + "path": "x-pack/platform/plugins/shared/actions/server/plugin.ts" }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/usage/task.ts" + "path": "x-pack/platform/plugins/shared/alerting/server/usage/task.ts" } ] }, @@ -1902,7 +1902,7 @@ "Middleware", ") => void" ], - "path": "x-pack/plugins/task_manager/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1916,7 +1916,7 @@ "signature": [ "Middleware" ], - "path": "x-pack/plugins/task_manager/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1944,7 +1944,7 @@ }, ") => void" ], - "path": "x-pack/plugins/task_manager/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1966,7 +1966,7 @@ "text": "TaskDefinitionRegistry" } ], - "path": "x-pack/plugins/task_manager/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1992,7 +1992,7 @@ "TaskStore", ", \"get\" | \"aggregate\" | \"fetch\" | \"remove\" | \"bulkRemove\"> & { removeIfExists: (id: string) => Promise; } & { supportsEphemeralTasks: () => boolean; getRegisteredTypes: () => string[]; }" ], - "path": "x-pack/plugins/task_manager/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/task_manager/server/plugin.ts", "deprecated": false, "trackAdoption": false, "lifecycle": "start", @@ -2011,7 +2011,7 @@ "tags": [], "label": "TaskErrorSource", "description": [], - "path": "x-pack/plugins/task_manager/common/constants.ts", + "path": "x-pack/platform/plugins/shared/task_manager/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/triggers_actions_ui.devdocs.json b/api_docs/triggers_actions_ui.devdocs.json index 7521fa286a980..a3fe07efd0bf7 100644 --- a/api_docs/triggers_actions_ui.devdocs.json +++ b/api_docs/triggers_actions_ui.devdocs.json @@ -43,7 +43,7 @@ }, ", PluginsSetup, PluginsStart>" ], - "path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -57,7 +57,7 @@ "signature": [ "{ readonly rulesListDatagrid: boolean; readonly stackAlertsPage: boolean; readonly ruleTagFilter: boolean; readonly ruleStatusFilter: boolean; readonly rulesDetailLogs: boolean; readonly ruleUseExecutionStatus: boolean; readonly ruleKqlBar: boolean; readonly isMustacheAutocompleteOn: boolean; readonly showMustacheAutocompleteSwitch: boolean; readonly isUsingRuleCreateFlyout: boolean; }" ], - "path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -71,7 +71,7 @@ "signature": [ "any" ], - "path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -92,7 +92,7 @@ }, "" ], - "path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -125,7 +125,7 @@ "text": "TriggersAndActionsUIPublicPluginSetup" } ], - "path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -146,7 +146,7 @@ }, "" ], - "path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -161,7 +161,7 @@ "signature": [ "PluginsSetup" ], - "path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -194,7 +194,7 @@ "text": "TriggersAndActionsUIPublicPluginStart" } ], - "path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -214,7 +214,7 @@ "text": "CoreStart" } ], - "path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -229,7 +229,7 @@ "signature": [ "PluginsStart" ], - "path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -247,7 +247,7 @@ "signature": [ "() => void" ], - "path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -270,7 +270,7 @@ "ActionAccordionFormProps", ") => React.JSX.Element" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/index.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -285,7 +285,7 @@ "signature": [ "T" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/lib/suspended_component_with_props.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/suspended_component_with_props.tsx", "deprecated": false, "trackAdoption": false } @@ -304,7 +304,7 @@ "RuleConditionsProps", ">) => React.JSX.Element)>" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/index.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/index.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -338,7 +338,7 @@ "RuleConditionsGroupProps", ">) => React.JSX.Element | null)>" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/index.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/index.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -386,7 +386,7 @@ }, ">" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/bulk_delete.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/bulk_delete.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -406,7 +406,7 @@ "text": "BulkOperationAttributes" } ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/bulk_delete.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/bulk_delete.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -427,7 +427,7 @@ "CreateConnectorFlyoutProps", ") => React.JSX.Element" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/index.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -442,7 +442,7 @@ "signature": [ "T" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/lib/suspended_component_with_props.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/suspended_component_with_props.tsx", "deprecated": false, "trackAdoption": false } @@ -461,7 +461,7 @@ "EditConnectorFlyoutProps", ") => React.JSX.Element" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/index.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -476,7 +476,7 @@ "signature": [ "T" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/lib/suspended_component_with_props.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/suspended_component_with_props.tsx", "deprecated": false, "trackAdoption": false } @@ -509,7 +509,7 @@ }, ">" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/lib/action_connector_api/execute.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/action_connector_api/execute.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -520,7 +520,7 @@ "tags": [], "label": "{\n id,\n params,\n http,\n signal,\n}", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/application/lib/action_connector_api/execute.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/action_connector_api/execute.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -531,7 +531,7 @@ "tags": [], "label": "id", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/application/lib/action_connector_api/execute.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/action_connector_api/execute.ts", "deprecated": false, "trackAdoption": false }, @@ -551,7 +551,7 @@ "text": "HttpSetup" } ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/lib/action_connector_api/execute.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/action_connector_api/execute.ts", "deprecated": false, "trackAdoption": false }, @@ -565,7 +565,7 @@ "signature": [ "{ [x: string]: unknown; }" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/lib/action_connector_api/execute.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/action_connector_api/execute.ts", "deprecated": false, "trackAdoption": false }, @@ -579,7 +579,7 @@ "signature": [ "AbortSignal | undefined" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/lib/action_connector_api/execute.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/action_connector_api/execute.ts", "deprecated": false, "trackAdoption": false } @@ -615,7 +615,7 @@ }, "[]>" ], - "path": "packages/kbn-alerts-ui-shared/src/common/apis/fetch_connector_types/fetch_connector_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_connector_types/fetch_connector_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -626,7 +626,7 @@ "tags": [], "label": "{\n http,\n featureId,\n includeSystemActions = false,\n}", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/common/apis/fetch_connector_types/fetch_connector_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_connector_types/fetch_connector_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -646,7 +646,7 @@ "text": "HttpSetup" } ], - "path": "packages/kbn-alerts-ui-shared/src/common/apis/fetch_connector_types/fetch_connector_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_connector_types/fetch_connector_types.ts", "deprecated": false, "trackAdoption": false }, @@ -660,7 +660,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/apis/fetch_connector_types/fetch_connector_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_connector_types/fetch_connector_types.ts", "deprecated": false, "trackAdoption": false }, @@ -674,7 +674,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/apis/fetch_connector_types/fetch_connector_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_connector_types/fetch_connector_types.ts", "deprecated": false, "trackAdoption": false } @@ -696,7 +696,7 @@ "ForLastExpressionProps", ") => React.JSX.Element" ], - "path": "x-pack/plugins/triggers_actions_ui/public/common/expression_items/index.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/expression_items/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -711,7 +711,7 @@ "signature": [ "T" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/lib/suspended_component_with_props.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/suspended_component_with_props.tsx", "deprecated": false, "trackAdoption": false } @@ -728,7 +728,7 @@ "signature": [ "(fieldName: string) => string" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/helpers.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -742,7 +742,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/helpers.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -771,7 +771,7 @@ "FieldOption", "[]>" ], - "path": "x-pack/plugins/triggers_actions_ui/public/common/index_controls/index.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/index_controls/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -791,7 +791,7 @@ "text": "HttpSetup" } ], - "path": "x-pack/plugins/triggers_actions_ui/public/common/index_controls/index.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/index_controls/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -806,7 +806,7 @@ "signature": [ "string[]" ], - "path": "x-pack/plugins/triggers_actions_ui/public/common/index_controls/index.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/index_controls/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -835,7 +835,7 @@ "IOption", "[]>" ], - "path": "x-pack/plugins/triggers_actions_ui/public/common/index_controls/index.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/index_controls/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -855,7 +855,7 @@ "text": "HttpSetup" } ], - "path": "x-pack/plugins/triggers_actions_ui/public/common/index_controls/index.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/index_controls/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -870,7 +870,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/triggers_actions_ui/public/common/index_controls/index.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/index_controls/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -891,7 +891,7 @@ "EuiSuperSelectOption", "<\"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\">[]>" ], - "path": "x-pack/plugins/triggers_actions_ui/public/index.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/index.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -908,7 +908,7 @@ "signature": [ "(fields: { type: string; name: string; }[]) => TimeFieldOptions[]" ], - "path": "x-pack/plugins/triggers_actions_ui/public/common/lib/get_time_options.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/lib/get_time_options.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -922,7 +922,7 @@ "signature": [ "{ type: string; name: string; }[]" ], - "path": "x-pack/plugins/triggers_actions_ui/public/common/lib/get_time_options.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/lib/get_time_options.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -949,7 +949,7 @@ }, "; }[]" ], - "path": "x-pack/plugins/triggers_actions_ui/public/common/lib/get_time_options.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/lib/get_time_options.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -963,7 +963,7 @@ "signature": [ "number" ], - "path": "x-pack/plugins/triggers_actions_ui/public/common/lib/get_time_options.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/lib/get_time_options.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -990,7 +990,7 @@ }, ", timeValue: string) => string" ], - "path": "x-pack/plugins/triggers_actions_ui/public/common/lib/get_time_unit_label.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/lib/get_time_unit_label.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1010,7 +1010,7 @@ "text": "TIME_UNITS" } ], - "path": "x-pack/plugins/triggers_actions_ui/public/common/lib/get_time_unit_label.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/lib/get_time_unit_label.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1025,7 +1025,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/triggers_actions_ui/public/common/lib/get_time_unit_label.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/lib/get_time_unit_label.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1046,7 +1046,7 @@ "GroupByExpressionProps", ") => React.JSX.Element" ], - "path": "x-pack/plugins/triggers_actions_ui/public/common/expression_items/index.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/expression_items/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -1061,7 +1061,7 @@ "signature": [ "T" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/lib/suspended_component_with_props.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/suspended_component_with_props.tsx", "deprecated": false, "trackAdoption": false } @@ -1078,7 +1078,7 @@ "signature": [ "(str: string) => boolean" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/lib/has_mustache_tokens.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/has_mustache_tokens.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1092,7 +1092,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/lib/has_mustache_tokens.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/has_mustache_tokens.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1111,7 +1111,7 @@ "signature": [ "({ buttonTitle, messageVariables, paramsProperty, inputTargetValue, label, errors, ariaLabel, onDocumentsChange, helpText, onBlur, showButtonTitle, dataTestSubj, euiCodeEditorProps, }: Props) => React.JSX.Element" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/components/json_editor_with_message_variables.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/json_editor_with_message_variables.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -1125,7 +1125,7 @@ "signature": [ "Props" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/components/json_editor_with_message_variables.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/json_editor_with_message_variables.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1144,7 +1144,7 @@ "signature": [ "({ field, ...rest }: Props) => React.JSX.Element" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/components/json_field_wrapper.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/json_field_wrapper.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -1158,7 +1158,7 @@ "signature": [ "Props" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/components/json_field_wrapper.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/json_field_wrapper.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1201,7 +1201,7 @@ }, ">>" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/get_rule.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/get_rule.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1212,7 +1212,7 @@ "tags": [], "label": "{\n http,\n ruleId,\n}", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/get_rule.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/get_rule.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1232,7 +1232,7 @@ "text": "HttpSetup" } ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/get_rule.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/get_rule.ts", "deprecated": false, "trackAdoption": false }, @@ -1243,7 +1243,7 @@ "tags": [], "label": "ruleId", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/get_rule.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/get_rule.ts", "deprecated": false, "trackAdoption": false } @@ -1267,7 +1267,7 @@ "AggregateRulesResponse", ">" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/aggregate.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/aggregate.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1281,7 +1281,7 @@ "signature": [ "LoadRuleAggregationsProps" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/aggregate.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/aggregate.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1316,7 +1316,7 @@ }, ">" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/rule_summary.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/rule_summary.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1327,7 +1327,7 @@ "tags": [], "label": "{\n http,\n ruleId,\n numberOfExecutions,\n}", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/rule_summary.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/rule_summary.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1347,7 +1347,7 @@ "text": "HttpSetup" } ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/rule_summary.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/rule_summary.ts", "deprecated": false, "trackAdoption": false }, @@ -1358,7 +1358,7 @@ "tags": [], "label": "ruleId", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/rule_summary.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/rule_summary.ts", "deprecated": false, "trackAdoption": false }, @@ -1372,7 +1372,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/rule_summary.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/rule_summary.ts", "deprecated": false, "trackAdoption": false } @@ -1408,7 +1408,7 @@ }, "[]>" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/rule_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/rule_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1419,7 +1419,7 @@ "tags": [], "label": "{ http }", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/rule_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/rule_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1439,7 +1439,7 @@ "text": "HttpSetup" } ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/rule_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/rule_types.ts", "deprecated": false, "trackAdoption": false } @@ -1459,7 +1459,7 @@ "signature": [ "({ field, euiFieldProps, idAria, ...rest }: Props) => React.JSX.Element" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/components/mustache_text_field_wrapper.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/mustache_text_field_wrapper.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -1473,7 +1473,7 @@ "signature": [ "Props" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/components/mustache_text_field_wrapper.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/mustache_text_field_wrapper.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1494,7 +1494,7 @@ "OfExpressionProps", ") => React.JSX.Element" ], - "path": "x-pack/plugins/triggers_actions_ui/public/common/expression_items/index.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/expression_items/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -1509,7 +1509,7 @@ "signature": [ "T" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/lib/suspended_component_with_props.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/suspended_component_with_props.tsx", "deprecated": false, "trackAdoption": false } @@ -1526,7 +1526,7 @@ "signature": [ "({ children }: Props) => React.JSX.Element" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/components/section_loading.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/section_loading.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -1540,7 +1540,7 @@ "signature": [ "Props" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/components/section_loading.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/section_loading.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1559,7 +1559,7 @@ "signature": [ "React.NamedExoticComponent" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/components/simple_connector_form.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/simple_connector_form.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -1591,7 +1591,7 @@ "signature": [ "(ComponentToSuspend: React.ComponentType, size: \"m\" | \"s\" | \"l\" | \"xl\" | \"xxl\" | undefined) => (props: T) => React.JSX.Element" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/lib/suspended_component_with_props.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/suspended_component_with_props.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -1605,7 +1605,7 @@ "signature": [ "React.ComponentType" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/lib/suspended_component_with_props.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/suspended_component_with_props.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1620,7 +1620,7 @@ "signature": [ "\"m\" | \"s\" | \"l\" | \"xl\" | \"xxl\" | undefined" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/lib/suspended_component_with_props.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/suspended_component_with_props.tsx", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1647,7 +1647,7 @@ }, ") => string" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/lib/template_action_variable.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/template_action_variable.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1667,7 +1667,7 @@ "text": "ActionVariable" } ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/lib/template_action_variable.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/template_action_variable.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1686,7 +1686,7 @@ "signature": [ "(props: Props) => React.ReactElement | null" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/components/text_area_with_message_variables.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/text_area_with_message_variables.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -1700,7 +1700,7 @@ "signature": [ "Props" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/components/text_area_with_message_variables.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/text_area_with_message_variables.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1719,7 +1719,7 @@ "signature": [ "({ buttonTitle, messageVariables, paramsProperty, index, inputTargetValue, editAction, errors, formRowProps, defaultValue, wrapField, showButtonTitle, }: Props) => React.JSX.Element" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/components/text_field_with_message_variables.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/text_field_with_message_variables.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -1733,7 +1733,7 @@ "signature": [ "Props" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/components/text_field_with_message_variables.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/text_field_with_message_variables.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1754,7 +1754,7 @@ "ThresholdExpressionProps", ") => React.JSX.Element" ], - "path": "x-pack/plugins/triggers_actions_ui/public/common/expression_items/index.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/expression_items/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -1769,7 +1769,7 @@ "signature": [ "T" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/lib/suspended_component_with_props.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/suspended_component_with_props.tsx", "deprecated": false, "trackAdoption": false } @@ -1786,7 +1786,7 @@ "signature": [ "({ rule_type_id: ruleTypeId, created_by: createdBy, updated_by: updatedBy, created_at: createdAt, updated_at: updatedAt, api_key_owner: apiKeyOwner, api_key_created_by_user: apiKeyCreatedByUser, notify_when: notifyWhen, mute_all: muteAll, muted_alert_ids: mutedInstanceIds, scheduled_task_id: scheduledTaskId, execution_status: executionStatus, actions: actions, snooze_schedule: snoozeSchedule, is_snoozed_until: isSnoozedUntil, active_snoozes: activeSnoozes, last_run: lastRun, next_run: nextRun, alert_delay: alertDelay, flapping, ...rest }: any) => any" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/common_transformations.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/common_transformations.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1800,7 +1800,7 @@ "signature": [ "any" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/common_transformations.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/common_transformations.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1837,7 +1837,7 @@ }, ", Record>>" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/lib/action_connector_api/update.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/action_connector_api/update.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1848,7 +1848,7 @@ "tags": [], "label": "{\n http,\n connector,\n id,\n}", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/application/lib/action_connector_api/update.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/action_connector_api/update.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1868,7 +1868,7 @@ "text": "HttpSetup" } ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/lib/action_connector_api/update.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/action_connector_api/update.ts", "deprecated": false, "trackAdoption": false }, @@ -1882,7 +1882,7 @@ "signature": [ "{ config: Record; secrets: Record; name: string; }" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/lib/action_connector_api/update.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/action_connector_api/update.ts", "deprecated": false, "trackAdoption": false }, @@ -1893,7 +1893,7 @@ "tags": [], "label": "id", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/application/lib/action_connector_api/update.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/action_connector_api/update.ts", "deprecated": false, "trackAdoption": false } @@ -1915,7 +1915,7 @@ "UseMutationResult", "" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_bulk_untrack_alerts.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_bulk_untrack_alerts.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -1933,7 +1933,7 @@ "() => ", "ConnectorContextValue" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/context/use_connector_context.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/context/use_connector_context.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1966,7 +1966,7 @@ }, "[]; authorizedToReadAnyRules: boolean; authorizedToCreateAnyRules: boolean; isSuccess: boolean; }" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/hooks/use_load_rule_types_query.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_load_rule_types_query.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1980,7 +1980,7 @@ "signature": [ "UseLoadRuleTypesQueryProps" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/hooks/use_load_rule_types_query.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_load_rule_types_query.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2001,7 +2001,7 @@ "UseSubActionParams", "

) => { isLoading: boolean; response: R | undefined; error: Error | null; }" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/hooks/use_sub_action.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_sub_action.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -2016,7 +2016,7 @@ "UseSubActionParams", "

" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/hooks/use_sub_action.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_sub_action.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2059,7 +2059,7 @@ }, ">" ], - "path": "x-pack/plugins/triggers_actions_ui/public/common/lib/kibana/kibana_react.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/lib/kibana/kibana_react.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2078,7 +2078,7 @@ "RuleUiAction", ") => string | null" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/lib/value_validators.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/value_validators.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2092,7 +2092,7 @@ "signature": [ "RuleUiAction" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/lib/value_validators.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/value_validators.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2113,7 +2113,7 @@ "ValueExpressionProps", ") => React.JSX.Element" ], - "path": "x-pack/plugins/triggers_actions_ui/public/common/expression_items/index.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/expression_items/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -2128,7 +2128,7 @@ "signature": [ "T" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/lib/suspended_component_with_props.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/suspended_component_with_props.tsx", "deprecated": false, "trackAdoption": false } @@ -2147,7 +2147,7 @@ "WhenExpressionProps", ") => React.JSX.Element" ], - "path": "x-pack/plugins/triggers_actions_ui/public/common/expression_items/index.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/expression_items/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -2162,7 +2162,7 @@ "signature": [ "T" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/lib/suspended_component_with_props.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/suspended_component_with_props.tsx", "deprecated": false, "trackAdoption": false } @@ -2178,7 +2178,7 @@ "tags": [], "label": "ActionConnectorFieldsProps", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2189,7 +2189,7 @@ "tags": [], "label": "readOnly", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2200,7 +2200,7 @@ "tags": [], "label": "isEdit", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2222,7 +2222,7 @@ }, ") => void" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2242,7 +2242,7 @@ "text": "ConnectorValidationFunc" } ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2270,7 +2270,7 @@ }, "" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2284,7 +2284,7 @@ "signature": [ "{ [P in keyof TParams]?: TParams[P] | undefined; }" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2295,7 +2295,7 @@ "tags": [], "label": "index", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2317,7 +2317,7 @@ }, ", index: number) => void" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2331,7 +2331,7 @@ "signature": [ "string" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2352,7 +2352,7 @@ "text": "SavedObjectAttribute" } ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -2367,7 +2367,7 @@ "signature": [ "number" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2391,7 +2391,7 @@ "text": "RuleFormParamsErrors" } ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2405,7 +2405,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2426,7 +2426,7 @@ }, "[] | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2440,7 +2440,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2454,7 +2454,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2475,7 +2475,7 @@ }, ", Record> | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2489,7 +2489,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2503,7 +2503,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2517,7 +2517,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2531,7 +2531,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2552,7 +2552,7 @@ }, " | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2566,7 +2566,7 @@ "signature": [ "((field?: string | undefined) => void) | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2580,7 +2580,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -2598,7 +2598,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2612,7 +2612,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false } @@ -2626,7 +2626,7 @@ "tags": [], "label": "ActionType", "description": [], - "path": "x-pack/plugins/actions/common/types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2637,7 +2637,7 @@ "tags": [], "label": "id", "description": [], - "path": "x-pack/plugins/actions/common/types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2648,7 +2648,7 @@ "tags": [], "label": "name", "description": [], - "path": "x-pack/plugins/actions/common/types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2659,7 +2659,7 @@ "tags": [], "label": "enabled", "description": [], - "path": "x-pack/plugins/actions/common/types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2670,7 +2670,7 @@ "tags": [], "label": "enabledInConfig", "description": [], - "path": "x-pack/plugins/actions/common/types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2681,7 +2681,7 @@ "tags": [], "label": "enabledInLicense", "description": [], - "path": "x-pack/plugins/actions/common/types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2695,7 +2695,7 @@ "signature": [ "\"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\"" ], - "path": "x-pack/plugins/actions/common/types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2709,7 +2709,7 @@ "signature": [ "string[]" ], - "path": "x-pack/plugins/actions/common/types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2720,7 +2720,7 @@ "tags": [], "label": "isSystemActionType", "description": [], - "path": "x-pack/plugins/actions/common/types.ts", + "path": "x-pack/platform/plugins/shared/actions/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -2744,7 +2744,7 @@ }, "" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2755,7 +2755,7 @@ "tags": [], "label": "id", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2769,7 +2769,7 @@ "signature": [ "string | React.ComponentType<{}>" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2780,7 +2780,7 @@ "tags": [], "label": "selectMessage", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2794,7 +2794,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2816,7 +2816,7 @@ }, ">" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2830,7 +2830,7 @@ "signature": [ "ActionParams" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2856,7 +2856,7 @@ }, ">> | null" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2878,7 +2878,7 @@ }, ">>" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -2917,7 +2917,7 @@ }, ">> | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2932,7 +2932,7 @@ "RecursivePartial", " | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2947,7 +2947,7 @@ "RecursivePartial", " | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2968,7 +2968,7 @@ }, " | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2982,7 +2982,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2996,7 +2996,7 @@ "signature": [ "{ id: string; name: string; }[] | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -3010,7 +3010,7 @@ "signature": [ "((params: ActionParams) => {} | ActionParams) | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3024,7 +3024,7 @@ "signature": [ "ActionParams" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3042,7 +3042,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -3056,7 +3056,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -3070,7 +3070,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false } @@ -3084,7 +3084,7 @@ "tags": [], "label": "AggregationType", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/common/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3095,7 +3095,7 @@ "tags": [], "label": "text", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/common/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3106,7 +3106,7 @@ "tags": [], "label": "fieldRequired", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/common/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3117,7 +3117,7 @@ "tags": [], "label": "value", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/common/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3131,7 +3131,7 @@ "signature": [ "(\"string\" | \"number\" | \"boolean\" | \"object\" | \"geo_point\" | \"geo_shape\" | \"ip\" | \"date\" | \"murmur3\" | \"date_range\" | \"ip_range\" | \"histogram\" | \"number_range\")[]" ], - "path": "x-pack/plugins/triggers_actions_ui/public/common/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -3145,7 +3145,7 @@ "tags": [], "label": "AlertsTableFlyoutBaseProps", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3166,7 +3166,7 @@ }, " & { \"@timestamp\"?: string[] | undefined; \"event.action\"?: string[] | undefined; tags?: string[] | undefined; kibana?: string[] | undefined; \"kibana.alert.rule.rule_type_id\"?: string[] | undefined; \"kibana.alert.rule.consumer\"?: string[] | undefined; \"kibana.alert.rule.execution.uuid\"?: string[] | undefined; \"kibana.alert.instance.id\"?: string[] | undefined; \"kibana.alert.rule.category\"?: string[] | undefined; \"kibana.alert.rule.name\"?: string[] | undefined; \"kibana.alert.rule.producer\"?: string[] | undefined; \"kibana.alert.rule.uuid\"?: string[] | undefined; \"kibana.alert.status\"?: string[] | undefined; \"kibana.alert.uuid\"?: string[] | undefined; \"kibana.space_ids\"?: string[] | undefined; \"event.kind\"?: string[] | undefined; \"kibana.alert.action_group\"?: string[] | undefined; \"kibana.alert.case_ids\"?: string[] | undefined; \"kibana.alert.duration.us\"?: string[] | undefined; \"kibana.alert.end\"?: string[] | undefined; \"kibana.alert.flapping\"?: string[] | undefined; \"kibana.alert.maintenance_window_ids\"?: string[] | undefined; \"kibana.alert.reason\"?: string[] | undefined; \"kibana.alert.rule.parameters\"?: string[] | undefined; \"kibana.alert.rule.tags\"?: string[] | undefined; \"kibana.alert.start\"?: string[] | undefined; \"kibana.alert.time_range\"?: string[] | undefined; \"kibana.alert.workflow_assignee_ids\"?: string[] | undefined; \"kibana.alert.workflow_status\"?: string[] | undefined; \"kibana.alert.workflow_tags\"?: string[] | undefined; \"kibana.version\"?: string[] | undefined; \"kibana.alert.context\"?: string[] | undefined; \"kibana.alert.evaluation.threshold\"?: string[] | undefined; \"kibana.alert.evaluation.value\"?: string[] | undefined; \"kibana.alert.evaluation.values\"?: string[] | undefined; \"kibana.alert.group\"?: string[] | undefined; \"ecs.version\"?: string[] | undefined; \"kibana.alert.risk_score\"?: string[] | undefined; \"kibana.alert.rule.author\"?: string[] | undefined; \"kibana.alert.rule.created_at\"?: string[] | undefined; \"kibana.alert.rule.created_by\"?: string[] | undefined; \"kibana.alert.rule.description\"?: string[] | undefined; \"kibana.alert.rule.enabled\"?: string[] | undefined; \"kibana.alert.rule.from\"?: string[] | undefined; \"kibana.alert.rule.interval\"?: string[] | undefined; \"kibana.alert.rule.license\"?: string[] | undefined; \"kibana.alert.rule.note\"?: string[] | undefined; \"kibana.alert.rule.references\"?: string[] | undefined; \"kibana.alert.rule.rule_id\"?: string[] | undefined; \"kibana.alert.rule.rule_name_override\"?: string[] | undefined; \"kibana.alert.rule.to\"?: string[] | undefined; \"kibana.alert.rule.type\"?: string[] | undefined; \"kibana.alert.rule.updated_at\"?: string[] | undefined; \"kibana.alert.rule.updated_by\"?: string[] | undefined; \"kibana.alert.rule.version\"?: string[] | undefined; \"kibana.alert.severity\"?: string[] | undefined; \"kibana.alert.suppression.docs_count\"?: string[] | undefined; \"kibana.alert.suppression.end\"?: string[] | undefined; \"kibana.alert.suppression.start\"?: string[] | undefined; \"kibana.alert.suppression.terms.field\"?: string[] | undefined; \"kibana.alert.suppression.terms.value\"?: string[] | undefined; \"kibana.alert.system_status\"?: string[] | undefined; \"kibana.alert.workflow_reason\"?: string[] | undefined; \"kibana.alert.workflow_user\"?: string[] | undefined; \"event.module\"?: string[] | undefined; \"kibana.alert.rule.threat.framework\"?: string[] | undefined; \"kibana.alert.rule.threat.tactic.id\"?: string[] | undefined; \"kibana.alert.rule.threat.tactic.name\"?: string[] | undefined; \"kibana.alert.rule.threat.tactic.reference\"?: string[] | undefined; \"kibana.alert.rule.threat.technique.id\"?: string[] | undefined; \"kibana.alert.rule.threat.technique.name\"?: string[] | undefined; \"kibana.alert.rule.threat.technique.reference\"?: string[] | undefined; \"kibana.alert.rule.threat.technique.subtechnique.id\"?: string[] | undefined; \"kibana.alert.rule.threat.technique.subtechnique.name\"?: string[] | undefined; \"kibana.alert.rule.threat.technique.subtechnique.reference\"?: string[] | undefined; \"kibana.alert.building_block_type\"?: string[] | undefined; \"kibana.alert\"?: string[] | undefined; \"kibana.alert.rule\"?: string[] | undefined; \"kibana.alert.suppression.terms\"?: string[] | undefined; \"kibana.alert.group.field\"?: string[] | undefined; \"kibana.alert.group.value\"?: string[] | undefined; \"kibana.alert.rule.exceptions_list\"?: string[] | undefined; \"kibana.alert.rule.namespace\"?: string[] | undefined; } & { [x: string]: unknown[]; }" ], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3177,7 +3177,7 @@ "tags": [], "label": "isLoading", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3191,7 +3191,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false } @@ -3205,7 +3205,7 @@ "tags": [], "label": "AlertStatus", "description": [], - "path": "x-pack/plugins/alerting/common/alert_summary.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/alert_summary.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3219,7 +3219,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/alerting/common/alert_summary.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/alert_summary.ts", "deprecated": false, "trackAdoption": false }, @@ -3233,7 +3233,7 @@ "signature": [ "\"OK\" | \"Active\"" ], - "path": "x-pack/plugins/alerting/common/alert_summary.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/alert_summary.ts", "deprecated": false, "trackAdoption": false }, @@ -3244,7 +3244,7 @@ "tags": [], "label": "muted", "description": [], - "path": "x-pack/plugins/alerting/common/alert_summary.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/alert_summary.ts", "deprecated": false, "trackAdoption": false }, @@ -3258,7 +3258,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/alerting/common/alert_summary.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/alert_summary.ts", "deprecated": false, "trackAdoption": false }, @@ -3272,7 +3272,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/alerting/common/alert_summary.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/alert_summary.ts", "deprecated": false, "trackAdoption": false }, @@ -3283,7 +3283,7 @@ "tags": [], "label": "flapping", "description": [], - "path": "x-pack/plugins/alerting/common/alert_summary.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/alert_summary.ts", "deprecated": false, "trackAdoption": false }, @@ -3297,7 +3297,7 @@ "signature": [ "string[] | undefined" ], - "path": "x-pack/plugins/alerting/common/alert_summary.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/alert_summary.ts", "deprecated": false, "trackAdoption": false }, @@ -3308,7 +3308,7 @@ "tags": [], "label": "tracked", "description": [], - "path": "x-pack/plugins/alerting/common/alert_summary.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/alert_summary.ts", "deprecated": false, "trackAdoption": false } @@ -3322,7 +3322,7 @@ "tags": [], "label": "AlertSummary", "description": [], - "path": "x-pack/plugins/alerting/common/alert_summary.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/alert_summary.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3333,7 +3333,7 @@ "tags": [], "label": "id", "description": [], - "path": "x-pack/plugins/alerting/common/alert_summary.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/alert_summary.ts", "deprecated": false, "trackAdoption": false }, @@ -3344,7 +3344,7 @@ "tags": [], "label": "name", "description": [], - "path": "x-pack/plugins/alerting/common/alert_summary.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/alert_summary.ts", "deprecated": false, "trackAdoption": false }, @@ -3358,7 +3358,7 @@ "signature": [ "string[]" ], - "path": "x-pack/plugins/alerting/common/alert_summary.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/alert_summary.ts", "deprecated": false, "trackAdoption": false }, @@ -3369,7 +3369,7 @@ "tags": [], "label": "ruleTypeId", "description": [], - "path": "x-pack/plugins/alerting/common/alert_summary.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/alert_summary.ts", "deprecated": false, "trackAdoption": false }, @@ -3380,7 +3380,7 @@ "tags": [], "label": "consumer", "description": [], - "path": "x-pack/plugins/alerting/common/alert_summary.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/alert_summary.ts", "deprecated": false, "trackAdoption": false }, @@ -3391,7 +3391,7 @@ "tags": [], "label": "muteAll", "description": [], - "path": "x-pack/plugins/alerting/common/alert_summary.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/alert_summary.ts", "deprecated": false, "trackAdoption": false }, @@ -3405,7 +3405,7 @@ "signature": [ "string | null | undefined" ], - "path": "x-pack/plugins/alerting/common/alert_summary.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/alert_summary.ts", "deprecated": false, "trackAdoption": false }, @@ -3416,7 +3416,7 @@ "tags": [], "label": "enabled", "description": [], - "path": "x-pack/plugins/alerting/common/alert_summary.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/alert_summary.ts", "deprecated": false, "trackAdoption": false }, @@ -3427,7 +3427,7 @@ "tags": [], "label": "statusStartDate", "description": [], - "path": "x-pack/plugins/alerting/common/alert_summary.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/alert_summary.ts", "deprecated": false, "trackAdoption": false }, @@ -3438,7 +3438,7 @@ "tags": [], "label": "statusEndDate", "description": [], - "path": "x-pack/plugins/alerting/common/alert_summary.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/alert_summary.ts", "deprecated": false, "trackAdoption": false }, @@ -3452,7 +3452,7 @@ "signature": [ "\"OK\" | \"Active\" | \"Error\"" ], - "path": "x-pack/plugins/alerting/common/alert_summary.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/alert_summary.ts", "deprecated": false, "trackAdoption": false }, @@ -3466,7 +3466,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/alerting/common/alert_summary.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/alert_summary.ts", "deprecated": false, "trackAdoption": false }, @@ -3480,7 +3480,7 @@ "signature": [ "{ date: string; message: string; }[]" ], - "path": "x-pack/plugins/alerting/common/alert_summary.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/alert_summary.ts", "deprecated": false, "trackAdoption": false }, @@ -3502,7 +3502,7 @@ }, "; }" ], - "path": "x-pack/plugins/alerting/common/alert_summary.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/alert_summary.ts", "deprecated": false, "trackAdoption": false }, @@ -3522,7 +3522,7 @@ "text": "ExecutionDuration" } ], - "path": "x-pack/plugins/alerting/common/alert_summary.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/alert_summary.ts", "deprecated": false, "trackAdoption": false }, @@ -3533,7 +3533,7 @@ "tags": [], "label": "revision", "description": [], - "path": "x-pack/plugins/alerting/common/alert_summary.ts", + "path": "x-pack/platform/plugins/shared/alerting/common/alert_summary.ts", "deprecated": false, "trackAdoption": false } @@ -3547,7 +3547,7 @@ "tags": [], "label": "AlertSummaryTimeRange", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/alert_summary_widget/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alert_summary_widget/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3558,7 +3558,7 @@ "tags": [], "label": "utcFrom", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/alert_summary_widget/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alert_summary_widget/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3569,7 +3569,7 @@ "tags": [], "label": "utcTo", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/alert_summary_widget/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alert_summary_widget/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3580,7 +3580,7 @@ "tags": [], "label": "fixedInterval", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/alert_summary_widget/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alert_summary_widget/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3594,7 +3594,7 @@ "signature": [ "string | JSX.Element | undefined" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/alert_summary_widget/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alert_summary_widget/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3608,7 +3608,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/alert_summary_widget/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alert_summary_widget/types.ts", "deprecated": false, "trackAdoption": false } @@ -3622,7 +3622,7 @@ "tags": [], "label": "BulkOperationResponse", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3651,7 +3651,7 @@ }, ">[]" ], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3672,7 +3672,7 @@ }, "[]" ], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3683,7 +3683,7 @@ "tags": [], "label": "total", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false } @@ -3708,7 +3708,7 @@ " extends ", "CommonFieldSchema" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/components/simple_connector_form.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/simple_connector_form.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -3722,7 +3722,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/components/simple_connector_form.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/simple_connector_form.tsx", "deprecated": false, "trackAdoption": false }, @@ -3736,7 +3736,7 @@ "signature": [ "string | string[] | undefined" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/components/simple_connector_form.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/simple_connector_form.tsx", "deprecated": false, "trackAdoption": false } @@ -3750,7 +3750,7 @@ "tags": [], "label": "FieldBrowserOptions", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3765,7 +3765,7 @@ "CreateFieldComponent", " | undefined" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3780,7 +3780,7 @@ "GetFieldTableColumns", " | undefined" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3796,7 +3796,7 @@ "signature": [ "string[] | undefined" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/types.ts", "deprecated": false, "trackAdoption": false } @@ -3810,7 +3810,7 @@ "tags": [], "label": "FieldBrowserProps", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3826,7 +3826,7 @@ "signature": [ "string[]" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3850,7 +3850,7 @@ }, ">; }" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3866,7 +3866,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3882,7 +3882,7 @@ "signature": [ "() => void" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -3900,7 +3900,7 @@ "signature": [ "(columnId: string) => void" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3914,7 +3914,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3941,7 +3941,7 @@ }, " | undefined" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3957,7 +3957,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/types.ts", "deprecated": false, "trackAdoption": false } @@ -3981,7 +3981,7 @@ }, "" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3995,7 +3995,7 @@ "signature": [ "{ [P in Extract]: unknown; }" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false } @@ -4009,7 +4009,7 @@ "tags": [], "label": "IErrorObject", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4030,7 +4030,7 @@ "text": "IErrorObject" } ], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false } @@ -4044,7 +4044,7 @@ "tags": [], "label": "NotifyWhenSelectOptions", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4058,7 +4058,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4072,7 +4072,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4087,7 +4087,7 @@ "EuiSuperSelectOption", "<\"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\">" ], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false } @@ -4111,7 +4111,7 @@ }, "" ], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4135,7 +4135,7 @@ "RuleUiAction", "[]; }" ], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4197,7 +4197,7 @@ }, ">) => void; has: (id: string) => boolean; }" ], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4235,7 +4235,7 @@ }, ") => void; has: (id: string) => boolean; }" ], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4249,7 +4249,7 @@ "signature": [ "() => Promise" ], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -4265,7 +4265,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4279,7 +4279,7 @@ "signature": [ "string[] | undefined" ], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4293,7 +4293,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false } @@ -4307,7 +4307,7 @@ "tags": [], "label": "RuleStatusFilterProps", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_status_filter.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_status_filter.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -4328,7 +4328,7 @@ }, "[]" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_status_filter.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_status_filter.tsx", "deprecated": false, "trackAdoption": false }, @@ -4342,7 +4342,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_status_filter.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_status_filter.tsx", "deprecated": false, "trackAdoption": false }, @@ -4356,7 +4356,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_status_filter.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_status_filter.tsx", "deprecated": false, "trackAdoption": false }, @@ -4370,7 +4370,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_status_filter.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_status_filter.tsx", "deprecated": false, "trackAdoption": false }, @@ -4392,7 +4392,7 @@ }, ") => string) | undefined" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_status_filter.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_status_filter.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -4412,7 +4412,7 @@ "text": "RuleStatus" } ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_status_filter.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_status_filter.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4438,7 +4438,7 @@ }, "[]) => void" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_status_filter.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_status_filter.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -4459,7 +4459,7 @@ }, "[]" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_status_filter.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_status_filter.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4503,7 +4503,7 @@ }, ">" ], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4514,7 +4514,7 @@ "tags": [], "label": "ruleType", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4525,7 +4525,7 @@ "tags": [], "label": "index", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4536,7 +4536,7 @@ "tags": [], "label": "actionsCount", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4547,7 +4547,7 @@ "tags": [], "label": "isEditable", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4558,7 +4558,7 @@ "tags": [], "label": "enabledInLicense", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4572,7 +4572,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false } @@ -4604,7 +4604,7 @@ }, ", \"id\" | \"name\" | \"recoveryActionGroup\" | \"actionGroups\" | \"defaultActionGroupId\" | \"producer\" | \"minimumLicenseRequired\" | \"defaultScheduleInterval\" | \"ruleTaskTimeout\" | \"doesSetRecoveryContext\">" ], - "path": "packages/kbn-triggers-actions-ui-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-triggers-actions-ui-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4618,7 +4618,7 @@ "signature": [ "AsActionVariables<\"params\"> & Partial>" ], - "path": "packages/kbn-triggers-actions-ui-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-triggers-actions-ui-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -4632,7 +4632,7 @@ "signature": [ "{ [x: string]: { read: boolean; all: boolean; }; }" ], - "path": "packages/kbn-triggers-actions-ui-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-triggers-actions-ui-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -4643,7 +4643,7 @@ "tags": [], "label": "enabledInLicense", "description": [], - "path": "packages/kbn-triggers-actions-ui-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-triggers-actions-ui-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -4657,7 +4657,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-triggers-actions-ui-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-triggers-actions-ui-types/rule_types.ts", "deprecated": false, "trackAdoption": false }, @@ -4671,7 +4671,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-triggers-actions-ui-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-triggers-actions-ui-types/rule_types.ts", "deprecated": false, "trackAdoption": false } @@ -4695,7 +4695,7 @@ }, "" ], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4706,7 +4706,7 @@ "tags": [], "label": "id", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4717,7 +4717,7 @@ "tags": [], "label": "description", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4728,7 +4728,7 @@ "tags": [], "label": "iconClass", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4750,7 +4750,7 @@ }, ") => string) | null" ], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4771,7 +4771,7 @@ "text": "ValidationResult" } ], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4785,7 +4785,7 @@ "signature": [ "Params" ], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4800,7 +4800,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -4826,7 +4826,7 @@ }, ", string>>>" ], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -4854,7 +4854,7 @@ "tags": [], "label": "requiresAppContext", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4868,7 +4868,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4882,7 +4882,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4896,7 +4896,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4910,7 +4910,7 @@ "signature": [ "React.FunctionComponent | React.LazyExoticComponent> | undefined" ], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false } @@ -4934,7 +4934,7 @@ }, "" ], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4948,7 +4948,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4962,7 +4962,7 @@ "signature": [ "Params" ], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4973,7 +4973,7 @@ "tags": [], "label": "ruleInterval", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4984,7 +4984,7 @@ "tags": [], "label": "ruleThrottle", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4998,7 +4998,7 @@ "signature": [ "\"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"" ], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -5012,7 +5012,7 @@ "signature": [ "(property: Key, value: Params[Key] | undefined) => void" ], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5026,7 +5026,7 @@ "signature": [ "Key" ], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5041,7 +5041,7 @@ "signature": [ "Params[Key] | undefined" ], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -5061,7 +5061,7 @@ "SanitizedRule", "[Prop] | null) => void" ], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5075,7 +5075,7 @@ "signature": [ "Prop" ], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5091,7 +5091,7 @@ "SanitizedRule", "[Prop] | null" ], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -5109,7 +5109,7 @@ "signature": [ "(metadata: MetaData) => void" ], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5123,7 +5123,7 @@ "signature": [ "MetaData" ], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5147,7 +5147,7 @@ "text": "IErrorObject" } ], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -5158,7 +5158,7 @@ "tags": [], "label": "defaultActionGroupId", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -5179,7 +5179,7 @@ }, "[]" ], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -5193,7 +5193,7 @@ "signature": [ "MetaData | undefined" ], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -5213,7 +5213,7 @@ "text": "ChartsPluginSetup" } ], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -5233,7 +5233,7 @@ "text": "DataPublicPluginStart" } ], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -5253,7 +5253,7 @@ "text": "DataViewsServicePublic" } ], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -5273,7 +5273,7 @@ "text": "UnifiedSearchPublicPluginStart" } ], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false } @@ -5298,7 +5298,7 @@ " extends ", "CommonFieldSchema" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/components/simple_connector_form.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/simple_connector_form.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -5312,7 +5312,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/components/simple_connector_form.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/simple_connector_form.tsx", "deprecated": false, "trackAdoption": false } @@ -5343,7 +5343,7 @@ "text": "CoreStart" } ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/rules_app.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/rules_app.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -5363,7 +5363,7 @@ "text": "ActionsPublicPluginSetup" } ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/rules_app.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/rules_app.tsx", "deprecated": false, "trackAdoption": false }, @@ -5384,7 +5384,7 @@ }, " | undefined" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/rules_app.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/rules_app.tsx", "deprecated": false, "trackAdoption": false }, @@ -5404,7 +5404,7 @@ "text": "DataPublicPluginStart" } ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/rules_app.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/rules_app.tsx", "deprecated": false, "trackAdoption": false }, @@ -5424,7 +5424,7 @@ "text": "DataViewsServicePublic" } ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/rules_app.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/rules_app.tsx", "deprecated": false, "trackAdoption": false }, @@ -5444,7 +5444,7 @@ "text": "PluginStart" } ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/rules_app.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/rules_app.tsx", "deprecated": false, "trackAdoption": false }, @@ -5464,7 +5464,7 @@ "text": "DashboardStart" } ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/rules_app.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/rules_app.tsx", "deprecated": false, "trackAdoption": false }, @@ -5487,7 +5487,7 @@ "ActiveCursor", "; }" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/rules_app.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/rules_app.tsx", "deprecated": false, "trackAdoption": false }, @@ -5508,7 +5508,7 @@ }, " | undefined" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/rules_app.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/rules_app.tsx", "deprecated": false, "trackAdoption": false }, @@ -5529,7 +5529,7 @@ }, " | undefined" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/rules_app.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/rules_app.tsx", "deprecated": false, "trackAdoption": false }, @@ -5550,7 +5550,7 @@ }, " | undefined" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/rules_app.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/rules_app.tsx", "deprecated": false, "trackAdoption": false }, @@ -5561,7 +5561,7 @@ "tags": [], "label": "isCloud", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/application/rules_app.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/rules_app.tsx", "deprecated": false, "trackAdoption": false }, @@ -5583,7 +5583,7 @@ }, "[]) => void" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/rules_app.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/rules_app.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -5604,7 +5604,7 @@ }, "[]" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/rules_app.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/rules_app.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5646,7 +5646,7 @@ }, ") => void; has: (id: string) => boolean; }" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/rules_app.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/rules_app.tsx", "deprecated": false, "trackAdoption": false }, @@ -5708,7 +5708,7 @@ }, ">) => void; has: (id: string) => boolean; }" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/rules_app.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/rules_app.tsx", "deprecated": false, "trackAdoption": false }, @@ -5732,7 +5732,7 @@ "AlertsTableConfigurationRegistry", ") => void; has: (id: string) => boolean; getActions: (id: string) => { toggleColumn: (columnId: string) => void; } | undefined; getAlertConfigIdPerRuleTypes: (ruleTypeIds: string[]) => string; }" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/rules_app.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/rules_app.tsx", "deprecated": false, "trackAdoption": false }, @@ -5753,7 +5753,7 @@ }, "" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/rules_app.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/rules_app.tsx", "deprecated": false, "trackAdoption": false }, @@ -5774,7 +5774,7 @@ }, "[]" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/rules_app.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/rules_app.tsx", "deprecated": false, "trackAdoption": false }, @@ -5788,7 +5788,7 @@ "signature": [ "HTMLElement" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/rules_app.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/rules_app.tsx", "deprecated": false, "trackAdoption": false }, @@ -5808,7 +5808,7 @@ "text": "I18nStart" } ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/rules_app.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/rules_app.tsx", "deprecated": false, "trackAdoption": false }, @@ -5828,7 +5828,7 @@ "text": "ThemeServiceSetup" } ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/rules_app.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/rules_app.tsx", "deprecated": false, "trackAdoption": false }, @@ -5848,7 +5848,7 @@ "text": "UnifiedSearchPublicPluginStart" } ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/rules_app.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/rules_app.tsx", "deprecated": false, "trackAdoption": false }, @@ -5868,7 +5868,7 @@ "text": "LicensingPluginStart" } ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/rules_app.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/rules_app.tsx", "deprecated": false, "trackAdoption": false }, @@ -5888,7 +5888,7 @@ "text": "ExpressionsStart" } ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/rules_app.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/rules_app.tsx", "deprecated": false, "trackAdoption": false }, @@ -5899,7 +5899,7 @@ "tags": [], "label": "isServerless", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/application/rules_app.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/rules_app.tsx", "deprecated": false, "trackAdoption": false }, @@ -5929,7 +5929,7 @@ }, "; }" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/rules_app.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/rules_app.tsx", "deprecated": false, "trackAdoption": false }, @@ -5949,7 +5949,7 @@ "text": "LensPublicStart" } ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/rules_app.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/rules_app.tsx", "deprecated": false, "trackAdoption": false } @@ -5963,7 +5963,7 @@ "tags": [], "label": "ValidationResult", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/common/types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5977,7 +5977,7 @@ "signature": [ "{ [x: string]: any; }" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts", "deprecated": false, "trackAdoption": false } @@ -5993,7 +5993,7 @@ "tags": [], "label": "ActionConnectorMode", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6005,7 +6005,7 @@ "tags": [], "label": "AlertProvidedActionVariables", "description": [], - "path": "packages/kbn-alerts-ui-shared/src/action_variables/action_variables.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/action_variables/action_variables.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6017,7 +6017,7 @@ "tags": [], "label": "RuleFlyoutCloseReason", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6029,7 +6029,7 @@ "tags": [], "label": "TIME_UNITS", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/application/constants/time_units.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/constants/time_units.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6069,7 +6069,7 @@ }, "" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6091,7 +6091,7 @@ }, " & ({ conditions?: T | undefined; isRequired?: false | undefined; } | { conditions: T; isRequired: true; })" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_conditions.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/rule_conditions.tsx", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6130,7 +6130,7 @@ }, ") => void; has: (id: string) => boolean; }" ], - "path": "packages/kbn-alerts-ui-shared/src/common/types/action_types.ts", + "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6145,7 +6145,7 @@ "signature": [ "AsActionVariables<\"params\"> & Partial>" ], - "path": "packages/kbn-triggers-actions-ui-types/action_variable_types.ts", + "path": "src/platform/packages/shared/kbn-triggers-actions-ui-types/action_variable_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6160,7 +6160,7 @@ "signature": [ "\"kibana-alert-history-\"" ], - "path": "x-pack/plugins/actions/common/alert_history_schema.ts", + "path": "x-pack/platform/plugins/shared/actions/common/alert_history_schema.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6172,7 +6172,7 @@ "tags": [], "label": "AlertHistoryDefaultIndexName", "description": [], - "path": "x-pack/plugins/actions/common/alert_history_schema.ts", + "path": "x-pack/platform/plugins/shared/actions/common/alert_history_schema.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6187,7 +6187,7 @@ "signature": [ "Readonly<{ event: { kind: string; }; kibana?: { alert: { actionGroupName?: string | undefined; actionGroup?: string | undefined; context?: { [x: string]: Record; } | undefined; id?: string | undefined; }; } | undefined; rule?: { type?: string | undefined; space?: string | undefined; params?: { [x: string]: Record; } | undefined; name?: string | undefined; id?: string | undefined; } | undefined; message?: unknown; tags?: string[] | undefined; '@timestamp': string; }> | null" ], - "path": "x-pack/plugins/actions/common/alert_history_schema.ts", + "path": "x-pack/platform/plugins/shared/actions/common/alert_history_schema.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6202,7 +6202,7 @@ "signature": [ "\"preconfigured-alert-history-es-index\"" ], - "path": "x-pack/plugins/actions/common/alert_history_schema.ts", + "path": "x-pack/platform/plugins/shared/actions/common/alert_history_schema.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6227,7 +6227,7 @@ "AlertsTableConfigurationRegistry", ") => void; has: (id: string) => boolean; getActions: (id: string) => { toggleColumn: (columnId: string) => void; } | undefined; getAlertConfigIdPerRuleTypes: (ruleTypeIds: string[]) => string; }" ], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6326,7 +6326,7 @@ "EuiDataGridProps", ", \"height\" | \"gridStyle\" | \"rowHeightsOptions\">>" ], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6357,7 +6357,7 @@ }, ">> | null" ], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6380,7 +6380,7 @@ }, " : T[K]; }" ], - "path": "packages/kbn-actions-types/rewrite_request_case_types.ts", + "path": "src/platform/packages/shared/kbn-actions-types/rewrite_request_case_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6404,7 +6404,7 @@ }, "; }" ], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6416,7 +6416,7 @@ "tags": [], "label": "connectorDeprecatedMessage", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/common/connectors_selection.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/connectors_selection.tsx", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6449,7 +6449,7 @@ }, ", \"id\" | \"name\">>" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6461,7 +6461,7 @@ "tags": [], "label": "deprecatedMessage", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/common/connectors_selection.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/connectors_selection.tsx", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6486,7 +6486,7 @@ "RuleUiAction", "[]; }" ], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6522,7 +6522,7 @@ "RuleEventLogListCommonProps", " : never" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_event_log_list.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_event_log_list.tsx", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6537,7 +6537,7 @@ "signature": [ "\"ruleName\" | \"ruleTags\" | \"ruleExecutionStatusLastDate\" | \"ruleSnoozeNotify\" | \"ruleScheduleInterval\" | \"ruleExecutionStatusLastDuration\" | \"ruleExecutionPercentile\" | \"ruleExecutionSuccessRatio\" | \"ruleExecutionStatus\" | \"ruleExecutionState\"" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_column_selector.tsx", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_column_selector.tsx", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6552,7 +6552,7 @@ "signature": [ "\"disabled\" | \"enabled\" | \"snoozed\"" ], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6575,7 +6575,7 @@ }, ">" ], - "path": "packages/kbn-triggers-actions-ui-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-triggers-actions-ui-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6590,7 +6590,7 @@ "signature": [ "{ [x: string]: unknown; }" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6653,7 +6653,7 @@ }, ">) => void; has: (id: string) => boolean; }" ], - "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6684,7 +6684,7 @@ }, " | undefined; }" ], - "path": "packages/kbn-alerting-types/rule_types.ts", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6699,7 +6699,7 @@ "signature": [ "\"string\" | \"number\" | \"boolean\" | \"object\" | \"geo_point\" | \"geo_shape\" | \"ip\" | \"date\" | \"murmur3\" | \"date_range\" | \"ip_range\" | \"histogram\" | \"number_range\"" ], - "path": "x-pack/plugins/triggers_actions_ui/public/common/types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6718,7 +6718,7 @@ "AlertsTableContextType", ">" ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/contexts/alerts_table_context.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/contexts/alerts_table_context.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6730,7 +6730,7 @@ "tags": [], "label": "builtInAggregationTypes", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/common/constants/aggregation_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/aggregation_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6741,7 +6741,7 @@ "tags": [], "label": "count", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/common/constants/aggregation_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/aggregation_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6752,7 +6752,7 @@ "tags": [], "label": "text", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/common/constants/aggregation_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/aggregation_types.ts", "deprecated": false, "trackAdoption": false }, @@ -6766,7 +6766,7 @@ "signature": [ "false" ], - "path": "x-pack/plugins/triggers_actions_ui/public/common/constants/aggregation_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/aggregation_types.ts", "deprecated": false, "trackAdoption": false }, @@ -6780,7 +6780,7 @@ "signature": [ "AGGREGATION_TYPES" ], - "path": "x-pack/plugins/triggers_actions_ui/public/common/constants/aggregation_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/aggregation_types.ts", "deprecated": false, "trackAdoption": false }, @@ -6794,7 +6794,7 @@ "signature": [ "never[]" ], - "path": "x-pack/plugins/triggers_actions_ui/public/common/constants/aggregation_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/aggregation_types.ts", "deprecated": false, "trackAdoption": false } @@ -6807,7 +6807,7 @@ "tags": [], "label": "avg", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/common/constants/aggregation_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/aggregation_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6818,7 +6818,7 @@ "tags": [], "label": "text", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/common/constants/aggregation_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/aggregation_types.ts", "deprecated": false, "trackAdoption": false }, @@ -6832,7 +6832,7 @@ "signature": [ "true" ], - "path": "x-pack/plugins/triggers_actions_ui/public/common/constants/aggregation_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/aggregation_types.ts", "deprecated": false, "trackAdoption": false }, @@ -6846,7 +6846,7 @@ "signature": [ "\"number\"[]" ], - "path": "x-pack/plugins/triggers_actions_ui/public/common/constants/aggregation_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/aggregation_types.ts", "deprecated": false, "trackAdoption": false }, @@ -6860,7 +6860,7 @@ "signature": [ "AGGREGATION_TYPES" ], - "path": "x-pack/plugins/triggers_actions_ui/public/common/constants/aggregation_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/aggregation_types.ts", "deprecated": false, "trackAdoption": false } @@ -6873,7 +6873,7 @@ "tags": [], "label": "sum", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/common/constants/aggregation_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/aggregation_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6884,7 +6884,7 @@ "tags": [], "label": "text", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/common/constants/aggregation_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/aggregation_types.ts", "deprecated": false, "trackAdoption": false }, @@ -6898,7 +6898,7 @@ "signature": [ "true" ], - "path": "x-pack/plugins/triggers_actions_ui/public/common/constants/aggregation_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/aggregation_types.ts", "deprecated": false, "trackAdoption": false }, @@ -6912,7 +6912,7 @@ "signature": [ "\"number\"[]" ], - "path": "x-pack/plugins/triggers_actions_ui/public/common/constants/aggregation_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/aggregation_types.ts", "deprecated": false, "trackAdoption": false }, @@ -6926,7 +6926,7 @@ "signature": [ "AGGREGATION_TYPES" ], - "path": "x-pack/plugins/triggers_actions_ui/public/common/constants/aggregation_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/aggregation_types.ts", "deprecated": false, "trackAdoption": false } @@ -6939,7 +6939,7 @@ "tags": [], "label": "min", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/common/constants/aggregation_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/aggregation_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6950,7 +6950,7 @@ "tags": [], "label": "text", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/common/constants/aggregation_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/aggregation_types.ts", "deprecated": false, "trackAdoption": false }, @@ -6964,7 +6964,7 @@ "signature": [ "true" ], - "path": "x-pack/plugins/triggers_actions_ui/public/common/constants/aggregation_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/aggregation_types.ts", "deprecated": false, "trackAdoption": false }, @@ -6978,7 +6978,7 @@ "signature": [ "(\"date\" | \"number\")[]" ], - "path": "x-pack/plugins/triggers_actions_ui/public/common/constants/aggregation_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/aggregation_types.ts", "deprecated": false, "trackAdoption": false }, @@ -6992,7 +6992,7 @@ "signature": [ "AGGREGATION_TYPES" ], - "path": "x-pack/plugins/triggers_actions_ui/public/common/constants/aggregation_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/aggregation_types.ts", "deprecated": false, "trackAdoption": false } @@ -7005,7 +7005,7 @@ "tags": [], "label": "max", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/common/constants/aggregation_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/aggregation_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7016,7 +7016,7 @@ "tags": [], "label": "text", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/common/constants/aggregation_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/aggregation_types.ts", "deprecated": false, "trackAdoption": false }, @@ -7030,7 +7030,7 @@ "signature": [ "true" ], - "path": "x-pack/plugins/triggers_actions_ui/public/common/constants/aggregation_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/aggregation_types.ts", "deprecated": false, "trackAdoption": false }, @@ -7044,7 +7044,7 @@ "signature": [ "(\"date\" | \"number\")[]" ], - "path": "x-pack/plugins/triggers_actions_ui/public/common/constants/aggregation_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/aggregation_types.ts", "deprecated": false, "trackAdoption": false }, @@ -7058,7 +7058,7 @@ "signature": [ "AGGREGATION_TYPES" ], - "path": "x-pack/plugins/triggers_actions_ui/public/common/constants/aggregation_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/aggregation_types.ts", "deprecated": false, "trackAdoption": false } @@ -7074,7 +7074,7 @@ "tags": [], "label": "builtInComparators", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/common/constants/index.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7085,7 +7085,7 @@ "tags": [], "label": "[COMPARATORS.GREATER_THAN]", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/common/constants/index.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7096,7 +7096,7 @@ "tags": [], "label": "text", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/common/constants/index.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/index.ts", "deprecated": false, "trackAdoption": false }, @@ -7116,7 +7116,7 @@ "text": "COMPARATORS" } ], - "path": "x-pack/plugins/triggers_actions_ui/public/common/constants/index.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/index.ts", "deprecated": false, "trackAdoption": false }, @@ -7127,7 +7127,7 @@ "tags": [], "label": "requiredValues", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/common/constants/index.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/index.ts", "deprecated": false, "trackAdoption": false } @@ -7140,7 +7140,7 @@ "tags": [], "label": "[COMPARATORS.GREATER_THAN_OR_EQUALS]", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/common/constants/index.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7151,7 +7151,7 @@ "tags": [], "label": "text", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/common/constants/index.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/index.ts", "deprecated": false, "trackAdoption": false }, @@ -7171,7 +7171,7 @@ "text": "COMPARATORS" } ], - "path": "x-pack/plugins/triggers_actions_ui/public/common/constants/index.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/index.ts", "deprecated": false, "trackAdoption": false }, @@ -7182,7 +7182,7 @@ "tags": [], "label": "requiredValues", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/common/constants/index.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/index.ts", "deprecated": false, "trackAdoption": false } @@ -7195,7 +7195,7 @@ "tags": [], "label": "[COMPARATORS.LESS_THAN]", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/common/constants/index.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7206,7 +7206,7 @@ "tags": [], "label": "text", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/common/constants/index.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/index.ts", "deprecated": false, "trackAdoption": false }, @@ -7226,7 +7226,7 @@ "text": "COMPARATORS" } ], - "path": "x-pack/plugins/triggers_actions_ui/public/common/constants/index.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/index.ts", "deprecated": false, "trackAdoption": false }, @@ -7237,7 +7237,7 @@ "tags": [], "label": "requiredValues", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/common/constants/index.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/index.ts", "deprecated": false, "trackAdoption": false } @@ -7250,7 +7250,7 @@ "tags": [], "label": "[COMPARATORS.LESS_THAN_OR_EQUALS]", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/common/constants/index.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7261,7 +7261,7 @@ "tags": [], "label": "text", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/common/constants/index.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/index.ts", "deprecated": false, "trackAdoption": false }, @@ -7281,7 +7281,7 @@ "text": "COMPARATORS" } ], - "path": "x-pack/plugins/triggers_actions_ui/public/common/constants/index.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/index.ts", "deprecated": false, "trackAdoption": false }, @@ -7292,7 +7292,7 @@ "tags": [], "label": "requiredValues", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/common/constants/index.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/index.ts", "deprecated": false, "trackAdoption": false } @@ -7305,7 +7305,7 @@ "tags": [], "label": "[COMPARATORS.BETWEEN]", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/common/constants/index.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7316,7 +7316,7 @@ "tags": [], "label": "text", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/common/constants/index.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/index.ts", "deprecated": false, "trackAdoption": false }, @@ -7336,7 +7336,7 @@ "text": "COMPARATORS" } ], - "path": "x-pack/plugins/triggers_actions_ui/public/common/constants/index.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/index.ts", "deprecated": false, "trackAdoption": false }, @@ -7347,7 +7347,7 @@ "tags": [], "label": "requiredValues", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/common/constants/index.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/index.ts", "deprecated": false, "trackAdoption": false } @@ -7360,7 +7360,7 @@ "tags": [], "label": "[COMPARATORS.NOT_BETWEEN]", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/common/constants/index.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7371,7 +7371,7 @@ "tags": [], "label": "text", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/common/constants/index.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/index.ts", "deprecated": false, "trackAdoption": false }, @@ -7391,7 +7391,7 @@ "text": "COMPARATORS" } ], - "path": "x-pack/plugins/triggers_actions_ui/public/common/constants/index.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/index.ts", "deprecated": false, "trackAdoption": false }, @@ -7402,7 +7402,7 @@ "tags": [], "label": "requiredValues", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/common/constants/index.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/index.ts", "deprecated": false, "trackAdoption": false } @@ -7418,7 +7418,7 @@ "tags": [], "label": "builtInGroupByTypes", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/common/constants/group_by_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/group_by_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7429,7 +7429,7 @@ "tags": [], "label": "all", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/common/constants/group_by_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/group_by_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7440,7 +7440,7 @@ "tags": [], "label": "text", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/common/constants/group_by_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/group_by_types.ts", "deprecated": false, "trackAdoption": false }, @@ -7454,7 +7454,7 @@ "signature": [ "false" ], - "path": "x-pack/plugins/triggers_actions_ui/public/common/constants/group_by_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/group_by_types.ts", "deprecated": false, "trackAdoption": false }, @@ -7465,7 +7465,7 @@ "tags": [], "label": "value", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/common/constants/group_by_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/group_by_types.ts", "deprecated": false, "trackAdoption": false }, @@ -7479,7 +7479,7 @@ "signature": [ "never[]" ], - "path": "x-pack/plugins/triggers_actions_ui/public/common/constants/group_by_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/group_by_types.ts", "deprecated": false, "trackAdoption": false } @@ -7492,7 +7492,7 @@ "tags": [], "label": "top", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/common/constants/group_by_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/group_by_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7503,7 +7503,7 @@ "tags": [], "label": "text", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/common/constants/group_by_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/group_by_types.ts", "deprecated": false, "trackAdoption": false }, @@ -7517,7 +7517,7 @@ "signature": [ "true" ], - "path": "x-pack/plugins/triggers_actions_ui/public/common/constants/group_by_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/group_by_types.ts", "deprecated": false, "trackAdoption": false }, @@ -7528,7 +7528,7 @@ "tags": [], "label": "value", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/common/constants/group_by_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/group_by_types.ts", "deprecated": false, "trackAdoption": false }, @@ -7542,7 +7542,7 @@ "signature": [ "string[]" ], - "path": "x-pack/plugins/triggers_actions_ui/public/common/constants/group_by_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/group_by_types.ts", "deprecated": false, "trackAdoption": false } @@ -7558,7 +7558,7 @@ "tags": [], "label": "firstFieldOption", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/common/index_controls/index.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/index_controls/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7569,7 +7569,7 @@ "tags": [], "label": "text", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/common/index_controls/index.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/index_controls/index.ts", "deprecated": false, "trackAdoption": false }, @@ -7580,7 +7580,7 @@ "tags": [], "label": "value", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/common/index_controls/index.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/index_controls/index.ts", "deprecated": false, "trackAdoption": false } @@ -7595,7 +7595,7 @@ "tags": [], "label": "TriggersAndActionsUIPublicPluginSetup", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7618,7 +7618,7 @@ }, ">" ], - "path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -7641,7 +7641,7 @@ }, ">" ], - "path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -7655,7 +7655,7 @@ "signature": [ "AlertTableConfigRegistry" ], - "path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts", "deprecated": false, "trackAdoption": false } @@ -7670,7 +7670,7 @@ "tags": [], "label": "TriggersAndActionsUIPublicPluginStart", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7693,7 +7693,7 @@ }, ">" ], - "path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -7716,7 +7716,7 @@ }, ">" ], - "path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -7730,7 +7730,7 @@ "signature": [ "AlertTableConfigRegistry" ], - "path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -7756,7 +7756,7 @@ "ActionAccordionFormProps", ", string | React.JSXElementConstructor>" ], - "path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7780,7 +7780,7 @@ }, "[]) => void; }" ], - "path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -7802,7 +7802,7 @@ "CreateConnectorFlyoutProps", ", string | React.JSXElementConstructor>" ], - "path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7818,7 +7818,7 @@ "CreateConnectorFlyoutProps", ", \"actionTypeRegistry\">" ], - "path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -7840,7 +7840,7 @@ "EditConnectorFlyoutProps", ", string | React.JSXElementConstructor>" ], - "path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7856,7 +7856,7 @@ "EditConnectorFlyoutProps", ", \"actionTypeRegistry\">" ], - "path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -7910,7 +7910,7 @@ "RuleAddProps", ", string | React.JSXElementConstructor>" ], - "path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7926,7 +7926,7 @@ "RuleAddProps", ", \"actionTypeRegistry\" | \"ruleTypeRegistry\">" ], - "path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -7980,7 +7980,7 @@ "RuleEditProps", ", string | React.JSXElementConstructor>" ], - "path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7996,7 +7996,7 @@ "RuleEditProps", ", \"actionTypeRegistry\" | \"ruleTypeRegistry\">" ], - "path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -8030,7 +8030,7 @@ }, ", string | React.JSXElementConstructor>" ], - "path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8050,7 +8050,7 @@ "text": "AlertsTableProps" } ], - "path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -8072,7 +8072,7 @@ "AlertActionsProps", ", string | React.JSXElementConstructor>" ], - "path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8086,7 +8086,7 @@ "signature": [ "P" ], - "path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -8162,7 +8162,7 @@ "AlertsTableStateProps", ", string | React.JSXElementConstructor>" ], - "path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8231,7 +8231,7 @@ ">, \"renderCellPopover\"> & ", "LazyLoadProps" ], - "path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -8253,7 +8253,7 @@ "AlertsSearchBarProps", ", string | React.JSXElementConstructor>" ], - "path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8267,7 +8267,7 @@ "signature": [ "AlertsSearchBarProps" ], - "path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -8301,7 +8301,7 @@ }, ", string | React.JSXElementConstructor>" ], - "path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8321,7 +8321,7 @@ "text": "FieldBrowserProps" } ], - "path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -8343,7 +8343,7 @@ "ComponentOpts", ", string | React.JSXElementConstructor>" ], - "path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8357,7 +8357,7 @@ "signature": [ "ComponentOpts" ], - "path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -8379,7 +8379,7 @@ "RuleTagFilterProps", ", string | React.JSXElementConstructor>" ], - "path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8393,7 +8393,7 @@ "signature": [ "RuleTagFilterProps" ], - "path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -8427,7 +8427,7 @@ }, ", string | React.JSXElementConstructor>" ], - "path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8447,7 +8447,7 @@ "text": "RuleStatusFilterProps" } ], - "path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -8471,7 +8471,7 @@ "RuleTagBadgeProps", ", string | React.JSXElementConstructor>" ], - "path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8486,7 +8486,7 @@ "RuleTagBadgeProps", "" ], - "path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -8522,7 +8522,7 @@ }, ", string | React.JSXElementConstructor>" ], - "path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8543,7 +8543,7 @@ }, "" ], - "path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -8563,7 +8563,7 @@ "RulesListProps", ") => React.ReactElement>" ], - "path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8577,7 +8577,7 @@ "signature": [ "RulesListProps" ], - "path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -8599,7 +8599,7 @@ "RulesListNotifyBadgePropsWithApi", ", string | React.JSXElementConstructor>" ], - "path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8613,7 +8613,7 @@ "signature": [ "RulesListNotifyBadgePropsWithApi" ], - "path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -8663,7 +8663,7 @@ }, ">, string | React.JSXElementConstructor>" ], - "path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8692,7 +8692,7 @@ }, ">" ], - "path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -8714,7 +8714,7 @@ "RuleStatusPanelProps", ", string | React.JSXElementConstructor>" ], - "path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8728,7 +8728,7 @@ "signature": [ "RuleStatusPanelProps" ], - "path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -8750,7 +8750,7 @@ "AlertSummaryWidgetProps", ", string | React.JSXElementConstructor>" ], - "path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8764,7 +8764,7 @@ "signature": [ "AlertSummaryWidgetProps" ], - "path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -8786,7 +8786,7 @@ "RuleSnoozeModalProps", ", string | React.JSXElementConstructor>" ], - "path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8800,7 +8800,7 @@ "signature": [ "RuleSnoozeModalProps" ], - "path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -8818,7 +8818,7 @@ "signature": [ "() => React.ReactElement>" ], - "path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -8838,7 +8838,7 @@ "GlobalRuleEventLogListProps", ", string | React.JSXElementConstructor>" ], - "path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8852,7 +8852,7 @@ "signature": [ "GlobalRuleEventLogListProps" ], - "path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -8878,7 +8878,7 @@ "signature": [ "(aggType: string) => string | undefined" ], - "path": "x-pack/plugins/triggers_actions_ui/server/data/lib/core_query_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/server/data/lib/core_query_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8892,7 +8892,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/triggers_actions_ui/server/data/lib/core_query_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/server/data/lib/core_query_types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -8911,7 +8911,7 @@ "signature": [ "(anyParams: unknown) => string | undefined" ], - "path": "x-pack/plugins/triggers_actions_ui/server/data/lib/core_query_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/server/data/lib/core_query_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8925,7 +8925,7 @@ "signature": [ "unknown" ], - "path": "x-pack/plugins/triggers_actions_ui/server/data/lib/core_query_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/server/data/lib/core_query_types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -8944,7 +8944,7 @@ "signature": [ "(groupBy: string) => string | undefined" ], - "path": "x-pack/plugins/triggers_actions_ui/server/data/lib/core_query_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/server/data/lib/core_query_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8958,7 +8958,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/triggers_actions_ui/server/data/lib/core_query_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/server/data/lib/core_query_types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -8977,7 +8977,7 @@ "signature": [ "(timeWindowUnit: string) => string | undefined" ], - "path": "x-pack/plugins/triggers_actions_ui/server/data/lib/core_query_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/server/data/lib/core_query_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8991,7 +8991,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/triggers_actions_ui/server/data/lib/core_query_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/server/data/lib/core_query_types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -9014,7 +9014,7 @@ "signature": [ "{ readonly aggField?: string | undefined; readonly termSize?: number | undefined; readonly termField?: string | undefined; readonly filterKuery?: string | undefined; readonly index: string | string[]; readonly groupBy: string; readonly timeField: string; readonly aggType: string; readonly timeWindowSize: number; readonly timeWindowUnit: string; }" ], - "path": "x-pack/plugins/triggers_actions_ui/server/data/lib/core_query_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/server/data/lib/core_query_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -9029,7 +9029,7 @@ "signature": [ "100" ], - "path": "x-pack/plugins/triggers_actions_ui/server/data/index.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/server/data/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -9044,7 +9044,7 @@ "signature": [ "1000" ], - "path": "x-pack/plugins/triggers_actions_ui/server/data/index.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/server/data/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -9056,7 +9056,7 @@ "tags": [], "label": "TIME_SERIES_BUCKET_SELECTOR_FIELD", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/server/data/lib/time_series_query.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/server/data/lib/time_series_query.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -9071,7 +9071,7 @@ "signature": [ "{ readonly interval?: string | undefined; readonly aggField?: string | undefined; readonly termSize?: number | undefined; readonly termField?: string | undefined; readonly dateStart?: string | undefined; readonly dateEnd?: string | undefined; readonly filterKuery?: string | undefined; readonly index: string | string[]; readonly groupBy: string; readonly timeField: string; readonly aggType: string; readonly timeWindowSize: number; readonly timeWindowUnit: string; }" ], - "path": "x-pack/plugins/triggers_actions_ui/server/data/lib/time_series_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/server/data/lib/time_series_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -9085,7 +9085,7 @@ "tags": [], "label": "CoreQueryParamsSchemaProperties", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/server/data/lib/core_query_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/server/data/lib/core_query_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9108,7 +9108,7 @@ }, "" ], - "path": "x-pack/plugins/triggers_actions_ui/server/data/lib/core_query_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/server/data/lib/core_query_types.ts", "deprecated": false, "trackAdoption": false }, @@ -9131,7 +9131,7 @@ }, "" ], - "path": "x-pack/plugins/triggers_actions_ui/server/data/lib/core_query_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/server/data/lib/core_query_types.ts", "deprecated": false, "trackAdoption": false }, @@ -9154,7 +9154,7 @@ }, "" ], - "path": "x-pack/plugins/triggers_actions_ui/server/data/lib/core_query_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/server/data/lib/core_query_types.ts", "deprecated": false, "trackAdoption": false }, @@ -9177,7 +9177,7 @@ }, "" ], - "path": "x-pack/plugins/triggers_actions_ui/server/data/lib/core_query_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/server/data/lib/core_query_types.ts", "deprecated": false, "trackAdoption": false }, @@ -9200,7 +9200,7 @@ }, "" ], - "path": "x-pack/plugins/triggers_actions_ui/server/data/lib/core_query_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/server/data/lib/core_query_types.ts", "deprecated": false, "trackAdoption": false }, @@ -9223,7 +9223,7 @@ }, "" ], - "path": "x-pack/plugins/triggers_actions_ui/server/data/lib/core_query_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/server/data/lib/core_query_types.ts", "deprecated": false, "trackAdoption": false }, @@ -9246,7 +9246,7 @@ }, "" ], - "path": "x-pack/plugins/triggers_actions_ui/server/data/lib/core_query_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/server/data/lib/core_query_types.ts", "deprecated": false, "trackAdoption": false }, @@ -9269,7 +9269,7 @@ }, "" ], - "path": "x-pack/plugins/triggers_actions_ui/server/data/lib/core_query_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/server/data/lib/core_query_types.ts", "deprecated": false, "trackAdoption": false }, @@ -9292,7 +9292,7 @@ }, "" ], - "path": "x-pack/plugins/triggers_actions_ui/server/data/lib/core_query_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/server/data/lib/core_query_types.ts", "deprecated": false, "trackAdoption": false }, @@ -9315,7 +9315,7 @@ }, "" ], - "path": "x-pack/plugins/triggers_actions_ui/server/data/lib/core_query_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/server/data/lib/core_query_types.ts", "deprecated": false, "trackAdoption": false } @@ -9330,7 +9330,7 @@ "tags": [], "label": "PluginStartContract", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9354,7 +9354,7 @@ }, ">; }" ], - "path": "x-pack/plugins/triggers_actions_ui/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/server/plugin.ts", "deprecated": false, "trackAdoption": false } @@ -9386,7 +9386,7 @@ "AggregationsAggregationContainer", ">" ], - "path": "x-pack/plugins/triggers_actions_ui/common/data/lib/build_agg.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/data/lib/build_agg.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9406,7 +9406,7 @@ "text": "BuildAggregationOpts" } ], - "path": "x-pack/plugins/triggers_actions_ui/common/data/lib/build_agg.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/data/lib/build_agg.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -9440,7 +9440,7 @@ "text": "DateRangeInfo" } ], - "path": "x-pack/plugins/triggers_actions_ui/common/data/lib/date_range_info.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/data/lib/date_range_info.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9460,7 +9460,7 @@ "text": "GetDateRangeInfoParams" } ], - "path": "x-pack/plugins/triggers_actions_ui/common/data/lib/date_range_info.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/data/lib/date_range_info.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -9479,7 +9479,7 @@ "signature": [ "() => string" ], - "path": "x-pack/plugins/triggers_actions_ui/common/data/lib/date_range_info.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/data/lib/date_range_info.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -9496,7 +9496,7 @@ "signature": [ "() => string[]" ], - "path": "x-pack/plugins/triggers_actions_ui/common/experimental_features.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/experimental_features.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -9513,7 +9513,7 @@ "signature": [ "(intervals: number, maxIntervals: number) => string" ], - "path": "x-pack/plugins/triggers_actions_ui/common/data/lib/date_range_info.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/data/lib/date_range_info.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9527,7 +9527,7 @@ "signature": [ "number" ], - "path": "x-pack/plugins/triggers_actions_ui/common/data/lib/date_range_info.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/data/lib/date_range_info.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -9542,7 +9542,7 @@ "signature": [ "number" ], - "path": "x-pack/plugins/triggers_actions_ui/common/data/lib/date_range_info.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/data/lib/date_range_info.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -9561,7 +9561,7 @@ "signature": [ "(aggType: string) => boolean" ], - "path": "x-pack/plugins/triggers_actions_ui/common/data/lib/build_agg.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/data/lib/build_agg.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9575,7 +9575,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/triggers_actions_ui/common/data/lib/build_agg.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/data/lib/build_agg.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -9594,7 +9594,7 @@ "signature": [ "(termField?: string | string[] | undefined) => boolean" ], - "path": "x-pack/plugins/triggers_actions_ui/common/data/lib/build_agg.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/data/lib/build_agg.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9608,7 +9608,7 @@ "signature": [ "string | string[] | undefined" ], - "path": "x-pack/plugins/triggers_actions_ui/common/data/lib/build_agg.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/data/lib/build_agg.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -9627,7 +9627,7 @@ "signature": [ "(value: string) => boolean" ], - "path": "x-pack/plugins/triggers_actions_ui/common/experimental_features.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/experimental_features.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9641,7 +9641,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/triggers_actions_ui/common/experimental_features.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/experimental_features.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -9667,7 +9667,7 @@ "text": "ParsedAggregationResults" } ], - "path": "x-pack/plugins/triggers_actions_ui/common/data/lib/parse_aggregation_results.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/data/lib/parse_aggregation_results.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9681,7 +9681,7 @@ "signature": [ "ParseAggregationResultsOpts" ], - "path": "x-pack/plugins/triggers_actions_ui/common/data/lib/parse_aggregation_results.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/data/lib/parse_aggregation_results.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -9711,7 +9711,7 @@ "text": "ExperimentalFeatures" } ], - "path": "x-pack/plugins/triggers_actions_ui/common/experimental_features.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/experimental_features.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9725,7 +9725,7 @@ "signature": [ "string[]" ], - "path": "x-pack/plugins/triggers_actions_ui/common/experimental_features.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/experimental_features.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -9744,7 +9744,7 @@ "signature": [ "(intervalString: string) => { value: number; unit: string; }" ], - "path": "x-pack/plugins/triggers_actions_ui/common/parse_interval.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/parse_interval.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9758,7 +9758,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/triggers_actions_ui/common/parse_interval.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/parse_interval.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -9776,7 +9776,7 @@ "tags": [], "label": "BuildAggregationOpts", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/common/data/lib/build_agg.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/data/lib/build_agg.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9790,7 +9790,7 @@ "signature": [ "{ timeField: string; dateStart?: string | undefined; dateEnd?: string | undefined; interval?: string | undefined; timeWindowSize: number; timeWindowUnit: string; } | undefined" ], - "path": "x-pack/plugins/triggers_actions_ui/common/data/lib/build_agg.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/data/lib/build_agg.ts", "deprecated": false, "trackAdoption": false }, @@ -9801,7 +9801,7 @@ "tags": [], "label": "aggType", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/common/data/lib/build_agg.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/data/lib/build_agg.ts", "deprecated": false, "trackAdoption": false }, @@ -9815,7 +9815,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/triggers_actions_ui/common/data/lib/build_agg.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/data/lib/build_agg.ts", "deprecated": false, "trackAdoption": false }, @@ -9829,7 +9829,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/plugins/triggers_actions_ui/common/data/lib/build_agg.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/data/lib/build_agg.ts", "deprecated": false, "trackAdoption": false }, @@ -9843,7 +9843,7 @@ "signature": [ "string | string[] | undefined" ], - "path": "x-pack/plugins/triggers_actions_ui/common/data/lib/build_agg.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/data/lib/build_agg.ts", "deprecated": false, "trackAdoption": false }, @@ -9857,7 +9857,7 @@ "signature": [ "{ label: string; searchPath: string; }[] | undefined" ], - "path": "x-pack/plugins/triggers_actions_ui/common/data/lib/build_agg.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/data/lib/build_agg.ts", "deprecated": false, "trackAdoption": false }, @@ -9871,7 +9871,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/plugins/triggers_actions_ui/common/data/lib/build_agg.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/data/lib/build_agg.ts", "deprecated": false, "trackAdoption": false }, @@ -9885,7 +9885,7 @@ "signature": [ "{ resultLimit?: number | undefined; conditionScript: string; } | undefined" ], - "path": "x-pack/plugins/triggers_actions_ui/common/data/lib/build_agg.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/data/lib/build_agg.ts", "deprecated": false, "trackAdoption": false }, @@ -9899,7 +9899,7 @@ "signature": [ "((message: string) => void) | undefined" ], - "path": "x-pack/plugins/triggers_actions_ui/common/data/lib/build_agg.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/data/lib/build_agg.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9913,7 +9913,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/triggers_actions_ui/common/data/lib/build_agg.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/data/lib/build_agg.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -9931,7 +9931,7 @@ "tags": [], "label": "DateRange", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/common/data/lib/date_range_info.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/data/lib/date_range_info.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9942,7 +9942,7 @@ "tags": [], "label": "from", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/common/data/lib/date_range_info.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/data/lib/date_range_info.ts", "deprecated": false, "trackAdoption": false }, @@ -9953,7 +9953,7 @@ "tags": [], "label": "to", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/common/data/lib/date_range_info.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/data/lib/date_range_info.ts", "deprecated": false, "trackAdoption": false } @@ -9967,7 +9967,7 @@ "tags": [], "label": "DateRangeInfo", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/common/data/lib/date_range_info.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/data/lib/date_range_info.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9978,7 +9978,7 @@ "tags": [], "label": "dateStart", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/common/data/lib/date_range_info.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/data/lib/date_range_info.ts", "deprecated": false, "trackAdoption": false }, @@ -9989,7 +9989,7 @@ "tags": [], "label": "dateEnd", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/common/data/lib/date_range_info.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/data/lib/date_range_info.ts", "deprecated": false, "trackAdoption": false }, @@ -10010,7 +10010,7 @@ }, "[]" ], - "path": "x-pack/plugins/triggers_actions_ui/common/data/lib/date_range_info.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/data/lib/date_range_info.ts", "deprecated": false, "trackAdoption": false } @@ -10024,7 +10024,7 @@ "tags": [], "label": "GetDateRangeInfoParams", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/common/data/lib/date_range_info.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/data/lib/date_range_info.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -10038,7 +10038,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/triggers_actions_ui/common/data/lib/date_range_info.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/data/lib/date_range_info.ts", "deprecated": false, "trackAdoption": false }, @@ -10052,7 +10052,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/triggers_actions_ui/common/data/lib/date_range_info.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/data/lib/date_range_info.ts", "deprecated": false, "trackAdoption": false }, @@ -10066,7 +10066,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/triggers_actions_ui/common/data/lib/date_range_info.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/data/lib/date_range_info.ts", "deprecated": false, "trackAdoption": false }, @@ -10077,7 +10077,7 @@ "tags": [], "label": "window", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/common/data/lib/date_range_info.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/data/lib/date_range_info.ts", "deprecated": false, "trackAdoption": false } @@ -10091,7 +10091,7 @@ "tags": [], "label": "ParsedAggregationGroup", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/common/data/lib/parse_aggregation_results.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/data/lib/parse_aggregation_results.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -10102,7 +10102,7 @@ "tags": [], "label": "group", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/common/data/lib/parse_aggregation_results.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/data/lib/parse_aggregation_results.ts", "deprecated": false, "trackAdoption": false }, @@ -10113,7 +10113,7 @@ "tags": [], "label": "count", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/common/data/lib/parse_aggregation_results.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/data/lib/parse_aggregation_results.ts", "deprecated": false, "trackAdoption": false }, @@ -10128,7 +10128,7 @@ "SearchHit", "[]" ], - "path": "x-pack/plugins/triggers_actions_ui/common/data/lib/parse_aggregation_results.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/data/lib/parse_aggregation_results.ts", "deprecated": false, "trackAdoption": false }, @@ -10142,7 +10142,7 @@ "signature": [ "string[]" ], - "path": "x-pack/plugins/triggers_actions_ui/common/data/lib/parse_aggregation_results.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/data/lib/parse_aggregation_results.ts", "deprecated": false, "trackAdoption": false }, @@ -10163,7 +10163,7 @@ }, "[] | undefined" ], - "path": "x-pack/plugins/triggers_actions_ui/common/data/lib/parse_aggregation_results.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/data/lib/parse_aggregation_results.ts", "deprecated": false, "trackAdoption": false }, @@ -10177,7 +10177,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/plugins/triggers_actions_ui/common/data/lib/parse_aggregation_results.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/data/lib/parse_aggregation_results.ts", "deprecated": false, "trackAdoption": false } @@ -10191,7 +10191,7 @@ "tags": [], "label": "ParsedAggregationResults", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/common/data/lib/parse_aggregation_results.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/data/lib/parse_aggregation_results.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -10212,7 +10212,7 @@ }, "[]" ], - "path": "x-pack/plugins/triggers_actions_ui/common/data/lib/parse_aggregation_results.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/data/lib/parse_aggregation_results.ts", "deprecated": false, "trackAdoption": false }, @@ -10223,7 +10223,7 @@ "tags": [], "label": "truncated", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/common/data/lib/parse_aggregation_results.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/data/lib/parse_aggregation_results.ts", "deprecated": false, "trackAdoption": false } @@ -10237,7 +10237,7 @@ "tags": [], "label": "TimeSeriesResult", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/common/data/index.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/data/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -10258,7 +10258,7 @@ }, "[]" ], - "path": "x-pack/plugins/triggers_actions_ui/common/data/index.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/data/index.ts", "deprecated": false, "trackAdoption": false }, @@ -10269,7 +10269,7 @@ "tags": [], "label": "truncated", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/common/data/index.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/data/index.ts", "deprecated": false, "trackAdoption": false } @@ -10283,7 +10283,7 @@ "tags": [], "label": "TimeSeriesResultRow", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/common/data/index.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/data/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -10294,7 +10294,7 @@ "tags": [], "label": "group", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/common/data/index.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/data/index.ts", "deprecated": false, "trackAdoption": false }, @@ -10315,7 +10315,7 @@ }, "[]" ], - "path": "x-pack/plugins/triggers_actions_ui/common/data/index.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/data/index.ts", "deprecated": false, "trackAdoption": false } @@ -10335,7 +10335,7 @@ "signature": [ "\"/internal/triggers_actions_ui\"" ], - "path": "x-pack/plugins/triggers_actions_ui/common/index.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10347,7 +10347,7 @@ "tags": [], "label": "BUCKET_SELECTOR_FIELD", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/common/data/lib/build_agg.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/data/lib/build_agg.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10362,7 +10362,7 @@ "signature": [ "\"compareValue\"" ], - "path": "x-pack/plugins/triggers_actions_ui/common/data/lib/build_agg.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/data/lib/build_agg.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10377,7 +10377,7 @@ "signature": [ "100" ], - "path": "x-pack/plugins/triggers_actions_ui/common/data/lib/build_agg.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/data/lib/build_agg.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10392,7 +10392,7 @@ "signature": [ "{ readonly rulesListDatagrid: boolean; readonly stackAlertsPage: boolean; readonly ruleTagFilter: boolean; readonly ruleStatusFilter: boolean; readonly rulesDetailLogs: boolean; readonly ruleUseExecutionStatus: boolean; readonly ruleKqlBar: boolean; readonly isMustacheAutocompleteOn: boolean; readonly showMustacheAutocompleteSwitch: boolean; readonly isUsingRuleCreateFlyout: boolean; }" ], - "path": "x-pack/plugins/triggers_actions_ui/common/experimental_features.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/experimental_features.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10407,7 +10407,7 @@ "signature": [ "1000" ], - "path": "x-pack/plugins/triggers_actions_ui/common/data/lib/date_range_info.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/data/lib/date_range_info.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10422,7 +10422,7 @@ "signature": [ "10" ], - "path": "x-pack/plugins/triggers_actions_ui/common/data/lib/build_agg.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/data/lib/build_agg.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10437,7 +10437,7 @@ "signature": [ "[string, number]" ], - "path": "x-pack/plugins/triggers_actions_ui/common/data/index.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/data/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10452,7 +10452,7 @@ "signature": [ "\"all documents\"" ], - "path": "x-pack/plugins/triggers_actions_ui/common/data/lib/parse_aggregation_results.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/data/lib/parse_aggregation_results.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10471,7 +10471,7 @@ "signature": [ "{ readonly rulesListDatagrid: true; readonly stackAlertsPage: true; readonly ruleTagFilter: true; readonly ruleStatusFilter: true; readonly rulesDetailLogs: true; readonly ruleUseExecutionStatus: false; readonly ruleKqlBar: false; readonly isMustacheAutocompleteOn: false; readonly showMustacheAutocompleteSwitch: false; readonly isUsingRuleCreateFlyout: false; }" ], - "path": "x-pack/plugins/triggers_actions_ui/common/experimental_features.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/experimental_features.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10486,7 +10486,7 @@ "signature": [ "RegExp" ], - "path": "x-pack/plugins/triggers_actions_ui/common/parse_interval.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/parse_interval.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10498,7 +10498,7 @@ "tags": [], "label": "NORMALIZED_FIELD_TYPES", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/common/normalized_field_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/normalized_field_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -10509,7 +10509,7 @@ "tags": [], "label": "long", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/common/normalized_field_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/normalized_field_types.ts", "deprecated": false, "trackAdoption": false }, @@ -10520,7 +10520,7 @@ "tags": [], "label": "integer", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/common/normalized_field_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/normalized_field_types.ts", "deprecated": false, "trackAdoption": false }, @@ -10531,7 +10531,7 @@ "tags": [], "label": "short", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/common/normalized_field_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/normalized_field_types.ts", "deprecated": false, "trackAdoption": false }, @@ -10542,7 +10542,7 @@ "tags": [], "label": "byte", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/common/normalized_field_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/normalized_field_types.ts", "deprecated": false, "trackAdoption": false }, @@ -10553,7 +10553,7 @@ "tags": [], "label": "double", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/common/normalized_field_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/normalized_field_types.ts", "deprecated": false, "trackAdoption": false }, @@ -10564,7 +10564,7 @@ "tags": [], "label": "float", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/common/normalized_field_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/normalized_field_types.ts", "deprecated": false, "trackAdoption": false }, @@ -10575,7 +10575,7 @@ "tags": [], "label": "half_float", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/common/normalized_field_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/normalized_field_types.ts", "deprecated": false, "trackAdoption": false }, @@ -10586,7 +10586,7 @@ "tags": [], "label": "scaled_float", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/common/normalized_field_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/normalized_field_types.ts", "deprecated": false, "trackAdoption": false }, @@ -10597,7 +10597,7 @@ "tags": [], "label": "unsigned_long", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/common/normalized_field_types.ts", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/common/normalized_field_types.ts", "deprecated": false, "trackAdoption": false } diff --git a/docs/action-type-template.asciidoc b/docs/action-type-template.asciidoc index ad59f2a2d9ed6..c58084eafb741 100644 --- a/docs/action-type-template.asciidoc +++ b/docs/action-type-template.asciidoc @@ -24,7 +24,7 @@ or as needed when you're creating a rule. //// List of user-facing connector configurations. This should align with the fields available in the Create connector flyout form for this connector type. -To include these configuration details in the API documentation, add appropriate files in x-pack/plugins/actions/docs/openapi/components/schemas/ and reference them from oas_docs/overlays/connectors.overlays.yaml +To include these configuration details in the API documentation, add appropriate files in x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/ and reference them from oas_docs/overlays/connectors.overlays.yaml //// Property1:: A short description of this property. @@ -45,7 +45,7 @@ You can test connectors as you're creating or editing the connector in {kib}. //// List of user-facing action configurations. This should align with the fields available in the Action section of the Create/Update alert flyout. -To include these configuration details in the API documentation, add appropriate files in x-pack/plugins/actions/docs/openapi/components/schemas/ and reference them from oas_docs/overlays/connectors.overlays.yaml +To include these configuration details in the API documentation, add appropriate files in x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/ and reference them from oas_docs/overlays/connectors.overlays.yaml //// Property1:: A short description of this property. diff --git a/docs/developer/plugin-list.asciidoc b/docs/developer/plugin-list.asciidoc index 00841c869ef4f..078fa5e3e8d0d 100644 --- a/docs/developer/plugin-list.asciidoc +++ b/docs/developer/plugin-list.asciidoc @@ -450,7 +450,7 @@ The plugin exposes the static DefaultEditorController class to consume. |Description -|{kib-repo}blob/{branch}/x-pack/plugins/actions/README.md[actions] +|{kib-repo}blob/{branch}/x-pack/platform/plugins/shared/actions/README.md[actions] |The Kibana actions plugin provides a framework to create executable actions. You can: @@ -458,7 +458,7 @@ The plugin exposes the static DefaultEditorController class to consume. |The plugin provides APIs and components for AIOps features, including the “Log rate analysis” UI, maintained by the ML team. -|{kib-repo}blob/{branch}/x-pack/plugins/alerting/README.md[alerting] +|{kib-repo}blob/{branch}/x-pack/platform/plugins/shared/alerting/README.md[alerting] |The Kibana Alerting plugin provides a common place to set up rules. You can: @@ -482,7 +482,7 @@ The plugin exposes the static DefaultEditorController class to consume. |"Never look back. The past is done. The future is a blank canvas." ― Suzy Kassem, Rise Up and Salute the Sun -|{kib-repo}blob/{branch}/x-pack/plugins/cases/README.md[cases] +|{kib-repo}blob/{branch}/x-pack/platform/plugins/shared/cases/README.md[cases] |This plugin provides cases management in Kibana @@ -587,7 +587,7 @@ security and spaces filtering. |This plugin provides a user interface to interact with the Entity Manager. -|{kib-repo}blob/{branch}/x-pack/plugins/event_log/README.md[eventLog] +|{kib-repo}blob/{branch}/x-pack/platform/plugins/shared/event_log/README.md[eventLog] |The event log plugin provides a persistent history of alerting and action activities. @@ -803,7 +803,7 @@ Elastic. |Welcome to the Kibana rollup plugin! This plugin provides Kibana support for Elasticsearch's rollup feature. Please refer to the Elasticsearch documentation to understand rollup indices and how to create rollup jobs. -|{kib-repo}blob/{branch}/x-pack/plugins/rule_registry/README.md[ruleRegistry] +|{kib-repo}blob/{branch}/x-pack/platform/plugins/shared/rule_registry/README.md[ruleRegistry] |The rule registry plugin aims to make it easy for rule type producers to have their rules produce the data that they need to build rich experiences on top of a unified experience, without the risk of mapping conflicts. @@ -906,14 +906,14 @@ This plugin is only enabled when the application is built for serverless project |See Configuring Kibana Spaces. -|{kib-repo}blob/{branch}/x-pack/plugins/stack_alerts/README.md[stackAlerts] +|{kib-repo}blob/{branch}/x-pack/platform/plugins/shared/stack_alerts/README.md[stackAlerts] |This plugin provides alertTypes shipped with Kibana for use with the the alerting plugin. When enabled, it will register the alertTypes by the Stack in the alerting plugin, register associated HTTP routes, etc. -|{kib-repo}blob/{branch}/x-pack/plugins/stack_connectors/README.md[stackConnectors] +|{kib-repo}blob/{branch}/x-pack/platform/plugins/shared/stack_connectors/README.md[stackConnectors] |The stack_connectors plugin provides connector types shipped with Kibana, built on top of the framework provided in the actions plugin. @@ -930,7 +930,7 @@ routes, etc. in their infrastructure. -|{kib-repo}blob/{branch}/x-pack/plugins/task_manager/README.md[taskManager] +|{kib-repo}blob/{branch}/x-pack/platform/plugins/shared/task_manager/README.md[taskManager] |The task manager is a generic system for running background tasks. @@ -955,7 +955,7 @@ in their infrastructure. For adding localizations and instrument a ui to support translated content, see https://github.com/elastic/kibana/tree/main/packages/kbn-i18n -|{kib-repo}blob/{branch}/x-pack/plugins/triggers_actions_ui/README.md[triggersActionsUi] +|{kib-repo}blob/{branch}/x-pack/platform/plugins/shared/triggers_actions_ui/README.md[triggersActionsUi] |The Kibana alerts and actions UI plugin provides a user interface for managing alerts and actions. As a developer you can reuse and extend built-in alerts and actions UI functionality: diff --git a/docs/redirects.asciidoc b/docs/redirects.asciidoc index c9a81c5d398ce..47552378b2d40 100644 --- a/docs/redirects.asciidoc +++ b/docs/redirects.asciidoc @@ -428,7 +428,7 @@ This connector was renamed. Refer to <>. == APIs For the most up-to-date API details, refer to the -{kib-repo}/tree/{branch}/x-pack/plugins/alerting/docs/openapi[alerting], {kib-repo}/tree/{branch}/x-pack/plugins/cases/docs/openapi[cases], {kib-repo}/tree/{branch}/x-pack/plugins/actions/docs/openapi[connectors], and {kib-repo}/tree/{branch}/x-pack/plugins/ml/common/openapi[machine learning] open API specifications. +{kib-repo}/tree/{branch}/x-pack/platform/plugins/shared/alerting/docs/openapi[alerting], {kib-repo}/tree/{branch}/x-pack/platform/plugins/shared/cases/docs/openapi[cases], {kib-repo}/tree/{branch}/x-pack/platform/plugins/shared/actions/docs/openapi[connectors], and {kib-repo}/tree/{branch}/x-pack/plugins/ml/common/openapi[machine learning] open API specifications. [role="exclude",id="add-case-connectors"] == Add connectors to cases diff --git a/docs/settings/cases-settings.asciidoc b/docs/settings/cases-settings.asciidoc index 4923e043f8d2b..77c1a514e1c09 100644 --- a/docs/settings/cases-settings.asciidoc +++ b/docs/settings/cases-settings.asciidoc @@ -9,7 +9,7 @@ To provide greater control over case features, you can configure the following s `xpack.cases.files.allowedMimeTypes`:: The MIME types that you can attach to a case, represented in an array of strings. For example: `['image/tiff','text/csv','application/zip'].` -The default MIME types are specified in https://github.com/elastic/kibana/blob/{branch}/x-pack/plugins/cases/common/constants/mime_types.ts[mime_types.ts]. +The default MIME types are specified in https://github.com/elastic/kibana/blob/{branch}/x-pack/platform/plugins/shared/cases/common/constants/mime_types.ts[mime_types.ts]. `xpack.cases.files.maxSize`:: The size limit for files that you can attach to a case, represented as the number of bytes. By default, the limit is 10 MiB for images and 100 MiB for all other MIME types. If you specify a value for this setting, it affects all file types. diff --git a/oas_docs/overlays/alerting.overlays.yaml b/oas_docs/overlays/alerting.overlays.yaml index c4cc25b685783..f1b75ec5a814b 100644 --- a/oas_docs/overlays/alerting.overlays.yaml +++ b/oas_docs/overlays/alerting.overlays.yaml @@ -97,13 +97,13 @@ actions: # APM transaction error rate rule (apm.transaction_error_rate) - $ref: '../../x-pack/plugins/observability_solution/apm/server/routes/alerts/rule_types/docs/params_property_apm_transaction_error_rate.yaml' # Elasticsearch DSL query rule (.es-query) - - $ref: '../../x-pack/plugins/alerting/docs/openapi/components/schemas/params_es_query_dsl_rule.yaml' + - $ref: '../../x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/params_es_query_dsl_rule.yaml' # Elasticsearch ES|QL query rule (.es-query) - - $ref: '../../x-pack/plugins/alerting/docs/openapi/components/schemas/params_es_query_esql_rule.yaml' + - $ref: '../../x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/params_es_query_esql_rule.yaml' # Elasticsearch KQL query rule (.es-query) - - $ref: '../../x-pack/plugins/alerting/docs/openapi/components/schemas/params_es_query_kql_rule.yaml' + - $ref: '../../x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/params_es_query_kql_rule.yaml' # Index threshold rule () - - $ref: '../../x-pack/plugins/alerting/docs/openapi/components/schemas/params_index_threshold_rule.yaml' + - $ref: '../../x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/params_index_threshold_rule.yaml' # Infra inventory rule (metrics.alert.inventory.threshold) - $ref: '../../x-pack/plugins/observability_solution/infra/server/lib/alerting/docs/params_property_infra_inventory.yaml' # Log threshold rule (logs.alert.document.count) diff --git a/oas_docs/overlays/connectors.overlays.yaml b/oas_docs/overlays/connectors.overlays.yaml index 816542a450e3a..892422e577778 100644 --- a/oas_docs/overlays/connectors.overlays.yaml +++ b/oas_docs/overlays/connectors.overlays.yaml @@ -141,109 +141,109 @@ actions: description: The connector configuration details. oneOf: # AI (.inference) TBD - # - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/inference_config.yaml' + # - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/inference_config.yaml' # Bedrock (.bedrock) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/bedrock_config.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/bedrock_config.yaml' # Crowdstrike (.crowdstrike) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/crowdstrike_config.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/crowdstrike_config.yaml' # D3 Security (.d3security) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/d3security_config.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/d3security_config.yaml' # Email (.email) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/email_config.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/email_config.yaml' # Google Gemini (.gemini) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/gemini_config.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/gemini_config.yaml' # IBM Resilient (.resilient) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/resilient_config.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/resilient_config.yaml' # Index (.index) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/index_config.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/index_config.yaml' # Jira (.jira) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/jira_config.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/jira_config.yaml' # Microsoft Teams (.teams) N/A # Observability AI Assistant (.observability-ai-assistant) TBD # Azure OpenAI (.gen-ai) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/genai_azure_config.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/genai_azure_config.yaml' # OpenAI (.gen-ai) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/genai_openai_config.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/genai_openai_config.yaml' # Opsgenie (.opsgenie) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/opsgenie_config.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/opsgenie_config.yaml' # PagerDuty (.pagerduty) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/pagerduty_config.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/pagerduty_config.yaml' # SentinelOne (.sentinelone) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/sentinelone_config.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/sentinelone_config.yaml' # Server log (.server-log) N/A # ServiceNow ITSM (.servicenow) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/servicenow_config.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/servicenow_config.yaml' # ServiceNow SecOps (.servicenow-sir) TBD # ServiceNow ITOM (.servicenow-itom) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/servicenow_itom_config.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/servicenow_itom_config.yaml' # Slack (.slack_api) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/slack_api_config.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/slack_api_config.yaml' # Swimlane (.swimlane) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/swimlane_config.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/swimlane_config.yaml' # TheHive (.thehive) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/thehive_config.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/thehive_config.yaml' # Tines (.tines) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/tines_config.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/tines_config.yaml' # Torq (.torq) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/torq_config.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/torq_config.yaml' # Webhook (.webhook) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/webhook_config.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/webhook_config.yaml' # Webhook - Case Management (.cases-webhook) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/cases_webhook_config.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/cases_webhook_config.yaml' # xMatters (.xmatters) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/xmatters_config.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/xmatters_config.yaml' secrets: additionalProperties: {} default: {} oneOf: # AI (.inference) - # - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/inference_secrets.yaml' + # - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/inference_secrets.yaml' # Bedrock (.bedrock) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/bedrock_secrets.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/bedrock_secrets.yaml' # Crowdstrike (.crowdstrike) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/crowdstrike_secrets.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/crowdstrike_secrets.yaml' # D3 Security (.d3security) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/d3security_secrets.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/d3security_secrets.yaml' # Email (.email) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/email_secrets.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/email_secrets.yaml' # Google Gemini (.gemini) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/gemini_secrets.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/gemini_secrets.yaml' # IBM Resilient (.resilient) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/resilient_secrets.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/resilient_secrets.yaml' # Index (.index) N/A # Jira (.jira) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/jira_secrets.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/jira_secrets.yaml' # Microsoft Teams (.teams) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/teams_secrets.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/teams_secrets.yaml' # Observability AI Assistant (.observability-ai-assistant) TBD # OpenAI (.gen-ai) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/genai_secrets.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/genai_secrets.yaml' # Opsgenie (.opsgenie) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/opsgenie_secrets.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/opsgenie_secrets.yaml' # PagerDuty (.pagerduty) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/pagerduty_secrets.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/pagerduty_secrets.yaml' # SentinelOne (.sentinelone) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/sentinelone_secrets.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/sentinelone_secrets.yaml' # ServiceNow (.servicenow) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/servicenow_secrets.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/servicenow_secrets.yaml' # ServiceNow Sec Ops (.servicenow-sir) TBD # ServiceNow (.servicenow-itom) TBD # Slack (.slack_api) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/slack_api_secrets.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/slack_api_secrets.yaml' # Swimlane (.swimlane) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/swimlane_secrets.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/swimlane_secrets.yaml' # TheHive (.thehive) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/thehive_secrets.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/thehive_secrets.yaml' # Tines (.tines) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/tines_secrets.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/tines_secrets.yaml' # Torq (.torq) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/torq_secrets.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/torq_secrets.yaml' # Webhook (.webhook) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/webhook_secrets.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/webhook_secrets.yaml' # Webhook - Case Management (.cases-webhook) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/cases_webhook_secrets.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/cases_webhook_secrets.yaml' # xMatters (.xmatters) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/xmatters_secrets.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/xmatters_secrets.yaml' - target: "$.paths['/api/actions/connector/{id}']['put']" description: "Add config and secrets to update connector API" update: @@ -258,109 +258,109 @@ actions: description: The connector configuration details. oneOf: # AI (.inference) - # - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/inference_config.yaml' + # - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/inference_config.yaml' # Bedrock (.bedrock) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/bedrock_config.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/bedrock_config.yaml' # Crowdstrike (.crowdstrike) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/crowdstrike_config.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/crowdstrike_config.yaml' # D3 Security (.d3security) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/d3security_config.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/d3security_config.yaml' # Email (.email) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/email_config.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/email_config.yaml' # Google Gemini (.gemini) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/gemini_config.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/gemini_config.yaml' # IBM Resilient (.resilient) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/resilient_config.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/resilient_config.yaml' # Index (.index) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/index_config.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/index_config.yaml' # Jira (.jira) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/jira_config.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/jira_config.yaml' # Microsoft Teams (.teams) N/A # Observability AI Assistant (.observability-ai-assistant) TBD # Azue OpenAI (.gen-ai) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/genai_azure_config.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/genai_azure_config.yaml' # OpenAI (.gen-ai) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/genai_openai_config.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/genai_openai_config.yaml' # Opsgenie (.opsgenie) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/opsgenie_config.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/opsgenie_config.yaml' # PagerDuty (.pagerduty) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/pagerduty_config.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/pagerduty_config.yaml' # SentinelOne (.sentinelone) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/sentinelone_config.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/sentinelone_config.yaml' # Server log (.server-log) N/A # ServiceNow ITSM (.servicenow) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/servicenow_config.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/servicenow_config.yaml' # ServiceNow SecOps (.servicenow-sir) TBD # ServiceNow ITOM (.servicenow-itom) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/servicenow_itom_config.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/servicenow_itom_config.yaml' # Slack (.slack_api) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/slack_api_config.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/slack_api_config.yaml' # Swimlane (.swimlane) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/swimlane_config.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/swimlane_config.yaml' # TheHive (.thehive) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/thehive_config.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/thehive_config.yaml' # Tines (.tines) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/tines_config.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/tines_config.yaml' # Torq (.torq) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/torq_config.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/torq_config.yaml' # Webhook (.webhook) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/webhook_config.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/webhook_config.yaml' # Webhook - Case Management (.cases-webhook) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/cases_webhook_config.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/cases_webhook_config.yaml' # xMatters (.xmatters) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/xmatters_config.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/xmatters_config.yaml' secrets: additionalProperties: {} default: {} oneOf: # AI (.inference) - # - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/inference_secrets.yaml' + # - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/inference_secrets.yaml' # Bedrock (.bedrock) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/bedrock_secrets.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/bedrock_secrets.yaml' # Crowdstrike (.crowdstrike) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/crowdstrike_secrets.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/crowdstrike_secrets.yaml' # D3 Security (.d3security) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/d3security_secrets.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/d3security_secrets.yaml' # Email (.email) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/email_secrets.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/email_secrets.yaml' # Google Gemini (.gemini) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/gemini_secrets.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/gemini_secrets.yaml' # IBM Resilient (.resilient) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/resilient_secrets.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/resilient_secrets.yaml' # Index (.index) N/A # Jira (.jira) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/jira_secrets.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/jira_secrets.yaml' # Microsoft Teams (.teams) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/teams_secrets.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/teams_secrets.yaml' # Observability AI Assistant (.observability-ai-assistant) TBD # OpenAI (.gen-ai) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/genai_secrets.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/genai_secrets.yaml' # Opsgenie (.opsgenie) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/opsgenie_secrets.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/opsgenie_secrets.yaml' # PagerDuty (.pagerduty) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/pagerduty_secrets.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/pagerduty_secrets.yaml' # SentinelOne (.sentinelone) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/sentinelone_secrets.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/sentinelone_secrets.yaml' # ServiceNow (.servicenow) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/servicenow_secrets.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/servicenow_secrets.yaml' # ServiceNow SecOps (.servicenow-sir) TBD # ServiceNow ITOM (.servicenow-itom) TBD # Slack (.slack_api) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/slack_api_secrets.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/slack_api_secrets.yaml' # Swimlane (.swimlane) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/swimlane_secrets.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/swimlane_secrets.yaml' # TheHive (.thehive) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/thehive_secrets.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/thehive_secrets.yaml' # Tines (.tines) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/tines_secrets.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/tines_secrets.yaml' # Torq (.torq) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/torq_secrets.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/torq_secrets.yaml' # Webhook (.webhook) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/webhook_secrets.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/webhook_secrets.yaml' # Webhook - Case Management (.cases-webhook) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/cases_webhook_secrets.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/cases_webhook_secrets.yaml' # xMatters (.xmatters) - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/xmatters_secrets.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/xmatters_secrets.yaml' # Remove the automated empty run connector params - target: "$.paths['/api/actions/connector/{id}/_execute']['post'].requestBody.content.*.schema.properties.params" description: "Remove params in run connector API" @@ -377,23 +377,23 @@ actions: params: additionalProperties: {} oneOf: - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/run_acknowledge_resolve_pagerduty.yaml' - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/run_documents.yaml' - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/run_message_email.yaml' - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/run_message_serverlog.yaml' - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/run_message_slack.yaml' - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/run_trigger_pagerduty.yaml' - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/run_addevent.yaml' - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/run_closealert.yaml' - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/run_closeincident.yaml' - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/run_createalert.yaml' - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/run_fieldsbyissuetype.yaml' - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/run_getchoices.yaml' - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/run_getfields.yaml' - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/run_getincident.yaml' - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/run_issue.yaml' - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/run_issues.yaml' - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/run_issuetypes.yaml' - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/run_postmessage.yaml' - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/run_pushtoservice.yaml' - - $ref: '../../x-pack/plugins/actions/docs/openapi/components/schemas/run_validchannelid.yaml' \ No newline at end of file + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/run_acknowledge_resolve_pagerduty.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/run_documents.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/run_message_email.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/run_message_serverlog.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/run_message_slack.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/run_trigger_pagerduty.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/run_addevent.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/run_closealert.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/run_closeincident.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/run_createalert.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/run_fieldsbyissuetype.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/run_getchoices.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/run_getfields.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/run_getincident.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/run_issue.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/run_issues.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/run_issuetypes.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/run_postmessage.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/run_pushtoservice.yaml' + - $ref: '../../x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/run_validchannelid.yaml' \ No newline at end of file diff --git a/oas_docs/scripts/merge_ess_oas.js b/oas_docs/scripts/merge_ess_oas.js index d8bc45e64c2f2..78fc93310ee80 100644 --- a/oas_docs/scripts/merge_ess_oas.js +++ b/oas_docs/scripts/merge_ess_oas.js @@ -15,8 +15,8 @@ const { REPO_ROOT } = require('@kbn/repo-info'); await merge({ sourceGlobs: [ `${REPO_ROOT}/oas_docs/bundle.json`, - `${REPO_ROOT}/x-pack/plugins/alerting/docs/openapi/bundled.yaml`, - `${REPO_ROOT}/x-pack/plugins/cases/docs/openapi/bundled.yaml`, + `${REPO_ROOT}/x-pack/platform/plugins/shared/alerting/docs/openapi/bundled.yaml`, + `${REPO_ROOT}/x-pack/platform/plugins/shared/cases/docs/openapi/bundled.yaml`, `${REPO_ROOT}/src/plugins/data_views/docs/openapi/bundled.yaml`, `${REPO_ROOT}/x-pack/plugins/ml/common/openapi/ml_apis.yaml`, `${REPO_ROOT}/packages/core/saved-objects/docs/openapi/bundled.yaml`, diff --git a/package.json b/package.json index eb82728877813..542b1e0e753a6 100644 --- a/package.json +++ b/package.json @@ -154,9 +154,9 @@ "@hapi/wreck": "^18.1.0", "@hello-pangea/dnd": "16.6.0", "@kbn/aad-fixtures-plugin": "link:x-pack/test/alerting_api_integration/common/plugins/aad", - "@kbn/actions-plugin": "link:x-pack/plugins/actions", + "@kbn/actions-plugin": "link:x-pack/platform/plugins/shared/actions", "@kbn/actions-simulators-plugin": "link:x-pack/test/alerting_api_integration/common/plugins/actions_simulators", - "@kbn/actions-types": "link:packages/kbn-actions-types", + "@kbn/actions-types": "link:src/platform/packages/shared/kbn-actions-types", "@kbn/advanced-settings-plugin": "link:src/plugins/advanced_settings", "@kbn/ai-assistant": "link:x-pack/packages/kbn-ai-assistant", "@kbn/ai-assistant-common": "link:x-pack/packages/kbn-ai-assistant-common", @@ -169,16 +169,16 @@ "@kbn/aiops-plugin": "link:x-pack/plugins/aiops", "@kbn/aiops-test-utils": "link:x-pack/packages/ml/aiops_test_utils", "@kbn/alerting-api-integration-test-plugin": "link:x-pack/test/alerting_api_integration/common/plugins/alerts", - "@kbn/alerting-comparators": "link:x-pack/packages/kbn-alerting-comparators", + "@kbn/alerting-comparators": "link:x-pack/platform/packages/shared/kbn-alerting-comparators", "@kbn/alerting-example-plugin": "link:x-pack/examples/alerting_example", "@kbn/alerting-fixture-plugin": "link:x-pack/test/functional_with_es_ssl/plugins/alerts", - "@kbn/alerting-plugin": "link:x-pack/plugins/alerting", - "@kbn/alerting-state-types": "link:x-pack/packages/kbn-alerting-state-types", - "@kbn/alerting-types": "link:packages/kbn-alerting-types", - "@kbn/alerts-as-data-utils": "link:packages/kbn-alerts-as-data-utils", - "@kbn/alerts-grouping": "link:packages/kbn-alerts-grouping", + "@kbn/alerting-plugin": "link:x-pack/platform/plugins/shared/alerting", + "@kbn/alerting-state-types": "link:x-pack/platform/packages/private/kbn-alerting-state-types", + "@kbn/alerting-types": "link:src/platform/packages/shared/kbn-alerting-types", + "@kbn/alerts-as-data-utils": "link:src/platform/packages/shared/kbn-alerts-as-data-utils", + "@kbn/alerts-grouping": "link:x-pack/solutions/observability/packages/kbn-alerts-grouping", "@kbn/alerts-restricted-fixtures-plugin": "link:x-pack/test/alerting_api_integration/common/plugins/alerts_restricted", - "@kbn/alerts-ui-shared": "link:packages/kbn-alerts-ui-shared", + "@kbn/alerts-ui-shared": "link:src/platform/packages/shared/kbn-alerts-ui-shared", "@kbn/analytics": "link:packages/kbn-analytics", "@kbn/analytics-collection-utils": "link:packages/analytics/utils/analytics_collection_utils", "@kbn/analytics-ftr-helpers-plugin": "link:test/analytics/plugins/analytics_ftr_helpers", @@ -202,8 +202,8 @@ "@kbn/calculate-width-from-char-count": "link:packages/kbn-calculate-width-from-char-count", "@kbn/canvas-plugin": "link:x-pack/plugins/canvas", "@kbn/cases-api-integration-test-plugin": "link:x-pack/test/cases_api_integration/common/plugins/cases", - "@kbn/cases-components": "link:packages/kbn-cases-components", - "@kbn/cases-plugin": "link:x-pack/plugins/cases", + "@kbn/cases-components": "link:src/platform/packages/shared/kbn-cases-components", + "@kbn/cases-plugin": "link:x-pack/platform/plugins/shared/cases", "@kbn/cbor": "link:packages/kbn-cbor", "@kbn/cell-actions": "link:packages/kbn-cell-actions", "@kbn/chart-expressions-common": "link:src/plugins/chart_expressions/common", @@ -503,7 +503,7 @@ "@kbn/event-annotation-listing-plugin": "link:src/plugins/event_annotation_listing", "@kbn/event-annotation-plugin": "link:src/plugins/event_annotation", "@kbn/event-log-fixture-plugin": "link:x-pack/test/plugin_api_integration/plugins/event_log", - "@kbn/event-log-plugin": "link:x-pack/plugins/event_log", + "@kbn/event-log-plugin": "link:x-pack/platform/plugins/shared/event_log", "@kbn/expandable-flyout": "link:packages/kbn-expandable-flyout", "@kbn/exploratory-view-example-plugin": "link:x-pack/examples/exploratory_view_example", "@kbn/exploratory-view-plugin": "link:x-pack/plugins/observability_solution/exploratory_view", @@ -554,7 +554,7 @@ "@kbn/grid-example-plugin": "link:examples/grid_example", "@kbn/grid-layout": "link:packages/kbn-grid-layout", "@kbn/grokdebugger-plugin": "link:x-pack/plugins/grokdebugger", - "@kbn/grouping": "link:packages/kbn-grouping", + "@kbn/grouping": "link:src/platform/packages/shared/kbn-grouping", "@kbn/guided-onboarding": "link:packages/kbn-guided-onboarding", "@kbn/guided-onboarding-example-plugin": "link:examples/guided_onboarding_example", "@kbn/guided-onboarding-plugin": "link:src/plugins/guided_onboarding", @@ -759,7 +759,7 @@ "@kbn/resizable-layout-examples-plugin": "link:examples/resizable_layout_examples", "@kbn/resolver-test-plugin": "link:x-pack/test/plugin_functional/plugins/resolver_test", "@kbn/response-ops-feature-flag-service": "link:packages/response-ops/feature_flag_service", - "@kbn/response-ops-rule-params": "link:packages/response-ops/rule_params", + "@kbn/response-ops-rule-params": "link:src/platform/packages/private/response-ops/rule_params", "@kbn/response-stream-plugin": "link:examples/response_stream", "@kbn/rison": "link:packages/kbn-rison", "@kbn/rollup": "link:x-pack/packages/rollup", @@ -767,9 +767,9 @@ "@kbn/router-to-openapispec": "link:packages/kbn-router-to-openapispec", "@kbn/router-utils": "link:packages/kbn-router-utils", "@kbn/routing-example-plugin": "link:examples/routing_example", - "@kbn/rrule": "link:packages/kbn-rrule", + "@kbn/rrule": "link:src/platform/packages/shared/kbn-rrule", "@kbn/rule-data-utils": "link:packages/kbn-rule-data-utils", - "@kbn/rule-registry-plugin": "link:x-pack/plugins/rule_registry", + "@kbn/rule-registry-plugin": "link:x-pack/platform/plugins/shared/rule_registry", "@kbn/runtime-fields-plugin": "link:x-pack/plugins/runtime_fields", "@kbn/safer-lodash-set": "link:packages/kbn-safer-lodash-set", "@kbn/saml-provider-plugin": "link:x-pack/test/security_api_integration/plugins/saml_provider", @@ -932,8 +932,8 @@ "@kbn/sse-utils": "link:packages/kbn-sse-utils", "@kbn/sse-utils-client": "link:packages/kbn-sse-utils-client", "@kbn/sse-utils-server": "link:packages/kbn-sse-utils-server", - "@kbn/stack-alerts-plugin": "link:x-pack/plugins/stack_alerts", - "@kbn/stack-connectors-plugin": "link:x-pack/plugins/stack_connectors", + "@kbn/stack-alerts-plugin": "link:x-pack/platform/plugins/shared/stack_alerts", + "@kbn/stack-connectors-plugin": "link:x-pack/platform/plugins/shared/stack_connectors", "@kbn/stack-management-usage-test-plugin": "link:x-pack/test/usage_collection/plugins/stack_management_usage_test", "@kbn/state-containers-examples-plugin": "link:examples/state_containers_examples", "@kbn/status-plugin-a-plugin": "link:test/server_integration/plugins/status_plugin_a", @@ -945,7 +945,7 @@ "@kbn/synthetics-private-location": "link:x-pack/packages/kbn-synthetics-private-location", "@kbn/task-manager-fixture-plugin": "link:x-pack/test/alerting_api_integration/common/plugins/task_manager_fixture", "@kbn/task-manager-performance-plugin": "link:x-pack/test/plugin_api_perf/plugins/task_manager_performance", - "@kbn/task-manager-plugin": "link:x-pack/plugins/task_manager", + "@kbn/task-manager-plugin": "link:x-pack/platform/plugins/shared/task_manager", "@kbn/telemetry-collection-manager-plugin": "link:src/plugins/telemetry_collection_manager", "@kbn/telemetry-collection-xpack-plugin": "link:x-pack/plugins/telemetry_collection_xpack", "@kbn/telemetry-management-section-plugin": "link:src/plugins/telemetry_management_section", @@ -964,8 +964,8 @@ "@kbn/translations-plugin": "link:x-pack/plugins/translations", "@kbn/transpose-utils": "link:packages/kbn-transpose-utils", "@kbn/triggers-actions-ui-example-plugin": "link:x-pack/examples/triggers_actions_ui_example", - "@kbn/triggers-actions-ui-plugin": "link:x-pack/plugins/triggers_actions_ui", - "@kbn/triggers-actions-ui-types": "link:packages/kbn-triggers-actions-ui-types", + "@kbn/triggers-actions-ui-plugin": "link:x-pack/platform/plugins/shared/triggers_actions_ui", + "@kbn/triggers-actions-ui-types": "link:src/platform/packages/shared/kbn-triggers-actions-ui-types", "@kbn/try-in-console": "link:packages/kbn-try-in-console", "@kbn/typed-react-router-config": "link:packages/kbn-typed-react-router-config", "@kbn/ui-actions-browser": "link:packages/kbn-ui-actions-browser", diff --git a/packages/deeplinks/security/deep_links.ts b/packages/deeplinks/security/deep_links.ts index c1d9b3b3cb6af..c7eb95e74f1c2 100644 --- a/packages/deeplinks/security/deep_links.ts +++ b/packages/deeplinks/security/deep_links.ts @@ -15,7 +15,7 @@ export enum SecurityPageName { blocklist = 'blocklist', /* * Warning: Computed values are not permitted in an enum with string valued members - * All Cases page names must match `CasesDeepLinkId` in x-pack/plugins/cases/public/common/navigation/deep_links.ts + * All Cases page names must match `CasesDeepLinkId` in x-pack/platform/plugins/shared/cases/public/common/navigation/deep_links.ts */ case = 'cases', // must match `CasesDeepLinkId.cases` caseConfigure = 'cases_configure', // must match `CasesDeepLinkId.casesConfigure` diff --git a/packages/kbn-alerts-ui-shared/jest.config.js b/packages/kbn-alerts-ui-shared/jest.config.js deleted file mode 100644 index 62a49421c9bc6..0000000000000 --- a/packages/kbn-alerts-ui-shared/jest.config.js +++ /dev/null @@ -1,15 +0,0 @@ -/* - * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one - * or more contributor license agreements. Licensed under the "Elastic License - * 2.0", the "GNU Affero General Public License v3.0 only", and the "Server Side - * Public License v 1"; you may not use this file except in compliance with, at - * your election, the "Elastic License 2.0", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../..', - roots: ['/packages/kbn-alerts-ui-shared'], - setupFilesAfterEnv: ['/packages/kbn-alerts-ui-shared/setup_tests.ts'], -}; diff --git a/packages/kbn-cases-components/jest.config.js b/packages/kbn-cases-components/jest.config.js deleted file mode 100644 index 3518a7c7adbfa..0000000000000 --- a/packages/kbn-cases-components/jest.config.js +++ /dev/null @@ -1,15 +0,0 @@ -/* - * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one - * or more contributor license agreements. Licensed under the "Elastic License - * 2.0", the "GNU Affero General Public License v3.0 only", and the "Server Side - * Public License v 1"; you may not use this file except in compliance with, at - * your election, the "Elastic License 2.0", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../..', - roots: ['/packages/kbn-cases-components'], - setupFilesAfterEnv: ['/packages/kbn-cases-components/setup_tests.ts'], -}; diff --git a/packages/kbn-eslint-plugin-i18n/helpers/get_i18n_identifier_from_file_path.test.ts b/packages/kbn-eslint-plugin-i18n/helpers/get_i18n_identifier_from_file_path.test.ts index ca59efd40de44..8b51c00cfdff0 100644 --- a/packages/kbn-eslint-plugin-i18n/helpers/get_i18n_identifier_from_file_path.test.ts +++ b/packages/kbn-eslint-plugin-i18n/helpers/get_i18n_identifier_from_file_path.test.ts @@ -20,13 +20,13 @@ const testMap = [ 'x-pack/plugins/observability_solution/apm/common/components/app/correlations/correlations_table.tsx', 'xpack.apm', ], - ['x-pack/plugins/cases/server/components/foo.tsx', 'xpack.cases'], + ['x-pack/platform/plugins/shared/cases/server/components/foo.tsx', 'xpack.cases'], [ 'x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/alerts/toggle_alert_flyout_button.tsx', 'xpack.synthetics', ], ['src/plugins/vis_types/gauge/public/editor/collections.ts', 'visTypeGauge'], - ['packages/kbn-alerts-ui-shared/src/alert_lifecycle_status_badge/index.tsx', 'alertsUIShared'], + ['src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_lifecycle_status_badge/index.tsx', 'alertsUIShared'], ]; describe('Get i18n Identifier for file', () => { diff --git a/packages/kbn-eslint-plugin-telemetry/helpers/get_app_name.test.ts b/packages/kbn-eslint-plugin-telemetry/helpers/get_app_name.test.ts index 0d5526103fb7d..753d67e559a95 100644 --- a/packages/kbn-eslint-plugin-telemetry/helpers/get_app_name.test.ts +++ b/packages/kbn-eslint-plugin-telemetry/helpers/get_app_name.test.ts @@ -17,8 +17,8 @@ const testMap = [ ['x-pack/plugins/apm/public/components/app/correlations/correlations_table.tsx', 'apm'], ['x-pack/plugins/observability/foo/bar/baz/header_actions.tsx', 'o11y'], ['x-pack/plugins/observability_solution/apm/baz/header_actions.tsx', 'apm'], - ['x-pack/plugins/cases/public/components/foo.tsx', 'cases'], - ['packages/kbn-alerts-ui-shared/src/alert_lifecycle_status_badge/index.tsx', 'kbnAlertsUiShared'], + ['x-pack/platform/plugins/shared/cases/public/components/foo.tsx', 'cases'], + ['src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_lifecycle_status_badge/index.tsx', 'kbnAlertsUiShared'], ]; describe('Get App Name', () => { diff --git a/packages/kbn-grouping/jest.config.js b/packages/kbn-grouping/jest.config.js deleted file mode 100644 index 9c8994be4f711..0000000000000 --- a/packages/kbn-grouping/jest.config.js +++ /dev/null @@ -1,27 +0,0 @@ -/* - * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one - * or more contributor license agreements. Licensed under the "Elastic License - * 2.0", the "GNU Affero General Public License v3.0 only", and the "Server Side - * Public License v 1"; you may not use this file except in compliance with, at - * your election, the "Elastic License 2.0", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../..', - roots: ['/packages/kbn-grouping'], - coverageReporters: ['text', 'html'], - collectCoverageFrom: [ - '/packages/kbn-grouping/**/*.{ts,tsx}', - '!/packages/kbn-grouping/**/*.test', - '!/packages/kbn-grouping/**/types/*', - '!/packages/kbn-grouping/**/*.type', - '!/packages/kbn-grouping/**/*.styles', - '!/packages/kbn-grouping/**/mocks/*', - '!/packages/kbn-grouping/**/*.config', - '!/packages/kbn-grouping/**/translations', - '!/packages/kbn-grouping/**/types/*', - ], - setupFilesAfterEnv: ['/packages/kbn-grouping/setup_tests.ts'], -}; diff --git a/packages/kbn-securitysolution-io-ts-alerting-types/src/actions/index.ts b/packages/kbn-securitysolution-io-ts-alerting-types/src/actions/index.ts index ad1dde3da7450..4b4a73387898d 100644 --- a/packages/kbn-securitysolution-io-ts-alerting-types/src/actions/index.ts +++ b/packages/kbn-securitysolution-io-ts-alerting-types/src/actions/index.ts @@ -27,7 +27,7 @@ export const RuleActionUuid = NonEmptyString; /** * Params is an "object", since it is a type of RuleActionParams which is action templates. - * @see x-pack/plugins/alerting/common/rule.ts + * @see x-pack/platform/plugins/shared/alerting/common/rule.ts */ export type RuleActionParams = t.TypeOf; export const RuleActionParams = saved_object_attributes; diff --git a/packages/kbn-test/src/functional_tests/lib/babel_register_for_test_plugins.js b/packages/kbn-test/src/functional_tests/lib/babel_register_for_test_plugins.js index 259f9ae914f18..4a3edd0559a79 100644 --- a/packages/kbn-test/src/functional_tests/lib/babel_register_for_test_plugins.js +++ b/packages/kbn-test/src/functional_tests/lib/babel_register_for_test_plugins.js @@ -18,7 +18,7 @@ require('@kbn/babel-register').install({ 'examples', 'x-pack/examples', // TODO: should should probably remove this link back to the source - 'x-pack/plugins/task_manager/server/config.ts', + 'x-pack/platform/plugins/shared/task_manager/server/config.ts', 'src/plugins/field_formats/common', 'packages', 'x-pack/packages', diff --git a/packages/kbn-triggers-actions-ui-types/jest.config.js b/packages/kbn-triggers-actions-ui-types/jest.config.js deleted file mode 100644 index a8875bc7569d6..0000000000000 --- a/packages/kbn-triggers-actions-ui-types/jest.config.js +++ /dev/null @@ -1,14 +0,0 @@ -/* - * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one - * or more contributor license agreements. Licensed under the "Elastic License - * 2.0", the "GNU Affero General Public License v3.0 only", and the "Server Side - * Public License v 1"; you may not use this file except in compliance with, at - * your election, the "Elastic License 2.0", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../..', - roots: ['/packages/kbn-triggers-actions-ui-types'], -}; diff --git a/src/dev/precommit_hook/casing_check_config.js b/src/dev/precommit_hook/casing_check_config.js index 3572781c4b262..d1f06c4daaf36 100644 --- a/src/dev/precommit_hook/casing_check_config.js +++ b/src/dev/precommit_hook/casing_check_config.js @@ -29,7 +29,7 @@ export const IGNORE_FILE_GLOBS = [ 'x-pack/plugins/canvas/tasks/**/*', 'x-pack/plugins/canvas/canvas_plugin_src/**/*', 'x-pack/plugins/canvas/server/templates/assets/*.{png,jpg,svg}', - 'x-pack/plugins/cases/docs/**/*', + 'x-pack/platform/plugins/shared/cases/docs/**/*', 'x-pack/plugins/monitoring/public/lib/jquery_flot/**/*', 'x-pack/plugins/fleet/cypress/packages/*.zip', '**/apm-diagnostics-*.json', diff --git a/src/dev/storybook/aliases.ts b/src/dev/storybook/aliases.ts index cc991d72d23c0..3f51238747886 100644 --- a/src/dev/storybook/aliases.ts +++ b/src/dev/storybook/aliases.ts @@ -14,7 +14,7 @@ export const storybookAliases = { apm: 'x-pack/plugins/observability_solution/apm/.storybook', canvas: 'x-pack/plugins/canvas/storybook', - cases: 'packages/kbn-cases-components/.storybook', + cases: 'src/platform/packages/shared/kbn-cases-components/.storybook', cell_actions: 'packages/kbn-cell-actions/.storybook', cloud_security_posture_packages: 'x-pack/packages/kbn-cloud-security-posture/storybook/config', cloud: 'packages/cloud/.storybook', @@ -42,7 +42,7 @@ export const storybookAliases = { expression_shape: 'src/plugins/expression_shape/.storybook', expression_tagcloud: 'src/plugins/chart_expressions/expression_tagcloud/.storybook', fleet: 'x-pack/plugins/fleet/.storybook', - grouping: 'packages/kbn-grouping/.storybook', + grouping: 'src/platform/packages/shared/kbn-grouping/.storybook', home: 'src/plugins/home/.storybook', infra: 'x-pack/plugins/observability_solution/infra/.storybook', inventory: 'x-pack/plugins/observability_solution/inventory/.storybook', @@ -68,7 +68,7 @@ export const storybookAliases = { shared_ux: 'packages/shared-ux/storybook/config', slo: 'x-pack/plugins/observability_solution/slo/.storybook', threat_intelligence: 'x-pack/plugins/threat_intelligence/.storybook', - triggers_actions_ui: 'x-pack/plugins/triggers_actions_ui/.storybook', + triggers_actions_ui: 'x-pack/platform/plugins/shared/triggers_actions_ui/.storybook', ui_actions_enhanced: 'src/plugins/ui_actions_enhanced/.storybook', unified_search: 'src/plugins/unified_search/.storybook', profiling: 'x-pack/plugins/observability_solution/profiling/.storybook', diff --git a/packages/response-ops/rule_params/README.md b/src/platform/packages/private/response-ops/rule_params/README.md similarity index 100% rename from packages/response-ops/rule_params/README.md rename to src/platform/packages/private/response-ops/rule_params/README.md diff --git a/packages/response-ops/rule_params/index.ts b/src/platform/packages/private/response-ops/rule_params/index.ts similarity index 100% rename from packages/response-ops/rule_params/index.ts rename to src/platform/packages/private/response-ops/rule_params/index.ts diff --git a/packages/response-ops/rule_params/jest.config.js b/src/platform/packages/private/response-ops/rule_params/jest.config.js similarity index 82% rename from packages/response-ops/rule_params/jest.config.js rename to src/platform/packages/private/response-ops/rule_params/jest.config.js index ee60f7ea42272..76636c7d4fc78 100644 --- a/packages/response-ops/rule_params/jest.config.js +++ b/src/platform/packages/private/response-ops/rule_params/jest.config.js @@ -9,6 +9,6 @@ module.exports = { preset: '@kbn/test/jest_node', - rootDir: '../../..', - roots: ['/packages/response-ops/rule_params'], + rootDir: '../../../../../..', + roots: ['/src/platform/packages/private/response-ops/rule_params'], }; diff --git a/packages/response-ops/rule_params/kibana.jsonc b/src/platform/packages/private/response-ops/rule_params/kibana.jsonc similarity index 100% rename from packages/response-ops/rule_params/kibana.jsonc rename to src/platform/packages/private/response-ops/rule_params/kibana.jsonc diff --git a/packages/kbn-alerting-types/flapping/latest.ts b/src/platform/packages/private/response-ops/rule_params/latest.ts similarity index 100% rename from packages/kbn-alerting-types/flapping/latest.ts rename to src/platform/packages/private/response-ops/rule_params/latest.ts diff --git a/packages/response-ops/rule_params/package.json b/src/platform/packages/private/response-ops/rule_params/package.json similarity index 100% rename from packages/response-ops/rule_params/package.json rename to src/platform/packages/private/response-ops/rule_params/package.json diff --git a/packages/response-ops/rule_params/tsconfig.json b/src/platform/packages/private/response-ops/rule_params/tsconfig.json similarity index 81% rename from packages/response-ops/rule_params/tsconfig.json rename to src/platform/packages/private/response-ops/rule_params/tsconfig.json index 3df73f778fdc1..bd6cfc03c6683 100644 --- a/packages/response-ops/rule_params/tsconfig.json +++ b/src/platform/packages/private/response-ops/rule_params/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "../../../tsconfig.base.json", + "extends": "../../../../../../tsconfig.base.json", "compilerOptions": { "outDir": "target/types", "types": [ diff --git a/packages/response-ops/rule_params/v1.ts b/src/platform/packages/private/response-ops/rule_params/v1.ts similarity index 100% rename from packages/response-ops/rule_params/v1.ts rename to src/platform/packages/private/response-ops/rule_params/v1.ts diff --git a/packages/kbn-actions-types/README.md b/src/platform/packages/shared/kbn-actions-types/README.md similarity index 100% rename from packages/kbn-actions-types/README.md rename to src/platform/packages/shared/kbn-actions-types/README.md diff --git a/packages/kbn-actions-types/action_types.ts b/src/platform/packages/shared/kbn-actions-types/action_types.ts similarity index 100% rename from packages/kbn-actions-types/action_types.ts rename to src/platform/packages/shared/kbn-actions-types/action_types.ts diff --git a/packages/kbn-actions-types/index.ts b/src/platform/packages/shared/kbn-actions-types/index.ts similarity index 100% rename from packages/kbn-actions-types/index.ts rename to src/platform/packages/shared/kbn-actions-types/index.ts diff --git a/packages/kbn-alerts-as-data-utils/jest.config.js b/src/platform/packages/shared/kbn-actions-types/jest.config.js similarity index 83% rename from packages/kbn-alerts-as-data-utils/jest.config.js rename to src/platform/packages/shared/kbn-actions-types/jest.config.js index faca19e88d573..231d779e54cb9 100644 --- a/packages/kbn-alerts-as-data-utils/jest.config.js +++ b/src/platform/packages/shared/kbn-actions-types/jest.config.js @@ -9,6 +9,6 @@ module.exports = { preset: '@kbn/test', - rootDir: '../..', - roots: ['/packages/kbn-alerts-as-data-utils'], + rootDir: '../../../../..', + roots: ['/src/platform/packages/shared/kbn-actions-types'], }; diff --git a/packages/kbn-actions-types/kibana.jsonc b/src/platform/packages/shared/kbn-actions-types/kibana.jsonc similarity index 100% rename from packages/kbn-actions-types/kibana.jsonc rename to src/platform/packages/shared/kbn-actions-types/kibana.jsonc diff --git a/packages/kbn-actions-types/package.json b/src/platform/packages/shared/kbn-actions-types/package.json similarity index 100% rename from packages/kbn-actions-types/package.json rename to src/platform/packages/shared/kbn-actions-types/package.json diff --git a/packages/kbn-actions-types/rewrite_request_case_types.ts b/src/platform/packages/shared/kbn-actions-types/rewrite_request_case_types.ts similarity index 100% rename from packages/kbn-actions-types/rewrite_request_case_types.ts rename to src/platform/packages/shared/kbn-actions-types/rewrite_request_case_types.ts diff --git a/packages/kbn-actions-types/tsconfig.json b/src/platform/packages/shared/kbn-actions-types/tsconfig.json similarity index 84% rename from packages/kbn-actions-types/tsconfig.json rename to src/platform/packages/shared/kbn-actions-types/tsconfig.json index f581a6d61b88f..ee8d7f40d8bc5 100644 --- a/packages/kbn-actions-types/tsconfig.json +++ b/src/platform/packages/shared/kbn-actions-types/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "../../tsconfig.base.json", + "extends": "../../../../../tsconfig.base.json", "compilerOptions": { "outDir": "target/types", "types": [ diff --git a/packages/kbn-alerting-types/README.md b/src/platform/packages/shared/kbn-alerting-types/README.md similarity index 100% rename from packages/kbn-alerting-types/README.md rename to src/platform/packages/shared/kbn-alerting-types/README.md diff --git a/packages/kbn-alerting-types/action_group_types.ts b/src/platform/packages/shared/kbn-alerting-types/action_group_types.ts similarity index 100% rename from packages/kbn-alerting-types/action_group_types.ts rename to src/platform/packages/shared/kbn-alerting-types/action_group_types.ts diff --git a/packages/kbn-alerting-types/action_variable.ts b/src/platform/packages/shared/kbn-alerting-types/action_variable.ts similarity index 100% rename from packages/kbn-alerting-types/action_variable.ts rename to src/platform/packages/shared/kbn-alerting-types/action_variable.ts diff --git a/packages/kbn-alerting-types/alert_fields_type.ts b/src/platform/packages/shared/kbn-alerting-types/alert_fields_type.ts similarity index 100% rename from packages/kbn-alerting-types/alert_fields_type.ts rename to src/platform/packages/shared/kbn-alerting-types/alert_fields_type.ts diff --git a/packages/kbn-alerting-types/alert_type.ts b/src/platform/packages/shared/kbn-alerting-types/alert_type.ts similarity index 100% rename from packages/kbn-alerting-types/alert_type.ts rename to src/platform/packages/shared/kbn-alerting-types/alert_type.ts diff --git a/packages/kbn-alerting-types/alerting_framework_health_types.ts b/src/platform/packages/shared/kbn-alerting-types/alerting_framework_health_types.ts similarity index 100% rename from packages/kbn-alerting-types/alerting_framework_health_types.ts rename to src/platform/packages/shared/kbn-alerting-types/alerting_framework_health_types.ts diff --git a/packages/kbn-alerting-types/builtin_action_groups_types.ts b/src/platform/packages/shared/kbn-alerting-types/builtin_action_groups_types.ts similarity index 100% rename from packages/kbn-alerting-types/builtin_action_groups_types.ts rename to src/platform/packages/shared/kbn-alerting-types/builtin_action_groups_types.ts diff --git a/packages/kbn-alerting-types/circuit_breaker_message_header.ts b/src/platform/packages/shared/kbn-alerting-types/circuit_breaker_message_header.ts similarity index 100% rename from packages/kbn-alerting-types/circuit_breaker_message_header.ts rename to src/platform/packages/shared/kbn-alerting-types/circuit_breaker_message_header.ts diff --git a/packages/response-ops/rule_params/latest.ts b/src/platform/packages/shared/kbn-alerting-types/flapping/latest.ts similarity index 100% rename from packages/response-ops/rule_params/latest.ts rename to src/platform/packages/shared/kbn-alerting-types/flapping/latest.ts diff --git a/packages/kbn-alerting-types/flapping/v1.ts b/src/platform/packages/shared/kbn-alerting-types/flapping/v1.ts similarity index 100% rename from packages/kbn-alerting-types/flapping/v1.ts rename to src/platform/packages/shared/kbn-alerting-types/flapping/v1.ts diff --git a/packages/kbn-alerting-types/index.ts b/src/platform/packages/shared/kbn-alerting-types/index.ts similarity index 100% rename from packages/kbn-alerting-types/index.ts rename to src/platform/packages/shared/kbn-alerting-types/index.ts diff --git a/packages/kbn-alerting-types/jest.config.js b/src/platform/packages/shared/kbn-alerting-types/jest.config.js similarity index 83% rename from packages/kbn-alerting-types/jest.config.js rename to src/platform/packages/shared/kbn-alerting-types/jest.config.js index 8d37bf9581dad..637f626646175 100644 --- a/packages/kbn-alerting-types/jest.config.js +++ b/src/platform/packages/shared/kbn-alerting-types/jest.config.js @@ -9,6 +9,6 @@ module.exports = { preset: '@kbn/test', - rootDir: '../..', - roots: ['/packages/kbn-alerting-types'], + rootDir: '../../../../..', + roots: ['/src/platform/packages/shared/kbn-alerting-types'], }; diff --git a/packages/kbn-alerting-types/kibana.jsonc b/src/platform/packages/shared/kbn-alerting-types/kibana.jsonc similarity index 100% rename from packages/kbn-alerting-types/kibana.jsonc rename to src/platform/packages/shared/kbn-alerting-types/kibana.jsonc diff --git a/packages/kbn-alerting-types/package.json b/src/platform/packages/shared/kbn-alerting-types/package.json similarity index 100% rename from packages/kbn-alerting-types/package.json rename to src/platform/packages/shared/kbn-alerting-types/package.json diff --git a/packages/kbn-alerting-types/r_rule_types.ts b/src/platform/packages/shared/kbn-alerting-types/r_rule_types.ts similarity index 100% rename from packages/kbn-alerting-types/r_rule_types.ts rename to src/platform/packages/shared/kbn-alerting-types/r_rule_types.ts diff --git a/packages/kbn-alerting-types/rule_notify_when_type.ts b/src/platform/packages/shared/kbn-alerting-types/rule_notify_when_type.ts similarity index 100% rename from packages/kbn-alerting-types/rule_notify_when_type.ts rename to src/platform/packages/shared/kbn-alerting-types/rule_notify_when_type.ts diff --git a/packages/kbn-alerting-types/rule_settings.ts b/src/platform/packages/shared/kbn-alerting-types/rule_settings.ts similarity index 100% rename from packages/kbn-alerting-types/rule_settings.ts rename to src/platform/packages/shared/kbn-alerting-types/rule_settings.ts diff --git a/packages/kbn-alerting-types/rule_type_types.ts b/src/platform/packages/shared/kbn-alerting-types/rule_type_types.ts similarity index 100% rename from packages/kbn-alerting-types/rule_type_types.ts rename to src/platform/packages/shared/kbn-alerting-types/rule_type_types.ts diff --git a/packages/kbn-alerting-types/rule_types.ts b/src/platform/packages/shared/kbn-alerting-types/rule_types.ts similarity index 100% rename from packages/kbn-alerting-types/rule_types.ts rename to src/platform/packages/shared/kbn-alerting-types/rule_types.ts diff --git a/packages/kbn-alerting-types/search_strategy_types.ts b/src/platform/packages/shared/kbn-alerting-types/search_strategy_types.ts similarity index 100% rename from packages/kbn-alerting-types/search_strategy_types.ts rename to src/platform/packages/shared/kbn-alerting-types/search_strategy_types.ts diff --git a/packages/kbn-alerting-types/tsconfig.json b/src/platform/packages/shared/kbn-alerting-types/tsconfig.json similarity index 90% rename from packages/kbn-alerting-types/tsconfig.json rename to src/platform/packages/shared/kbn-alerting-types/tsconfig.json index dbc417aa76ade..feac5e5147156 100644 --- a/packages/kbn-alerting-types/tsconfig.json +++ b/src/platform/packages/shared/kbn-alerting-types/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "../../tsconfig.base.json", + "extends": "../../../../../tsconfig.base.json", "compilerOptions": { "outDir": "target/types", "types": [ diff --git a/packages/kbn-alerts-as-data-utils/index.ts b/src/platform/packages/shared/kbn-alerts-as-data-utils/index.ts similarity index 100% rename from packages/kbn-alerts-as-data-utils/index.ts rename to src/platform/packages/shared/kbn-alerts-as-data-utils/index.ts diff --git a/packages/kbn-rrule/jest.config.js b/src/platform/packages/shared/kbn-alerts-as-data-utils/jest.config.js similarity index 82% rename from packages/kbn-rrule/jest.config.js rename to src/platform/packages/shared/kbn-alerts-as-data-utils/jest.config.js index bcc7921064cb5..c52df32bd8d45 100644 --- a/packages/kbn-rrule/jest.config.js +++ b/src/platform/packages/shared/kbn-alerts-as-data-utils/jest.config.js @@ -9,6 +9,6 @@ module.exports = { preset: '@kbn/test', - rootDir: '../..', - roots: ['/packages/kbn-rrule'], + rootDir: '../../../../..', + roots: ['/src/platform/packages/shared/kbn-alerts-as-data-utils'], }; diff --git a/packages/kbn-alerts-as-data-utils/kibana.jsonc b/src/platform/packages/shared/kbn-alerts-as-data-utils/kibana.jsonc similarity index 100% rename from packages/kbn-alerts-as-data-utils/kibana.jsonc rename to src/platform/packages/shared/kbn-alerts-as-data-utils/kibana.jsonc diff --git a/packages/kbn-alerts-as-data-utils/package.json b/src/platform/packages/shared/kbn-alerts-as-data-utils/package.json similarity index 100% rename from packages/kbn-alerts-as-data-utils/package.json rename to src/platform/packages/shared/kbn-alerts-as-data-utils/package.json diff --git a/packages/kbn-alerts-as-data-utils/src/field_maps/alert_field_map.ts b/src/platform/packages/shared/kbn-alerts-as-data-utils/src/field_maps/alert_field_map.ts similarity index 100% rename from packages/kbn-alerts-as-data-utils/src/field_maps/alert_field_map.ts rename to src/platform/packages/shared/kbn-alerts-as-data-utils/src/field_maps/alert_field_map.ts diff --git a/packages/kbn-alerts-as-data-utils/src/field_maps/ecs_field_map.ts b/src/platform/packages/shared/kbn-alerts-as-data-utils/src/field_maps/ecs_field_map.ts similarity index 100% rename from packages/kbn-alerts-as-data-utils/src/field_maps/ecs_field_map.ts rename to src/platform/packages/shared/kbn-alerts-as-data-utils/src/field_maps/ecs_field_map.ts diff --git a/packages/kbn-alerts-as-data-utils/src/field_maps/index.ts b/src/platform/packages/shared/kbn-alerts-as-data-utils/src/field_maps/index.ts similarity index 100% rename from packages/kbn-alerts-as-data-utils/src/field_maps/index.ts rename to src/platform/packages/shared/kbn-alerts-as-data-utils/src/field_maps/index.ts diff --git a/packages/kbn-alerts-as-data-utils/src/field_maps/legacy_alert_field_map.ts b/src/platform/packages/shared/kbn-alerts-as-data-utils/src/field_maps/legacy_alert_field_map.ts similarity index 100% rename from packages/kbn-alerts-as-data-utils/src/field_maps/legacy_alert_field_map.ts rename to src/platform/packages/shared/kbn-alerts-as-data-utils/src/field_maps/legacy_alert_field_map.ts diff --git a/packages/kbn-alerts-as-data-utils/src/field_maps/legacy_experimental_field_map.ts b/src/platform/packages/shared/kbn-alerts-as-data-utils/src/field_maps/legacy_experimental_field_map.ts similarity index 100% rename from packages/kbn-alerts-as-data-utils/src/field_maps/legacy_experimental_field_map.ts rename to src/platform/packages/shared/kbn-alerts-as-data-utils/src/field_maps/legacy_experimental_field_map.ts diff --git a/packages/kbn-alerts-as-data-utils/src/field_maps/types.ts b/src/platform/packages/shared/kbn-alerts-as-data-utils/src/field_maps/types.ts similarity index 100% rename from packages/kbn-alerts-as-data-utils/src/field_maps/types.ts rename to src/platform/packages/shared/kbn-alerts-as-data-utils/src/field_maps/types.ts diff --git a/packages/kbn-alerts-as-data-utils/src/schemas/create_schema_from_field_map.ts b/src/platform/packages/shared/kbn-alerts-as-data-utils/src/schemas/create_schema_from_field_map.ts similarity index 100% rename from packages/kbn-alerts-as-data-utils/src/schemas/create_schema_from_field_map.ts rename to src/platform/packages/shared/kbn-alerts-as-data-utils/src/schemas/create_schema_from_field_map.ts diff --git a/packages/kbn-alerts-as-data-utils/src/schemas/generated/alert_schema.ts b/src/platform/packages/shared/kbn-alerts-as-data-utils/src/schemas/generated/alert_schema.ts similarity index 100% rename from packages/kbn-alerts-as-data-utils/src/schemas/generated/alert_schema.ts rename to src/platform/packages/shared/kbn-alerts-as-data-utils/src/schemas/generated/alert_schema.ts diff --git a/packages/kbn-alerts-as-data-utils/src/schemas/generated/default_schema.ts b/src/platform/packages/shared/kbn-alerts-as-data-utils/src/schemas/generated/default_schema.ts similarity index 100% rename from packages/kbn-alerts-as-data-utils/src/schemas/generated/default_schema.ts rename to src/platform/packages/shared/kbn-alerts-as-data-utils/src/schemas/generated/default_schema.ts diff --git a/packages/kbn-alerts-as-data-utils/src/schemas/generated/ecs_schema.ts b/src/platform/packages/shared/kbn-alerts-as-data-utils/src/schemas/generated/ecs_schema.ts similarity index 100% rename from packages/kbn-alerts-as-data-utils/src/schemas/generated/ecs_schema.ts rename to src/platform/packages/shared/kbn-alerts-as-data-utils/src/schemas/generated/ecs_schema.ts diff --git a/packages/kbn-alerts-as-data-utils/src/schemas/generated/legacy_alert_schema.ts b/src/platform/packages/shared/kbn-alerts-as-data-utils/src/schemas/generated/legacy_alert_schema.ts similarity index 100% rename from packages/kbn-alerts-as-data-utils/src/schemas/generated/legacy_alert_schema.ts rename to src/platform/packages/shared/kbn-alerts-as-data-utils/src/schemas/generated/legacy_alert_schema.ts diff --git a/packages/kbn-alerts-as-data-utils/src/schemas/generated/ml_anomaly_detection_health_schema.ts b/src/platform/packages/shared/kbn-alerts-as-data-utils/src/schemas/generated/ml_anomaly_detection_health_schema.ts similarity index 100% rename from packages/kbn-alerts-as-data-utils/src/schemas/generated/ml_anomaly_detection_health_schema.ts rename to src/platform/packages/shared/kbn-alerts-as-data-utils/src/schemas/generated/ml_anomaly_detection_health_schema.ts diff --git a/packages/kbn-alerts-as-data-utils/src/schemas/generated/ml_anomaly_detection_schema.ts b/src/platform/packages/shared/kbn-alerts-as-data-utils/src/schemas/generated/ml_anomaly_detection_schema.ts similarity index 100% rename from packages/kbn-alerts-as-data-utils/src/schemas/generated/ml_anomaly_detection_schema.ts rename to src/platform/packages/shared/kbn-alerts-as-data-utils/src/schemas/generated/ml_anomaly_detection_schema.ts diff --git a/packages/kbn-alerts-as-data-utils/src/schemas/generated/observability_apm_schema.ts b/src/platform/packages/shared/kbn-alerts-as-data-utils/src/schemas/generated/observability_apm_schema.ts similarity index 100% rename from packages/kbn-alerts-as-data-utils/src/schemas/generated/observability_apm_schema.ts rename to src/platform/packages/shared/kbn-alerts-as-data-utils/src/schemas/generated/observability_apm_schema.ts diff --git a/packages/kbn-alerts-as-data-utils/src/schemas/generated/observability_logs_schema.ts b/src/platform/packages/shared/kbn-alerts-as-data-utils/src/schemas/generated/observability_logs_schema.ts similarity index 100% rename from packages/kbn-alerts-as-data-utils/src/schemas/generated/observability_logs_schema.ts rename to src/platform/packages/shared/kbn-alerts-as-data-utils/src/schemas/generated/observability_logs_schema.ts diff --git a/packages/kbn-alerts-as-data-utils/src/schemas/generated/observability_metrics_schema.ts b/src/platform/packages/shared/kbn-alerts-as-data-utils/src/schemas/generated/observability_metrics_schema.ts similarity index 100% rename from packages/kbn-alerts-as-data-utils/src/schemas/generated/observability_metrics_schema.ts rename to src/platform/packages/shared/kbn-alerts-as-data-utils/src/schemas/generated/observability_metrics_schema.ts diff --git a/packages/kbn-alerts-as-data-utils/src/schemas/generated/observability_slo_schema.ts b/src/platform/packages/shared/kbn-alerts-as-data-utils/src/schemas/generated/observability_slo_schema.ts similarity index 100% rename from packages/kbn-alerts-as-data-utils/src/schemas/generated/observability_slo_schema.ts rename to src/platform/packages/shared/kbn-alerts-as-data-utils/src/schemas/generated/observability_slo_schema.ts diff --git a/packages/kbn-alerts-as-data-utils/src/schemas/generated/observability_threshold_schema.ts b/src/platform/packages/shared/kbn-alerts-as-data-utils/src/schemas/generated/observability_threshold_schema.ts similarity index 100% rename from packages/kbn-alerts-as-data-utils/src/schemas/generated/observability_threshold_schema.ts rename to src/platform/packages/shared/kbn-alerts-as-data-utils/src/schemas/generated/observability_threshold_schema.ts diff --git a/packages/kbn-alerts-as-data-utils/src/schemas/generated/observability_uptime_schema.ts b/src/platform/packages/shared/kbn-alerts-as-data-utils/src/schemas/generated/observability_uptime_schema.ts similarity index 100% rename from packages/kbn-alerts-as-data-utils/src/schemas/generated/observability_uptime_schema.ts rename to src/platform/packages/shared/kbn-alerts-as-data-utils/src/schemas/generated/observability_uptime_schema.ts diff --git a/packages/kbn-alerts-as-data-utils/src/schemas/generated/security_schema.ts b/src/platform/packages/shared/kbn-alerts-as-data-utils/src/schemas/generated/security_schema.ts similarity index 100% rename from packages/kbn-alerts-as-data-utils/src/schemas/generated/security_schema.ts rename to src/platform/packages/shared/kbn-alerts-as-data-utils/src/schemas/generated/security_schema.ts diff --git a/packages/kbn-alerts-as-data-utils/src/schemas/generated/stack_schema.ts b/src/platform/packages/shared/kbn-alerts-as-data-utils/src/schemas/generated/stack_schema.ts similarity index 100% rename from packages/kbn-alerts-as-data-utils/src/schemas/generated/stack_schema.ts rename to src/platform/packages/shared/kbn-alerts-as-data-utils/src/schemas/generated/stack_schema.ts diff --git a/packages/kbn-alerts-as-data-utils/src/schemas/generated/transform_health_schema.ts b/src/platform/packages/shared/kbn-alerts-as-data-utils/src/schemas/generated/transform_health_schema.ts similarity index 100% rename from packages/kbn-alerts-as-data-utils/src/schemas/generated/transform_health_schema.ts rename to src/platform/packages/shared/kbn-alerts-as-data-utils/src/schemas/generated/transform_health_schema.ts diff --git a/packages/kbn-alerts-as-data-utils/src/schemas/index.ts b/src/platform/packages/shared/kbn-alerts-as-data-utils/src/schemas/index.ts similarity index 100% rename from packages/kbn-alerts-as-data-utils/src/schemas/index.ts rename to src/platform/packages/shared/kbn-alerts-as-data-utils/src/schemas/index.ts diff --git a/packages/kbn-alerts-as-data-utils/src/schemas/lib/line_writer.ts b/src/platform/packages/shared/kbn-alerts-as-data-utils/src/schemas/lib/line_writer.ts similarity index 100% rename from packages/kbn-alerts-as-data-utils/src/schemas/lib/line_writer.ts rename to src/platform/packages/shared/kbn-alerts-as-data-utils/src/schemas/lib/line_writer.ts diff --git a/packages/kbn-alerts-as-data-utils/src/search/index.ts b/src/platform/packages/shared/kbn-alerts-as-data-utils/src/search/index.ts similarity index 100% rename from packages/kbn-alerts-as-data-utils/src/search/index.ts rename to src/platform/packages/shared/kbn-alerts-as-data-utils/src/search/index.ts diff --git a/packages/kbn-alerts-as-data-utils/src/search/security/build_fields_request.test.ts b/src/platform/packages/shared/kbn-alerts-as-data-utils/src/search/security/build_fields_request.test.ts similarity index 100% rename from packages/kbn-alerts-as-data-utils/src/search/security/build_fields_request.test.ts rename to src/platform/packages/shared/kbn-alerts-as-data-utils/src/search/security/build_fields_request.test.ts diff --git a/packages/kbn-alerts-as-data-utils/src/search/security/build_fields_request.ts b/src/platform/packages/shared/kbn-alerts-as-data-utils/src/search/security/build_fields_request.ts similarity index 100% rename from packages/kbn-alerts-as-data-utils/src/search/security/build_fields_request.ts rename to src/platform/packages/shared/kbn-alerts-as-data-utils/src/search/security/build_fields_request.ts diff --git a/packages/kbn-alerts-as-data-utils/src/search/security/fields.ts b/src/platform/packages/shared/kbn-alerts-as-data-utils/src/search/security/fields.ts similarity index 100% rename from packages/kbn-alerts-as-data-utils/src/search/security/fields.ts rename to src/platform/packages/shared/kbn-alerts-as-data-utils/src/search/security/fields.ts diff --git a/packages/kbn-alerts-as-data-utils/src/search/security/index.ts b/src/platform/packages/shared/kbn-alerts-as-data-utils/src/search/security/index.ts similarity index 100% rename from packages/kbn-alerts-as-data-utils/src/search/security/index.ts rename to src/platform/packages/shared/kbn-alerts-as-data-utils/src/search/security/index.ts diff --git a/packages/kbn-alerts-as-data-utils/tsconfig.json b/src/platform/packages/shared/kbn-alerts-as-data-utils/tsconfig.json similarity index 84% rename from packages/kbn-alerts-as-data-utils/tsconfig.json rename to src/platform/packages/shared/kbn-alerts-as-data-utils/tsconfig.json index d2a0a93d5f1db..fd6fade27713b 100644 --- a/packages/kbn-alerts-as-data-utils/tsconfig.json +++ b/src/platform/packages/shared/kbn-alerts-as-data-utils/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "../../tsconfig.base.json", + "extends": "../../../../../tsconfig.base.json", "compilerOptions": { "outDir": "target/types", "types": [ diff --git a/packages/kbn-alerts-ui-shared/README.mdx b/src/platform/packages/shared/kbn-alerts-ui-shared/README.mdx similarity index 100% rename from packages/kbn-alerts-ui-shared/README.mdx rename to src/platform/packages/shared/kbn-alerts-ui-shared/README.mdx diff --git a/packages/kbn-alerts-ui-shared/index.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/index.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/index.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/index.ts diff --git a/packages/kbn-alerts-grouping/jest.config.js b/src/platform/packages/shared/kbn-alerts-ui-shared/jest.config.js similarity index 71% rename from packages/kbn-alerts-grouping/jest.config.js rename to src/platform/packages/shared/kbn-alerts-ui-shared/jest.config.js index 4d2bdb1859c02..dc777dc587503 100644 --- a/packages/kbn-alerts-grouping/jest.config.js +++ b/src/platform/packages/shared/kbn-alerts-ui-shared/jest.config.js @@ -9,7 +9,7 @@ module.exports = { preset: '@kbn/test', - rootDir: '../..', - roots: ['/packages/kbn-alerts-grouping'], - setupFilesAfterEnv: ['/packages/kbn-alerts-grouping/setup_tests.ts'], + rootDir: '../../../../..', + roots: ['/src/platform/packages/shared/kbn-alerts-ui-shared'], + setupFilesAfterEnv: ['/src/platform/packages/shared/kbn-alerts-ui-shared/setup_tests.ts'], }; diff --git a/packages/kbn-alerts-ui-shared/kibana.jsonc b/src/platform/packages/shared/kbn-alerts-ui-shared/kibana.jsonc similarity index 100% rename from packages/kbn-alerts-ui-shared/kibana.jsonc rename to src/platform/packages/shared/kbn-alerts-ui-shared/kibana.jsonc diff --git a/packages/kbn-alerts-ui-shared/package.json b/src/platform/packages/shared/kbn-alerts-ui-shared/package.json similarity index 100% rename from packages/kbn-alerts-ui-shared/package.json rename to src/platform/packages/shared/kbn-alerts-ui-shared/package.json diff --git a/packages/kbn-alerts-grouping/setup_tests.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/setup_tests.ts similarity index 100% rename from packages/kbn-alerts-grouping/setup_tests.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/setup_tests.ts diff --git a/packages/kbn-alerts-ui-shared/src/action_variables/action_variables.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/action_variables/action_variables.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/action_variables/action_variables.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/action_variables/action_variables.ts diff --git a/packages/kbn-alerts-ui-shared/src/action_variables/get_available_action_variables.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/action_variables/get_available_action_variables.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/action_variables/get_available_action_variables.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/action_variables/get_available_action_variables.ts diff --git a/packages/kbn-alerts-ui-shared/src/action_variables/index.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/action_variables/index.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/action_variables/index.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/action_variables/index.ts diff --git a/packages/kbn-alerts-ui-shared/src/action_variables/transforms.test.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/action_variables/transforms.test.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/action_variables/transforms.test.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/action_variables/transforms.test.ts diff --git a/packages/kbn-alerts-ui-shared/src/action_variables/transforms.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/action_variables/transforms.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/action_variables/transforms.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/action_variables/transforms.ts diff --git a/packages/kbn-alerts-ui-shared/src/add_message_variables/add_message_variables.scss b/src/platform/packages/shared/kbn-alerts-ui-shared/src/add_message_variables/add_message_variables.scss similarity index 100% rename from packages/kbn-alerts-ui-shared/src/add_message_variables/add_message_variables.scss rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/add_message_variables/add_message_variables.scss diff --git a/packages/kbn-alerts-ui-shared/src/add_message_variables/index.test.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/add_message_variables/index.test.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/add_message_variables/index.test.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/add_message_variables/index.test.tsx diff --git a/packages/kbn-alerts-ui-shared/src/add_message_variables/index.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/add_message_variables/index.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/add_message_variables/index.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/add_message_variables/index.tsx diff --git a/packages/kbn-alerts-ui-shared/src/add_message_variables/translations.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/add_message_variables/translations.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/add_message_variables/translations.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/add_message_variables/translations.ts diff --git a/packages/kbn-alerts-ui-shared/src/add_message_variables/truncated_text.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/add_message_variables/truncated_text.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/add_message_variables/truncated_text.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/add_message_variables/truncated_text.tsx diff --git a/packages/kbn-alerts-ui-shared/src/alert_fields_table/index.test.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_fields_table/index.test.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/alert_fields_table/index.test.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_fields_table/index.test.tsx diff --git a/packages/kbn-alerts-ui-shared/src/alert_fields_table/index.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_fields_table/index.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/alert_fields_table/index.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_fields_table/index.tsx diff --git a/packages/kbn-alerts-ui-shared/src/alert_filter_controls/alert_filter_controls.test.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/alert_filter_controls.test.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/alert_filter_controls/alert_filter_controls.test.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/alert_filter_controls.test.tsx diff --git a/packages/kbn-alerts-ui-shared/src/alert_filter_controls/alert_filter_controls.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/alert_filter_controls.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/alert_filter_controls/alert_filter_controls.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/alert_filter_controls.tsx diff --git a/packages/kbn-alerts-ui-shared/src/alert_filter_controls/buttons.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/buttons.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/alert_filter_controls/buttons.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/buttons.tsx diff --git a/packages/kbn-alerts-ui-shared/src/alert_filter_controls/constants.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/constants.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/alert_filter_controls/constants.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/constants.ts diff --git a/packages/kbn-alerts-ui-shared/src/alert_filter_controls/context_menu.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/context_menu.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/alert_filter_controls/context_menu.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/context_menu.tsx diff --git a/packages/kbn-alerts-ui-shared/src/alert_filter_controls/filter_group.test.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/filter_group.test.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/alert_filter_controls/filter_group.test.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/filter_group.test.tsx diff --git a/packages/kbn-alerts-ui-shared/src/alert_filter_controls/filter_group.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/filter_group.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/alert_filter_controls/filter_group.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/filter_group.tsx diff --git a/packages/kbn-alerts-ui-shared/src/alert_filter_controls/filter_group_context.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/filter_group_context.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/alert_filter_controls/filter_group_context.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/filter_group_context.tsx diff --git a/packages/kbn-alerts-ui-shared/src/alert_filter_controls/filters_changed_banner.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/filters_changed_banner.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/alert_filter_controls/filters_changed_banner.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/filters_changed_banner.tsx diff --git a/packages/kbn-alerts-ui-shared/src/alert_filter_controls/hooks/use_control_group_sync_to_local_storage.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/hooks/use_control_group_sync_to_local_storage.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/alert_filter_controls/hooks/use_control_group_sync_to_local_storage.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/hooks/use_control_group_sync_to_local_storage.ts diff --git a/packages/kbn-alerts-ui-shared/src/alert_filter_controls/hooks/use_filters.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/hooks/use_filters.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/alert_filter_controls/hooks/use_filters.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/hooks/use_filters.ts diff --git a/packages/kbn-alerts-ui-shared/src/alert_filter_controls/hooks/use_filters_sync_to_local_storage.test.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/hooks/use_filters_sync_to_local_storage.test.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/alert_filter_controls/hooks/use_filters_sync_to_local_storage.test.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/hooks/use_filters_sync_to_local_storage.test.ts diff --git a/packages/kbn-alerts-ui-shared/src/alert_filter_controls/hooks/use_view_edit_mode.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/hooks/use_view_edit_mode.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/alert_filter_controls/hooks/use_view_edit_mode.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/hooks/use_view_edit_mode.ts diff --git a/packages/kbn-alerts-ui-shared/src/alert_filter_controls/index.scss b/src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/index.scss similarity index 100% rename from packages/kbn-alerts-ui-shared/src/alert_filter_controls/index.scss rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/index.scss diff --git a/packages/kbn-alerts-ui-shared/src/alert_filter_controls/index.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/index.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/alert_filter_controls/index.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/index.ts diff --git a/packages/kbn-alerts-ui-shared/src/alert_filter_controls/loading.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/loading.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/alert_filter_controls/loading.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/loading.tsx diff --git a/packages/kbn-alerts-ui-shared/src/alert_filter_controls/mocks/control_group.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/mocks/control_group.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/alert_filter_controls/mocks/control_group.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/mocks/control_group.ts diff --git a/packages/kbn-alerts-ui-shared/src/alert_filter_controls/mocks/control_group_renderer.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/mocks/control_group_renderer.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/alert_filter_controls/mocks/control_group_renderer.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/mocks/control_group_renderer.tsx diff --git a/packages/kbn-alerts-ui-shared/src/alert_filter_controls/mocks/data.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/mocks/data.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/alert_filter_controls/mocks/data.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/mocks/data.ts diff --git a/packages/kbn-alerts-ui-shared/src/alert_filter_controls/mocks/index.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/mocks/index.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/alert_filter_controls/mocks/index.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/mocks/index.tsx diff --git a/packages/kbn-alerts-ui-shared/src/alert_filter_controls/translations.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/translations.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/alert_filter_controls/translations.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/translations.ts diff --git a/packages/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts diff --git a/packages/kbn-alerts-ui-shared/src/alert_filter_controls/utils.test.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/utils.test.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/alert_filter_controls/utils.test.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/utils.test.ts diff --git a/packages/kbn-alerts-ui-shared/src/alert_filter_controls/utils.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/utils.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/alert_filter_controls/utils.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/utils.ts diff --git a/packages/kbn-alerts-ui-shared/src/alert_lifecycle_status_badge/index.test.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_lifecycle_status_badge/index.test.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/alert_lifecycle_status_badge/index.test.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_lifecycle_status_badge/index.test.tsx diff --git a/packages/kbn-alerts-ui-shared/src/alert_lifecycle_status_badge/index.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_lifecycle_status_badge/index.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/alert_lifecycle_status_badge/index.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_lifecycle_status_badge/index.tsx diff --git a/packages/kbn-alerts-ui-shared/src/alerts_search_bar/constants.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/constants.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/alerts_search_bar/constants.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/constants.ts diff --git a/packages/kbn-alerts-ui-shared/src/alerts_search_bar/index.test.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/index.test.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/alerts_search_bar/index.test.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/index.test.tsx diff --git a/packages/kbn-alerts-ui-shared/src/alerts_search_bar/index.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/index.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/alerts_search_bar/index.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/index.tsx diff --git a/packages/kbn-alerts-ui-shared/src/alerts_search_bar/translations.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/translations.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/alerts_search_bar/translations.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/translations.ts diff --git a/packages/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/apis/create_rule/create_rule.test.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/create_rule/create_rule.test.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/apis/create_rule/create_rule.test.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/create_rule/create_rule.test.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/apis/create_rule/create_rule.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/create_rule/create_rule.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/apis/create_rule/create_rule.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/create_rule/create_rule.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/apis/create_rule/index.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/create_rule/index.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/apis/create_rule/index.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/create_rule/index.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/apis/create_rule/transform_create_rule_body.test.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/create_rule/transform_create_rule_body.test.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/apis/create_rule/transform_create_rule_body.test.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/create_rule/transform_create_rule_body.test.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/apis/create_rule/transform_create_rule_body.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/create_rule/transform_create_rule_body.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/apis/create_rule/transform_create_rule_body.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/create_rule/transform_create_rule_body.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/apis/create_rule/types.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/create_rule/types.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/apis/create_rule/types.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/create_rule/types.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/apis/fetch_alerting_framework_health/fetch_alerting_framework_health.test.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_alerting_framework_health/fetch_alerting_framework_health.test.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/apis/fetch_alerting_framework_health/fetch_alerting_framework_health.test.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_alerting_framework_health/fetch_alerting_framework_health.test.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/apis/fetch_alerting_framework_health/fetch_alerting_framework_health.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_alerting_framework_health/fetch_alerting_framework_health.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/apis/fetch_alerting_framework_health/fetch_alerting_framework_health.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_alerting_framework_health/fetch_alerting_framework_health.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/apis/fetch_alerting_framework_health/index.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_alerting_framework_health/index.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/apis/fetch_alerting_framework_health/index.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_alerting_framework_health/index.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/apis/fetch_alerting_framework_health/transform_alerting_framework_health.test.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_alerting_framework_health/transform_alerting_framework_health.test.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/apis/fetch_alerting_framework_health/transform_alerting_framework_health.test.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_alerting_framework_health/transform_alerting_framework_health.test.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/apis/fetch_alerting_framework_health/transform_alerting_framework_health_response.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_alerting_framework_health/transform_alerting_framework_health_response.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/apis/fetch_alerting_framework_health/transform_alerting_framework_health_response.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_alerting_framework_health/transform_alerting_framework_health_response.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/apis/fetch_alerts_fields/fetch_alerts_fields.test.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_alerts_fields/fetch_alerts_fields.test.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/apis/fetch_alerts_fields/fetch_alerts_fields.test.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_alerts_fields/fetch_alerts_fields.test.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/apis/fetch_alerts_fields/fetch_alerts_fields.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_alerts_fields/fetch_alerts_fields.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/apis/fetch_alerts_fields/fetch_alerts_fields.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_alerts_fields/fetch_alerts_fields.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/apis/fetch_alerts_fields/index.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_alerts_fields/index.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/apis/fetch_alerts_fields/index.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_alerts_fields/index.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/apis/fetch_alerts_fields/types.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_alerts_fields/types.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/apis/fetch_alerts_fields/types.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_alerts_fields/types.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/apis/fetch_alerts_index_names/fetch_alerts_index_names.test.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_alerts_index_names/fetch_alerts_index_names.test.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/apis/fetch_alerts_index_names/fetch_alerts_index_names.test.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_alerts_index_names/fetch_alerts_index_names.test.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/apis/fetch_alerts_index_names/fetch_alerts_index_names.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_alerts_index_names/fetch_alerts_index_names.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/apis/fetch_alerts_index_names/fetch_alerts_index_names.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_alerts_index_names/fetch_alerts_index_names.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/apis/fetch_alerts_index_names/index.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_alerts_index_names/index.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/apis/fetch_alerts_index_names/index.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_alerts_index_names/index.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/apis/fetch_alerts_index_names/types.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_alerts_index_names/types.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/apis/fetch_alerts_index_names/types.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_alerts_index_names/types.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/apis/fetch_connector_types/fetch_connector_types.test.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_connector_types/fetch_connector_types.test.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/apis/fetch_connector_types/fetch_connector_types.test.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_connector_types/fetch_connector_types.test.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/apis/fetch_connector_types/fetch_connector_types.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_connector_types/fetch_connector_types.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/apis/fetch_connector_types/fetch_connector_types.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_connector_types/fetch_connector_types.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/apis/fetch_connector_types/index.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_connector_types/index.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/apis/fetch_connector_types/index.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_connector_types/index.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/apis/fetch_connector_types/transform_connector_types_response.test.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_connector_types/transform_connector_types_response.test.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/apis/fetch_connector_types/transform_connector_types_response.test.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_connector_types/transform_connector_types_response.test.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/apis/fetch_connector_types/transform_connector_types_response.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_connector_types/transform_connector_types_response.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/apis/fetch_connector_types/transform_connector_types_response.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_connector_types/transform_connector_types_response.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/apis/fetch_connectors/fetch_connectors.test.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_connectors/fetch_connectors.test.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/apis/fetch_connectors/fetch_connectors.test.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_connectors/fetch_connectors.test.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/apis/fetch_connectors/fetch_connectors.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_connectors/fetch_connectors.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/apis/fetch_connectors/fetch_connectors.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_connectors/fetch_connectors.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/apis/fetch_connectors/index.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_connectors/index.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/apis/fetch_connectors/index.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_connectors/index.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/apis/fetch_connectors/transform_connectors_response.test.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_connectors/transform_connectors_response.test.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/apis/fetch_connectors/transform_connectors_response.test.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_connectors/transform_connectors_response.test.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/apis/fetch_connectors/transform_connectors_response.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_connectors/transform_connectors_response.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/apis/fetch_connectors/transform_connectors_response.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_connectors/transform_connectors_response.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/apis/fetch_flapping_settings/fetch_flapping_settings.test.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_flapping_settings/fetch_flapping_settings.test.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/apis/fetch_flapping_settings/fetch_flapping_settings.test.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_flapping_settings/fetch_flapping_settings.test.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/apis/fetch_flapping_settings/fetch_flapping_settings.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_flapping_settings/fetch_flapping_settings.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/apis/fetch_flapping_settings/fetch_flapping_settings.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_flapping_settings/fetch_flapping_settings.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/apis/fetch_flapping_settings/index.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_flapping_settings/index.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/apis/fetch_flapping_settings/index.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_flapping_settings/index.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/apis/fetch_flapping_settings/transform_flapping_settings_response.test.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_flapping_settings/transform_flapping_settings_response.test.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/apis/fetch_flapping_settings/transform_flapping_settings_response.test.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_flapping_settings/transform_flapping_settings_response.test.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/apis/fetch_flapping_settings/transform_flapping_settings_response.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_flapping_settings/transform_flapping_settings_response.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/apis/fetch_flapping_settings/transform_flapping_settings_response.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_flapping_settings/transform_flapping_settings_response.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/apis/fetch_rule_type_aad_template_fields/fetch_rule_type_aad_template_fields.test.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_rule_type_aad_template_fields/fetch_rule_type_aad_template_fields.test.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/apis/fetch_rule_type_aad_template_fields/fetch_rule_type_aad_template_fields.test.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_rule_type_aad_template_fields/fetch_rule_type_aad_template_fields.test.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/apis/fetch_rule_type_aad_template_fields/fetch_rule_type_aad_template_fields.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_rule_type_aad_template_fields/fetch_rule_type_aad_template_fields.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/apis/fetch_rule_type_aad_template_fields/fetch_rule_type_aad_template_fields.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_rule_type_aad_template_fields/fetch_rule_type_aad_template_fields.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/apis/fetch_rule_type_aad_template_fields/index.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_rule_type_aad_template_fields/index.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/apis/fetch_rule_type_aad_template_fields/index.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_rule_type_aad_template_fields/index.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/apis/fetch_rule_types.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_rule_types.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/apis/fetch_rule_types.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_rule_types.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/apis/fetch_ui_config/fetch_ui_config.test.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_ui_config/fetch_ui_config.test.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/apis/fetch_ui_config/fetch_ui_config.test.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_ui_config/fetch_ui_config.test.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/apis/fetch_ui_config/fetch_ui_config.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_ui_config/fetch_ui_config.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/apis/fetch_ui_config/fetch_ui_config.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_ui_config/fetch_ui_config.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/apis/fetch_ui_config/index.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_ui_config/index.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/apis/fetch_ui_config/index.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_ui_config/index.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/apis/fetch_ui_config/types.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_ui_config/types.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/apis/fetch_ui_config/types.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_ui_config/types.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/apis/fetch_ui_health_status/fetch_ui_health_status.test.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_ui_health_status/fetch_ui_health_status.test.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/apis/fetch_ui_health_status/fetch_ui_health_status.test.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_ui_health_status/fetch_ui_health_status.test.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/apis/fetch_ui_health_status/fetch_ui_health_status.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_ui_health_status/fetch_ui_health_status.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/apis/fetch_ui_health_status/fetch_ui_health_status.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_ui_health_status/fetch_ui_health_status.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/apis/fetch_ui_health_status/index.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_ui_health_status/index.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/apis/fetch_ui_health_status/index.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_ui_health_status/index.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/apis/fetch_ui_health_status/types.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_ui_health_status/types.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/apis/fetch_ui_health_status/types.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_ui_health_status/types.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/apis/index.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/index.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/apis/index.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/index.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/apis/resolve_rule/index.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/resolve_rule/index.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/apis/resolve_rule/index.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/resolve_rule/index.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/apis/resolve_rule/resolve_rule.test.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/resolve_rule/resolve_rule.test.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/apis/resolve_rule/resolve_rule.test.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/resolve_rule/resolve_rule.test.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/apis/resolve_rule/resolve_rule.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/resolve_rule/resolve_rule.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/apis/resolve_rule/resolve_rule.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/resolve_rule/resolve_rule.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/apis/search_alerts/search_alerts.test.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/search_alerts/search_alerts.test.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/apis/search_alerts/search_alerts.test.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/search_alerts/search_alerts.test.tsx diff --git a/packages/kbn-alerts-ui-shared/src/common/apis/search_alerts/search_alerts.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/search_alerts/search_alerts.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/apis/search_alerts/search_alerts.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/search_alerts/search_alerts.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/apis/update_rule/index.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/update_rule/index.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/apis/update_rule/index.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/update_rule/index.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/apis/update_rule/transform_update_rule_body.test.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/update_rule/transform_update_rule_body.test.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/apis/update_rule/transform_update_rule_body.test.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/update_rule/transform_update_rule_body.test.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/apis/update_rule/transform_update_rule_body.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/update_rule/transform_update_rule_body.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/apis/update_rule/transform_update_rule_body.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/update_rule/transform_update_rule_body.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/apis/update_rule/types.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/update_rule/types.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/apis/update_rule/types.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/update_rule/types.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/apis/update_rule/update_rule.test.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/update_rule/update_rule.test.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/apis/update_rule/update_rule.test.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/update_rule/update_rule.test.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/apis/update_rule/update_rule.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/update_rule/update_rule.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/apis/update_rule/update_rule.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/update_rule/update_rule.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/constants/alerts.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/constants/alerts.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/constants/alerts.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/constants/alerts.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/constants/i18n_weekdays.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/constants/i18n_weekdays.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/constants/i18n_weekdays.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/constants/i18n_weekdays.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/constants/index.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/constants/index.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/constants/index.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/constants/index.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/constants/routes.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/constants/routes.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/constants/routes.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/constants/routes.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/constants/rule_flapping.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/constants/rule_flapping.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/constants/rule_flapping.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/constants/rule_flapping.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/contexts/alerts_query_context.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/contexts/alerts_query_context.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/contexts/alerts_query_context.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/contexts/alerts_query_context.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/hooks/index.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/index.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/hooks/index.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/index.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/hooks/use_alerts_data_view.test.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_alerts_data_view.test.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/hooks/use_alerts_data_view.test.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_alerts_data_view.test.tsx diff --git a/packages/kbn-alerts-ui-shared/src/common/hooks/use_alerts_data_view.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_alerts_data_view.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/hooks/use_alerts_data_view.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_alerts_data_view.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/hooks/use_create_rule.test.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_create_rule.test.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/hooks/use_create_rule.test.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_create_rule.test.tsx diff --git a/packages/kbn-alerts-ui-shared/src/common/hooks/use_create_rule.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_create_rule.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/hooks/use_create_rule.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_create_rule.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/hooks/use_fetch_alerts_fields_query.test.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_fetch_alerts_fields_query.test.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/hooks/use_fetch_alerts_fields_query.test.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_fetch_alerts_fields_query.test.tsx diff --git a/packages/kbn-alerts-ui-shared/src/common/hooks/use_fetch_alerts_fields_query.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_fetch_alerts_fields_query.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/hooks/use_fetch_alerts_fields_query.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_fetch_alerts_fields_query.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/hooks/use_fetch_alerts_index_names_query.test.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_fetch_alerts_index_names_query.test.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/hooks/use_fetch_alerts_index_names_query.test.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_fetch_alerts_index_names_query.test.tsx diff --git a/packages/kbn-alerts-ui-shared/src/common/hooks/use_fetch_alerts_index_names_query.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_fetch_alerts_index_names_query.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/hooks/use_fetch_alerts_index_names_query.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_fetch_alerts_index_names_query.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/hooks/use_fetch_flapping_settings.test.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_fetch_flapping_settings.test.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/hooks/use_fetch_flapping_settings.test.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_fetch_flapping_settings.test.tsx diff --git a/packages/kbn-alerts-ui-shared/src/common/hooks/use_fetch_flapping_settings.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_fetch_flapping_settings.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/hooks/use_fetch_flapping_settings.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_fetch_flapping_settings.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/hooks/use_find_alerts_query.test.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_find_alerts_query.test.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/hooks/use_find_alerts_query.test.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_find_alerts_query.test.tsx diff --git a/packages/kbn-alerts-ui-shared/src/common/hooks/use_find_alerts_query.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_find_alerts_query.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/hooks/use_find_alerts_query.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_find_alerts_query.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/hooks/use_get_alerts_group_aggregations_query.test.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_get_alerts_group_aggregations_query.test.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/hooks/use_get_alerts_group_aggregations_query.test.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_get_alerts_group_aggregations_query.test.tsx diff --git a/packages/kbn-alerts-ui-shared/src/common/hooks/use_get_alerts_group_aggregations_query.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_get_alerts_group_aggregations_query.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/hooks/use_get_alerts_group_aggregations_query.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_get_alerts_group_aggregations_query.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/hooks/use_health_check.test.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_health_check.test.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/hooks/use_health_check.test.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_health_check.test.tsx diff --git a/packages/kbn-alerts-ui-shared/src/common/hooks/use_health_check.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_health_check.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/hooks/use_health_check.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_health_check.tsx diff --git a/packages/kbn-alerts-ui-shared/src/common/hooks/use_load_alerting_framework_health.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_load_alerting_framework_health.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/hooks/use_load_alerting_framework_health.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_load_alerting_framework_health.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/hooks/use_load_connector_types.test.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_load_connector_types.test.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/hooks/use_load_connector_types.test.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_load_connector_types.test.tsx diff --git a/packages/kbn-alerts-ui-shared/src/common/hooks/use_load_connector_types.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_load_connector_types.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/hooks/use_load_connector_types.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_load_connector_types.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/hooks/use_load_connectors.test.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_load_connectors.test.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/hooks/use_load_connectors.test.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_load_connectors.test.tsx diff --git a/packages/kbn-alerts-ui-shared/src/common/hooks/use_load_connectors.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_load_connectors.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/hooks/use_load_connectors.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_load_connectors.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/hooks/use_load_rule_type_aad_template_fields.test.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_load_rule_type_aad_template_fields.test.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/hooks/use_load_rule_type_aad_template_fields.test.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_load_rule_type_aad_template_fields.test.tsx diff --git a/packages/kbn-alerts-ui-shared/src/common/hooks/use_load_rule_type_aad_template_fields.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_load_rule_type_aad_template_fields.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/hooks/use_load_rule_type_aad_template_fields.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_load_rule_type_aad_template_fields.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/hooks/use_load_rule_types_query.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_load_rule_types_query.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/hooks/use_load_rule_types_query.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_load_rule_types_query.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/hooks/use_load_ui_config.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_load_ui_config.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/hooks/use_load_ui_config.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_load_ui_config.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/hooks/use_load_ui_health.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_load_ui_health.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/hooks/use_load_ui_health.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_load_ui_health.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/hooks/use_resolve_rule.test.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_resolve_rule.test.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/hooks/use_resolve_rule.test.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_resolve_rule.test.tsx diff --git a/packages/kbn-alerts-ui-shared/src/common/hooks/use_resolve_rule.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_resolve_rule.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/hooks/use_resolve_rule.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_resolve_rule.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/hooks/use_search_alerts_query.test.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_search_alerts_query.test.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/hooks/use_search_alerts_query.test.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_search_alerts_query.test.tsx diff --git a/packages/kbn-alerts-ui-shared/src/common/hooks/use_search_alerts_query.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_search_alerts_query.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/hooks/use_search_alerts_query.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_search_alerts_query.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/hooks/use_update_rule.test.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_update_rule.test.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/hooks/use_update_rule.test.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_update_rule.test.tsx diff --git a/packages/kbn-alerts-ui-shared/src/common/hooks/use_update_rule.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_update_rule.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/hooks/use_update_rule.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_update_rule.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/hooks/use_virtual_data_view_query.test.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_virtual_data_view_query.test.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/hooks/use_virtual_data_view_query.test.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_virtual_data_view_query.test.tsx diff --git a/packages/kbn-alerts-ui-shared/src/common/hooks/use_virtual_data_view_query.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_virtual_data_view_query.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/hooks/use_virtual_data_view_query.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_virtual_data_view_query.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/i18n.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/i18n.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/i18n.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/i18n.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/index.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/index.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/index.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/index.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/test_utils/action_type_registry.mock.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/test_utils/action_type_registry.mock.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/test_utils/action_type_registry.mock.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/test_utils/action_type_registry.mock.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/test_utils/actions_test_utils.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/test_utils/actions_test_utils.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/test_utils/actions_test_utils.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/test_utils/actions_test_utils.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/test_utils/test_query_client_config.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/test_utils/test_query_client_config.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/test_utils/test_query_client_config.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/test_utils/test_query_client_config.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/transformations/index.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/transformations/index.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/transformations/index.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/transformations/index.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/transformations/transform_action.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/transformations/transform_action.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/transformations/transform_action.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/transformations/transform_action.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/transformations/transform_rule.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/transformations/transform_rule.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/transformations/transform_rule.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/transformations/transform_rule.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/type_registry.test.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/type_registry.test.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/type_registry.test.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/type_registry.test.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/type_registry.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/type_registry.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/type_registry.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/type_registry.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/types/action_types.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/types/action_types.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/types/alerts_types.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/alerts_types.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/types/alerts_types.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/alerts_types.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/types/index.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/index.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/types/index.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/index.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/types/rule_types.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/types/rule_types.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts diff --git a/packages/kbn-alerts-ui-shared/src/common/types/tanstack_query_utility_types.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/tanstack_query_utility_types.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/common/types/tanstack_query_utility_types.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/tanstack_query_utility_types.ts diff --git a/packages/kbn-alerts-ui-shared/src/maintenance_window_callout/api.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/maintenance_window_callout/api.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/maintenance_window_callout/api.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/maintenance_window_callout/api.ts diff --git a/packages/kbn-alerts-ui-shared/src/maintenance_window_callout/constants.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/maintenance_window_callout/constants.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/maintenance_window_callout/constants.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/maintenance_window_callout/constants.ts diff --git a/packages/kbn-alerts-ui-shared/src/maintenance_window_callout/index.test.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/maintenance_window_callout/index.test.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/maintenance_window_callout/index.test.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/maintenance_window_callout/index.test.tsx diff --git a/packages/kbn-alerts-ui-shared/src/maintenance_window_callout/index.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/maintenance_window_callout/index.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/maintenance_window_callout/index.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/maintenance_window_callout/index.tsx diff --git a/packages/kbn-alerts-ui-shared/src/maintenance_window_callout/mock.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/maintenance_window_callout/mock.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/maintenance_window_callout/mock.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/maintenance_window_callout/mock.ts diff --git a/packages/kbn-alerts-ui-shared/src/maintenance_window_callout/translations.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/maintenance_window_callout/translations.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/maintenance_window_callout/translations.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/maintenance_window_callout/translations.ts diff --git a/packages/kbn-alerts-ui-shared/src/maintenance_window_callout/types.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/maintenance_window_callout/types.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/maintenance_window_callout/types.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/maintenance_window_callout/types.ts diff --git a/packages/kbn-alerts-ui-shared/src/maintenance_window_callout/use_fetch_active_maintenance_windows.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/maintenance_window_callout/use_fetch_active_maintenance_windows.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/maintenance_window_callout/use_fetch_active_maintenance_windows.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/maintenance_window_callout/use_fetch_active_maintenance_windows.ts diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/constants.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/constants.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/constants.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/constants.ts diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/create_rule_form.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/create_rule_form.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/create_rule_form.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/create_rule_form.tsx diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/edit_rule_form.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/edit_rule_form.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/edit_rule_form.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/edit_rule_form.tsx diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/hooks/index.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/hooks/index.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/hooks/index.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/hooks/index.ts diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/hooks/use_load_dependencies.test.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/hooks/use_load_dependencies.test.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/hooks/use_load_dependencies.test.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/hooks/use_load_dependencies.test.tsx diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/hooks/use_load_dependencies.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/hooks/use_load_dependencies.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/hooks/use_load_dependencies.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/hooks/use_load_dependencies.ts diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/hooks/use_rule_form_dispatch.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/hooks/use_rule_form_dispatch.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/hooks/use_rule_form_dispatch.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/hooks/use_rule_form_dispatch.ts diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/hooks/use_rule_form_state.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/hooks/use_rule_form_state.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/hooks/use_rule_form_state.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/hooks/use_rule_form_state.ts diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/index.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/index.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/index.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/index.ts diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/rule_actions/index.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_actions/index.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/rule_actions/index.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_actions/index.ts diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions.test.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions.test.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions.test.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions.test.tsx diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions.tsx diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_alerts_filter.test.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_alerts_filter.test.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_alerts_filter.test.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_alerts_filter.test.tsx diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_alerts_filter.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_alerts_filter.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_alerts_filter.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_alerts_filter.tsx diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_alerts_filter_timeframe.test.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_alerts_filter_timeframe.test.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_alerts_filter_timeframe.test.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_alerts_filter_timeframe.test.tsx diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_alerts_filter_timeframe.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_alerts_filter_timeframe.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_alerts_filter_timeframe.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_alerts_filter_timeframe.tsx diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_connectors_modal.test.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_connectors_modal.test.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_connectors_modal.test.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_connectors_modal.test.tsx diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_connectors_modal.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_connectors_modal.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_connectors_modal.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_connectors_modal.tsx diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_item.test.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_item.test.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_item.test.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_item.test.tsx diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_item.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_item.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_item.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_item.tsx diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_message.test.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_message.test.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_message.test.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_message.test.tsx diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_message.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_message.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_message.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_message.tsx diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_notify_when.test.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_notify_when.test.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_notify_when.test.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_notify_when.test.tsx diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_notify_when.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_notify_when.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_notify_when.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_notify_when.tsx diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_settings.test.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_settings.test.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_settings.test.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_settings.test.tsx diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_settings.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_settings.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_settings.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_settings.tsx diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_system_actions_item.test.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_system_actions_item.test.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_system_actions_item.test.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_system_actions_item.test.tsx diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_system_actions_item.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_system_actions_item.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_system_actions_item.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_system_actions_item.tsx diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/rule_definition/index.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_definition/index.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/rule_definition/index.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_definition/index.ts diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/rule_definition/rule_alert_delay.test.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_definition/rule_alert_delay.test.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/rule_definition/rule_alert_delay.test.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_definition/rule_alert_delay.test.tsx diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/rule_definition/rule_alert_delay.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_definition/rule_alert_delay.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/rule_definition/rule_alert_delay.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_definition/rule_alert_delay.tsx diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/rule_definition/rule_consumer_selection.test.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_definition/rule_consumer_selection.test.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/rule_definition/rule_consumer_selection.test.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_definition/rule_consumer_selection.test.tsx diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/rule_definition/rule_consumer_selection.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_definition/rule_consumer_selection.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/rule_definition/rule_consumer_selection.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_definition/rule_consumer_selection.tsx diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/rule_definition/rule_definition.test.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_definition/rule_definition.test.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/rule_definition/rule_definition.test.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_definition/rule_definition.test.tsx diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/rule_definition/rule_definition.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_definition/rule_definition.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/rule_definition/rule_definition.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_definition/rule_definition.tsx diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/rule_definition/rule_schedule.test.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_definition/rule_schedule.test.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/rule_definition/rule_schedule.test.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_definition/rule_schedule.test.tsx diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/rule_definition/rule_schedule.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_definition/rule_schedule.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/rule_definition/rule_schedule.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_definition/rule_schedule.tsx diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/rule_details/index.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_details/index.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/rule_details/index.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_details/index.ts diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/rule_details/rule_details.test.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_details/rule_details.test.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/rule_details/rule_details.test.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_details/rule_details.test.tsx diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/rule_details/rule_details.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_details/rule_details.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/rule_details/rule_details.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_details/rule_details.tsx diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/rule_form.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_form.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/rule_form.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_form.tsx diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/rule_form_errors/index.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_form_errors/index.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/rule_form_errors/index.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_form_errors/index.ts diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/rule_form_errors/rule_form_action_permission_error.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_form_errors/rule_form_action_permission_error.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/rule_form_errors/rule_form_action_permission_error.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_form_errors/rule_form_action_permission_error.tsx diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/rule_form_errors/rule_form_circuit_breaker_error.test.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_form_errors/rule_form_circuit_breaker_error.test.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/rule_form_errors/rule_form_circuit_breaker_error.test.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_form_errors/rule_form_circuit_breaker_error.test.tsx diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/rule_form_errors/rule_form_circuit_breaker_error.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_form_errors/rule_form_circuit_breaker_error.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/rule_form_errors/rule_form_circuit_breaker_error.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_form_errors/rule_form_circuit_breaker_error.tsx diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/rule_form_errors/rule_form_error_prompt_wrapper.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_form_errors/rule_form_error_prompt_wrapper.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/rule_form_errors/rule_form_error_prompt_wrapper.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_form_errors/rule_form_error_prompt_wrapper.tsx diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/rule_form_errors/rule_form_health_check_error.test.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_form_errors/rule_form_health_check_error.test.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/rule_form_errors/rule_form_health_check_error.test.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_form_errors/rule_form_health_check_error.test.tsx diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/rule_form_errors/rule_form_health_check_error.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_form_errors/rule_form_health_check_error.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/rule_form_errors/rule_form_health_check_error.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_form_errors/rule_form_health_check_error.tsx diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/rule_form_errors/rule_form_resolve_rule_error.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_form_errors/rule_form_resolve_rule_error.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/rule_form_errors/rule_form_resolve_rule_error.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_form_errors/rule_form_resolve_rule_error.tsx diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/rule_form_errors/rule_form_rule_type_error.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_form_errors/rule_form_rule_type_error.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/rule_form_errors/rule_form_rule_type_error.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_form_errors/rule_form_rule_type_error.tsx diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/rule_form_state/index.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_form_state/index.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/rule_form_state/index.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_form_state/index.ts diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/rule_form_state/rule_form_state_context.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_form_state/rule_form_state_context.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/rule_form_state/rule_form_state_context.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_form_state/rule_form_state_context.tsx diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/rule_form_state/rule_form_state_provider.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_form_state/rule_form_state_provider.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/rule_form_state/rule_form_state_provider.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_form_state/rule_form_state_provider.tsx diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/rule_form_state/rule_form_state_reducer.test.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_form_state/rule_form_state_reducer.test.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/rule_form_state/rule_form_state_reducer.test.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_form_state/rule_form_state_reducer.test.tsx diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/rule_form_state/rule_form_state_reducer.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_form_state/rule_form_state_reducer.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/rule_form_state/rule_form_state_reducer.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_form_state/rule_form_state_reducer.ts diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/rule_page/index.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_page/index.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/rule_page/index.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_page/index.ts diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/rule_page/rule_page.test.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_page/rule_page.test.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/rule_page/rule_page.test.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_page/rule_page.test.tsx diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/rule_page/rule_page.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_page/rule_page.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/rule_page/rule_page.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_page/rule_page.tsx diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/rule_page/rule_page_confirm_create_rule.test.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_page/rule_page_confirm_create_rule.test.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/rule_page/rule_page_confirm_create_rule.test.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_page/rule_page_confirm_create_rule.test.tsx diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/rule_page/rule_page_confirm_create_rule.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_page/rule_page_confirm_create_rule.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/rule_page/rule_page_confirm_create_rule.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_page/rule_page_confirm_create_rule.tsx diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/rule_page/rule_page_footer.test.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_page/rule_page_footer.test.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/rule_page/rule_page_footer.test.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_page/rule_page_footer.test.tsx diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/rule_page/rule_page_footer.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_page/rule_page_footer.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/rule_page/rule_page_footer.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_page/rule_page_footer.tsx diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/rule_page/rule_page_name_input.test.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_page/rule_page_name_input.test.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/rule_page/rule_page_name_input.test.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_page/rule_page_name_input.test.tsx diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/rule_page/rule_page_name_input.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_page/rule_page_name_input.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/rule_page/rule_page_name_input.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_page/rule_page_name_input.tsx diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/rule_page/rule_page_show_request_modal.test.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_page/rule_page_show_request_modal.test.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/rule_page/rule_page_show_request_modal.test.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_page/rule_page_show_request_modal.test.tsx diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/rule_page/rule_page_show_request_modal.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_page/rule_page_show_request_modal.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/rule_page/rule_page_show_request_modal.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/rule_page/rule_page_show_request_modal.tsx diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/translations.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/translations.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/translations.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/translations.ts diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/types.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/types.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/types.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/types.ts diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/utils/check_action_type_enabled.scss b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/utils/check_action_type_enabled.scss similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/utils/check_action_type_enabled.scss rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/utils/check_action_type_enabled.scss diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/utils/check_action_type_enabled.test.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/utils/check_action_type_enabled.test.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/utils/check_action_type_enabled.test.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/utils/check_action_type_enabled.test.ts diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/utils/check_action_type_enabled.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/utils/check_action_type_enabled.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/utils/check_action_type_enabled.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/utils/check_action_type_enabled.ts diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/utils/get_authorized_consumers.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/utils/get_authorized_consumers.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/utils/get_authorized_consumers.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/utils/get_authorized_consumers.ts diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/utils/get_authorized_rule_types.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/utils/get_authorized_rule_types.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/utils/get_authorized_rule_types.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/utils/get_authorized_rule_types.ts diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/utils/get_default_params.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/utils/get_default_params.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/utils/get_default_params.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/utils/get_default_params.ts diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/utils/get_initial_consumer.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/utils/get_initial_consumer.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/utils/get_initial_consumer.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/utils/get_initial_consumer.ts diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/utils/get_initial_multi_consumer.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/utils/get_initial_multi_consumer.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/utils/get_initial_multi_consumer.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/utils/get_initial_multi_consumer.ts diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/utils/get_initial_schedule.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/utils/get_initial_schedule.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/utils/get_initial_schedule.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/utils/get_initial_schedule.ts diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/utils/get_license_check_result.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/utils/get_license_check_result.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/utils/get_license_check_result.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/utils/get_license_check_result.tsx diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/utils/get_selected_action_group.test.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/utils/get_selected_action_group.test.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/utils/get_selected_action_group.test.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/utils/get_selected_action_group.test.ts diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/utils/get_selected_action_group.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/utils/get_selected_action_group.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/utils/get_selected_action_group.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/utils/get_selected_action_group.ts diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/utils/get_time_options.test.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/utils/get_time_options.test.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/utils/get_time_options.test.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/utils/get_time_options.test.ts diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/utils/get_time_options.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/utils/get_time_options.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/utils/get_time_options.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/utils/get_time_options.ts diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/utils/has_fields_for_aad.test.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/utils/has_fields_for_aad.test.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/utils/has_fields_for_aad.test.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/utils/has_fields_for_aad.test.ts diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/utils/has_fields_for_aad.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/utils/has_fields_for_aad.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/utils/has_fields_for_aad.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/utils/has_fields_for_aad.ts diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/utils/index.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/utils/index.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/utils/index.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/utils/index.ts diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/utils/parse_duration.test.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/utils/parse_duration.test.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/utils/parse_duration.test.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/utils/parse_duration.test.ts diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/utils/parse_duration.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/utils/parse_duration.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/utils/parse_duration.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/utils/parse_duration.ts diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/utils/parse_rule_circuit_breaker_error_message.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/utils/parse_rule_circuit_breaker_error_message.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/utils/parse_rule_circuit_breaker_error_message.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/utils/parse_rule_circuit_breaker_error_message.ts diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/validation/index.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/validation/index.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/validation/index.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/validation/index.ts diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/validation/validate_form.test.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/validation/validate_form.test.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/validation/validate_form.test.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/validation/validate_form.test.ts diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/validation/validate_form.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/validation/validate_form.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/validation/validate_form.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/validation/validate_form.ts diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/validation/validate_params_for_warnings.test.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/validation/validate_params_for_warnings.test.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/validation/validate_params_for_warnings.test.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/validation/validate_params_for_warnings.test.ts diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/validation/validate_params_for_warnings.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/validation/validate_params_for_warnings.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_form/validation/validate_params_for_warnings.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_form/validation/validate_params_for_warnings.ts diff --git a/packages/kbn-alerts-ui-shared/src/rule_settings/rule_settings_flapping_form.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_settings/rule_settings_flapping_form.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_settings/rule_settings_flapping_form.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_settings/rule_settings_flapping_form.tsx diff --git a/packages/kbn-alerts-ui-shared/src/rule_settings/rule_settings_flapping_inputs.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_settings/rule_settings_flapping_inputs.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_settings/rule_settings_flapping_inputs.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_settings/rule_settings_flapping_inputs.tsx diff --git a/packages/kbn-alerts-ui-shared/src/rule_settings/rule_settings_flapping_message.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_settings/rule_settings_flapping_message.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_settings/rule_settings_flapping_message.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_settings/rule_settings_flapping_message.tsx diff --git a/packages/kbn-alerts-ui-shared/src/rule_settings/rule_settings_flapping_title_tooltip.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_settings/rule_settings_flapping_title_tooltip.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_settings/rule_settings_flapping_title_tooltip.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_settings/rule_settings_flapping_title_tooltip.tsx diff --git a/packages/kbn-alerts-ui-shared/src/rule_settings/rule_settings_range_input.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_settings/rule_settings_range_input.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_settings/rule_settings_range_input.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_settings/rule_settings_range_input.tsx diff --git a/packages/kbn-alerts-ui-shared/src/rule_type_modal/components/helpers/filter_and_count_rule_types.test.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_type_modal/components/helpers/filter_and_count_rule_types.test.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_type_modal/components/helpers/filter_and_count_rule_types.test.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_type_modal/components/helpers/filter_and_count_rule_types.test.ts diff --git a/packages/kbn-alerts-ui-shared/src/rule_type_modal/components/helpers/filter_and_count_rule_types.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_type_modal/components/helpers/filter_and_count_rule_types.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_type_modal/components/helpers/filter_and_count_rule_types.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_type_modal/components/helpers/filter_and_count_rule_types.ts diff --git a/packages/kbn-alerts-ui-shared/src/rule_type_modal/components/index.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_type_modal/components/index.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_type_modal/components/index.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_type_modal/components/index.tsx diff --git a/packages/kbn-alerts-ui-shared/src/rule_type_modal/components/rule_type_list.test.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_type_modal/components/rule_type_list.test.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_type_modal/components/rule_type_list.test.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_type_modal/components/rule_type_list.test.tsx diff --git a/packages/kbn-alerts-ui-shared/src/rule_type_modal/components/rule_type_list.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_type_modal/components/rule_type_list.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_type_modal/components/rule_type_list.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_type_modal/components/rule_type_list.tsx diff --git a/packages/kbn-alerts-ui-shared/src/rule_type_modal/components/rule_type_modal.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_type_modal/components/rule_type_modal.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_type_modal/components/rule_type_modal.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_type_modal/components/rule_type_modal.tsx diff --git a/packages/kbn-alerts-ui-shared/src/rule_type_modal/index.tsx b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_type_modal/index.tsx similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_type_modal/index.tsx rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_type_modal/index.tsx diff --git a/packages/kbn-alerts-ui-shared/src/rule_type_modal/types.ts b/src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_type_modal/types.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/src/rule_type_modal/types.ts rename to src/platform/packages/shared/kbn-alerts-ui-shared/src/rule_type_modal/types.ts diff --git a/packages/kbn-alerts-ui-shared/tsconfig.json b/src/platform/packages/shared/kbn-alerts-ui-shared/tsconfig.json similarity index 96% rename from packages/kbn-alerts-ui-shared/tsconfig.json rename to src/platform/packages/shared/kbn-alerts-ui-shared/tsconfig.json index 317f80dd209f3..75099bb189ba4 100644 --- a/packages/kbn-alerts-ui-shared/tsconfig.json +++ b/src/platform/packages/shared/kbn-alerts-ui-shared/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "../../tsconfig.base.json", + "extends": "../../../../../tsconfig.base.json", "compilerOptions": { "outDir": "target/types", "types": [ diff --git a/packages/kbn-cases-components/.storybook/main.js b/src/platform/packages/shared/kbn-cases-components/.storybook/main.js similarity index 100% rename from packages/kbn-cases-components/.storybook/main.js rename to src/platform/packages/shared/kbn-cases-components/.storybook/main.js diff --git a/packages/kbn-cases-components/README.md b/src/platform/packages/shared/kbn-cases-components/README.md similarity index 100% rename from packages/kbn-cases-components/README.md rename to src/platform/packages/shared/kbn-cases-components/README.md diff --git a/packages/kbn-cases-components/index.ts b/src/platform/packages/shared/kbn-cases-components/index.ts similarity index 100% rename from packages/kbn-cases-components/index.ts rename to src/platform/packages/shared/kbn-cases-components/index.ts diff --git a/src/platform/packages/shared/kbn-cases-components/jest.config.js b/src/platform/packages/shared/kbn-cases-components/jest.config.js new file mode 100644 index 0000000000000..bb96d729a3e85 --- /dev/null +++ b/src/platform/packages/shared/kbn-cases-components/jest.config.js @@ -0,0 +1,15 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the "Elastic License + * 2.0", the "GNU Affero General Public License v3.0 only", and the "Server Side + * Public License v 1"; you may not use this file except in compliance with, at + * your election, the "Elastic License 2.0", the "GNU Affero General Public + * License v3.0 only", or the "Server Side Public License, v 1". + */ + +module.exports = { + preset: '@kbn/test', + rootDir: '../../../../..', + roots: ['/src/platform/packages/shared/kbn-cases-components'], + setupFilesAfterEnv: ['/src/platform/packages/shared/kbn-cases-components/setup_tests.ts'], +}; diff --git a/packages/kbn-cases-components/kibana.jsonc b/src/platform/packages/shared/kbn-cases-components/kibana.jsonc similarity index 100% rename from packages/kbn-cases-components/kibana.jsonc rename to src/platform/packages/shared/kbn-cases-components/kibana.jsonc diff --git a/packages/kbn-cases-components/package.json b/src/platform/packages/shared/kbn-cases-components/package.json similarity index 100% rename from packages/kbn-cases-components/package.json rename to src/platform/packages/shared/kbn-cases-components/package.json diff --git a/packages/kbn-alerts-ui-shared/setup_tests.ts b/src/platform/packages/shared/kbn-cases-components/setup_tests.ts similarity index 100% rename from packages/kbn-alerts-ui-shared/setup_tests.ts rename to src/platform/packages/shared/kbn-cases-components/setup_tests.ts diff --git a/packages/kbn-cases-components/src/__stories__/tooltip.stories.tsx b/src/platform/packages/shared/kbn-cases-components/src/__stories__/tooltip.stories.tsx similarity index 100% rename from packages/kbn-cases-components/src/__stories__/tooltip.stories.tsx rename to src/platform/packages/shared/kbn-cases-components/src/__stories__/tooltip.stories.tsx diff --git a/packages/kbn-cases-components/src/status/config.ts b/src/platform/packages/shared/kbn-cases-components/src/status/config.ts similarity index 100% rename from packages/kbn-cases-components/src/status/config.ts rename to src/platform/packages/shared/kbn-cases-components/src/status/config.ts diff --git a/packages/kbn-cases-components/src/status/status.test.tsx b/src/platform/packages/shared/kbn-cases-components/src/status/status.test.tsx similarity index 100% rename from packages/kbn-cases-components/src/status/status.test.tsx rename to src/platform/packages/shared/kbn-cases-components/src/status/status.test.tsx diff --git a/packages/kbn-cases-components/src/status/status.tsx b/src/platform/packages/shared/kbn-cases-components/src/status/status.tsx similarity index 100% rename from packages/kbn-cases-components/src/status/status.tsx rename to src/platform/packages/shared/kbn-cases-components/src/status/status.tsx diff --git a/packages/kbn-cases-components/src/status/translations.ts b/src/platform/packages/shared/kbn-cases-components/src/status/translations.ts similarity index 100% rename from packages/kbn-cases-components/src/status/translations.ts rename to src/platform/packages/shared/kbn-cases-components/src/status/translations.ts diff --git a/packages/kbn-cases-components/src/status/types.ts b/src/platform/packages/shared/kbn-cases-components/src/status/types.ts similarity index 91% rename from packages/kbn-cases-components/src/status/types.ts rename to src/platform/packages/shared/kbn-cases-components/src/status/types.ts index 6064f3ee888b3..f764c8a2299d1 100644 --- a/packages/kbn-cases-components/src/status/types.ts +++ b/src/platform/packages/shared/kbn-cases-components/src/status/types.ts @@ -9,7 +9,7 @@ /** * This is being used by Cases in - * x-pack/plugins/cases/common/types/domain/case/v1.ts. + * x-pack/platform/plugins/shared/cases/common/types/domain/case/v1.ts. * Introducing a breaking change in this enum will * force cases to create a version of the domain object * which in turn will force cases to create a new version diff --git a/packages/kbn-cases-components/src/tooltip/icon_with_count.test.tsx b/src/platform/packages/shared/kbn-cases-components/src/tooltip/icon_with_count.test.tsx similarity index 100% rename from packages/kbn-cases-components/src/tooltip/icon_with_count.test.tsx rename to src/platform/packages/shared/kbn-cases-components/src/tooltip/icon_with_count.test.tsx diff --git a/packages/kbn-cases-components/src/tooltip/icon_with_count.tsx b/src/platform/packages/shared/kbn-cases-components/src/tooltip/icon_with_count.tsx similarity index 100% rename from packages/kbn-cases-components/src/tooltip/icon_with_count.tsx rename to src/platform/packages/shared/kbn-cases-components/src/tooltip/icon_with_count.tsx diff --git a/packages/kbn-cases-components/src/tooltip/skeleton.tsx b/src/platform/packages/shared/kbn-cases-components/src/tooltip/skeleton.tsx similarity index 100% rename from packages/kbn-cases-components/src/tooltip/skeleton.tsx rename to src/platform/packages/shared/kbn-cases-components/src/tooltip/skeleton.tsx diff --git a/packages/kbn-cases-components/src/tooltip/tooltip.test.tsx b/src/platform/packages/shared/kbn-cases-components/src/tooltip/tooltip.test.tsx similarity index 100% rename from packages/kbn-cases-components/src/tooltip/tooltip.test.tsx rename to src/platform/packages/shared/kbn-cases-components/src/tooltip/tooltip.test.tsx diff --git a/packages/kbn-cases-components/src/tooltip/tooltip.tsx b/src/platform/packages/shared/kbn-cases-components/src/tooltip/tooltip.tsx similarity index 100% rename from packages/kbn-cases-components/src/tooltip/tooltip.tsx rename to src/platform/packages/shared/kbn-cases-components/src/tooltip/tooltip.tsx diff --git a/packages/kbn-cases-components/src/tooltip/tooltip_content.tsx b/src/platform/packages/shared/kbn-cases-components/src/tooltip/tooltip_content.tsx similarity index 100% rename from packages/kbn-cases-components/src/tooltip/tooltip_content.tsx rename to src/platform/packages/shared/kbn-cases-components/src/tooltip/tooltip_content.tsx diff --git a/packages/kbn-cases-components/src/tooltip/translations.ts b/src/platform/packages/shared/kbn-cases-components/src/tooltip/translations.ts similarity index 100% rename from packages/kbn-cases-components/src/tooltip/translations.ts rename to src/platform/packages/shared/kbn-cases-components/src/tooltip/translations.ts diff --git a/packages/kbn-cases-components/src/tooltip/types.ts b/src/platform/packages/shared/kbn-cases-components/src/tooltip/types.ts similarity index 100% rename from packages/kbn-cases-components/src/tooltip/types.ts rename to src/platform/packages/shared/kbn-cases-components/src/tooltip/types.ts diff --git a/packages/kbn-cases-components/src/tooltip/utils.test.ts b/src/platform/packages/shared/kbn-cases-components/src/tooltip/utils.test.ts similarity index 100% rename from packages/kbn-cases-components/src/tooltip/utils.test.ts rename to src/platform/packages/shared/kbn-cases-components/src/tooltip/utils.test.ts diff --git a/packages/kbn-cases-components/src/tooltip/utils.ts b/src/platform/packages/shared/kbn-cases-components/src/tooltip/utils.ts similarity index 100% rename from packages/kbn-cases-components/src/tooltip/utils.ts rename to src/platform/packages/shared/kbn-cases-components/src/tooltip/utils.ts diff --git a/packages/kbn-cases-components/tsconfig.json b/src/platform/packages/shared/kbn-cases-components/tsconfig.json similarity index 84% rename from packages/kbn-cases-components/tsconfig.json rename to src/platform/packages/shared/kbn-cases-components/tsconfig.json index 09abcbdb81a3e..2a80b6c8bada0 100644 --- a/packages/kbn-cases-components/tsconfig.json +++ b/src/platform/packages/shared/kbn-cases-components/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "../../tsconfig.base.json", + "extends": "../../../../../tsconfig.base.json", "compilerOptions": { "outDir": "target/types", "types": [ diff --git a/packages/kbn-grouping/.storybook/main.js b/src/platform/packages/shared/kbn-grouping/.storybook/main.js similarity index 100% rename from packages/kbn-grouping/.storybook/main.js rename to src/platform/packages/shared/kbn-grouping/.storybook/main.js diff --git a/packages/kbn-grouping/README.mdx b/src/platform/packages/shared/kbn-grouping/README.mdx similarity index 100% rename from packages/kbn-grouping/README.mdx rename to src/platform/packages/shared/kbn-grouping/README.mdx diff --git a/packages/kbn-grouping/index.tsx b/src/platform/packages/shared/kbn-grouping/index.tsx similarity index 100% rename from packages/kbn-grouping/index.tsx rename to src/platform/packages/shared/kbn-grouping/index.tsx diff --git a/src/platform/packages/shared/kbn-grouping/jest.config.js b/src/platform/packages/shared/kbn-grouping/jest.config.js new file mode 100644 index 0000000000000..720c752f13067 --- /dev/null +++ b/src/platform/packages/shared/kbn-grouping/jest.config.js @@ -0,0 +1,27 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the "Elastic License + * 2.0", the "GNU Affero General Public License v3.0 only", and the "Server Side + * Public License v 1"; you may not use this file except in compliance with, at + * your election, the "Elastic License 2.0", the "GNU Affero General Public + * License v3.0 only", or the "Server Side Public License, v 1". + */ + +module.exports = { + preset: '@kbn/test', + rootDir: '../../../../..', + roots: ['/src/platform/packages/shared/kbn-grouping'], + coverageReporters: ['text', 'html'], + collectCoverageFrom: [ + '/src/platform/packages/shared/kbn-grouping/**/*.{ts,tsx}', + '!/src/platform/packages/shared/kbn-grouping/**/*.test', + '!/src/platform/packages/shared/kbn-grouping/**/types/*', + '!/src/platform/packages/shared/kbn-grouping/**/*.type', + '!/src/platform/packages/shared/kbn-grouping/**/*.styles', + '!/src/platform/packages/shared/kbn-grouping/**/mocks/*', + '!/src/platform/packages/shared/kbn-grouping/**/*.config', + '!/src/platform/packages/shared/kbn-grouping/**/translations', + '!/src/platform/packages/shared/kbn-grouping/**/types/*', + ], + setupFilesAfterEnv: ['/src/platform/packages/shared/kbn-grouping/setup_tests.ts'], +}; diff --git a/packages/kbn-grouping/kibana.jsonc b/src/platform/packages/shared/kbn-grouping/kibana.jsonc similarity index 100% rename from packages/kbn-grouping/kibana.jsonc rename to src/platform/packages/shared/kbn-grouping/kibana.jsonc diff --git a/packages/kbn-grouping/package.json b/src/platform/packages/shared/kbn-grouping/package.json similarity index 100% rename from packages/kbn-grouping/package.json rename to src/platform/packages/shared/kbn-grouping/package.json diff --git a/packages/kbn-cases-components/setup_tests.ts b/src/platform/packages/shared/kbn-grouping/setup_tests.ts similarity index 100% rename from packages/kbn-cases-components/setup_tests.ts rename to src/platform/packages/shared/kbn-grouping/setup_tests.ts diff --git a/packages/kbn-grouping/src/components/accordion_panel/group_stats.test.tsx b/src/platform/packages/shared/kbn-grouping/src/components/accordion_panel/group_stats.test.tsx similarity index 100% rename from packages/kbn-grouping/src/components/accordion_panel/group_stats.test.tsx rename to src/platform/packages/shared/kbn-grouping/src/components/accordion_panel/group_stats.test.tsx diff --git a/packages/kbn-grouping/src/components/accordion_panel/group_stats.tsx b/src/platform/packages/shared/kbn-grouping/src/components/accordion_panel/group_stats.tsx similarity index 100% rename from packages/kbn-grouping/src/components/accordion_panel/group_stats.tsx rename to src/platform/packages/shared/kbn-grouping/src/components/accordion_panel/group_stats.tsx diff --git a/packages/kbn-grouping/src/components/accordion_panel/index.test.tsx b/src/platform/packages/shared/kbn-grouping/src/components/accordion_panel/index.test.tsx similarity index 100% rename from packages/kbn-grouping/src/components/accordion_panel/index.test.tsx rename to src/platform/packages/shared/kbn-grouping/src/components/accordion_panel/index.test.tsx diff --git a/packages/kbn-grouping/src/components/accordion_panel/index.tsx b/src/platform/packages/shared/kbn-grouping/src/components/accordion_panel/index.tsx similarity index 100% rename from packages/kbn-grouping/src/components/accordion_panel/index.tsx rename to src/platform/packages/shared/kbn-grouping/src/components/accordion_panel/index.tsx diff --git a/packages/kbn-grouping/src/components/empty_results_panel.tsx b/src/platform/packages/shared/kbn-grouping/src/components/empty_results_panel.tsx similarity index 100% rename from packages/kbn-grouping/src/components/empty_results_panel.tsx rename to src/platform/packages/shared/kbn-grouping/src/components/empty_results_panel.tsx diff --git a/packages/kbn-grouping/src/components/group_selector/custom_field_panel.tsx b/src/platform/packages/shared/kbn-grouping/src/components/group_selector/custom_field_panel.tsx similarity index 100% rename from packages/kbn-grouping/src/components/group_selector/custom_field_panel.tsx rename to src/platform/packages/shared/kbn-grouping/src/components/group_selector/custom_field_panel.tsx diff --git a/packages/kbn-grouping/src/components/group_selector/index.test.tsx b/src/platform/packages/shared/kbn-grouping/src/components/group_selector/index.test.tsx similarity index 100% rename from packages/kbn-grouping/src/components/group_selector/index.test.tsx rename to src/platform/packages/shared/kbn-grouping/src/components/group_selector/index.test.tsx diff --git a/packages/kbn-grouping/src/components/group_selector/index.tsx b/src/platform/packages/shared/kbn-grouping/src/components/group_selector/index.tsx similarity index 100% rename from packages/kbn-grouping/src/components/group_selector/index.tsx rename to src/platform/packages/shared/kbn-grouping/src/components/group_selector/index.tsx diff --git a/packages/kbn-grouping/src/components/grouping.mock.tsx b/src/platform/packages/shared/kbn-grouping/src/components/grouping.mock.tsx similarity index 100% rename from packages/kbn-grouping/src/components/grouping.mock.tsx rename to src/platform/packages/shared/kbn-grouping/src/components/grouping.mock.tsx diff --git a/packages/kbn-grouping/src/components/grouping.stories.tsx b/src/platform/packages/shared/kbn-grouping/src/components/grouping.stories.tsx similarity index 100% rename from packages/kbn-grouping/src/components/grouping.stories.tsx rename to src/platform/packages/shared/kbn-grouping/src/components/grouping.stories.tsx diff --git a/packages/kbn-grouping/src/components/grouping.test.tsx b/src/platform/packages/shared/kbn-grouping/src/components/grouping.test.tsx similarity index 100% rename from packages/kbn-grouping/src/components/grouping.test.tsx rename to src/platform/packages/shared/kbn-grouping/src/components/grouping.test.tsx diff --git a/packages/kbn-grouping/src/components/grouping.tsx b/src/platform/packages/shared/kbn-grouping/src/components/grouping.tsx similarity index 100% rename from packages/kbn-grouping/src/components/grouping.tsx rename to src/platform/packages/shared/kbn-grouping/src/components/grouping.tsx diff --git a/packages/kbn-grouping/src/components/index.tsx b/src/platform/packages/shared/kbn-grouping/src/components/index.tsx similarity index 100% rename from packages/kbn-grouping/src/components/index.tsx rename to src/platform/packages/shared/kbn-grouping/src/components/index.tsx diff --git a/packages/kbn-grouping/src/components/styles.tsx b/src/platform/packages/shared/kbn-grouping/src/components/styles.tsx similarity index 100% rename from packages/kbn-grouping/src/components/styles.tsx rename to src/platform/packages/shared/kbn-grouping/src/components/styles.tsx diff --git a/packages/kbn-grouping/src/components/translations.ts b/src/platform/packages/shared/kbn-grouping/src/components/translations.ts similarity index 100% rename from packages/kbn-grouping/src/components/translations.ts rename to src/platform/packages/shared/kbn-grouping/src/components/translations.ts diff --git a/packages/kbn-grouping/src/components/types.ts b/src/platform/packages/shared/kbn-grouping/src/components/types.ts similarity index 100% rename from packages/kbn-grouping/src/components/types.ts rename to src/platform/packages/shared/kbn-grouping/src/components/types.ts diff --git a/packages/kbn-grouping/src/containers/index.ts b/src/platform/packages/shared/kbn-grouping/src/containers/index.ts similarity index 100% rename from packages/kbn-grouping/src/containers/index.ts rename to src/platform/packages/shared/kbn-grouping/src/containers/index.ts diff --git a/packages/kbn-grouping/src/containers/query/helpers.test.ts b/src/platform/packages/shared/kbn-grouping/src/containers/query/helpers.test.ts similarity index 100% rename from packages/kbn-grouping/src/containers/query/helpers.test.ts rename to src/platform/packages/shared/kbn-grouping/src/containers/query/helpers.test.ts diff --git a/packages/kbn-grouping/src/containers/query/helpers.ts b/src/platform/packages/shared/kbn-grouping/src/containers/query/helpers.ts similarity index 100% rename from packages/kbn-grouping/src/containers/query/helpers.ts rename to src/platform/packages/shared/kbn-grouping/src/containers/query/helpers.ts diff --git a/packages/kbn-grouping/src/containers/query/index.test.ts b/src/platform/packages/shared/kbn-grouping/src/containers/query/index.test.ts similarity index 100% rename from packages/kbn-grouping/src/containers/query/index.test.ts rename to src/platform/packages/shared/kbn-grouping/src/containers/query/index.test.ts diff --git a/packages/kbn-grouping/src/containers/query/index.ts b/src/platform/packages/shared/kbn-grouping/src/containers/query/index.ts similarity index 100% rename from packages/kbn-grouping/src/containers/query/index.ts rename to src/platform/packages/shared/kbn-grouping/src/containers/query/index.ts diff --git a/packages/kbn-grouping/src/containers/query/types.ts b/src/platform/packages/shared/kbn-grouping/src/containers/query/types.ts similarity index 100% rename from packages/kbn-grouping/src/containers/query/types.ts rename to src/platform/packages/shared/kbn-grouping/src/containers/query/types.ts diff --git a/packages/kbn-grouping/src/helpers.ts b/src/platform/packages/shared/kbn-grouping/src/helpers.ts similarity index 100% rename from packages/kbn-grouping/src/helpers.ts rename to src/platform/packages/shared/kbn-grouping/src/helpers.ts diff --git a/packages/kbn-grouping/src/hooks/state/actions.ts b/src/platform/packages/shared/kbn-grouping/src/hooks/state/actions.ts similarity index 100% rename from packages/kbn-grouping/src/hooks/state/actions.ts rename to src/platform/packages/shared/kbn-grouping/src/hooks/state/actions.ts diff --git a/packages/kbn-grouping/src/hooks/state/index.ts b/src/platform/packages/shared/kbn-grouping/src/hooks/state/index.ts similarity index 100% rename from packages/kbn-grouping/src/hooks/state/index.ts rename to src/platform/packages/shared/kbn-grouping/src/hooks/state/index.ts diff --git a/packages/kbn-grouping/src/hooks/state/reducer.test.ts b/src/platform/packages/shared/kbn-grouping/src/hooks/state/reducer.test.ts similarity index 100% rename from packages/kbn-grouping/src/hooks/state/reducer.test.ts rename to src/platform/packages/shared/kbn-grouping/src/hooks/state/reducer.test.ts diff --git a/packages/kbn-grouping/src/hooks/state/reducer.ts b/src/platform/packages/shared/kbn-grouping/src/hooks/state/reducer.ts similarity index 100% rename from packages/kbn-grouping/src/hooks/state/reducer.ts rename to src/platform/packages/shared/kbn-grouping/src/hooks/state/reducer.ts diff --git a/packages/kbn-grouping/src/hooks/state/selectors.ts b/src/platform/packages/shared/kbn-grouping/src/hooks/state/selectors.ts similarity index 100% rename from packages/kbn-grouping/src/hooks/state/selectors.ts rename to src/platform/packages/shared/kbn-grouping/src/hooks/state/selectors.ts diff --git a/packages/kbn-grouping/src/hooks/types.ts b/src/platform/packages/shared/kbn-grouping/src/hooks/types.ts similarity index 100% rename from packages/kbn-grouping/src/hooks/types.ts rename to src/platform/packages/shared/kbn-grouping/src/hooks/types.ts diff --git a/packages/kbn-grouping/src/hooks/use_get_group_selector.test.tsx b/src/platform/packages/shared/kbn-grouping/src/hooks/use_get_group_selector.test.tsx similarity index 100% rename from packages/kbn-grouping/src/hooks/use_get_group_selector.test.tsx rename to src/platform/packages/shared/kbn-grouping/src/hooks/use_get_group_selector.test.tsx diff --git a/packages/kbn-grouping/src/hooks/use_get_group_selector.tsx b/src/platform/packages/shared/kbn-grouping/src/hooks/use_get_group_selector.tsx similarity index 100% rename from packages/kbn-grouping/src/hooks/use_get_group_selector.tsx rename to src/platform/packages/shared/kbn-grouping/src/hooks/use_get_group_selector.tsx diff --git a/packages/kbn-grouping/src/hooks/use_grouping.test.tsx b/src/platform/packages/shared/kbn-grouping/src/hooks/use_grouping.test.tsx similarity index 100% rename from packages/kbn-grouping/src/hooks/use_grouping.test.tsx rename to src/platform/packages/shared/kbn-grouping/src/hooks/use_grouping.test.tsx diff --git a/packages/kbn-grouping/src/hooks/use_grouping.tsx b/src/platform/packages/shared/kbn-grouping/src/hooks/use_grouping.tsx similarity index 100% rename from packages/kbn-grouping/src/hooks/use_grouping.tsx rename to src/platform/packages/shared/kbn-grouping/src/hooks/use_grouping.tsx diff --git a/packages/kbn-grouping/src/index.ts b/src/platform/packages/shared/kbn-grouping/src/index.ts similarity index 100% rename from packages/kbn-grouping/src/index.ts rename to src/platform/packages/shared/kbn-grouping/src/index.ts diff --git a/packages/kbn-grouping/src/mocks.ts b/src/platform/packages/shared/kbn-grouping/src/mocks.ts similarity index 100% rename from packages/kbn-grouping/src/mocks.ts rename to src/platform/packages/shared/kbn-grouping/src/mocks.ts diff --git a/packages/kbn-grouping/src/telemetry/const.ts b/src/platform/packages/shared/kbn-grouping/src/telemetry/const.ts similarity index 100% rename from packages/kbn-grouping/src/telemetry/const.ts rename to src/platform/packages/shared/kbn-grouping/src/telemetry/const.ts diff --git a/packages/kbn-grouping/tsconfig.json b/src/platform/packages/shared/kbn-grouping/tsconfig.json similarity index 90% rename from packages/kbn-grouping/tsconfig.json rename to src/platform/packages/shared/kbn-grouping/tsconfig.json index 6322bf0596c70..118c5c53fa2b8 100644 --- a/packages/kbn-grouping/tsconfig.json +++ b/src/platform/packages/shared/kbn-grouping/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "../../tsconfig.base.json", + "extends": "../../../../../tsconfig.base.json", "compilerOptions": { "outDir": "target/types", "types": [ diff --git a/packages/kbn-rrule/README.md b/src/platform/packages/shared/kbn-rrule/README.md similarity index 100% rename from packages/kbn-rrule/README.md rename to src/platform/packages/shared/kbn-rrule/README.md diff --git a/packages/kbn-rrule/index.ts b/src/platform/packages/shared/kbn-rrule/index.ts similarity index 100% rename from packages/kbn-rrule/index.ts rename to src/platform/packages/shared/kbn-rrule/index.ts diff --git a/packages/kbn-actions-types/jest.config.js b/src/platform/packages/shared/kbn-rrule/jest.config.js similarity index 84% rename from packages/kbn-actions-types/jest.config.js rename to src/platform/packages/shared/kbn-rrule/jest.config.js index f15cdb2ecb201..d27db1d057ed2 100644 --- a/packages/kbn-actions-types/jest.config.js +++ b/src/platform/packages/shared/kbn-rrule/jest.config.js @@ -9,6 +9,6 @@ module.exports = { preset: '@kbn/test', - rootDir: '../..', - roots: ['/packages/kbn-actions-types'], + rootDir: '../../../../..', + roots: ['/src/platform/packages/shared/kbn-rrule'], }; diff --git a/packages/kbn-rrule/kibana.jsonc b/src/platform/packages/shared/kbn-rrule/kibana.jsonc similarity index 100% rename from packages/kbn-rrule/kibana.jsonc rename to src/platform/packages/shared/kbn-rrule/kibana.jsonc diff --git a/packages/kbn-rrule/package.json b/src/platform/packages/shared/kbn-rrule/package.json similarity index 100% rename from packages/kbn-rrule/package.json rename to src/platform/packages/shared/kbn-rrule/package.json diff --git a/packages/kbn-rrule/rrule.test.ts b/src/platform/packages/shared/kbn-rrule/rrule.test.ts similarity index 100% rename from packages/kbn-rrule/rrule.test.ts rename to src/platform/packages/shared/kbn-rrule/rrule.test.ts diff --git a/packages/kbn-rrule/rrule.ts b/src/platform/packages/shared/kbn-rrule/rrule.ts similarity index 100% rename from packages/kbn-rrule/rrule.ts rename to src/platform/packages/shared/kbn-rrule/rrule.ts diff --git a/packages/kbn-rrule/tsconfig.json b/src/platform/packages/shared/kbn-rrule/tsconfig.json similarity index 82% rename from packages/kbn-rrule/tsconfig.json rename to src/platform/packages/shared/kbn-rrule/tsconfig.json index 87f865132f4b4..447899d604592 100644 --- a/packages/kbn-rrule/tsconfig.json +++ b/src/platform/packages/shared/kbn-rrule/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "../../tsconfig.base.json", + "extends": "../../../../../tsconfig.base.json", "compilerOptions": { "outDir": "target/types", "types": [ diff --git a/packages/kbn-triggers-actions-ui-types/README.md b/src/platform/packages/shared/kbn-triggers-actions-ui-types/README.md similarity index 100% rename from packages/kbn-triggers-actions-ui-types/README.md rename to src/platform/packages/shared/kbn-triggers-actions-ui-types/README.md diff --git a/packages/kbn-triggers-actions-ui-types/action_group_types.ts b/src/platform/packages/shared/kbn-triggers-actions-ui-types/action_group_types.ts similarity index 100% rename from packages/kbn-triggers-actions-ui-types/action_group_types.ts rename to src/platform/packages/shared/kbn-triggers-actions-ui-types/action_group_types.ts diff --git a/packages/kbn-triggers-actions-ui-types/action_variable_types.ts b/src/platform/packages/shared/kbn-triggers-actions-ui-types/action_variable_types.ts similarity index 100% rename from packages/kbn-triggers-actions-ui-types/action_variable_types.ts rename to src/platform/packages/shared/kbn-triggers-actions-ui-types/action_variable_types.ts diff --git a/packages/kbn-triggers-actions-ui-types/index.ts b/src/platform/packages/shared/kbn-triggers-actions-ui-types/index.ts similarity index 100% rename from packages/kbn-triggers-actions-ui-types/index.ts rename to src/platform/packages/shared/kbn-triggers-actions-ui-types/index.ts diff --git a/src/platform/packages/shared/kbn-triggers-actions-ui-types/jest.config.js b/src/platform/packages/shared/kbn-triggers-actions-ui-types/jest.config.js new file mode 100644 index 0000000000000..99bc1a3987b95 --- /dev/null +++ b/src/platform/packages/shared/kbn-triggers-actions-ui-types/jest.config.js @@ -0,0 +1,14 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the "Elastic License + * 2.0", the "GNU Affero General Public License v3.0 only", and the "Server Side + * Public License v 1"; you may not use this file except in compliance with, at + * your election, the "Elastic License 2.0", the "GNU Affero General Public + * License v3.0 only", or the "Server Side Public License, v 1". + */ + +module.exports = { + preset: '@kbn/test', + rootDir: '../../../../..', + roots: ['/src/platform/packages/shared/kbn-triggers-actions-ui-types'], +}; diff --git a/packages/kbn-triggers-actions-ui-types/kibana.jsonc b/src/platform/packages/shared/kbn-triggers-actions-ui-types/kibana.jsonc similarity index 100% rename from packages/kbn-triggers-actions-ui-types/kibana.jsonc rename to src/platform/packages/shared/kbn-triggers-actions-ui-types/kibana.jsonc diff --git a/packages/kbn-triggers-actions-ui-types/package.json b/src/platform/packages/shared/kbn-triggers-actions-ui-types/package.json similarity index 100% rename from packages/kbn-triggers-actions-ui-types/package.json rename to src/platform/packages/shared/kbn-triggers-actions-ui-types/package.json diff --git a/packages/kbn-triggers-actions-ui-types/rule_types.ts b/src/platform/packages/shared/kbn-triggers-actions-ui-types/rule_types.ts similarity index 100% rename from packages/kbn-triggers-actions-ui-types/rule_types.ts rename to src/platform/packages/shared/kbn-triggers-actions-ui-types/rule_types.ts diff --git a/packages/kbn-triggers-actions-ui-types/tsconfig.json b/src/platform/packages/shared/kbn-triggers-actions-ui-types/tsconfig.json similarity index 84% rename from packages/kbn-triggers-actions-ui-types/tsconfig.json rename to src/platform/packages/shared/kbn-triggers-actions-ui-types/tsconfig.json index 6807322253645..17d71c0b4f0b0 100644 --- a/packages/kbn-triggers-actions-ui-types/tsconfig.json +++ b/src/platform/packages/shared/kbn-triggers-actions-ui-types/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "../../tsconfig.base.json", + "extends": "../../../../../tsconfig.base.json", "compilerOptions": { "outDir": "target/types", "types": [ diff --git a/tsconfig.base.json b/tsconfig.base.json index c690ecf1a7f93..f5e70584adea2 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -6,12 +6,12 @@ // START AUTOMATED PACKAGE LISTING "@kbn/aad-fixtures-plugin": ["x-pack/test/alerting_api_integration/common/plugins/aad"], "@kbn/aad-fixtures-plugin/*": ["x-pack/test/alerting_api_integration/common/plugins/aad/*"], - "@kbn/actions-plugin": ["x-pack/plugins/actions"], - "@kbn/actions-plugin/*": ["x-pack/plugins/actions/*"], + "@kbn/actions-plugin": ["x-pack/platform/plugins/shared/actions"], + "@kbn/actions-plugin/*": ["x-pack/platform/plugins/shared/actions/*"], "@kbn/actions-simulators-plugin": ["x-pack/test/alerting_api_integration/common/plugins/actions_simulators"], "@kbn/actions-simulators-plugin/*": ["x-pack/test/alerting_api_integration/common/plugins/actions_simulators/*"], - "@kbn/actions-types": ["packages/kbn-actions-types"], - "@kbn/actions-types/*": ["packages/kbn-actions-types/*"], + "@kbn/actions-types": ["src/platform/packages/shared/kbn-actions-types"], + "@kbn/actions-types/*": ["src/platform/packages/shared/kbn-actions-types/*"], "@kbn/advanced-settings-plugin": ["src/plugins/advanced_settings"], "@kbn/advanced-settings-plugin/*": ["src/plugins/advanced_settings/*"], "@kbn/ai-assistant": ["x-pack/packages/kbn-ai-assistant"], @@ -38,26 +38,26 @@ "@kbn/alerting-api-integration-helpers/*": ["x-pack/test/alerting_api_integration/packages/helpers/*"], "@kbn/alerting-api-integration-test-plugin": ["x-pack/test/alerting_api_integration/common/plugins/alerts"], "@kbn/alerting-api-integration-test-plugin/*": ["x-pack/test/alerting_api_integration/common/plugins/alerts/*"], - "@kbn/alerting-comparators": ["x-pack/packages/kbn-alerting-comparators"], - "@kbn/alerting-comparators/*": ["x-pack/packages/kbn-alerting-comparators/*"], + "@kbn/alerting-comparators": ["x-pack/platform/packages/shared/kbn-alerting-comparators"], + "@kbn/alerting-comparators/*": ["x-pack/platform/packages/shared/kbn-alerting-comparators/*"], "@kbn/alerting-example-plugin": ["x-pack/examples/alerting_example"], "@kbn/alerting-example-plugin/*": ["x-pack/examples/alerting_example/*"], "@kbn/alerting-fixture-plugin": ["x-pack/test/functional_with_es_ssl/plugins/alerts"], "@kbn/alerting-fixture-plugin/*": ["x-pack/test/functional_with_es_ssl/plugins/alerts/*"], - "@kbn/alerting-plugin": ["x-pack/plugins/alerting"], - "@kbn/alerting-plugin/*": ["x-pack/plugins/alerting/*"], - "@kbn/alerting-state-types": ["x-pack/packages/kbn-alerting-state-types"], - "@kbn/alerting-state-types/*": ["x-pack/packages/kbn-alerting-state-types/*"], - "@kbn/alerting-types": ["packages/kbn-alerting-types"], - "@kbn/alerting-types/*": ["packages/kbn-alerting-types/*"], - "@kbn/alerts-as-data-utils": ["packages/kbn-alerts-as-data-utils"], - "@kbn/alerts-as-data-utils/*": ["packages/kbn-alerts-as-data-utils/*"], - "@kbn/alerts-grouping": ["packages/kbn-alerts-grouping"], - "@kbn/alerts-grouping/*": ["packages/kbn-alerts-grouping/*"], + "@kbn/alerting-plugin": ["x-pack/platform/plugins/shared/alerting"], + "@kbn/alerting-plugin/*": ["x-pack/platform/plugins/shared/alerting/*"], + "@kbn/alerting-state-types": ["x-pack/platform/packages/private/kbn-alerting-state-types"], + "@kbn/alerting-state-types/*": ["x-pack/platform/packages/private/kbn-alerting-state-types/*"], + "@kbn/alerting-types": ["src/platform/packages/shared/kbn-alerting-types"], + "@kbn/alerting-types/*": ["src/platform/packages/shared/kbn-alerting-types/*"], + "@kbn/alerts-as-data-utils": ["src/platform/packages/shared/kbn-alerts-as-data-utils"], + "@kbn/alerts-as-data-utils/*": ["src/platform/packages/shared/kbn-alerts-as-data-utils/*"], + "@kbn/alerts-grouping": ["x-pack/solutions/observability/packages/kbn-alerts-grouping"], + "@kbn/alerts-grouping/*": ["x-pack/solutions/observability/packages/kbn-alerts-grouping/*"], "@kbn/alerts-restricted-fixtures-plugin": ["x-pack/test/alerting_api_integration/common/plugins/alerts_restricted"], "@kbn/alerts-restricted-fixtures-plugin/*": ["x-pack/test/alerting_api_integration/common/plugins/alerts_restricted/*"], - "@kbn/alerts-ui-shared": ["packages/kbn-alerts-ui-shared"], - "@kbn/alerts-ui-shared/*": ["packages/kbn-alerts-ui-shared/*"], + "@kbn/alerts-ui-shared": ["src/platform/packages/shared/kbn-alerts-ui-shared"], + "@kbn/alerts-ui-shared/*": ["src/platform/packages/shared/kbn-alerts-ui-shared/*"], "@kbn/ambient-common-types": ["packages/kbn-ambient-common-types"], "@kbn/ambient-common-types/*": ["packages/kbn-ambient-common-types/*"], "@kbn/ambient-ftr-types": ["packages/kbn-ambient-ftr-types"], @@ -130,10 +130,10 @@ "@kbn/capture-oas-snapshot-cli/*": ["packages/kbn-capture-oas-snapshot-cli/*"], "@kbn/cases-api-integration-test-plugin": ["x-pack/test/cases_api_integration/common/plugins/cases"], "@kbn/cases-api-integration-test-plugin/*": ["x-pack/test/cases_api_integration/common/plugins/cases/*"], - "@kbn/cases-components": ["packages/kbn-cases-components"], - "@kbn/cases-components/*": ["packages/kbn-cases-components/*"], - "@kbn/cases-plugin": ["x-pack/plugins/cases"], - "@kbn/cases-plugin/*": ["x-pack/plugins/cases/*"], + "@kbn/cases-components": ["src/platform/packages/shared/kbn-cases-components"], + "@kbn/cases-components/*": ["src/platform/packages/shared/kbn-cases-components/*"], + "@kbn/cases-plugin": ["x-pack/platform/plugins/shared/cases"], + "@kbn/cases-plugin/*": ["x-pack/platform/plugins/shared/cases/*"], "@kbn/cbor": ["packages/kbn-cbor"], "@kbn/cbor/*": ["packages/kbn-cbor/*"], "@kbn/cell-actions": ["packages/kbn-cell-actions"], @@ -890,8 +890,8 @@ "@kbn/event-annotation-plugin/*": ["src/plugins/event_annotation/*"], "@kbn/event-log-fixture-plugin": ["x-pack/test/plugin_api_integration/plugins/event_log"], "@kbn/event-log-fixture-plugin/*": ["x-pack/test/plugin_api_integration/plugins/event_log/*"], - "@kbn/event-log-plugin": ["x-pack/plugins/event_log"], - "@kbn/event-log-plugin/*": ["x-pack/plugins/event_log/*"], + "@kbn/event-log-plugin": ["x-pack/platform/plugins/shared/event_log"], + "@kbn/event-log-plugin/*": ["x-pack/platform/plugins/shared/event_log/*"], "@kbn/expandable-flyout": ["packages/kbn-expandable-flyout"], "@kbn/expandable-flyout/*": ["packages/kbn-expandable-flyout/*"], "@kbn/expect": ["packages/kbn-expect"], @@ -1008,8 +1008,8 @@ "@kbn/grid-layout/*": ["packages/kbn-grid-layout/*"], "@kbn/grokdebugger-plugin": ["x-pack/plugins/grokdebugger"], "@kbn/grokdebugger-plugin/*": ["x-pack/plugins/grokdebugger/*"], - "@kbn/grouping": ["packages/kbn-grouping"], - "@kbn/grouping/*": ["packages/kbn-grouping/*"], + "@kbn/grouping": ["src/platform/packages/shared/kbn-grouping"], + "@kbn/grouping/*": ["src/platform/packages/shared/kbn-grouping/*"], "@kbn/guided-onboarding": ["packages/kbn-guided-onboarding"], "@kbn/guided-onboarding/*": ["packages/kbn-guided-onboarding/*"], "@kbn/guided-onboarding-example-plugin": ["examples/guided_onboarding_example"], @@ -1482,8 +1482,8 @@ "@kbn/resolver-test-plugin/*": ["x-pack/test/plugin_functional/plugins/resolver_test/*"], "@kbn/response-ops-feature-flag-service": ["packages/response-ops/feature_flag_service"], "@kbn/response-ops-feature-flag-service/*": ["packages/response-ops/feature_flag_service/*"], - "@kbn/response-ops-rule-params": ["packages/response-ops/rule_params"], - "@kbn/response-ops-rule-params/*": ["packages/response-ops/rule_params/*"], + "@kbn/response-ops-rule-params": ["src/platform/packages/private/response-ops/rule_params"], + "@kbn/response-ops-rule-params/*": ["src/platform/packages/private/response-ops/rule_params/*"], "@kbn/response-stream-plugin": ["examples/response_stream"], "@kbn/response-stream-plugin/*": ["examples/response_stream/*"], "@kbn/rison": ["packages/kbn-rison"], @@ -1498,12 +1498,12 @@ "@kbn/router-utils/*": ["packages/kbn-router-utils/*"], "@kbn/routing-example-plugin": ["examples/routing_example"], "@kbn/routing-example-plugin/*": ["examples/routing_example/*"], - "@kbn/rrule": ["packages/kbn-rrule"], - "@kbn/rrule/*": ["packages/kbn-rrule/*"], + "@kbn/rrule": ["src/platform/packages/shared/kbn-rrule"], + "@kbn/rrule/*": ["src/platform/packages/shared/kbn-rrule/*"], "@kbn/rule-data-utils": ["packages/kbn-rule-data-utils"], "@kbn/rule-data-utils/*": ["packages/kbn-rule-data-utils/*"], - "@kbn/rule-registry-plugin": ["x-pack/plugins/rule_registry"], - "@kbn/rule-registry-plugin/*": ["x-pack/plugins/rule_registry/*"], + "@kbn/rule-registry-plugin": ["x-pack/platform/plugins/shared/rule_registry"], + "@kbn/rule-registry-plugin/*": ["x-pack/platform/plugins/shared/rule_registry/*"], "@kbn/runtime-fields-plugin": ["x-pack/plugins/runtime_fields"], "@kbn/runtime-fields-plugin/*": ["x-pack/plugins/runtime_fields/*"], "@kbn/safer-lodash-set": ["packages/kbn-safer-lodash-set"], @@ -1838,10 +1838,10 @@ "@kbn/sse-utils-client/*": ["packages/kbn-sse-utils-client/*"], "@kbn/sse-utils-server": ["packages/kbn-sse-utils-server"], "@kbn/sse-utils-server/*": ["packages/kbn-sse-utils-server/*"], - "@kbn/stack-alerts-plugin": ["x-pack/plugins/stack_alerts"], - "@kbn/stack-alerts-plugin/*": ["x-pack/plugins/stack_alerts/*"], - "@kbn/stack-connectors-plugin": ["x-pack/plugins/stack_connectors"], - "@kbn/stack-connectors-plugin/*": ["x-pack/plugins/stack_connectors/*"], + "@kbn/stack-alerts-plugin": ["x-pack/platform/plugins/shared/stack_alerts"], + "@kbn/stack-alerts-plugin/*": ["x-pack/platform/plugins/shared/stack_alerts/*"], + "@kbn/stack-connectors-plugin": ["x-pack/platform/plugins/shared/stack_connectors"], + "@kbn/stack-connectors-plugin/*": ["x-pack/platform/plugins/shared/stack_connectors/*"], "@kbn/stack-management-usage-test-plugin": ["x-pack/test/usage_collection/plugins/stack_management_usage_test"], "@kbn/stack-management-usage-test-plugin/*": ["x-pack/test/usage_collection/plugins/stack_management_usage_test/*"], "@kbn/state-containers-examples-plugin": ["examples/state_containers_examples"], @@ -1870,8 +1870,8 @@ "@kbn/task-manager-fixture-plugin/*": ["x-pack/test/alerting_api_integration/common/plugins/task_manager_fixture/*"], "@kbn/task-manager-performance-plugin": ["x-pack/test/plugin_api_perf/plugins/task_manager_performance"], "@kbn/task-manager-performance-plugin/*": ["x-pack/test/plugin_api_perf/plugins/task_manager_performance/*"], - "@kbn/task-manager-plugin": ["x-pack/plugins/task_manager"], - "@kbn/task-manager-plugin/*": ["x-pack/plugins/task_manager/*"], + "@kbn/task-manager-plugin": ["x-pack/platform/plugins/shared/task_manager"], + "@kbn/task-manager-plugin/*": ["x-pack/platform/plugins/shared/task_manager/*"], "@kbn/telemetry-collection-manager-plugin": ["src/plugins/telemetry_collection_manager"], "@kbn/telemetry-collection-manager-plugin/*": ["src/plugins/telemetry_collection_manager/*"], "@kbn/telemetry-collection-xpack-plugin": ["x-pack/plugins/telemetry_collection_xpack"], @@ -1928,10 +1928,10 @@ "@kbn/transpose-utils/*": ["packages/kbn-transpose-utils/*"], "@kbn/triggers-actions-ui-example-plugin": ["x-pack/examples/triggers_actions_ui_example"], "@kbn/triggers-actions-ui-example-plugin/*": ["x-pack/examples/triggers_actions_ui_example/*"], - "@kbn/triggers-actions-ui-plugin": ["x-pack/plugins/triggers_actions_ui"], - "@kbn/triggers-actions-ui-plugin/*": ["x-pack/plugins/triggers_actions_ui/*"], - "@kbn/triggers-actions-ui-types": ["packages/kbn-triggers-actions-ui-types"], - "@kbn/triggers-actions-ui-types/*": ["packages/kbn-triggers-actions-ui-types/*"], + "@kbn/triggers-actions-ui-plugin": ["x-pack/platform/plugins/shared/triggers_actions_ui"], + "@kbn/triggers-actions-ui-plugin/*": ["x-pack/platform/plugins/shared/triggers_actions_ui/*"], + "@kbn/triggers-actions-ui-types": ["src/platform/packages/shared/kbn-triggers-actions-ui-types"], + "@kbn/triggers-actions-ui-types/*": ["src/platform/packages/shared/kbn-triggers-actions-ui-types/*"], "@kbn/try-in-console": ["packages/kbn-try-in-console"], "@kbn/try-in-console/*": ["packages/kbn-try-in-console/*"], "@kbn/ts-projects": ["packages/kbn-ts-projects"], diff --git a/x-pack/.i18nrc.json b/x-pack/.i18nrc.json index 213c3f06f34aa..4bf78339c2d77 100644 --- a/x-pack/.i18nrc.json +++ b/x-pack/.i18nrc.json @@ -1,7 +1,7 @@ { "prefix": "xpack", "paths": { - "xpack.actions": "plugins/actions", + "xpack.actions": "platform/plugins/shared/actions", "xpack.aiops": [ "packages/ml/aiops_common", "packages/ml/aiops_components", @@ -10,15 +10,15 @@ "plugins/aiops" ], "xpack.aiAssistant": "packages/kbn-ai-assistant", - "xpack.alerting": "plugins/alerting", - "xpack.eventLog": "plugins/event_log", - "xpack.stackAlerts": "plugins/stack_alerts", - "xpack.stackConnectors": "plugins/stack_connectors", + "xpack.alerting": "platform/plugins/shared/alerting", + "xpack.eventLog": "platform/plugins/shared/event_log", + "xpack.stackAlerts": "platform/plugins/shared/stack_alerts", + "xpack.stackConnectors": "platform/plugins/shared/stack_connectors", "xpack.apm": "plugins/observability_solution/apm", "xpack.apmDataAccess": "plugins/observability_solution/apm_data_access", "xpack.banners": "plugins/banners", "xpack.canvas": "plugins/canvas", - "xpack.cases": "plugins/cases", + "xpack.cases": "platform/plugins/shared/cases", "xpack.cloud": "plugins/cloud", "xpack.cloudDefend": "plugins/cloud_defend", "xpack.cloudLinks": "plugins/cloud_integrations/cloud_links", @@ -159,11 +159,11 @@ "xpack.savedObjectsTagging": [ "plugins/saved_objects_tagging" ], - "xpack.taskManager": "legacy/plugins/task_manager", + "xpack.taskManager": "legacy/platform/plugins/shared/task_manager", "xpack.threatIntelligence": "plugins/threat_intelligence", "xpack.timelines": "plugins/timelines", "xpack.transform": "plugins/transform", - "xpack.triggersActionsUI": "plugins/triggers_actions_ui", + "xpack.triggersActionsUI": "platform/plugins/shared/triggers_actions_ui", "xpack.upgradeAssistant": "plugins/upgrade_assistant", "xpack.uptime": [ "plugins/observability_solution/uptime" diff --git a/x-pack/packages/kbn-langchain/server/language_models/constants.ts b/x-pack/packages/kbn-langchain/server/language_models/constants.ts index 13a92aa4160bc..840ddca1248f2 100644 --- a/x-pack/packages/kbn-langchain/server/language_models/constants.ts +++ b/x-pack/packages/kbn-langchain/server/language_models/constants.ts @@ -25,7 +25,7 @@ export const getDefaultArguments = ( export const DEFAULT_OPEN_AI_TEMPERATURE = 0.2; // this is a fallback for logging, connector will default to the connector model -// x-pack/plugins/stack_connectors/common/openai/constants.ts +// x-pack/platform/plugins/shared/stack_connectors/common/openai/constants.ts export const DEFAULT_OPEN_AI_MODEL = 'gpt-4o'; const DEFAULT_BEDROCK_TEMPERATURE = 0; const DEFAULT_BEDROCK_STOP_SEQUENCES = ['\n\nHuman:', '\nObservation:']; diff --git a/x-pack/packages/security/authorization_core/src/privileges/feature_privilege_builder/cases.ts b/x-pack/packages/security/authorization_core/src/privileges/feature_privilege_builder/cases.ts index 3cf293b935b36..ec4df77be6cc8 100644 --- a/x-pack/packages/security/authorization_core/src/privileges/feature_privilege_builder/cases.ts +++ b/x-pack/packages/security/authorization_core/src/privileges/feature_privilege_builder/cases.ts @@ -18,7 +18,7 @@ export type CasesSupportedOperations = (typeof allOperations)[number]; * extend the mapping here x-pack/plugins/features/server/feature_privilege_iterator/feature_privilege_iterator.ts * * Also if you add a new operation (createCase, updateCase, etc) here you'll likely also need to make changes here: - * x-pack/plugins/cases/server/authorization/index.ts and here x-pack/plugins/cases/server/connectors/cases/utils.ts + * x-pack/platform/plugins/shared/cases/server/authorization/index.ts and here x-pack/platform/plugins/shared/cases/server/connectors/cases/utils.ts */ const pushOperations = ['pushCase'] as const; diff --git a/x-pack/packages/kbn-alerting-state-types/README.md b/x-pack/platform/packages/private/kbn-alerting-state-types/README.md similarity index 100% rename from x-pack/packages/kbn-alerting-state-types/README.md rename to x-pack/platform/packages/private/kbn-alerting-state-types/README.md diff --git a/x-pack/packages/kbn-alerting-state-types/index.ts b/x-pack/platform/packages/private/kbn-alerting-state-types/index.ts similarity index 100% rename from x-pack/packages/kbn-alerting-state-types/index.ts rename to x-pack/platform/packages/private/kbn-alerting-state-types/index.ts diff --git a/x-pack/packages/kbn-alerting-comparators/jest.config.js b/x-pack/platform/packages/private/kbn-alerting-state-types/jest.config.js similarity index 73% rename from x-pack/packages/kbn-alerting-comparators/jest.config.js rename to x-pack/platform/packages/private/kbn-alerting-state-types/jest.config.js index 9f1da3b8875aa..7917fe867018c 100644 --- a/x-pack/packages/kbn-alerting-comparators/jest.config.js +++ b/x-pack/platform/packages/private/kbn-alerting-state-types/jest.config.js @@ -7,6 +7,6 @@ module.exports = { preset: '@kbn/test/jest_node', - rootDir: '../../..', - roots: ['/x-pack/packages/kbn-alerting-comparators'], + rootDir: '../../../../..', + roots: ['/x-pack/platform/packages/private/kbn-alerting-state-types'], }; diff --git a/x-pack/packages/kbn-alerting-state-types/kibana.jsonc b/x-pack/platform/packages/private/kbn-alerting-state-types/kibana.jsonc similarity index 100% rename from x-pack/packages/kbn-alerting-state-types/kibana.jsonc rename to x-pack/platform/packages/private/kbn-alerting-state-types/kibana.jsonc diff --git a/x-pack/packages/kbn-alerting-state-types/package.json b/x-pack/platform/packages/private/kbn-alerting-state-types/package.json similarity index 100% rename from x-pack/packages/kbn-alerting-state-types/package.json rename to x-pack/platform/packages/private/kbn-alerting-state-types/package.json diff --git a/x-pack/packages/kbn-alerting-state-types/src/alert_instance.ts b/x-pack/platform/packages/private/kbn-alerting-state-types/src/alert_instance.ts similarity index 100% rename from x-pack/packages/kbn-alerting-state-types/src/alert_instance.ts rename to x-pack/platform/packages/private/kbn-alerting-state-types/src/alert_instance.ts diff --git a/x-pack/packages/kbn-alerting-state-types/src/lifecycle_state.ts b/x-pack/platform/packages/private/kbn-alerting-state-types/src/lifecycle_state.ts similarity index 100% rename from x-pack/packages/kbn-alerting-state-types/src/lifecycle_state.ts rename to x-pack/platform/packages/private/kbn-alerting-state-types/src/lifecycle_state.ts diff --git a/x-pack/packages/kbn-alerting-state-types/src/rule_task_instance.ts b/x-pack/platform/packages/private/kbn-alerting-state-types/src/rule_task_instance.ts similarity index 100% rename from x-pack/packages/kbn-alerting-state-types/src/rule_task_instance.ts rename to x-pack/platform/packages/private/kbn-alerting-state-types/src/rule_task_instance.ts diff --git a/x-pack/packages/kbn-alerting-state-types/src/task_state/index.ts b/x-pack/platform/packages/private/kbn-alerting-state-types/src/task_state/index.ts similarity index 100% rename from x-pack/packages/kbn-alerting-state-types/src/task_state/index.ts rename to x-pack/platform/packages/private/kbn-alerting-state-types/src/task_state/index.ts diff --git a/x-pack/packages/kbn-alerting-state-types/src/task_state/lib/index.ts b/x-pack/platform/packages/private/kbn-alerting-state-types/src/task_state/lib/index.ts similarity index 100% rename from x-pack/packages/kbn-alerting-state-types/src/task_state/lib/index.ts rename to x-pack/platform/packages/private/kbn-alerting-state-types/src/task_state/lib/index.ts diff --git a/x-pack/packages/kbn-alerting-state-types/src/task_state/v1/index.ts b/x-pack/platform/packages/private/kbn-alerting-state-types/src/task_state/v1/index.ts similarity index 100% rename from x-pack/packages/kbn-alerting-state-types/src/task_state/v1/index.ts rename to x-pack/platform/packages/private/kbn-alerting-state-types/src/task_state/v1/index.ts diff --git a/x-pack/packages/kbn-alerting-state-types/src/task_state/v1/migration.test.ts b/x-pack/platform/packages/private/kbn-alerting-state-types/src/task_state/v1/migration.test.ts similarity index 100% rename from x-pack/packages/kbn-alerting-state-types/src/task_state/v1/migration.test.ts rename to x-pack/platform/packages/private/kbn-alerting-state-types/src/task_state/v1/migration.test.ts diff --git a/x-pack/packages/kbn-alerting-state-types/src/task_state/v1/migration.ts b/x-pack/platform/packages/private/kbn-alerting-state-types/src/task_state/v1/migration.ts similarity index 100% rename from x-pack/packages/kbn-alerting-state-types/src/task_state/v1/migration.ts rename to x-pack/platform/packages/private/kbn-alerting-state-types/src/task_state/v1/migration.ts diff --git a/x-pack/packages/kbn-alerting-state-types/src/task_state/v1/schema.ts b/x-pack/platform/packages/private/kbn-alerting-state-types/src/task_state/v1/schema.ts similarity index 100% rename from x-pack/packages/kbn-alerting-state-types/src/task_state/v1/schema.ts rename to x-pack/platform/packages/private/kbn-alerting-state-types/src/task_state/v1/schema.ts diff --git a/x-pack/packages/kbn-alerting-state-types/tsconfig.json b/x-pack/platform/packages/private/kbn-alerting-state-types/tsconfig.json similarity index 81% rename from x-pack/packages/kbn-alerting-state-types/tsconfig.json rename to x-pack/platform/packages/private/kbn-alerting-state-types/tsconfig.json index e1a705d2a1ed8..d72285565f7a0 100644 --- a/x-pack/packages/kbn-alerting-state-types/tsconfig.json +++ b/x-pack/platform/packages/private/kbn-alerting-state-types/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "../../../tsconfig.base.json", + "extends": "../../../../../tsconfig.base.json", "compilerOptions": { "outDir": "target/types", "types": [ diff --git a/x-pack/packages/kbn-alerting-comparators/README.md b/x-pack/platform/packages/shared/kbn-alerting-comparators/README.md similarity index 100% rename from x-pack/packages/kbn-alerting-comparators/README.md rename to x-pack/platform/packages/shared/kbn-alerting-comparators/README.md diff --git a/x-pack/packages/kbn-alerting-comparators/index.ts b/x-pack/platform/packages/shared/kbn-alerting-comparators/index.ts similarity index 100% rename from x-pack/packages/kbn-alerting-comparators/index.ts rename to x-pack/platform/packages/shared/kbn-alerting-comparators/index.ts diff --git a/x-pack/packages/kbn-alerting-state-types/jest.config.js b/x-pack/platform/packages/shared/kbn-alerting-comparators/jest.config.js similarity index 73% rename from x-pack/packages/kbn-alerting-state-types/jest.config.js rename to x-pack/platform/packages/shared/kbn-alerting-comparators/jest.config.js index 50f7065f8b992..08a9ffc382317 100644 --- a/x-pack/packages/kbn-alerting-state-types/jest.config.js +++ b/x-pack/platform/packages/shared/kbn-alerting-comparators/jest.config.js @@ -7,6 +7,6 @@ module.exports = { preset: '@kbn/test/jest_node', - rootDir: '../../..', - roots: ['/x-pack/packages/kbn-alerting-state-types'], + rootDir: '../../../../..', + roots: ['/x-pack/platform/packages/shared/kbn-alerting-comparators'], }; diff --git a/x-pack/packages/kbn-alerting-comparators/kibana.jsonc b/x-pack/platform/packages/shared/kbn-alerting-comparators/kibana.jsonc similarity index 100% rename from x-pack/packages/kbn-alerting-comparators/kibana.jsonc rename to x-pack/platform/packages/shared/kbn-alerting-comparators/kibana.jsonc diff --git a/x-pack/packages/kbn-alerting-comparators/package.json b/x-pack/platform/packages/shared/kbn-alerting-comparators/package.json similarity index 100% rename from x-pack/packages/kbn-alerting-comparators/package.json rename to x-pack/platform/packages/shared/kbn-alerting-comparators/package.json diff --git a/x-pack/packages/kbn-alerting-comparators/src/comparators.ts b/x-pack/platform/packages/shared/kbn-alerting-comparators/src/comparators.ts similarity index 100% rename from x-pack/packages/kbn-alerting-comparators/src/comparators.ts rename to x-pack/platform/packages/shared/kbn-alerting-comparators/src/comparators.ts diff --git a/x-pack/packages/kbn-alerting-comparators/tsconfig.json b/x-pack/platform/packages/shared/kbn-alerting-comparators/tsconfig.json similarity index 80% rename from x-pack/packages/kbn-alerting-comparators/tsconfig.json rename to x-pack/platform/packages/shared/kbn-alerting-comparators/tsconfig.json index 196ffd23d93cd..37d1561f95b8d 100644 --- a/x-pack/packages/kbn-alerting-comparators/tsconfig.json +++ b/x-pack/platform/packages/shared/kbn-alerting-comparators/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "../../../tsconfig.base.json", + "extends": "../../../../../tsconfig.base.json", "compilerOptions": { "outDir": "target/types", "types": [ diff --git a/x-pack/plugins/actions/README.md b/x-pack/platform/plugins/shared/actions/README.md similarity index 98% rename from x-pack/plugins/actions/README.md rename to x-pack/platform/plugins/shared/actions/README.md index 4e7f20e47cb7d..26e1cd2681424 100644 --- a/x-pack/plugins/actions/README.md +++ b/x-pack/platform/plugins/shared/actions/README.md @@ -91,7 +91,7 @@ The following table describes the properties of the `options` object. | name | A user-friendly name for the action type. These will be displayed in dropdowns when chosing action types. | string | | maxAttempts | The maximum number of times this action will attempt to run when scheduled. | number | | minimumLicenseRequired | The license required to use the action type. | string | -| supportedFeatureIds | List of IDs of the features that this action type is available in. Allowed values are `alerting`, `siem`, `uptime`, `cases`. See `x-pack/plugins/actions/common/connector_feature_config.ts` for the most up to date list. | string[] | +| supportedFeatureIds | List of IDs of the features that this action type is available in. Allowed values are `alerting`, `siem`, `uptime`, `cases`. See `x-pack/platform/plugins/shared/actions/common/connector_feature_config.ts` for the most up to date list. | string[] | | validate.params | When developing an action type, it needs to accept parameters to know what to do with the action. (Example `to`, `from`, `subject`, `body` of an email). See the current built-in email action type for an example of the state-of-the-art validation.

Technically, the value of this property should have a property named `validate()` which is a function that takes a params object to validate and returns a sanitized version of that object to pass to the execution function. Validation errors should be thrown from the `validate()` function and will be available as an error message | schema / validation function | | validate.config | Similar to params, a config may be required when creating an action (for example `host` and `port` for an email server). | schema / validation function | | validate.secrets | Similar to params, a secrets object may be required when creating an action (for example `user` and `password` for an email server). | schema / validation function | @@ -187,7 +187,7 @@ When throwing an error in the `PreSave` hook, the Error's message will be used a ### Example The built-in email action type provides a good example of creating an action type with non-trivial configuration and params: -[x-pack/plugins/actions/server/builtin_action_types/email.ts](server/builtin_action_types/email.ts) +[x-pack/platform/plugins/shared/actions/server/builtin_action_types/email.ts](server/builtin_action_types/email.ts) ## RESTful API diff --git a/x-pack/plugins/actions/common/alert_history_schema.test.ts b/x-pack/platform/plugins/shared/actions/common/alert_history_schema.test.ts similarity index 100% rename from x-pack/plugins/actions/common/alert_history_schema.test.ts rename to x-pack/platform/plugins/shared/actions/common/alert_history_schema.test.ts diff --git a/x-pack/plugins/actions/common/alert_history_schema.ts b/x-pack/platform/plugins/shared/actions/common/alert_history_schema.ts similarity index 100% rename from x-pack/plugins/actions/common/alert_history_schema.ts rename to x-pack/platform/plugins/shared/actions/common/alert_history_schema.ts diff --git a/x-pack/plugins/actions/common/connector_feature_config.test.ts b/x-pack/platform/plugins/shared/actions/common/connector_feature_config.test.ts similarity index 100% rename from x-pack/plugins/actions/common/connector_feature_config.test.ts rename to x-pack/platform/plugins/shared/actions/common/connector_feature_config.test.ts diff --git a/x-pack/plugins/actions/common/connector_feature_config.ts b/x-pack/platform/plugins/shared/actions/common/connector_feature_config.ts similarity index 100% rename from x-pack/plugins/actions/common/connector_feature_config.ts rename to x-pack/platform/plugins/shared/actions/common/connector_feature_config.ts diff --git a/x-pack/plugins/actions/common/execution_log_types.ts b/x-pack/platform/plugins/shared/actions/common/execution_log_types.ts similarity index 100% rename from x-pack/plugins/actions/common/execution_log_types.ts rename to x-pack/platform/plugins/shared/actions/common/execution_log_types.ts diff --git a/x-pack/plugins/actions/common/index.ts b/x-pack/platform/plugins/shared/actions/common/index.ts similarity index 100% rename from x-pack/plugins/actions/common/index.ts rename to x-pack/platform/plugins/shared/actions/common/index.ts diff --git a/x-pack/plugins/actions/common/mustache_template.test.ts b/x-pack/platform/plugins/shared/actions/common/mustache_template.test.ts similarity index 100% rename from x-pack/plugins/actions/common/mustache_template.test.ts rename to x-pack/platform/plugins/shared/actions/common/mustache_template.test.ts diff --git a/x-pack/plugins/actions/common/mustache_template.ts b/x-pack/platform/plugins/shared/actions/common/mustache_template.ts similarity index 100% rename from x-pack/plugins/actions/common/mustache_template.ts rename to x-pack/platform/plugins/shared/actions/common/mustache_template.ts diff --git a/x-pack/plugins/actions/common/rewrite_request_case.ts b/x-pack/platform/plugins/shared/actions/common/rewrite_request_case.ts similarity index 100% rename from x-pack/plugins/actions/common/rewrite_request_case.ts rename to x-pack/platform/plugins/shared/actions/common/rewrite_request_case.ts diff --git a/x-pack/plugins/actions/common/routes/connector/apis/connector_types/index.ts b/x-pack/platform/plugins/shared/actions/common/routes/connector/apis/connector_types/index.ts similarity index 100% rename from x-pack/plugins/actions/common/routes/connector/apis/connector_types/index.ts rename to x-pack/platform/plugins/shared/actions/common/routes/connector/apis/connector_types/index.ts diff --git a/x-pack/plugins/actions/common/routes/connector/apis/connector_types/schemas/latest.ts b/x-pack/platform/plugins/shared/actions/common/routes/connector/apis/connector_types/schemas/latest.ts similarity index 100% rename from x-pack/plugins/actions/common/routes/connector/apis/connector_types/schemas/latest.ts rename to x-pack/platform/plugins/shared/actions/common/routes/connector/apis/connector_types/schemas/latest.ts diff --git a/x-pack/plugins/actions/common/routes/connector/apis/connector_types/schemas/v1.ts b/x-pack/platform/plugins/shared/actions/common/routes/connector/apis/connector_types/schemas/v1.ts similarity index 100% rename from x-pack/plugins/actions/common/routes/connector/apis/connector_types/schemas/v1.ts rename to x-pack/platform/plugins/shared/actions/common/routes/connector/apis/connector_types/schemas/v1.ts diff --git a/x-pack/plugins/actions/common/routes/connector/apis/connector_types/types/latest.ts b/x-pack/platform/plugins/shared/actions/common/routes/connector/apis/connector_types/types/latest.ts similarity index 100% rename from x-pack/plugins/actions/common/routes/connector/apis/connector_types/types/latest.ts rename to x-pack/platform/plugins/shared/actions/common/routes/connector/apis/connector_types/types/latest.ts diff --git a/x-pack/plugins/actions/common/routes/connector/apis/connector_types/types/v1.ts b/x-pack/platform/plugins/shared/actions/common/routes/connector/apis/connector_types/types/v1.ts similarity index 100% rename from x-pack/plugins/actions/common/routes/connector/apis/connector_types/types/v1.ts rename to x-pack/platform/plugins/shared/actions/common/routes/connector/apis/connector_types/types/v1.ts diff --git a/x-pack/plugins/actions/common/routes/connector/apis/create/index.ts b/x-pack/platform/plugins/shared/actions/common/routes/connector/apis/create/index.ts similarity index 100% rename from x-pack/plugins/actions/common/routes/connector/apis/create/index.ts rename to x-pack/platform/plugins/shared/actions/common/routes/connector/apis/create/index.ts diff --git a/x-pack/plugins/actions/common/routes/connector/apis/create/schemas/latest.ts b/x-pack/platform/plugins/shared/actions/common/routes/connector/apis/create/schemas/latest.ts similarity index 100% rename from x-pack/plugins/actions/common/routes/connector/apis/create/schemas/latest.ts rename to x-pack/platform/plugins/shared/actions/common/routes/connector/apis/create/schemas/latest.ts diff --git a/x-pack/plugins/actions/common/routes/connector/apis/create/schemas/v1.ts b/x-pack/platform/plugins/shared/actions/common/routes/connector/apis/create/schemas/v1.ts similarity index 100% rename from x-pack/plugins/actions/common/routes/connector/apis/create/schemas/v1.ts rename to x-pack/platform/plugins/shared/actions/common/routes/connector/apis/create/schemas/v1.ts diff --git a/x-pack/plugins/actions/common/routes/connector/apis/create/types/latest.ts b/x-pack/platform/plugins/shared/actions/common/routes/connector/apis/create/types/latest.ts similarity index 100% rename from x-pack/plugins/actions/common/routes/connector/apis/create/types/latest.ts rename to x-pack/platform/plugins/shared/actions/common/routes/connector/apis/create/types/latest.ts diff --git a/x-pack/plugins/actions/common/routes/connector/apis/create/types/v1.ts b/x-pack/platform/plugins/shared/actions/common/routes/connector/apis/create/types/v1.ts similarity index 100% rename from x-pack/plugins/actions/common/routes/connector/apis/create/types/v1.ts rename to x-pack/platform/plugins/shared/actions/common/routes/connector/apis/create/types/v1.ts diff --git a/x-pack/plugins/actions/common/routes/connector/apis/delete/index.ts b/x-pack/platform/plugins/shared/actions/common/routes/connector/apis/delete/index.ts similarity index 100% rename from x-pack/plugins/actions/common/routes/connector/apis/delete/index.ts rename to x-pack/platform/plugins/shared/actions/common/routes/connector/apis/delete/index.ts diff --git a/x-pack/plugins/actions/common/routes/connector/apis/delete/schemas/latest.ts b/x-pack/platform/plugins/shared/actions/common/routes/connector/apis/delete/schemas/latest.ts similarity index 100% rename from x-pack/plugins/actions/common/routes/connector/apis/delete/schemas/latest.ts rename to x-pack/platform/plugins/shared/actions/common/routes/connector/apis/delete/schemas/latest.ts diff --git a/x-pack/plugins/actions/common/routes/connector/apis/delete/schemas/v1.ts b/x-pack/platform/plugins/shared/actions/common/routes/connector/apis/delete/schemas/v1.ts similarity index 100% rename from x-pack/plugins/actions/common/routes/connector/apis/delete/schemas/v1.ts rename to x-pack/platform/plugins/shared/actions/common/routes/connector/apis/delete/schemas/v1.ts diff --git a/x-pack/plugins/actions/common/routes/connector/apis/delete/types/latest.ts b/x-pack/platform/plugins/shared/actions/common/routes/connector/apis/delete/types/latest.ts similarity index 100% rename from x-pack/plugins/actions/common/routes/connector/apis/delete/types/latest.ts rename to x-pack/platform/plugins/shared/actions/common/routes/connector/apis/delete/types/latest.ts diff --git a/x-pack/plugins/actions/common/routes/connector/apis/delete/types/v1.ts b/x-pack/platform/plugins/shared/actions/common/routes/connector/apis/delete/types/v1.ts similarity index 100% rename from x-pack/plugins/actions/common/routes/connector/apis/delete/types/v1.ts rename to x-pack/platform/plugins/shared/actions/common/routes/connector/apis/delete/types/v1.ts diff --git a/x-pack/plugins/actions/common/routes/connector/apis/execute/index.ts b/x-pack/platform/plugins/shared/actions/common/routes/connector/apis/execute/index.ts similarity index 100% rename from x-pack/plugins/actions/common/routes/connector/apis/execute/index.ts rename to x-pack/platform/plugins/shared/actions/common/routes/connector/apis/execute/index.ts diff --git a/x-pack/plugins/actions/common/routes/connector/apis/execute/schemas/latest.ts b/x-pack/platform/plugins/shared/actions/common/routes/connector/apis/execute/schemas/latest.ts similarity index 100% rename from x-pack/plugins/actions/common/routes/connector/apis/execute/schemas/latest.ts rename to x-pack/platform/plugins/shared/actions/common/routes/connector/apis/execute/schemas/latest.ts diff --git a/x-pack/plugins/actions/common/routes/connector/apis/execute/schemas/v1.ts b/x-pack/platform/plugins/shared/actions/common/routes/connector/apis/execute/schemas/v1.ts similarity index 100% rename from x-pack/plugins/actions/common/routes/connector/apis/execute/schemas/v1.ts rename to x-pack/platform/plugins/shared/actions/common/routes/connector/apis/execute/schemas/v1.ts diff --git a/x-pack/plugins/actions/common/routes/connector/apis/execute/types/latest.ts b/x-pack/platform/plugins/shared/actions/common/routes/connector/apis/execute/types/latest.ts similarity index 100% rename from x-pack/plugins/actions/common/routes/connector/apis/execute/types/latest.ts rename to x-pack/platform/plugins/shared/actions/common/routes/connector/apis/execute/types/latest.ts diff --git a/x-pack/plugins/actions/common/routes/connector/apis/execute/types/v1.ts b/x-pack/platform/plugins/shared/actions/common/routes/connector/apis/execute/types/v1.ts similarity index 100% rename from x-pack/plugins/actions/common/routes/connector/apis/execute/types/v1.ts rename to x-pack/platform/plugins/shared/actions/common/routes/connector/apis/execute/types/v1.ts diff --git a/x-pack/plugins/actions/common/routes/connector/apis/get/index.ts b/x-pack/platform/plugins/shared/actions/common/routes/connector/apis/get/index.ts similarity index 100% rename from x-pack/plugins/actions/common/routes/connector/apis/get/index.ts rename to x-pack/platform/plugins/shared/actions/common/routes/connector/apis/get/index.ts diff --git a/x-pack/plugins/actions/common/routes/connector/apis/get/schemas/latest.ts b/x-pack/platform/plugins/shared/actions/common/routes/connector/apis/get/schemas/latest.ts similarity index 100% rename from x-pack/plugins/actions/common/routes/connector/apis/get/schemas/latest.ts rename to x-pack/platform/plugins/shared/actions/common/routes/connector/apis/get/schemas/latest.ts diff --git a/x-pack/plugins/actions/common/routes/connector/apis/get/schemas/v1.ts b/x-pack/platform/plugins/shared/actions/common/routes/connector/apis/get/schemas/v1.ts similarity index 100% rename from x-pack/plugins/actions/common/routes/connector/apis/get/schemas/v1.ts rename to x-pack/platform/plugins/shared/actions/common/routes/connector/apis/get/schemas/v1.ts diff --git a/x-pack/plugins/actions/common/routes/connector/apis/get/types/latest.ts b/x-pack/platform/plugins/shared/actions/common/routes/connector/apis/get/types/latest.ts similarity index 100% rename from x-pack/plugins/actions/common/routes/connector/apis/get/types/latest.ts rename to x-pack/platform/plugins/shared/actions/common/routes/connector/apis/get/types/latest.ts diff --git a/x-pack/plugins/actions/common/routes/connector/apis/get/types/v1.ts b/x-pack/platform/plugins/shared/actions/common/routes/connector/apis/get/types/v1.ts similarity index 100% rename from x-pack/plugins/actions/common/routes/connector/apis/get/types/v1.ts rename to x-pack/platform/plugins/shared/actions/common/routes/connector/apis/get/types/v1.ts diff --git a/x-pack/plugins/actions/common/routes/connector/apis/update/index.ts b/x-pack/platform/plugins/shared/actions/common/routes/connector/apis/update/index.ts similarity index 100% rename from x-pack/plugins/actions/common/routes/connector/apis/update/index.ts rename to x-pack/platform/plugins/shared/actions/common/routes/connector/apis/update/index.ts diff --git a/x-pack/plugins/actions/common/routes/connector/apis/update/schemas/latest.ts b/x-pack/platform/plugins/shared/actions/common/routes/connector/apis/update/schemas/latest.ts similarity index 100% rename from x-pack/plugins/actions/common/routes/connector/apis/update/schemas/latest.ts rename to x-pack/platform/plugins/shared/actions/common/routes/connector/apis/update/schemas/latest.ts diff --git a/x-pack/plugins/actions/common/routes/connector/apis/update/schemas/v1.ts b/x-pack/platform/plugins/shared/actions/common/routes/connector/apis/update/schemas/v1.ts similarity index 100% rename from x-pack/plugins/actions/common/routes/connector/apis/update/schemas/v1.ts rename to x-pack/platform/plugins/shared/actions/common/routes/connector/apis/update/schemas/v1.ts diff --git a/x-pack/plugins/actions/common/routes/connector/apis/update/types/latest.ts b/x-pack/platform/plugins/shared/actions/common/routes/connector/apis/update/types/latest.ts similarity index 100% rename from x-pack/plugins/actions/common/routes/connector/apis/update/types/latest.ts rename to x-pack/platform/plugins/shared/actions/common/routes/connector/apis/update/types/latest.ts diff --git a/x-pack/plugins/actions/common/routes/connector/apis/update/types/v1.ts b/x-pack/platform/plugins/shared/actions/common/routes/connector/apis/update/types/v1.ts similarity index 100% rename from x-pack/plugins/actions/common/routes/connector/apis/update/types/v1.ts rename to x-pack/platform/plugins/shared/actions/common/routes/connector/apis/update/types/v1.ts diff --git a/x-pack/plugins/actions/common/routes/connector/response/index.ts b/x-pack/platform/plugins/shared/actions/common/routes/connector/response/index.ts similarity index 100% rename from x-pack/plugins/actions/common/routes/connector/response/index.ts rename to x-pack/platform/plugins/shared/actions/common/routes/connector/response/index.ts diff --git a/x-pack/plugins/actions/common/routes/connector/response/schemas/latest.ts b/x-pack/platform/plugins/shared/actions/common/routes/connector/response/schemas/latest.ts similarity index 100% rename from x-pack/plugins/actions/common/routes/connector/response/schemas/latest.ts rename to x-pack/platform/plugins/shared/actions/common/routes/connector/response/schemas/latest.ts diff --git a/x-pack/plugins/actions/common/routes/connector/response/schemas/v1.ts b/x-pack/platform/plugins/shared/actions/common/routes/connector/response/schemas/v1.ts similarity index 100% rename from x-pack/plugins/actions/common/routes/connector/response/schemas/v1.ts rename to x-pack/platform/plugins/shared/actions/common/routes/connector/response/schemas/v1.ts diff --git a/x-pack/plugins/actions/common/routes/connector/response/types/latest.ts b/x-pack/platform/plugins/shared/actions/common/routes/connector/response/types/latest.ts similarity index 100% rename from x-pack/plugins/actions/common/routes/connector/response/types/latest.ts rename to x-pack/platform/plugins/shared/actions/common/routes/connector/response/types/latest.ts diff --git a/x-pack/plugins/actions/common/routes/connector/response/types/v1.ts b/x-pack/platform/plugins/shared/actions/common/routes/connector/response/types/v1.ts similarity index 100% rename from x-pack/plugins/actions/common/routes/connector/response/types/v1.ts rename to x-pack/platform/plugins/shared/actions/common/routes/connector/response/types/v1.ts diff --git a/x-pack/plugins/actions/common/types.ts b/x-pack/platform/plugins/shared/actions/common/types.ts similarity index 100% rename from x-pack/plugins/actions/common/types.ts rename to x-pack/platform/plugins/shared/actions/common/types.ts diff --git a/x-pack/plugins/actions/common/validate_email_addresses.test.ts b/x-pack/platform/plugins/shared/actions/common/validate_email_addresses.test.ts similarity index 100% rename from x-pack/plugins/actions/common/validate_email_addresses.test.ts rename to x-pack/platform/plugins/shared/actions/common/validate_email_addresses.test.ts diff --git a/x-pack/plugins/actions/common/validate_email_addresses.ts b/x-pack/platform/plugins/shared/actions/common/validate_email_addresses.ts similarity index 100% rename from x-pack/plugins/actions/common/validate_email_addresses.ts rename to x-pack/platform/plugins/shared/actions/common/validate_email_addresses.ts diff --git a/x-pack/plugins/actions/common/validate_empty_strings.test.ts b/x-pack/platform/plugins/shared/actions/common/validate_empty_strings.test.ts similarity index 100% rename from x-pack/plugins/actions/common/validate_empty_strings.test.ts rename to x-pack/platform/plugins/shared/actions/common/validate_empty_strings.test.ts diff --git a/x-pack/plugins/actions/common/validate_empty_strings.ts b/x-pack/platform/plugins/shared/actions/common/validate_empty_strings.ts similarity index 100% rename from x-pack/plugins/actions/common/validate_empty_strings.ts rename to x-pack/platform/plugins/shared/actions/common/validate_empty_strings.ts diff --git a/x-pack/plugins/actions/docs/openapi/README.md b/x-pack/platform/plugins/shared/actions/docs/openapi/README.md similarity index 65% rename from x-pack/plugins/actions/docs/openapi/README.md rename to x-pack/platform/plugins/shared/actions/docs/openapi/README.md index 052bcbc0db4c1..222c7bf5adcfe 100644 --- a/x-pack/plugins/actions/docs/openapi/README.md +++ b/x-pack/platform/plugins/shared/actions/docs/openapi/README.md @@ -2,4 +2,4 @@ This spec is experimental and may be incomplete or change later. -The files in this folder are referenced from the [OpenAPI overlay for connectors](../../../../../oas_docs/overlays/connectors.overlays.yaml). +The files in this folder are referenced from the [OpenAPI overlay for connectors](../../../../../../../oas_docs/overlays/connectors.overlays.yaml). diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/action_response_properties.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/action_response_properties.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/action_response_properties.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/action_response_properties.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/auth_type.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/auth_type.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/auth_type.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/auth_type.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/bedrock_config.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/bedrock_config.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/bedrock_config.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/bedrock_config.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/bedrock_secrets.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/bedrock_secrets.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/bedrock_secrets.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/bedrock_secrets.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/ca.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/ca.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/ca.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/ca.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/cases_webhook_config.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/cases_webhook_config.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/cases_webhook_config.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/cases_webhook_config.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/cases_webhook_secrets.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/cases_webhook_secrets.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/cases_webhook_secrets.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/cases_webhook_secrets.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/cert_type.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/cert_type.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/cert_type.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/cert_type.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/connector_types.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/connector_types.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/connector_types.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/connector_types.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/crowdstrike_config.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/crowdstrike_config.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/crowdstrike_config.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/crowdstrike_config.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/crowdstrike_secrets.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/crowdstrike_secrets.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/crowdstrike_secrets.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/crowdstrike_secrets.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/crt.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/crt.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/crt.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/crt.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/d3security_config.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/d3security_config.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/d3security_config.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/d3security_config.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/d3security_secrets.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/d3security_secrets.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/d3security_secrets.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/d3security_secrets.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/email_config.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/email_config.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/email_config.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/email_config.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/email_secrets.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/email_secrets.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/email_secrets.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/email_secrets.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/features.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/features.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/features.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/features.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/gemini_config.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/gemini_config.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/gemini_config.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/gemini_config.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/gemini_secrets.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/gemini_secrets.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/gemini_secrets.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/gemini_secrets.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/genai_azure_config.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/genai_azure_config.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/genai_azure_config.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/genai_azure_config.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/genai_openai_config.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/genai_openai_config.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/genai_openai_config.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/genai_openai_config.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/genai_secrets.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/genai_secrets.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/genai_secrets.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/genai_secrets.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/has_auth.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/has_auth.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/has_auth.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/has_auth.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/index_config.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/index_config.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/index_config.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/index_config.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/inference_config.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/inference_config.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/inference_config.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/inference_config.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/inference_secrets.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/inference_secrets.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/inference_secrets.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/inference_secrets.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/is_deprecated.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/is_deprecated.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/is_deprecated.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/is_deprecated.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/is_missing_secrets.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/is_missing_secrets.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/is_missing_secrets.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/is_missing_secrets.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/is_preconfigured.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/is_preconfigured.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/is_preconfigured.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/is_preconfigured.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/is_system_action.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/is_system_action.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/is_system_action.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/is_system_action.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/jira_config.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/jira_config.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/jira_config.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/jira_config.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/jira_secrets.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/jira_secrets.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/jira_secrets.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/jira_secrets.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/key.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/key.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/key.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/key.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/mapping_properties_swimlane.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/mapping_properties_swimlane.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/mapping_properties_swimlane.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/mapping_properties_swimlane.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/opsgenie_config.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/opsgenie_config.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/opsgenie_config.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/opsgenie_config.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/opsgenie_secrets.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/opsgenie_secrets.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/opsgenie_secrets.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/opsgenie_secrets.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/pagerduty_config.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/pagerduty_config.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/pagerduty_config.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/pagerduty_config.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/pagerduty_secrets.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/pagerduty_secrets.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/pagerduty_secrets.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/pagerduty_secrets.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/pfx.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/pfx.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/pfx.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/pfx.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/referenced_by_count.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/referenced_by_count.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/referenced_by_count.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/referenced_by_count.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/resilient_config.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/resilient_config.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/resilient_config.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/resilient_config.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/resilient_secrets.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/resilient_secrets.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/resilient_secrets.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/resilient_secrets.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/run_acknowledge_resolve_pagerduty.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/run_acknowledge_resolve_pagerduty.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/run_acknowledge_resolve_pagerduty.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/run_acknowledge_resolve_pagerduty.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/run_addevent.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/run_addevent.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/run_addevent.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/run_addevent.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/run_closealert.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/run_closealert.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/run_closealert.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/run_closealert.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/run_closeincident.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/run_closeincident.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/run_closeincident.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/run_closeincident.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/run_createalert.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/run_createalert.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/run_createalert.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/run_createalert.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/run_documents.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/run_documents.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/run_documents.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/run_documents.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/run_fieldsbyissuetype.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/run_fieldsbyissuetype.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/run_fieldsbyissuetype.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/run_fieldsbyissuetype.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/run_getchoices.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/run_getchoices.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/run_getchoices.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/run_getchoices.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/run_getfields.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/run_getfields.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/run_getfields.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/run_getfields.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/run_getincident.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/run_getincident.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/run_getincident.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/run_getincident.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/run_issue.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/run_issue.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/run_issue.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/run_issue.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/run_issues.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/run_issues.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/run_issues.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/run_issues.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/run_issuetypes.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/run_issuetypes.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/run_issuetypes.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/run_issuetypes.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/run_message_email.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/run_message_email.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/run_message_email.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/run_message_email.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/run_message_serverlog.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/run_message_serverlog.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/run_message_serverlog.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/run_message_serverlog.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/run_message_slack.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/run_message_slack.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/run_message_slack.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/run_message_slack.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/run_postmessage.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/run_postmessage.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/run_postmessage.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/run_postmessage.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/run_pushtoservice.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/run_pushtoservice.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/run_pushtoservice.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/run_pushtoservice.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/run_trigger_pagerduty.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/run_trigger_pagerduty.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/run_trigger_pagerduty.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/run_trigger_pagerduty.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/run_validchannelid.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/run_validchannelid.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/run_validchannelid.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/run_validchannelid.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/sentinelone_config.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/sentinelone_config.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/sentinelone_config.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/sentinelone_config.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/sentinelone_secrets.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/sentinelone_secrets.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/sentinelone_secrets.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/sentinelone_secrets.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/servicenow_config.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/servicenow_config.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/servicenow_config.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/servicenow_config.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/servicenow_itom_config.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/servicenow_itom_config.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/servicenow_itom_config.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/servicenow_itom_config.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/servicenow_secrets.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/servicenow_secrets.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/servicenow_secrets.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/servicenow_secrets.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/slack_api_config.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/slack_api_config.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/slack_api_config.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/slack_api_config.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/slack_api_secrets.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/slack_api_secrets.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/slack_api_secrets.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/slack_api_secrets.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/slack_webhook_secrets.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/slack_webhook_secrets.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/slack_webhook_secrets.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/slack_webhook_secrets.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/swimlane_config.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/swimlane_config.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/swimlane_config.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/swimlane_config.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/swimlane_secrets.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/swimlane_secrets.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/swimlane_secrets.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/swimlane_secrets.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/teams_secrets.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/teams_secrets.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/teams_secrets.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/teams_secrets.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/thehive_config.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/thehive_config.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/thehive_config.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/thehive_config.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/thehive_secrets.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/thehive_secrets.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/thehive_secrets.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/thehive_secrets.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/tines_config.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/tines_config.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/tines_config.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/tines_config.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/tines_secrets.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/tines_secrets.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/tines_secrets.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/tines_secrets.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/torq_config.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/torq_config.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/torq_config.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/torq_config.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/torq_secrets.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/torq_secrets.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/torq_secrets.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/torq_secrets.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/verification_mode.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/verification_mode.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/verification_mode.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/verification_mode.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/webhook_config.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/webhook_config.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/webhook_config.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/webhook_config.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/webhook_secrets.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/webhook_secrets.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/webhook_secrets.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/webhook_secrets.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/xmatters_config.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/xmatters_config.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/xmatters_config.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/xmatters_config.yaml diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/xmatters_secrets.yaml b/x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/xmatters_secrets.yaml similarity index 100% rename from x-pack/plugins/actions/docs/openapi/components/schemas/xmatters_secrets.yaml rename to x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/xmatters_secrets.yaml diff --git a/x-pack/plugins/event_log/jest.config.js b/x-pack/platform/plugins/shared/actions/jest.config.js similarity index 62% rename from x-pack/plugins/event_log/jest.config.js rename to x-pack/platform/plugins/shared/actions/jest.config.js index c8bf86db09e0f..54b7f33cabe9c 100644 --- a/x-pack/plugins/event_log/jest.config.js +++ b/x-pack/platform/plugins/shared/actions/jest.config.js @@ -7,9 +7,9 @@ module.exports = { preset: '@kbn/test', - rootDir: '../../..', - roots: ['/x-pack/plugins/event_log'], - coverageDirectory: '/target/kibana-coverage/jest/x-pack/plugins/event_log', + rootDir: '../../../../..', + roots: ['/x-pack/platform/plugins/shared/actions'], + coverageDirectory: '/target/kibana-coverage/jest/x-pack/platform/plugins/shared/actions', coverageReporters: ['text', 'html'], - collectCoverageFrom: ['/x-pack/plugins/event_log/{common,server}/**/*.{ts,tsx}'], + collectCoverageFrom: ['/x-pack/platform/plugins/shared/actions/{common,server}/**/*.{js,ts,tsx}'], }; diff --git a/x-pack/plugins/alerting/jest.integration.config.js b/x-pack/platform/plugins/shared/actions/jest.integration.config.js similarity index 77% rename from x-pack/plugins/alerting/jest.integration.config.js rename to x-pack/platform/plugins/shared/actions/jest.integration.config.js index a77ce935061fd..8593abe2b95e0 100644 --- a/x-pack/plugins/alerting/jest.integration.config.js +++ b/x-pack/platform/plugins/shared/actions/jest.integration.config.js @@ -7,6 +7,6 @@ module.exports = { preset: '@kbn/test/jest_integration', - rootDir: '../../..', - roots: ['/x-pack/plugins/alerting'], + rootDir: '../../../../..', + roots: ['/x-pack/platform/plugins/shared/actions'], }; diff --git a/x-pack/plugins/actions/kibana.jsonc b/x-pack/platform/plugins/shared/actions/kibana.jsonc similarity index 100% rename from x-pack/plugins/actions/kibana.jsonc rename to x-pack/platform/plugins/shared/actions/kibana.jsonc diff --git a/x-pack/plugins/actions/public/index.ts b/x-pack/platform/plugins/shared/actions/public/index.ts similarity index 100% rename from x-pack/plugins/actions/public/index.ts rename to x-pack/platform/plugins/shared/actions/public/index.ts diff --git a/x-pack/plugins/actions/public/plugin.test.ts b/x-pack/platform/plugins/shared/actions/public/plugin.test.ts similarity index 100% rename from x-pack/plugins/actions/public/plugin.test.ts rename to x-pack/platform/plugins/shared/actions/public/plugin.test.ts diff --git a/x-pack/plugins/actions/public/plugin.ts b/x-pack/platform/plugins/shared/actions/public/plugin.ts similarity index 100% rename from x-pack/plugins/actions/public/plugin.ts rename to x-pack/platform/plugins/shared/actions/public/plugin.ts diff --git a/x-pack/plugins/actions/server/action_type_registry.mock.ts b/x-pack/platform/plugins/shared/actions/server/action_type_registry.mock.ts similarity index 100% rename from x-pack/plugins/actions/server/action_type_registry.mock.ts rename to x-pack/platform/plugins/shared/actions/server/action_type_registry.mock.ts diff --git a/x-pack/plugins/actions/server/action_type_registry.test.ts b/x-pack/platform/plugins/shared/actions/server/action_type_registry.test.ts similarity index 100% rename from x-pack/plugins/actions/server/action_type_registry.test.ts rename to x-pack/platform/plugins/shared/actions/server/action_type_registry.test.ts diff --git a/x-pack/plugins/actions/server/action_type_registry.ts b/x-pack/platform/plugins/shared/actions/server/action_type_registry.ts similarity index 100% rename from x-pack/plugins/actions/server/action_type_registry.ts rename to x-pack/platform/plugins/shared/actions/server/action_type_registry.ts diff --git a/x-pack/plugins/actions/server/actions_client/actions_client.mock.ts b/x-pack/platform/plugins/shared/actions/server/actions_client/actions_client.mock.ts similarity index 100% rename from x-pack/plugins/actions/server/actions_client/actions_client.mock.ts rename to x-pack/platform/plugins/shared/actions/server/actions_client/actions_client.mock.ts diff --git a/x-pack/plugins/actions/server/actions_client/actions_client.test.ts b/x-pack/platform/plugins/shared/actions/server/actions_client/actions_client.test.ts similarity index 100% rename from x-pack/plugins/actions/server/actions_client/actions_client.test.ts rename to x-pack/platform/plugins/shared/actions/server/actions_client/actions_client.test.ts diff --git a/x-pack/plugins/actions/server/actions_client/actions_client.ts b/x-pack/platform/plugins/shared/actions/server/actions_client/actions_client.ts similarity index 100% rename from x-pack/plugins/actions/server/actions_client/actions_client.ts rename to x-pack/platform/plugins/shared/actions/server/actions_client/actions_client.ts diff --git a/x-pack/plugins/actions/server/actions_client/actions_client_hooks.test.ts b/x-pack/platform/plugins/shared/actions/server/actions_client/actions_client_hooks.test.ts similarity index 100% rename from x-pack/plugins/actions/server/actions_client/actions_client_hooks.test.ts rename to x-pack/platform/plugins/shared/actions/server/actions_client/actions_client_hooks.test.ts diff --git a/x-pack/plugins/actions/server/actions_client/index.ts b/x-pack/platform/plugins/shared/actions/server/actions_client/index.ts similarity index 100% rename from x-pack/plugins/actions/server/actions_client/index.ts rename to x-pack/platform/plugins/shared/actions/server/actions_client/index.ts diff --git a/x-pack/plugins/actions/server/actions_config.mock.ts b/x-pack/platform/plugins/shared/actions/server/actions_config.mock.ts similarity index 100% rename from x-pack/plugins/actions/server/actions_config.mock.ts rename to x-pack/platform/plugins/shared/actions/server/actions_config.mock.ts diff --git a/x-pack/plugins/actions/server/actions_config.test.ts b/x-pack/platform/plugins/shared/actions/server/actions_config.test.ts similarity index 100% rename from x-pack/plugins/actions/server/actions_config.test.ts rename to x-pack/platform/plugins/shared/actions/server/actions_config.test.ts diff --git a/x-pack/plugins/actions/server/actions_config.ts b/x-pack/platform/plugins/shared/actions/server/actions_config.ts similarity index 100% rename from x-pack/plugins/actions/server/actions_config.ts rename to x-pack/platform/plugins/shared/actions/server/actions_config.ts diff --git a/x-pack/plugins/actions/server/application/connector/lib/connector_from_save_object.ts b/x-pack/platform/plugins/shared/actions/server/application/connector/lib/connector_from_save_object.ts similarity index 100% rename from x-pack/plugins/actions/server/application/connector/lib/connector_from_save_object.ts rename to x-pack/platform/plugins/shared/actions/server/application/connector/lib/connector_from_save_object.ts diff --git a/x-pack/plugins/actions/server/application/connector/lib/index.ts b/x-pack/platform/plugins/shared/actions/server/application/connector/lib/index.ts similarity index 100% rename from x-pack/plugins/actions/server/application/connector/lib/index.ts rename to x-pack/platform/plugins/shared/actions/server/application/connector/lib/index.ts diff --git a/x-pack/plugins/actions/server/application/connector/lib/is_connector_deprecated.test.ts b/x-pack/platform/plugins/shared/actions/server/application/connector/lib/is_connector_deprecated.test.ts similarity index 100% rename from x-pack/plugins/actions/server/application/connector/lib/is_connector_deprecated.test.ts rename to x-pack/platform/plugins/shared/actions/server/application/connector/lib/is_connector_deprecated.test.ts diff --git a/x-pack/plugins/actions/server/application/connector/lib/is_connector_deprecated.ts b/x-pack/platform/plugins/shared/actions/server/application/connector/lib/is_connector_deprecated.ts similarity index 96% rename from x-pack/plugins/actions/server/application/connector/lib/is_connector_deprecated.ts rename to x-pack/platform/plugins/shared/actions/server/application/connector/lib/is_connector_deprecated.ts index 5946ed07bab74..5bf7b73ad8015 100644 --- a/x-pack/plugins/actions/server/application/connector/lib/is_connector_deprecated.ts +++ b/x-pack/platform/plugins/shared/actions/server/application/connector/lib/is_connector_deprecated.ts @@ -36,7 +36,7 @@ export const isConnectorDeprecated = ( * If the usesTableApi is not defined it means that the connector is created * before the introduction of the usesTableApi property. In that case, the connector is assumed * to be deprecated because all connectors prior 7.16 where using the Table API. - * Migrations x-pack/plugins/actions/server/saved_objects/actions_migrations.ts set + * Migrations x-pack/platform/plugins/shared/actions/server/saved_objects/actions_migrations.ts set * the usesTableApi property to true to all connectors prior 7.16. Pre configured connectors * cannot be migrated. This check ensures that pre configured connectors without the * usesTableApi property explicitly in the kibana.yml file are considered deprecated. diff --git a/x-pack/plugins/actions/server/application/connector/methods/create/create.ts b/x-pack/platform/plugins/shared/actions/server/application/connector/methods/create/create.ts similarity index 100% rename from x-pack/plugins/actions/server/application/connector/methods/create/create.ts rename to x-pack/platform/plugins/shared/actions/server/application/connector/methods/create/create.ts diff --git a/x-pack/plugins/actions/server/application/connector/methods/create/index.ts b/x-pack/platform/plugins/shared/actions/server/application/connector/methods/create/index.ts similarity index 100% rename from x-pack/plugins/actions/server/application/connector/methods/create/index.ts rename to x-pack/platform/plugins/shared/actions/server/application/connector/methods/create/index.ts diff --git a/x-pack/plugins/actions/server/application/connector/methods/create/types/index.ts b/x-pack/platform/plugins/shared/actions/server/application/connector/methods/create/types/index.ts similarity index 100% rename from x-pack/plugins/actions/server/application/connector/methods/create/types/index.ts rename to x-pack/platform/plugins/shared/actions/server/application/connector/methods/create/types/index.ts diff --git a/x-pack/plugins/actions/server/application/connector/methods/create/types/types.ts b/x-pack/platform/plugins/shared/actions/server/application/connector/methods/create/types/types.ts similarity index 100% rename from x-pack/plugins/actions/server/application/connector/methods/create/types/types.ts rename to x-pack/platform/plugins/shared/actions/server/application/connector/methods/create/types/types.ts diff --git a/x-pack/plugins/actions/server/application/connector/methods/execute/execute.ts b/x-pack/platform/plugins/shared/actions/server/application/connector/methods/execute/execute.ts similarity index 100% rename from x-pack/plugins/actions/server/application/connector/methods/execute/execute.ts rename to x-pack/platform/plugins/shared/actions/server/application/connector/methods/execute/execute.ts diff --git a/x-pack/plugins/actions/server/application/connector/methods/execute/index.ts b/x-pack/platform/plugins/shared/actions/server/application/connector/methods/execute/index.ts similarity index 100% rename from x-pack/plugins/actions/server/application/connector/methods/execute/index.ts rename to x-pack/platform/plugins/shared/actions/server/application/connector/methods/execute/index.ts diff --git a/x-pack/plugins/actions/server/application/connector/methods/execute/types/index.ts b/x-pack/platform/plugins/shared/actions/server/application/connector/methods/execute/types/index.ts similarity index 100% rename from x-pack/plugins/actions/server/application/connector/methods/execute/types/index.ts rename to x-pack/platform/plugins/shared/actions/server/application/connector/methods/execute/types/index.ts diff --git a/x-pack/plugins/actions/server/application/connector/methods/execute/types/types.ts b/x-pack/platform/plugins/shared/actions/server/application/connector/methods/execute/types/types.ts similarity index 100% rename from x-pack/plugins/actions/server/application/connector/methods/execute/types/types.ts rename to x-pack/platform/plugins/shared/actions/server/application/connector/methods/execute/types/types.ts diff --git a/x-pack/plugins/actions/server/application/connector/methods/get/get.ts b/x-pack/platform/plugins/shared/actions/server/application/connector/methods/get/get.ts similarity index 100% rename from x-pack/plugins/actions/server/application/connector/methods/get/get.ts rename to x-pack/platform/plugins/shared/actions/server/application/connector/methods/get/get.ts diff --git a/x-pack/plugins/actions/server/application/connector/methods/get/index.ts b/x-pack/platform/plugins/shared/actions/server/application/connector/methods/get/index.ts similarity index 100% rename from x-pack/plugins/actions/server/application/connector/methods/get/index.ts rename to x-pack/platform/plugins/shared/actions/server/application/connector/methods/get/index.ts diff --git a/x-pack/plugins/actions/server/application/connector/methods/get/types/index.ts b/x-pack/platform/plugins/shared/actions/server/application/connector/methods/get/types/index.ts similarity index 100% rename from x-pack/plugins/actions/server/application/connector/methods/get/types/index.ts rename to x-pack/platform/plugins/shared/actions/server/application/connector/methods/get/types/index.ts diff --git a/x-pack/plugins/actions/server/application/connector/methods/get/types/params.ts b/x-pack/platform/plugins/shared/actions/server/application/connector/methods/get/types/params.ts similarity index 100% rename from x-pack/plugins/actions/server/application/connector/methods/get/types/params.ts rename to x-pack/platform/plugins/shared/actions/server/application/connector/methods/get/types/params.ts diff --git a/x-pack/plugins/actions/server/application/connector/methods/get_all/get_all.test.ts b/x-pack/platform/plugins/shared/actions/server/application/connector/methods/get_all/get_all.test.ts similarity index 100% rename from x-pack/plugins/actions/server/application/connector/methods/get_all/get_all.test.ts rename to x-pack/platform/plugins/shared/actions/server/application/connector/methods/get_all/get_all.test.ts diff --git a/x-pack/plugins/actions/server/application/connector/methods/get_all/get_all.ts b/x-pack/platform/plugins/shared/actions/server/application/connector/methods/get_all/get_all.ts similarity index 100% rename from x-pack/plugins/actions/server/application/connector/methods/get_all/get_all.ts rename to x-pack/platform/plugins/shared/actions/server/application/connector/methods/get_all/get_all.ts diff --git a/x-pack/plugins/actions/server/application/connector/methods/get_all/index.ts b/x-pack/platform/plugins/shared/actions/server/application/connector/methods/get_all/index.ts similarity index 100% rename from x-pack/plugins/actions/server/application/connector/methods/get_all/index.ts rename to x-pack/platform/plugins/shared/actions/server/application/connector/methods/get_all/index.ts diff --git a/x-pack/plugins/actions/server/application/connector/methods/get_all/types/index.ts b/x-pack/platform/plugins/shared/actions/server/application/connector/methods/get_all/types/index.ts similarity index 100% rename from x-pack/plugins/actions/server/application/connector/methods/get_all/types/index.ts rename to x-pack/platform/plugins/shared/actions/server/application/connector/methods/get_all/types/index.ts diff --git a/x-pack/plugins/actions/server/application/connector/methods/get_all/types/params.ts b/x-pack/platform/plugins/shared/actions/server/application/connector/methods/get_all/types/params.ts similarity index 100% rename from x-pack/plugins/actions/server/application/connector/methods/get_all/types/params.ts rename to x-pack/platform/plugins/shared/actions/server/application/connector/methods/get_all/types/params.ts diff --git a/x-pack/plugins/actions/server/application/connector/methods/list_types/index.ts b/x-pack/platform/plugins/shared/actions/server/application/connector/methods/list_types/index.ts similarity index 100% rename from x-pack/plugins/actions/server/application/connector/methods/list_types/index.ts rename to x-pack/platform/plugins/shared/actions/server/application/connector/methods/list_types/index.ts diff --git a/x-pack/plugins/actions/server/application/connector/methods/list_types/list_types.test.ts b/x-pack/platform/plugins/shared/actions/server/application/connector/methods/list_types/list_types.test.ts similarity index 100% rename from x-pack/plugins/actions/server/application/connector/methods/list_types/list_types.test.ts rename to x-pack/platform/plugins/shared/actions/server/application/connector/methods/list_types/list_types.test.ts diff --git a/x-pack/plugins/actions/server/application/connector/methods/list_types/list_types.ts b/x-pack/platform/plugins/shared/actions/server/application/connector/methods/list_types/list_types.ts similarity index 100% rename from x-pack/plugins/actions/server/application/connector/methods/list_types/list_types.ts rename to x-pack/platform/plugins/shared/actions/server/application/connector/methods/list_types/list_types.ts diff --git a/x-pack/plugins/actions/server/application/connector/methods/list_types/schemas/index.ts b/x-pack/platform/plugins/shared/actions/server/application/connector/methods/list_types/schemas/index.ts similarity index 100% rename from x-pack/plugins/actions/server/application/connector/methods/list_types/schemas/index.ts rename to x-pack/platform/plugins/shared/actions/server/application/connector/methods/list_types/schemas/index.ts diff --git a/x-pack/plugins/actions/server/application/connector/methods/list_types/schemas/list_types_params_schema.ts b/x-pack/platform/plugins/shared/actions/server/application/connector/methods/list_types/schemas/list_types_params_schema.ts similarity index 100% rename from x-pack/plugins/actions/server/application/connector/methods/list_types/schemas/list_types_params_schema.ts rename to x-pack/platform/plugins/shared/actions/server/application/connector/methods/list_types/schemas/list_types_params_schema.ts diff --git a/x-pack/plugins/actions/server/application/connector/methods/list_types/types/index.ts b/x-pack/platform/plugins/shared/actions/server/application/connector/methods/list_types/types/index.ts similarity index 100% rename from x-pack/plugins/actions/server/application/connector/methods/list_types/types/index.ts rename to x-pack/platform/plugins/shared/actions/server/application/connector/methods/list_types/types/index.ts diff --git a/x-pack/plugins/actions/server/application/connector/methods/list_types/types/list_types_params.ts b/x-pack/platform/plugins/shared/actions/server/application/connector/methods/list_types/types/list_types_params.ts similarity index 100% rename from x-pack/plugins/actions/server/application/connector/methods/list_types/types/list_types_params.ts rename to x-pack/platform/plugins/shared/actions/server/application/connector/methods/list_types/types/list_types_params.ts diff --git a/x-pack/plugins/actions/server/application/connector/methods/update/index.ts b/x-pack/platform/plugins/shared/actions/server/application/connector/methods/update/index.ts similarity index 100% rename from x-pack/plugins/actions/server/application/connector/methods/update/index.ts rename to x-pack/platform/plugins/shared/actions/server/application/connector/methods/update/index.ts diff --git a/x-pack/plugins/actions/server/application/connector/methods/update/types/index.ts b/x-pack/platform/plugins/shared/actions/server/application/connector/methods/update/types/index.ts similarity index 100% rename from x-pack/plugins/actions/server/application/connector/methods/update/types/index.ts rename to x-pack/platform/plugins/shared/actions/server/application/connector/methods/update/types/index.ts diff --git a/x-pack/plugins/actions/server/application/connector/methods/update/types/types.ts b/x-pack/platform/plugins/shared/actions/server/application/connector/methods/update/types/types.ts similarity index 100% rename from x-pack/plugins/actions/server/application/connector/methods/update/types/types.ts rename to x-pack/platform/plugins/shared/actions/server/application/connector/methods/update/types/types.ts diff --git a/x-pack/plugins/actions/server/application/connector/methods/update/update.ts b/x-pack/platform/plugins/shared/actions/server/application/connector/methods/update/update.ts similarity index 100% rename from x-pack/plugins/actions/server/application/connector/methods/update/update.ts rename to x-pack/platform/plugins/shared/actions/server/application/connector/methods/update/update.ts diff --git a/x-pack/plugins/actions/server/application/connector/schemas/connector_schema.ts b/x-pack/platform/plugins/shared/actions/server/application/connector/schemas/connector_schema.ts similarity index 100% rename from x-pack/plugins/actions/server/application/connector/schemas/connector_schema.ts rename to x-pack/platform/plugins/shared/actions/server/application/connector/schemas/connector_schema.ts diff --git a/x-pack/plugins/actions/server/application/connector/schemas/connector_type_schema.ts b/x-pack/platform/plugins/shared/actions/server/application/connector/schemas/connector_type_schema.ts similarity index 100% rename from x-pack/plugins/actions/server/application/connector/schemas/connector_type_schema.ts rename to x-pack/platform/plugins/shared/actions/server/application/connector/schemas/connector_type_schema.ts diff --git a/x-pack/plugins/actions/server/application/connector/schemas/index.ts b/x-pack/platform/plugins/shared/actions/server/application/connector/schemas/index.ts similarity index 100% rename from x-pack/plugins/actions/server/application/connector/schemas/index.ts rename to x-pack/platform/plugins/shared/actions/server/application/connector/schemas/index.ts diff --git a/x-pack/plugins/actions/server/application/connector/types/connector.ts b/x-pack/platform/plugins/shared/actions/server/application/connector/types/connector.ts similarity index 100% rename from x-pack/plugins/actions/server/application/connector/types/connector.ts rename to x-pack/platform/plugins/shared/actions/server/application/connector/types/connector.ts diff --git a/x-pack/plugins/actions/server/application/connector/types/connector_type.ts b/x-pack/platform/plugins/shared/actions/server/application/connector/types/connector_type.ts similarity index 100% rename from x-pack/plugins/actions/server/application/connector/types/connector_type.ts rename to x-pack/platform/plugins/shared/actions/server/application/connector/types/connector_type.ts diff --git a/x-pack/plugins/actions/server/application/connector/types/index.ts b/x-pack/platform/plugins/shared/actions/server/application/connector/types/index.ts similarity index 100% rename from x-pack/plugins/actions/server/application/connector/types/index.ts rename to x-pack/platform/plugins/shared/actions/server/application/connector/types/index.ts diff --git a/x-pack/plugins/actions/server/authorization/actions_authorization.mock.ts b/x-pack/platform/plugins/shared/actions/server/authorization/actions_authorization.mock.ts similarity index 100% rename from x-pack/plugins/actions/server/authorization/actions_authorization.mock.ts rename to x-pack/platform/plugins/shared/actions/server/authorization/actions_authorization.mock.ts diff --git a/x-pack/plugins/actions/server/authorization/actions_authorization.test.ts b/x-pack/platform/plugins/shared/actions/server/authorization/actions_authorization.test.ts similarity index 100% rename from x-pack/plugins/actions/server/authorization/actions_authorization.test.ts rename to x-pack/platform/plugins/shared/actions/server/authorization/actions_authorization.test.ts diff --git a/x-pack/plugins/actions/server/authorization/actions_authorization.ts b/x-pack/platform/plugins/shared/actions/server/authorization/actions_authorization.ts similarity index 100% rename from x-pack/plugins/actions/server/authorization/actions_authorization.ts rename to x-pack/platform/plugins/shared/actions/server/authorization/actions_authorization.ts diff --git a/x-pack/plugins/actions/server/config.test.ts b/x-pack/platform/plugins/shared/actions/server/config.test.ts similarity index 100% rename from x-pack/plugins/actions/server/config.test.ts rename to x-pack/platform/plugins/shared/actions/server/config.test.ts diff --git a/x-pack/plugins/actions/server/config.ts b/x-pack/platform/plugins/shared/actions/server/config.ts similarity index 100% rename from x-pack/plugins/actions/server/config.ts rename to x-pack/platform/plugins/shared/actions/server/config.ts diff --git a/x-pack/plugins/actions/server/constants/event_log.ts b/x-pack/platform/plugins/shared/actions/server/constants/event_log.ts similarity index 100% rename from x-pack/plugins/actions/server/constants/event_log.ts rename to x-pack/platform/plugins/shared/actions/server/constants/event_log.ts diff --git a/x-pack/plugins/actions/server/constants/plugin.ts b/x-pack/platform/plugins/shared/actions/server/constants/plugin.ts similarity index 100% rename from x-pack/plugins/actions/server/constants/plugin.ts rename to x-pack/platform/plugins/shared/actions/server/constants/plugin.ts diff --git a/x-pack/plugins/actions/server/constants/saved_objects.ts b/x-pack/platform/plugins/shared/actions/server/constants/saved_objects.ts similarity index 100% rename from x-pack/plugins/actions/server/constants/saved_objects.ts rename to x-pack/platform/plugins/shared/actions/server/constants/saved_objects.ts diff --git a/x-pack/plugins/actions/server/create_execute_function.test.ts b/x-pack/platform/plugins/shared/actions/server/create_execute_function.test.ts similarity index 100% rename from x-pack/plugins/actions/server/create_execute_function.test.ts rename to x-pack/platform/plugins/shared/actions/server/create_execute_function.test.ts diff --git a/x-pack/plugins/actions/server/create_execute_function.ts b/x-pack/platform/plugins/shared/actions/server/create_execute_function.ts similarity index 100% rename from x-pack/plugins/actions/server/create_execute_function.ts rename to x-pack/platform/plugins/shared/actions/server/create_execute_function.ts diff --git a/x-pack/plugins/actions/server/create_system_actions.test.ts b/x-pack/platform/plugins/shared/actions/server/create_system_actions.test.ts similarity index 100% rename from x-pack/plugins/actions/server/create_system_actions.test.ts rename to x-pack/platform/plugins/shared/actions/server/create_system_actions.test.ts diff --git a/x-pack/plugins/actions/server/create_system_actions.ts b/x-pack/platform/plugins/shared/actions/server/create_system_actions.ts similarity index 100% rename from x-pack/plugins/actions/server/create_system_actions.ts rename to x-pack/platform/plugins/shared/actions/server/create_system_actions.ts diff --git a/x-pack/plugins/actions/server/create_unsecured_execute_function.test.ts b/x-pack/platform/plugins/shared/actions/server/create_unsecured_execute_function.test.ts similarity index 100% rename from x-pack/plugins/actions/server/create_unsecured_execute_function.test.ts rename to x-pack/platform/plugins/shared/actions/server/create_unsecured_execute_function.test.ts diff --git a/x-pack/plugins/actions/server/create_unsecured_execute_function.ts b/x-pack/platform/plugins/shared/actions/server/create_unsecured_execute_function.ts similarity index 100% rename from x-pack/plugins/actions/server/create_unsecured_execute_function.ts rename to x-pack/platform/plugins/shared/actions/server/create_unsecured_execute_function.ts diff --git a/x-pack/plugins/actions/server/data/connector/constants.ts b/x-pack/platform/plugins/shared/actions/server/data/connector/constants.ts similarity index 100% rename from x-pack/plugins/actions/server/data/connector/constants.ts rename to x-pack/platform/plugins/shared/actions/server/data/connector/constants.ts diff --git a/x-pack/plugins/actions/server/data/connector/find_connectors_so.ts b/x-pack/platform/plugins/shared/actions/server/data/connector/find_connectors_so.ts similarity index 100% rename from x-pack/plugins/actions/server/data/connector/find_connectors_so.ts rename to x-pack/platform/plugins/shared/actions/server/data/connector/find_connectors_so.ts diff --git a/x-pack/plugins/actions/server/data/connector/get_connector_so.ts b/x-pack/platform/plugins/shared/actions/server/data/connector/get_connector_so.ts similarity index 100% rename from x-pack/plugins/actions/server/data/connector/get_connector_so.ts rename to x-pack/platform/plugins/shared/actions/server/data/connector/get_connector_so.ts diff --git a/x-pack/plugins/actions/server/data/connector/index.ts b/x-pack/platform/plugins/shared/actions/server/data/connector/index.ts similarity index 100% rename from x-pack/plugins/actions/server/data/connector/index.ts rename to x-pack/platform/plugins/shared/actions/server/data/connector/index.ts diff --git a/x-pack/plugins/actions/server/data/connector/search_connectors_so.ts b/x-pack/platform/plugins/shared/actions/server/data/connector/search_connectors_so.ts similarity index 100% rename from x-pack/plugins/actions/server/data/connector/search_connectors_so.ts rename to x-pack/platform/plugins/shared/actions/server/data/connector/search_connectors_so.ts diff --git a/x-pack/plugins/actions/server/data/connector/types/find_connectors_so_result.ts b/x-pack/platform/plugins/shared/actions/server/data/connector/types/find_connectors_so_result.ts similarity index 100% rename from x-pack/plugins/actions/server/data/connector/types/find_connectors_so_result.ts rename to x-pack/platform/plugins/shared/actions/server/data/connector/types/find_connectors_so_result.ts diff --git a/x-pack/plugins/actions/server/data/connector/types/get_connector_so_result.ts b/x-pack/platform/plugins/shared/actions/server/data/connector/types/get_connector_so_result.ts similarity index 100% rename from x-pack/plugins/actions/server/data/connector/types/get_connector_so_result.ts rename to x-pack/platform/plugins/shared/actions/server/data/connector/types/get_connector_so_result.ts diff --git a/x-pack/plugins/actions/server/data/connector/types/index.ts b/x-pack/platform/plugins/shared/actions/server/data/connector/types/index.ts similarity index 100% rename from x-pack/plugins/actions/server/data/connector/types/index.ts rename to x-pack/platform/plugins/shared/actions/server/data/connector/types/index.ts diff --git a/x-pack/plugins/actions/server/data/connector/types/params.ts b/x-pack/platform/plugins/shared/actions/server/data/connector/types/params.ts similarity index 100% rename from x-pack/plugins/actions/server/data/connector/types/params.ts rename to x-pack/platform/plugins/shared/actions/server/data/connector/types/params.ts diff --git a/x-pack/plugins/actions/server/feature.ts b/x-pack/platform/plugins/shared/actions/server/feature.ts similarity index 100% rename from x-pack/plugins/actions/server/feature.ts rename to x-pack/platform/plugins/shared/actions/server/feature.ts diff --git a/x-pack/plugins/actions/server/index.ts b/x-pack/platform/plugins/shared/actions/server/index.ts similarity index 100% rename from x-pack/plugins/actions/server/index.ts rename to x-pack/platform/plugins/shared/actions/server/index.ts diff --git a/x-pack/plugins/actions/server/integration_tests/__snapshots__/connector_types.test.ts.snap b/x-pack/platform/plugins/shared/actions/server/integration_tests/__snapshots__/connector_types.test.ts.snap similarity index 100% rename from x-pack/plugins/actions/server/integration_tests/__snapshots__/connector_types.test.ts.snap rename to x-pack/platform/plugins/shared/actions/server/integration_tests/__snapshots__/connector_types.test.ts.snap diff --git a/x-pack/plugins/actions/server/integration_tests/axios_utils_connection.test.ts b/x-pack/platform/plugins/shared/actions/server/integration_tests/axios_utils_connection.test.ts similarity index 99% rename from x-pack/plugins/actions/server/integration_tests/axios_utils_connection.test.ts rename to x-pack/platform/plugins/shared/actions/server/integration_tests/axios_utils_connection.test.ts index 99559e8ce6b68..da8d646689025 100644 --- a/x-pack/plugins/actions/server/integration_tests/axios_utils_connection.test.ts +++ b/x-pack/platform/plugins/shared/actions/server/integration_tests/axios_utils_connection.test.ts @@ -32,7 +32,7 @@ import { getFips } from 'crypto'; const logger = loggingSystemMock.create().get() as jest.Mocked; -const CERT_DIR = '../../../../../../packages/kbn-dev-utils/certs'; +const CERT_DIR = '../../../../../../../../packages/kbn-dev-utils/certs'; const MOCK_CERT_DIR = '../mock_certs'; const KIBANA_CRT_FILE = pathResolve(__filename, pathJoin(CERT_DIR, 'kibana.crt')); diff --git a/x-pack/plugins/actions/server/integration_tests/axios_utils_proxy.test.ts b/x-pack/platform/plugins/shared/actions/server/integration_tests/axios_utils_proxy.test.ts similarity index 99% rename from x-pack/plugins/actions/server/integration_tests/axios_utils_proxy.test.ts rename to x-pack/platform/plugins/shared/actions/server/integration_tests/axios_utils_proxy.test.ts index 97a917d6b6893..10e4518b7c926 100644 --- a/x-pack/plugins/actions/server/integration_tests/axios_utils_proxy.test.ts +++ b/x-pack/platform/plugins/shared/actions/server/integration_tests/axios_utils_proxy.test.ts @@ -31,7 +31,7 @@ import { const logger = loggingSystemMock.create().get() as jest.Mocked; -const CERT_DIR = '../../../../../../packages/kbn-dev-utils/certs'; +const CERT_DIR = '../../../../../../../../packages/kbn-dev-utils/certs'; const KIBANA_CRT_FILE = pathResolve(__filename, pathJoin(CERT_DIR, 'kibana.crt')); const KIBANA_KEY_FILE = pathResolve(__filename, pathJoin(CERT_DIR, 'kibana.key')); diff --git a/x-pack/plugins/actions/server/integration_tests/connector_types.test.ts b/x-pack/platform/plugins/shared/actions/server/integration_tests/connector_types.test.ts similarity index 100% rename from x-pack/plugins/actions/server/integration_tests/connector_types.test.ts rename to x-pack/platform/plugins/shared/actions/server/integration_tests/connector_types.test.ts diff --git a/x-pack/plugins/actions/server/integration_tests/lib/index.ts b/x-pack/platform/plugins/shared/actions/server/integration_tests/lib/index.ts similarity index 100% rename from x-pack/plugins/actions/server/integration_tests/lib/index.ts rename to x-pack/platform/plugins/shared/actions/server/integration_tests/lib/index.ts diff --git a/x-pack/plugins/actions/server/integration_tests/lib/setup_test_servers.ts b/x-pack/platform/plugins/shared/actions/server/integration_tests/lib/setup_test_servers.ts similarity index 100% rename from x-pack/plugins/actions/server/integration_tests/lib/setup_test_servers.ts rename to x-pack/platform/plugins/shared/actions/server/integration_tests/lib/setup_test_servers.ts diff --git a/x-pack/plugins/actions/server/integration_tests/mock_certs/unauthorized.crt b/x-pack/platform/plugins/shared/actions/server/integration_tests/mock_certs/unauthorized.crt similarity index 100% rename from x-pack/plugins/actions/server/integration_tests/mock_certs/unauthorized.crt rename to x-pack/platform/plugins/shared/actions/server/integration_tests/mock_certs/unauthorized.crt diff --git a/x-pack/plugins/actions/server/integration_tests/mock_certs/unauthorized.key b/x-pack/platform/plugins/shared/actions/server/integration_tests/mock_certs/unauthorized.key similarity index 100% rename from x-pack/plugins/actions/server/integration_tests/mock_certs/unauthorized.key rename to x-pack/platform/plugins/shared/actions/server/integration_tests/mock_certs/unauthorized.key diff --git a/x-pack/plugins/actions/server/integration_tests/mock_certs/unauthorized_ca.crt b/x-pack/platform/plugins/shared/actions/server/integration_tests/mock_certs/unauthorized_ca.crt similarity index 100% rename from x-pack/plugins/actions/server/integration_tests/mock_certs/unauthorized_ca.crt rename to x-pack/platform/plugins/shared/actions/server/integration_tests/mock_certs/unauthorized_ca.crt diff --git a/x-pack/plugins/actions/server/integration_tests/mocks/connector_types.ts b/x-pack/platform/plugins/shared/actions/server/integration_tests/mocks/connector_types.ts similarity index 100% rename from x-pack/plugins/actions/server/integration_tests/mocks/connector_types.ts rename to x-pack/platform/plugins/shared/actions/server/integration_tests/mocks/connector_types.ts diff --git a/x-pack/plugins/actions/server/lib/action_execution_source.ts b/x-pack/platform/plugins/shared/actions/server/lib/action_execution_source.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/action_execution_source.ts rename to x-pack/platform/plugins/shared/actions/server/lib/action_execution_source.ts diff --git a/x-pack/plugins/actions/server/lib/action_executor.mock.ts b/x-pack/platform/plugins/shared/actions/server/lib/action_executor.mock.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/action_executor.mock.ts rename to x-pack/platform/plugins/shared/actions/server/lib/action_executor.mock.ts diff --git a/x-pack/plugins/actions/server/lib/action_executor.test.ts b/x-pack/platform/plugins/shared/actions/server/lib/action_executor.test.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/action_executor.test.ts rename to x-pack/platform/plugins/shared/actions/server/lib/action_executor.test.ts diff --git a/x-pack/plugins/actions/server/lib/action_executor.ts b/x-pack/platform/plugins/shared/actions/server/lib/action_executor.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/action_executor.ts rename to x-pack/platform/plugins/shared/actions/server/lib/action_executor.ts diff --git a/x-pack/plugins/actions/server/lib/action_task_params_utils.test.ts b/x-pack/platform/plugins/shared/actions/server/lib/action_task_params_utils.test.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/action_task_params_utils.test.ts rename to x-pack/platform/plugins/shared/actions/server/lib/action_task_params_utils.test.ts diff --git a/x-pack/plugins/actions/server/lib/action_task_params_utils.ts b/x-pack/platform/plugins/shared/actions/server/lib/action_task_params_utils.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/action_task_params_utils.ts rename to x-pack/platform/plugins/shared/actions/server/lib/action_task_params_utils.ts diff --git a/x-pack/plugins/actions/server/lib/audit_events.test.ts b/x-pack/platform/plugins/shared/actions/server/lib/audit_events.test.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/audit_events.test.ts rename to x-pack/platform/plugins/shared/actions/server/lib/audit_events.test.ts diff --git a/x-pack/plugins/actions/server/lib/audit_events.ts b/x-pack/platform/plugins/shared/actions/server/lib/audit_events.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/audit_events.ts rename to x-pack/platform/plugins/shared/actions/server/lib/audit_events.ts diff --git a/x-pack/plugins/actions/server/lib/axios_utils.test.ts b/x-pack/platform/plugins/shared/actions/server/lib/axios_utils.test.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/axios_utils.test.ts rename to x-pack/platform/plugins/shared/actions/server/lib/axios_utils.test.ts diff --git a/x-pack/plugins/actions/server/lib/axios_utils.ts b/x-pack/platform/plugins/shared/actions/server/lib/axios_utils.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/axios_utils.ts rename to x-pack/platform/plugins/shared/actions/server/lib/axios_utils.ts diff --git a/x-pack/plugins/actions/server/lib/bidirectional_connectors.ts b/x-pack/platform/plugins/shared/actions/server/lib/bidirectional_connectors.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/bidirectional_connectors.ts rename to x-pack/platform/plugins/shared/actions/server/lib/bidirectional_connectors.ts diff --git a/x-pack/plugins/actions/server/lib/connector_token_client.mock.ts b/x-pack/platform/plugins/shared/actions/server/lib/connector_token_client.mock.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/connector_token_client.mock.ts rename to x-pack/platform/plugins/shared/actions/server/lib/connector_token_client.mock.ts diff --git a/x-pack/plugins/actions/server/lib/connector_token_client.test.ts b/x-pack/platform/plugins/shared/actions/server/lib/connector_token_client.test.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/connector_token_client.test.ts rename to x-pack/platform/plugins/shared/actions/server/lib/connector_token_client.test.ts diff --git a/x-pack/plugins/actions/server/lib/connector_token_client.ts b/x-pack/platform/plugins/shared/actions/server/lib/connector_token_client.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/connector_token_client.ts rename to x-pack/platform/plugins/shared/actions/server/lib/connector_token_client.ts diff --git a/x-pack/plugins/actions/server/lib/create_action_event_log_record_object.test.ts b/x-pack/platform/plugins/shared/actions/server/lib/create_action_event_log_record_object.test.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/create_action_event_log_record_object.test.ts rename to x-pack/platform/plugins/shared/actions/server/lib/create_action_event_log_record_object.test.ts diff --git a/x-pack/plugins/actions/server/lib/create_action_event_log_record_object.ts b/x-pack/platform/plugins/shared/actions/server/lib/create_action_event_log_record_object.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/create_action_event_log_record_object.ts rename to x-pack/platform/plugins/shared/actions/server/lib/create_action_event_log_record_object.ts diff --git a/x-pack/plugins/actions/server/lib/create_jwt_assertion.test.ts b/x-pack/platform/plugins/shared/actions/server/lib/create_jwt_assertion.test.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/create_jwt_assertion.test.ts rename to x-pack/platform/plugins/shared/actions/server/lib/create_jwt_assertion.test.ts diff --git a/x-pack/plugins/actions/server/lib/create_jwt_assertion.ts b/x-pack/platform/plugins/shared/actions/server/lib/create_jwt_assertion.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/create_jwt_assertion.ts rename to x-pack/platform/plugins/shared/actions/server/lib/create_jwt_assertion.ts diff --git a/x-pack/plugins/actions/server/lib/custom_host_settings.test.ts b/x-pack/platform/plugins/shared/actions/server/lib/custom_host_settings.test.ts similarity index 99% rename from x-pack/plugins/actions/server/lib/custom_host_settings.test.ts rename to x-pack/platform/plugins/shared/actions/server/lib/custom_host_settings.test.ts index f9173f5e007d0..4b0b0d5b5d6bb 100644 --- a/x-pack/plugins/actions/server/lib/custom_host_settings.test.ts +++ b/x-pack/platform/plugins/shared/actions/server/lib/custom_host_settings.test.ts @@ -21,7 +21,7 @@ import { DEFAULT_MICROSOFT_EXCHANGE_URL, } from '../../common'; -const CA_DIR = '../../../../../../packages/kbn-dev-utils/certs'; +const CA_DIR = '../../../../../../../../packages/kbn-dev-utils/certs'; const CA_FILE1 = pathResolve(__filename, pathJoin(CA_DIR, 'ca.crt')); const CA_CONTENTS1 = fsReadFileSync(CA_FILE1, 'utf8'); const CA_FILE2 = pathResolve(__filename, pathJoin(CA_DIR, 'kibana.crt')); diff --git a/x-pack/plugins/actions/server/lib/custom_host_settings.ts b/x-pack/platform/plugins/shared/actions/server/lib/custom_host_settings.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/custom_host_settings.ts rename to x-pack/platform/plugins/shared/actions/server/lib/custom_host_settings.ts diff --git a/x-pack/plugins/actions/server/lib/ensure_sufficient_license.test.ts b/x-pack/platform/plugins/shared/actions/server/lib/ensure_sufficient_license.test.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/ensure_sufficient_license.test.ts rename to x-pack/platform/plugins/shared/actions/server/lib/ensure_sufficient_license.test.ts diff --git a/x-pack/plugins/actions/server/lib/ensure_sufficient_license.ts b/x-pack/platform/plugins/shared/actions/server/lib/ensure_sufficient_license.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/ensure_sufficient_license.ts rename to x-pack/platform/plugins/shared/actions/server/lib/ensure_sufficient_license.ts diff --git a/x-pack/plugins/actions/server/lib/errors/action_execution_error.ts b/x-pack/platform/plugins/shared/actions/server/lib/errors/action_execution_error.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/errors/action_execution_error.ts rename to x-pack/platform/plugins/shared/actions/server/lib/errors/action_execution_error.ts diff --git a/x-pack/plugins/actions/server/lib/errors/action_type_disabled.ts b/x-pack/platform/plugins/shared/actions/server/lib/errors/action_type_disabled.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/errors/action_type_disabled.ts rename to x-pack/platform/plugins/shared/actions/server/lib/errors/action_type_disabled.ts diff --git a/x-pack/plugins/actions/server/lib/errors/index.ts b/x-pack/platform/plugins/shared/actions/server/lib/errors/index.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/errors/index.ts rename to x-pack/platform/plugins/shared/actions/server/lib/errors/index.ts diff --git a/x-pack/plugins/actions/server/lib/errors/preconfigured_action_disabled_modification.ts b/x-pack/platform/plugins/shared/actions/server/lib/errors/preconfigured_action_disabled_modification.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/errors/preconfigured_action_disabled_modification.ts rename to x-pack/platform/plugins/shared/actions/server/lib/errors/preconfigured_action_disabled_modification.ts diff --git a/x-pack/plugins/actions/server/lib/errors/types.ts b/x-pack/platform/plugins/shared/actions/server/lib/errors/types.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/errors/types.ts rename to x-pack/platform/plugins/shared/actions/server/lib/errors/types.ts diff --git a/x-pack/plugins/actions/server/lib/event_based_telemetry.ts b/x-pack/platform/plugins/shared/actions/server/lib/event_based_telemetry.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/event_based_telemetry.ts rename to x-pack/platform/plugins/shared/actions/server/lib/event_based_telemetry.ts diff --git a/x-pack/plugins/actions/server/lib/gen_ai_token_tracking.test.ts b/x-pack/platform/plugins/shared/actions/server/lib/gen_ai_token_tracking.test.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/gen_ai_token_tracking.test.ts rename to x-pack/platform/plugins/shared/actions/server/lib/gen_ai_token_tracking.test.ts diff --git a/x-pack/plugins/actions/server/lib/gen_ai_token_tracking.ts b/x-pack/platform/plugins/shared/actions/server/lib/gen_ai_token_tracking.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/gen_ai_token_tracking.ts rename to x-pack/platform/plugins/shared/actions/server/lib/gen_ai_token_tracking.ts diff --git a/x-pack/plugins/actions/server/lib/get_action_type_feature_usage_name.ts b/x-pack/platform/plugins/shared/actions/server/lib/get_action_type_feature_usage_name.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/get_action_type_feature_usage_name.ts rename to x-pack/platform/plugins/shared/actions/server/lib/get_action_type_feature_usage_name.ts diff --git a/x-pack/plugins/actions/server/lib/get_basic_auth_header.test.ts b/x-pack/platform/plugins/shared/actions/server/lib/get_basic_auth_header.test.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/get_basic_auth_header.test.ts rename to x-pack/platform/plugins/shared/actions/server/lib/get_basic_auth_header.test.ts diff --git a/x-pack/plugins/actions/server/lib/get_basic_auth_header.ts b/x-pack/platform/plugins/shared/actions/server/lib/get_basic_auth_header.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/get_basic_auth_header.ts rename to x-pack/platform/plugins/shared/actions/server/lib/get_basic_auth_header.ts diff --git a/x-pack/plugins/actions/server/lib/get_custom_agents.test.ts b/x-pack/platform/plugins/shared/actions/server/lib/get_custom_agents.test.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/get_custom_agents.test.ts rename to x-pack/platform/plugins/shared/actions/server/lib/get_custom_agents.test.ts diff --git a/x-pack/plugins/actions/server/lib/get_custom_agents.ts b/x-pack/platform/plugins/shared/actions/server/lib/get_custom_agents.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/get_custom_agents.ts rename to x-pack/platform/plugins/shared/actions/server/lib/get_custom_agents.ts diff --git a/x-pack/plugins/actions/server/lib/get_execution_log_aggregation.test.ts b/x-pack/platform/plugins/shared/actions/server/lib/get_execution_log_aggregation.test.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/get_execution_log_aggregation.test.ts rename to x-pack/platform/plugins/shared/actions/server/lib/get_execution_log_aggregation.test.ts diff --git a/x-pack/plugins/actions/server/lib/get_execution_log_aggregation.ts b/x-pack/platform/plugins/shared/actions/server/lib/get_execution_log_aggregation.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/get_execution_log_aggregation.ts rename to x-pack/platform/plugins/shared/actions/server/lib/get_execution_log_aggregation.ts diff --git a/x-pack/plugins/actions/server/lib/get_gcp_oauth_access_token.test.ts b/x-pack/platform/plugins/shared/actions/server/lib/get_gcp_oauth_access_token.test.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/get_gcp_oauth_access_token.test.ts rename to x-pack/platform/plugins/shared/actions/server/lib/get_gcp_oauth_access_token.test.ts diff --git a/x-pack/plugins/actions/server/lib/get_gcp_oauth_access_token.ts b/x-pack/platform/plugins/shared/actions/server/lib/get_gcp_oauth_access_token.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/get_gcp_oauth_access_token.ts rename to x-pack/platform/plugins/shared/actions/server/lib/get_gcp_oauth_access_token.ts diff --git a/x-pack/plugins/actions/server/lib/get_node_ssl_options.test.ts b/x-pack/platform/plugins/shared/actions/server/lib/get_node_ssl_options.test.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/get_node_ssl_options.test.ts rename to x-pack/platform/plugins/shared/actions/server/lib/get_node_ssl_options.test.ts diff --git a/x-pack/plugins/actions/server/lib/get_node_ssl_options.ts b/x-pack/platform/plugins/shared/actions/server/lib/get_node_ssl_options.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/get_node_ssl_options.ts rename to x-pack/platform/plugins/shared/actions/server/lib/get_node_ssl_options.ts diff --git a/x-pack/plugins/actions/server/lib/get_oauth_client_credentials_access_token.test.ts b/x-pack/platform/plugins/shared/actions/server/lib/get_oauth_client_credentials_access_token.test.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/get_oauth_client_credentials_access_token.test.ts rename to x-pack/platform/plugins/shared/actions/server/lib/get_oauth_client_credentials_access_token.test.ts diff --git a/x-pack/plugins/actions/server/lib/get_oauth_client_credentials_access_token.ts b/x-pack/platform/plugins/shared/actions/server/lib/get_oauth_client_credentials_access_token.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/get_oauth_client_credentials_access_token.ts rename to x-pack/platform/plugins/shared/actions/server/lib/get_oauth_client_credentials_access_token.ts diff --git a/x-pack/plugins/actions/server/lib/get_oauth_jwt_access_token.test.ts b/x-pack/platform/plugins/shared/actions/server/lib/get_oauth_jwt_access_token.test.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/get_oauth_jwt_access_token.test.ts rename to x-pack/platform/plugins/shared/actions/server/lib/get_oauth_jwt_access_token.test.ts diff --git a/x-pack/plugins/actions/server/lib/get_oauth_jwt_access_token.ts b/x-pack/platform/plugins/shared/actions/server/lib/get_oauth_jwt_access_token.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/get_oauth_jwt_access_token.ts rename to x-pack/platform/plugins/shared/actions/server/lib/get_oauth_jwt_access_token.ts diff --git a/x-pack/plugins/actions/server/lib/get_system_action_kibana_privileges.ts b/x-pack/platform/plugins/shared/actions/server/lib/get_system_action_kibana_privileges.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/get_system_action_kibana_privileges.ts rename to x-pack/platform/plugins/shared/actions/server/lib/get_system_action_kibana_privileges.ts diff --git a/x-pack/plugins/actions/server/lib/get_token_count_from_bedrock_converse.ts b/x-pack/platform/plugins/shared/actions/server/lib/get_token_count_from_bedrock_converse.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/get_token_count_from_bedrock_converse.ts rename to x-pack/platform/plugins/shared/actions/server/lib/get_token_count_from_bedrock_converse.ts diff --git a/x-pack/plugins/actions/server/lib/get_token_count_from_bedrock_invoke.test.ts b/x-pack/platform/plugins/shared/actions/server/lib/get_token_count_from_bedrock_invoke.test.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/get_token_count_from_bedrock_invoke.test.ts rename to x-pack/platform/plugins/shared/actions/server/lib/get_token_count_from_bedrock_invoke.test.ts diff --git a/x-pack/plugins/actions/server/lib/get_token_count_from_bedrock_invoke.ts b/x-pack/platform/plugins/shared/actions/server/lib/get_token_count_from_bedrock_invoke.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/get_token_count_from_bedrock_invoke.ts rename to x-pack/platform/plugins/shared/actions/server/lib/get_token_count_from_bedrock_invoke.ts diff --git a/x-pack/plugins/actions/server/lib/get_token_count_from_invoke_async_iterator.test.ts b/x-pack/platform/plugins/shared/actions/server/lib/get_token_count_from_invoke_async_iterator.test.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/get_token_count_from_invoke_async_iterator.test.ts rename to x-pack/platform/plugins/shared/actions/server/lib/get_token_count_from_invoke_async_iterator.test.ts diff --git a/x-pack/plugins/actions/server/lib/get_token_count_from_invoke_async_iterator.ts b/x-pack/platform/plugins/shared/actions/server/lib/get_token_count_from_invoke_async_iterator.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/get_token_count_from_invoke_async_iterator.ts rename to x-pack/platform/plugins/shared/actions/server/lib/get_token_count_from_invoke_async_iterator.ts diff --git a/x-pack/plugins/actions/server/lib/get_token_count_from_invoke_stream.test.ts b/x-pack/platform/plugins/shared/actions/server/lib/get_token_count_from_invoke_stream.test.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/get_token_count_from_invoke_stream.test.ts rename to x-pack/platform/plugins/shared/actions/server/lib/get_token_count_from_invoke_stream.test.ts diff --git a/x-pack/plugins/actions/server/lib/get_token_count_from_invoke_stream.ts b/x-pack/platform/plugins/shared/actions/server/lib/get_token_count_from_invoke_stream.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/get_token_count_from_invoke_stream.ts rename to x-pack/platform/plugins/shared/actions/server/lib/get_token_count_from_invoke_stream.ts diff --git a/x-pack/plugins/actions/server/lib/get_token_count_from_openai_stream.test.ts b/x-pack/platform/plugins/shared/actions/server/lib/get_token_count_from_openai_stream.test.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/get_token_count_from_openai_stream.test.ts rename to x-pack/platform/plugins/shared/actions/server/lib/get_token_count_from_openai_stream.test.ts diff --git a/x-pack/plugins/actions/server/lib/get_token_count_from_openai_stream.ts b/x-pack/platform/plugins/shared/actions/server/lib/get_token_count_from_openai_stream.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/get_token_count_from_openai_stream.ts rename to x-pack/platform/plugins/shared/actions/server/lib/get_token_count_from_openai_stream.ts diff --git a/x-pack/plugins/actions/server/lib/has_reached_queued_action_limit.test.ts b/x-pack/platform/plugins/shared/actions/server/lib/has_reached_queued_action_limit.test.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/has_reached_queued_action_limit.test.ts rename to x-pack/platform/plugins/shared/actions/server/lib/has_reached_queued_action_limit.test.ts diff --git a/x-pack/plugins/actions/server/lib/has_reached_queued_actions_limit.ts b/x-pack/platform/plugins/shared/actions/server/lib/has_reached_queued_actions_limit.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/has_reached_queued_actions_limit.ts rename to x-pack/platform/plugins/shared/actions/server/lib/has_reached_queued_actions_limit.ts diff --git a/x-pack/plugins/actions/server/lib/index.ts b/x-pack/platform/plugins/shared/actions/server/lib/index.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/index.ts rename to x-pack/platform/plugins/shared/actions/server/lib/index.ts diff --git a/x-pack/plugins/actions/server/lib/is_preconfigured.ts b/x-pack/platform/plugins/shared/actions/server/lib/is_preconfigured.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/is_preconfigured.ts rename to x-pack/platform/plugins/shared/actions/server/lib/is_preconfigured.ts diff --git a/x-pack/plugins/actions/server/lib/is_system_action.ts b/x-pack/platform/plugins/shared/actions/server/lib/is_system_action.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/is_system_action.ts rename to x-pack/platform/plugins/shared/actions/server/lib/is_system_action.ts diff --git a/x-pack/plugins/actions/server/lib/license_state.mock.ts b/x-pack/platform/plugins/shared/actions/server/lib/license_state.mock.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/license_state.mock.ts rename to x-pack/platform/plugins/shared/actions/server/lib/license_state.mock.ts diff --git a/x-pack/plugins/actions/server/lib/license_state.test.ts b/x-pack/platform/plugins/shared/actions/server/lib/license_state.test.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/license_state.test.ts rename to x-pack/platform/plugins/shared/actions/server/lib/license_state.test.ts diff --git a/x-pack/plugins/actions/server/lib/license_state.ts b/x-pack/platform/plugins/shared/actions/server/lib/license_state.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/license_state.ts rename to x-pack/platform/plugins/shared/actions/server/lib/license_state.ts diff --git a/x-pack/plugins/actions/server/lib/mustache_lambdas.test.ts b/x-pack/platform/plugins/shared/actions/server/lib/mustache_lambdas.test.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/mustache_lambdas.test.ts rename to x-pack/platform/plugins/shared/actions/server/lib/mustache_lambdas.test.ts diff --git a/x-pack/plugins/actions/server/lib/mustache_lambdas.ts b/x-pack/platform/plugins/shared/actions/server/lib/mustache_lambdas.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/mustache_lambdas.ts rename to x-pack/platform/plugins/shared/actions/server/lib/mustache_lambdas.ts diff --git a/x-pack/plugins/actions/server/lib/mustache_renderer.test.ts b/x-pack/platform/plugins/shared/actions/server/lib/mustache_renderer.test.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/mustache_renderer.test.ts rename to x-pack/platform/plugins/shared/actions/server/lib/mustache_renderer.test.ts diff --git a/x-pack/plugins/actions/server/lib/mustache_renderer.ts b/x-pack/platform/plugins/shared/actions/server/lib/mustache_renderer.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/mustache_renderer.ts rename to x-pack/platform/plugins/shared/actions/server/lib/mustache_renderer.ts diff --git a/x-pack/plugins/actions/server/lib/number_formatter.test.ts b/x-pack/platform/plugins/shared/actions/server/lib/number_formatter.test.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/number_formatter.test.ts rename to x-pack/platform/plugins/shared/actions/server/lib/number_formatter.test.ts diff --git a/x-pack/plugins/actions/server/lib/number_formatter.ts b/x-pack/platform/plugins/shared/actions/server/lib/number_formatter.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/number_formatter.ts rename to x-pack/platform/plugins/shared/actions/server/lib/number_formatter.ts diff --git a/x-pack/plugins/actions/server/lib/parse_date.test.ts b/x-pack/platform/plugins/shared/actions/server/lib/parse_date.test.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/parse_date.test.ts rename to x-pack/platform/plugins/shared/actions/server/lib/parse_date.test.ts diff --git a/x-pack/plugins/actions/server/lib/parse_date.ts b/x-pack/platform/plugins/shared/actions/server/lib/parse_date.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/parse_date.ts rename to x-pack/platform/plugins/shared/actions/server/lib/parse_date.ts diff --git a/x-pack/plugins/actions/server/lib/related_saved_objects.test.ts b/x-pack/platform/plugins/shared/actions/server/lib/related_saved_objects.test.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/related_saved_objects.test.ts rename to x-pack/platform/plugins/shared/actions/server/lib/related_saved_objects.test.ts diff --git a/x-pack/plugins/actions/server/lib/related_saved_objects.ts b/x-pack/platform/plugins/shared/actions/server/lib/related_saved_objects.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/related_saved_objects.ts rename to x-pack/platform/plugins/shared/actions/server/lib/related_saved_objects.ts diff --git a/x-pack/plugins/actions/server/lib/request_oauth_client_credentials_token.test.ts b/x-pack/platform/plugins/shared/actions/server/lib/request_oauth_client_credentials_token.test.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/request_oauth_client_credentials_token.test.ts rename to x-pack/platform/plugins/shared/actions/server/lib/request_oauth_client_credentials_token.test.ts diff --git a/x-pack/plugins/actions/server/lib/request_oauth_client_credentials_token.ts b/x-pack/platform/plugins/shared/actions/server/lib/request_oauth_client_credentials_token.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/request_oauth_client_credentials_token.ts rename to x-pack/platform/plugins/shared/actions/server/lib/request_oauth_client_credentials_token.ts diff --git a/x-pack/plugins/actions/server/lib/request_oauth_jwt_token.test.ts b/x-pack/platform/plugins/shared/actions/server/lib/request_oauth_jwt_token.test.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/request_oauth_jwt_token.test.ts rename to x-pack/platform/plugins/shared/actions/server/lib/request_oauth_jwt_token.test.ts diff --git a/x-pack/plugins/actions/server/lib/request_oauth_jwt_token.ts b/x-pack/platform/plugins/shared/actions/server/lib/request_oauth_jwt_token.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/request_oauth_jwt_token.ts rename to x-pack/platform/plugins/shared/actions/server/lib/request_oauth_jwt_token.ts diff --git a/x-pack/plugins/actions/server/lib/request_oauth_token.test.ts b/x-pack/platform/plugins/shared/actions/server/lib/request_oauth_token.test.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/request_oauth_token.test.ts rename to x-pack/platform/plugins/shared/actions/server/lib/request_oauth_token.test.ts diff --git a/x-pack/plugins/actions/server/lib/request_oauth_token.ts b/x-pack/platform/plugins/shared/actions/server/lib/request_oauth_token.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/request_oauth_token.ts rename to x-pack/platform/plugins/shared/actions/server/lib/request_oauth_token.ts diff --git a/x-pack/plugins/actions/server/lib/retry_if_conflicts.test.ts b/x-pack/platform/plugins/shared/actions/server/lib/retry_if_conflicts.test.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/retry_if_conflicts.test.ts rename to x-pack/platform/plugins/shared/actions/server/lib/retry_if_conflicts.test.ts diff --git a/x-pack/plugins/actions/server/lib/retry_if_conflicts.ts b/x-pack/platform/plugins/shared/actions/server/lib/retry_if_conflicts.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/retry_if_conflicts.ts rename to x-pack/platform/plugins/shared/actions/server/lib/retry_if_conflicts.ts diff --git a/x-pack/plugins/actions/server/lib/space_id_to_namespace.ts b/x-pack/platform/plugins/shared/actions/server/lib/space_id_to_namespace.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/space_id_to_namespace.ts rename to x-pack/platform/plugins/shared/actions/server/lib/space_id_to_namespace.ts diff --git a/x-pack/plugins/actions/server/lib/task_runner_factory.test.ts b/x-pack/platform/plugins/shared/actions/server/lib/task_runner_factory.test.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/task_runner_factory.test.ts rename to x-pack/platform/plugins/shared/actions/server/lib/task_runner_factory.test.ts diff --git a/x-pack/plugins/actions/server/lib/task_runner_factory.ts b/x-pack/platform/plugins/shared/actions/server/lib/task_runner_factory.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/task_runner_factory.ts rename to x-pack/platform/plugins/shared/actions/server/lib/task_runner_factory.ts diff --git a/x-pack/plugins/actions/server/lib/track_legacy_route_usage.test.ts b/x-pack/platform/plugins/shared/actions/server/lib/track_legacy_route_usage.test.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/track_legacy_route_usage.test.ts rename to x-pack/platform/plugins/shared/actions/server/lib/track_legacy_route_usage.test.ts diff --git a/x-pack/plugins/actions/server/lib/track_legacy_route_usage.ts b/x-pack/platform/plugins/shared/actions/server/lib/track_legacy_route_usage.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/track_legacy_route_usage.ts rename to x-pack/platform/plugins/shared/actions/server/lib/track_legacy_route_usage.ts diff --git a/x-pack/plugins/actions/server/lib/try_catch.ts b/x-pack/platform/plugins/shared/actions/server/lib/try_catch.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/try_catch.ts rename to x-pack/platform/plugins/shared/actions/server/lib/try_catch.ts diff --git a/x-pack/plugins/actions/server/lib/validate_with_schema.test.ts b/x-pack/platform/plugins/shared/actions/server/lib/validate_with_schema.test.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/validate_with_schema.test.ts rename to x-pack/platform/plugins/shared/actions/server/lib/validate_with_schema.test.ts diff --git a/x-pack/plugins/actions/server/lib/validate_with_schema.ts b/x-pack/platform/plugins/shared/actions/server/lib/validate_with_schema.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/validate_with_schema.ts rename to x-pack/platform/plugins/shared/actions/server/lib/validate_with_schema.ts diff --git a/x-pack/plugins/actions/server/lib/verify_api_access.ts b/x-pack/platform/plugins/shared/actions/server/lib/verify_api_access.ts similarity index 100% rename from x-pack/plugins/actions/server/lib/verify_api_access.ts rename to x-pack/platform/plugins/shared/actions/server/lib/verify_api_access.ts diff --git a/x-pack/plugins/actions/server/manual_tests/forward_proxy.js b/x-pack/platform/plugins/shared/actions/server/manual_tests/forward_proxy.js similarity index 96% rename from x-pack/plugins/actions/server/manual_tests/forward_proxy.js rename to x-pack/platform/plugins/shared/actions/server/manual_tests/forward_proxy.js index 5b97d9b9b0d3e..a2d4a0f96bcff 100644 --- a/x-pack/plugins/actions/server/manual_tests/forward_proxy.js +++ b/x-pack/platform/plugins/shared/actions/server/manual_tests/forward_proxy.js @@ -14,7 +14,7 @@ work as expected. # start 4 proxies: -node x-pack/plugins/actions/server/manual_tests/forward_proxy.js http-8080-open http-8081-auth https-8443-open https-8444-auth +node x-pack/platform/plugins/shared/actions/server/manual_tests/forward_proxy.js http-8080-open http-8081-auth https-8443-open https-8444-auth # issue some requests through the proxies @@ -43,7 +43,7 @@ const https = require('https'); const proxy = require('proxy'); const PROGRAM = path.basename(__filename).replace(/.js$/, ''); -const CertDir = path.resolve(__dirname, '../../../../../packages/kbn-dev-utils/certs'); +const CertDir = path.resolve(__dirname, '../../../../../../../packages/kbn-dev-utils/certs'); const Auth = 'elastic:changeme'; const AuthB64 = Buffer.from(Auth).toString('base64'); diff --git a/x-pack/plugins/actions/server/mocks.ts b/x-pack/platform/plugins/shared/actions/server/mocks.ts similarity index 100% rename from x-pack/plugins/actions/server/mocks.ts rename to x-pack/platform/plugins/shared/actions/server/mocks.ts diff --git a/x-pack/plugins/actions/server/monitoring/in_memory_metrics.mock.ts b/x-pack/platform/plugins/shared/actions/server/monitoring/in_memory_metrics.mock.ts similarity index 100% rename from x-pack/plugins/actions/server/monitoring/in_memory_metrics.mock.ts rename to x-pack/platform/plugins/shared/actions/server/monitoring/in_memory_metrics.mock.ts diff --git a/x-pack/plugins/actions/server/monitoring/in_memory_metrics.test.ts b/x-pack/platform/plugins/shared/actions/server/monitoring/in_memory_metrics.test.ts similarity index 100% rename from x-pack/plugins/actions/server/monitoring/in_memory_metrics.test.ts rename to x-pack/platform/plugins/shared/actions/server/monitoring/in_memory_metrics.test.ts diff --git a/x-pack/plugins/actions/server/monitoring/in_memory_metrics.ts b/x-pack/platform/plugins/shared/actions/server/monitoring/in_memory_metrics.ts similarity index 100% rename from x-pack/plugins/actions/server/monitoring/in_memory_metrics.ts rename to x-pack/platform/plugins/shared/actions/server/monitoring/in_memory_metrics.ts diff --git a/x-pack/plugins/actions/server/monitoring/index.ts b/x-pack/platform/plugins/shared/actions/server/monitoring/index.ts similarity index 100% rename from x-pack/plugins/actions/server/monitoring/index.ts rename to x-pack/platform/plugins/shared/actions/server/monitoring/index.ts diff --git a/x-pack/plugins/actions/server/monitoring/register_cluster_collector.test.ts b/x-pack/platform/plugins/shared/actions/server/monitoring/register_cluster_collector.test.ts similarity index 100% rename from x-pack/plugins/actions/server/monitoring/register_cluster_collector.test.ts rename to x-pack/platform/plugins/shared/actions/server/monitoring/register_cluster_collector.test.ts diff --git a/x-pack/plugins/actions/server/monitoring/register_cluster_collector.ts b/x-pack/platform/plugins/shared/actions/server/monitoring/register_cluster_collector.ts similarity index 100% rename from x-pack/plugins/actions/server/monitoring/register_cluster_collector.ts rename to x-pack/platform/plugins/shared/actions/server/monitoring/register_cluster_collector.ts diff --git a/x-pack/plugins/actions/server/monitoring/register_node_collector.test.ts b/x-pack/platform/plugins/shared/actions/server/monitoring/register_node_collector.test.ts similarity index 100% rename from x-pack/plugins/actions/server/monitoring/register_node_collector.test.ts rename to x-pack/platform/plugins/shared/actions/server/monitoring/register_node_collector.test.ts diff --git a/x-pack/plugins/actions/server/monitoring/register_node_collector.ts b/x-pack/platform/plugins/shared/actions/server/monitoring/register_node_collector.ts similarity index 100% rename from x-pack/plugins/actions/server/monitoring/register_node_collector.ts rename to x-pack/platform/plugins/shared/actions/server/monitoring/register_node_collector.ts diff --git a/x-pack/plugins/actions/server/monitoring/types.ts b/x-pack/platform/plugins/shared/actions/server/monitoring/types.ts similarity index 100% rename from x-pack/plugins/actions/server/monitoring/types.ts rename to x-pack/platform/plugins/shared/actions/server/monitoring/types.ts diff --git a/x-pack/plugins/actions/server/plugin.test.ts b/x-pack/platform/plugins/shared/actions/server/plugin.test.ts similarity index 100% rename from x-pack/plugins/actions/server/plugin.test.ts rename to x-pack/platform/plugins/shared/actions/server/plugin.test.ts diff --git a/x-pack/plugins/actions/server/plugin.ts b/x-pack/platform/plugins/shared/actions/server/plugin.ts similarity index 100% rename from x-pack/plugins/actions/server/plugin.ts rename to x-pack/platform/plugins/shared/actions/server/plugin.ts diff --git a/x-pack/plugins/actions/server/preconfigured_connectors/alert_history_es_index/alert_history_es_index.ts b/x-pack/platform/plugins/shared/actions/server/preconfigured_connectors/alert_history_es_index/alert_history_es_index.ts similarity index 100% rename from x-pack/plugins/actions/server/preconfigured_connectors/alert_history_es_index/alert_history_es_index.ts rename to x-pack/platform/plugins/shared/actions/server/preconfigured_connectors/alert_history_es_index/alert_history_es_index.ts diff --git a/x-pack/plugins/actions/server/preconfigured_connectors/alert_history_es_index/create_alert_history_index_template.test.ts b/x-pack/platform/plugins/shared/actions/server/preconfigured_connectors/alert_history_es_index/create_alert_history_index_template.test.ts similarity index 100% rename from x-pack/plugins/actions/server/preconfigured_connectors/alert_history_es_index/create_alert_history_index_template.test.ts rename to x-pack/platform/plugins/shared/actions/server/preconfigured_connectors/alert_history_es_index/create_alert_history_index_template.test.ts diff --git a/x-pack/plugins/actions/server/preconfigured_connectors/alert_history_es_index/create_alert_history_index_template.ts b/x-pack/platform/plugins/shared/actions/server/preconfigured_connectors/alert_history_es_index/create_alert_history_index_template.ts similarity index 100% rename from x-pack/plugins/actions/server/preconfigured_connectors/alert_history_es_index/create_alert_history_index_template.ts rename to x-pack/platform/plugins/shared/actions/server/preconfigured_connectors/alert_history_es_index/create_alert_history_index_template.ts diff --git a/x-pack/plugins/actions/server/preconfigured_connectors/alert_history_es_index/mappings.json b/x-pack/platform/plugins/shared/actions/server/preconfigured_connectors/alert_history_es_index/mappings.json similarity index 100% rename from x-pack/plugins/actions/server/preconfigured_connectors/alert_history_es_index/mappings.json rename to x-pack/platform/plugins/shared/actions/server/preconfigured_connectors/alert_history_es_index/mappings.json diff --git a/x-pack/plugins/actions/server/routes/_mock_handler_arguments.ts b/x-pack/platform/plugins/shared/actions/server/routes/_mock_handler_arguments.ts similarity index 100% rename from x-pack/plugins/actions/server/routes/_mock_handler_arguments.ts rename to x-pack/platform/plugins/shared/actions/server/routes/_mock_handler_arguments.ts diff --git a/x-pack/plugins/actions/server/routes/connector/common_transforms/index.ts b/x-pack/platform/plugins/shared/actions/server/routes/connector/common_transforms/index.ts similarity index 100% rename from x-pack/plugins/actions/server/routes/connector/common_transforms/index.ts rename to x-pack/platform/plugins/shared/actions/server/routes/connector/common_transforms/index.ts diff --git a/x-pack/plugins/actions/server/routes/connector/common_transforms/transform_connector_response/latest.ts b/x-pack/platform/plugins/shared/actions/server/routes/connector/common_transforms/transform_connector_response/latest.ts similarity index 100% rename from x-pack/plugins/actions/server/routes/connector/common_transforms/transform_connector_response/latest.ts rename to x-pack/platform/plugins/shared/actions/server/routes/connector/common_transforms/transform_connector_response/latest.ts diff --git a/x-pack/plugins/actions/server/routes/connector/common_transforms/transform_connector_response/v1.ts b/x-pack/platform/plugins/shared/actions/server/routes/connector/common_transforms/transform_connector_response/v1.ts similarity index 100% rename from x-pack/plugins/actions/server/routes/connector/common_transforms/transform_connector_response/v1.ts rename to x-pack/platform/plugins/shared/actions/server/routes/connector/common_transforms/transform_connector_response/v1.ts diff --git a/x-pack/plugins/actions/server/routes/connector/create/create.test.ts b/x-pack/platform/plugins/shared/actions/server/routes/connector/create/create.test.ts similarity index 100% rename from x-pack/plugins/actions/server/routes/connector/create/create.test.ts rename to x-pack/platform/plugins/shared/actions/server/routes/connector/create/create.test.ts diff --git a/x-pack/plugins/actions/server/routes/connector/create/create.ts b/x-pack/platform/plugins/shared/actions/server/routes/connector/create/create.ts similarity index 100% rename from x-pack/plugins/actions/server/routes/connector/create/create.ts rename to x-pack/platform/plugins/shared/actions/server/routes/connector/create/create.ts diff --git a/x-pack/plugins/actions/server/routes/connector/create/index.ts b/x-pack/platform/plugins/shared/actions/server/routes/connector/create/index.ts similarity index 100% rename from x-pack/plugins/actions/server/routes/connector/create/index.ts rename to x-pack/platform/plugins/shared/actions/server/routes/connector/create/index.ts diff --git a/x-pack/plugins/actions/server/routes/connector/create/transforms/index.ts b/x-pack/platform/plugins/shared/actions/server/routes/connector/create/transforms/index.ts similarity index 100% rename from x-pack/plugins/actions/server/routes/connector/create/transforms/index.ts rename to x-pack/platform/plugins/shared/actions/server/routes/connector/create/transforms/index.ts diff --git a/x-pack/plugins/actions/server/routes/connector/create/transforms/transform_connector_body/latest.ts b/x-pack/platform/plugins/shared/actions/server/routes/connector/create/transforms/transform_connector_body/latest.ts similarity index 100% rename from x-pack/plugins/actions/server/routes/connector/create/transforms/transform_connector_body/latest.ts rename to x-pack/platform/plugins/shared/actions/server/routes/connector/create/transforms/transform_connector_body/latest.ts diff --git a/x-pack/plugins/actions/server/routes/connector/create/transforms/transform_connector_body/v1.ts b/x-pack/platform/plugins/shared/actions/server/routes/connector/create/transforms/transform_connector_body/v1.ts similarity index 100% rename from x-pack/plugins/actions/server/routes/connector/create/transforms/transform_connector_body/v1.ts rename to x-pack/platform/plugins/shared/actions/server/routes/connector/create/transforms/transform_connector_body/v1.ts diff --git a/x-pack/plugins/actions/server/routes/connector/delete/delete.test.ts b/x-pack/platform/plugins/shared/actions/server/routes/connector/delete/delete.test.ts similarity index 100% rename from x-pack/plugins/actions/server/routes/connector/delete/delete.test.ts rename to x-pack/platform/plugins/shared/actions/server/routes/connector/delete/delete.test.ts diff --git a/x-pack/plugins/actions/server/routes/connector/delete/delete.ts b/x-pack/platform/plugins/shared/actions/server/routes/connector/delete/delete.ts similarity index 100% rename from x-pack/plugins/actions/server/routes/connector/delete/delete.ts rename to x-pack/platform/plugins/shared/actions/server/routes/connector/delete/delete.ts diff --git a/x-pack/plugins/actions/server/routes/connector/delete/index.ts b/x-pack/platform/plugins/shared/actions/server/routes/connector/delete/index.ts similarity index 100% rename from x-pack/plugins/actions/server/routes/connector/delete/index.ts rename to x-pack/platform/plugins/shared/actions/server/routes/connector/delete/index.ts diff --git a/x-pack/plugins/actions/server/routes/connector/execute/execute.test.ts b/x-pack/platform/plugins/shared/actions/server/routes/connector/execute/execute.test.ts similarity index 100% rename from x-pack/plugins/actions/server/routes/connector/execute/execute.test.ts rename to x-pack/platform/plugins/shared/actions/server/routes/connector/execute/execute.test.ts diff --git a/x-pack/plugins/actions/server/routes/connector/execute/execute.ts b/x-pack/platform/plugins/shared/actions/server/routes/connector/execute/execute.ts similarity index 100% rename from x-pack/plugins/actions/server/routes/connector/execute/execute.ts rename to x-pack/platform/plugins/shared/actions/server/routes/connector/execute/execute.ts diff --git a/x-pack/plugins/actions/server/routes/connector/execute/index.ts b/x-pack/platform/plugins/shared/actions/server/routes/connector/execute/index.ts similarity index 100% rename from x-pack/plugins/actions/server/routes/connector/execute/index.ts rename to x-pack/platform/plugins/shared/actions/server/routes/connector/execute/index.ts diff --git a/x-pack/plugins/actions/server/routes/connector/execute/transforms/index.ts b/x-pack/platform/plugins/shared/actions/server/routes/connector/execute/transforms/index.ts similarity index 100% rename from x-pack/plugins/actions/server/routes/connector/execute/transforms/index.ts rename to x-pack/platform/plugins/shared/actions/server/routes/connector/execute/transforms/index.ts diff --git a/x-pack/plugins/actions/server/routes/connector/execute/transforms/transform_connector_response/latest.ts b/x-pack/platform/plugins/shared/actions/server/routes/connector/execute/transforms/transform_connector_response/latest.ts similarity index 100% rename from x-pack/plugins/actions/server/routes/connector/execute/transforms/transform_connector_response/latest.ts rename to x-pack/platform/plugins/shared/actions/server/routes/connector/execute/transforms/transform_connector_response/latest.ts diff --git a/x-pack/plugins/actions/server/routes/connector/execute/transforms/transform_connector_response/v1.ts b/x-pack/platform/plugins/shared/actions/server/routes/connector/execute/transforms/transform_connector_response/v1.ts similarity index 100% rename from x-pack/plugins/actions/server/routes/connector/execute/transforms/transform_connector_response/v1.ts rename to x-pack/platform/plugins/shared/actions/server/routes/connector/execute/transforms/transform_connector_response/v1.ts diff --git a/x-pack/plugins/actions/server/routes/connector/get/get.test.ts b/x-pack/platform/plugins/shared/actions/server/routes/connector/get/get.test.ts similarity index 100% rename from x-pack/plugins/actions/server/routes/connector/get/get.test.ts rename to x-pack/platform/plugins/shared/actions/server/routes/connector/get/get.test.ts diff --git a/x-pack/plugins/actions/server/routes/connector/get/get.ts b/x-pack/platform/plugins/shared/actions/server/routes/connector/get/get.ts similarity index 100% rename from x-pack/plugins/actions/server/routes/connector/get/get.ts rename to x-pack/platform/plugins/shared/actions/server/routes/connector/get/get.ts diff --git a/x-pack/plugins/actions/server/routes/connector/get/index.ts b/x-pack/platform/plugins/shared/actions/server/routes/connector/get/index.ts similarity index 100% rename from x-pack/plugins/actions/server/routes/connector/get/index.ts rename to x-pack/platform/plugins/shared/actions/server/routes/connector/get/index.ts diff --git a/x-pack/plugins/actions/server/routes/connector/get_all/get_all.test.ts b/x-pack/platform/plugins/shared/actions/server/routes/connector/get_all/get_all.test.ts similarity index 100% rename from x-pack/plugins/actions/server/routes/connector/get_all/get_all.test.ts rename to x-pack/platform/plugins/shared/actions/server/routes/connector/get_all/get_all.test.ts diff --git a/x-pack/plugins/actions/server/routes/connector/get_all/get_all.ts b/x-pack/platform/plugins/shared/actions/server/routes/connector/get_all/get_all.ts similarity index 100% rename from x-pack/plugins/actions/server/routes/connector/get_all/get_all.ts rename to x-pack/platform/plugins/shared/actions/server/routes/connector/get_all/get_all.ts diff --git a/x-pack/plugins/actions/server/routes/connector/get_all/index.ts b/x-pack/platform/plugins/shared/actions/server/routes/connector/get_all/index.ts similarity index 100% rename from x-pack/plugins/actions/server/routes/connector/get_all/index.ts rename to x-pack/platform/plugins/shared/actions/server/routes/connector/get_all/index.ts diff --git a/x-pack/plugins/actions/server/routes/connector/get_all/transforms/index.ts b/x-pack/platform/plugins/shared/actions/server/routes/connector/get_all/transforms/index.ts similarity index 100% rename from x-pack/plugins/actions/server/routes/connector/get_all/transforms/index.ts rename to x-pack/platform/plugins/shared/actions/server/routes/connector/get_all/transforms/index.ts diff --git a/x-pack/plugins/actions/server/routes/connector/get_all/transforms/transform_connectors_response/latest.ts b/x-pack/platform/plugins/shared/actions/server/routes/connector/get_all/transforms/transform_connectors_response/latest.ts similarity index 100% rename from x-pack/plugins/actions/server/routes/connector/get_all/transforms/transform_connectors_response/latest.ts rename to x-pack/platform/plugins/shared/actions/server/routes/connector/get_all/transforms/transform_connectors_response/latest.ts diff --git a/x-pack/plugins/actions/server/routes/connector/get_all/transforms/transform_connectors_response/v1.ts b/x-pack/platform/plugins/shared/actions/server/routes/connector/get_all/transforms/transform_connectors_response/v1.ts similarity index 100% rename from x-pack/plugins/actions/server/routes/connector/get_all/transforms/transform_connectors_response/v1.ts rename to x-pack/platform/plugins/shared/actions/server/routes/connector/get_all/transforms/transform_connectors_response/v1.ts diff --git a/x-pack/plugins/actions/server/routes/connector/get_all_system/get_all_system.test.ts b/x-pack/platform/plugins/shared/actions/server/routes/connector/get_all_system/get_all_system.test.ts similarity index 100% rename from x-pack/plugins/actions/server/routes/connector/get_all_system/get_all_system.test.ts rename to x-pack/platform/plugins/shared/actions/server/routes/connector/get_all_system/get_all_system.test.ts diff --git a/x-pack/plugins/actions/server/routes/connector/get_all_system/get_all_system.ts b/x-pack/platform/plugins/shared/actions/server/routes/connector/get_all_system/get_all_system.ts similarity index 100% rename from x-pack/plugins/actions/server/routes/connector/get_all_system/get_all_system.ts rename to x-pack/platform/plugins/shared/actions/server/routes/connector/get_all_system/get_all_system.ts diff --git a/x-pack/plugins/actions/server/routes/connector/get_all_system/index.ts b/x-pack/platform/plugins/shared/actions/server/routes/connector/get_all_system/index.ts similarity index 100% rename from x-pack/plugins/actions/server/routes/connector/get_all_system/index.ts rename to x-pack/platform/plugins/shared/actions/server/routes/connector/get_all_system/index.ts diff --git a/x-pack/plugins/actions/server/routes/connector/list_types/index.ts b/x-pack/platform/plugins/shared/actions/server/routes/connector/list_types/index.ts similarity index 100% rename from x-pack/plugins/actions/server/routes/connector/list_types/index.ts rename to x-pack/platform/plugins/shared/actions/server/routes/connector/list_types/index.ts diff --git a/x-pack/plugins/actions/server/routes/connector/list_types/list_types.test.ts b/x-pack/platform/plugins/shared/actions/server/routes/connector/list_types/list_types.test.ts similarity index 100% rename from x-pack/plugins/actions/server/routes/connector/list_types/list_types.test.ts rename to x-pack/platform/plugins/shared/actions/server/routes/connector/list_types/list_types.test.ts diff --git a/x-pack/plugins/actions/server/routes/connector/list_types/list_types.ts b/x-pack/platform/plugins/shared/actions/server/routes/connector/list_types/list_types.ts similarity index 100% rename from x-pack/plugins/actions/server/routes/connector/list_types/list_types.ts rename to x-pack/platform/plugins/shared/actions/server/routes/connector/list_types/list_types.ts diff --git a/x-pack/plugins/actions/server/routes/connector/list_types/transforms/index.ts b/x-pack/platform/plugins/shared/actions/server/routes/connector/list_types/transforms/index.ts similarity index 100% rename from x-pack/plugins/actions/server/routes/connector/list_types/transforms/index.ts rename to x-pack/platform/plugins/shared/actions/server/routes/connector/list_types/transforms/index.ts diff --git a/x-pack/plugins/actions/server/routes/connector/list_types/transforms/transform_list_types_response/latest.ts b/x-pack/platform/plugins/shared/actions/server/routes/connector/list_types/transforms/transform_list_types_response/latest.ts similarity index 100% rename from x-pack/plugins/actions/server/routes/connector/list_types/transforms/transform_list_types_response/latest.ts rename to x-pack/platform/plugins/shared/actions/server/routes/connector/list_types/transforms/transform_list_types_response/latest.ts diff --git a/x-pack/plugins/actions/server/routes/connector/list_types/transforms/transform_list_types_response/v1.ts b/x-pack/platform/plugins/shared/actions/server/routes/connector/list_types/transforms/transform_list_types_response/v1.ts similarity index 100% rename from x-pack/plugins/actions/server/routes/connector/list_types/transforms/transform_list_types_response/v1.ts rename to x-pack/platform/plugins/shared/actions/server/routes/connector/list_types/transforms/transform_list_types_response/v1.ts diff --git a/x-pack/plugins/actions/server/routes/connector/list_types_system/index.ts b/x-pack/platform/plugins/shared/actions/server/routes/connector/list_types_system/index.ts similarity index 100% rename from x-pack/plugins/actions/server/routes/connector/list_types_system/index.ts rename to x-pack/platform/plugins/shared/actions/server/routes/connector/list_types_system/index.ts diff --git a/x-pack/plugins/actions/server/routes/connector/list_types_system/list_types_system.test.ts b/x-pack/platform/plugins/shared/actions/server/routes/connector/list_types_system/list_types_system.test.ts similarity index 100% rename from x-pack/plugins/actions/server/routes/connector/list_types_system/list_types_system.test.ts rename to x-pack/platform/plugins/shared/actions/server/routes/connector/list_types_system/list_types_system.test.ts diff --git a/x-pack/plugins/actions/server/routes/connector/list_types_system/list_types_system.ts b/x-pack/platform/plugins/shared/actions/server/routes/connector/list_types_system/list_types_system.ts similarity index 100% rename from x-pack/plugins/actions/server/routes/connector/list_types_system/list_types_system.ts rename to x-pack/platform/plugins/shared/actions/server/routes/connector/list_types_system/list_types_system.ts diff --git a/x-pack/plugins/actions/server/routes/connector/update/index.ts b/x-pack/platform/plugins/shared/actions/server/routes/connector/update/index.ts similarity index 100% rename from x-pack/plugins/actions/server/routes/connector/update/index.ts rename to x-pack/platform/plugins/shared/actions/server/routes/connector/update/index.ts diff --git a/x-pack/plugins/actions/server/routes/connector/update/transforms/index.ts b/x-pack/platform/plugins/shared/actions/server/routes/connector/update/transforms/index.ts similarity index 100% rename from x-pack/plugins/actions/server/routes/connector/update/transforms/index.ts rename to x-pack/platform/plugins/shared/actions/server/routes/connector/update/transforms/index.ts diff --git a/x-pack/plugins/actions/server/routes/connector/update/transforms/transform_update_connector_response/latest.ts b/x-pack/platform/plugins/shared/actions/server/routes/connector/update/transforms/transform_update_connector_response/latest.ts similarity index 100% rename from x-pack/plugins/actions/server/routes/connector/update/transforms/transform_update_connector_response/latest.ts rename to x-pack/platform/plugins/shared/actions/server/routes/connector/update/transforms/transform_update_connector_response/latest.ts diff --git a/x-pack/plugins/actions/server/routes/connector/update/transforms/transform_update_connector_response/v1.ts b/x-pack/platform/plugins/shared/actions/server/routes/connector/update/transforms/transform_update_connector_response/v1.ts similarity index 100% rename from x-pack/plugins/actions/server/routes/connector/update/transforms/transform_update_connector_response/v1.ts rename to x-pack/platform/plugins/shared/actions/server/routes/connector/update/transforms/transform_update_connector_response/v1.ts diff --git a/x-pack/plugins/actions/server/routes/connector/update/update.test.ts b/x-pack/platform/plugins/shared/actions/server/routes/connector/update/update.test.ts similarity index 100% rename from x-pack/plugins/actions/server/routes/connector/update/update.test.ts rename to x-pack/platform/plugins/shared/actions/server/routes/connector/update/update.test.ts diff --git a/x-pack/plugins/actions/server/routes/connector/update/update.ts b/x-pack/platform/plugins/shared/actions/server/routes/connector/update/update.ts similarity index 100% rename from x-pack/plugins/actions/server/routes/connector/update/update.ts rename to x-pack/platform/plugins/shared/actions/server/routes/connector/update/update.ts diff --git a/x-pack/plugins/actions/server/routes/get_global_execution_kpi.test.ts b/x-pack/platform/plugins/shared/actions/server/routes/get_global_execution_kpi.test.ts similarity index 100% rename from x-pack/plugins/actions/server/routes/get_global_execution_kpi.test.ts rename to x-pack/platform/plugins/shared/actions/server/routes/get_global_execution_kpi.test.ts diff --git a/x-pack/plugins/actions/server/routes/get_global_execution_kpi.ts b/x-pack/platform/plugins/shared/actions/server/routes/get_global_execution_kpi.ts similarity index 100% rename from x-pack/plugins/actions/server/routes/get_global_execution_kpi.ts rename to x-pack/platform/plugins/shared/actions/server/routes/get_global_execution_kpi.ts diff --git a/x-pack/plugins/actions/server/routes/get_global_execution_logs.test.ts b/x-pack/platform/plugins/shared/actions/server/routes/get_global_execution_logs.test.ts similarity index 100% rename from x-pack/plugins/actions/server/routes/get_global_execution_logs.test.ts rename to x-pack/platform/plugins/shared/actions/server/routes/get_global_execution_logs.test.ts diff --git a/x-pack/plugins/actions/server/routes/get_global_execution_logs.ts b/x-pack/platform/plugins/shared/actions/server/routes/get_global_execution_logs.ts similarity index 100% rename from x-pack/plugins/actions/server/routes/get_global_execution_logs.ts rename to x-pack/platform/plugins/shared/actions/server/routes/get_global_execution_logs.ts diff --git a/x-pack/plugins/actions/server/routes/get_oauth_access_token.test.ts b/x-pack/platform/plugins/shared/actions/server/routes/get_oauth_access_token.test.ts similarity index 100% rename from x-pack/plugins/actions/server/routes/get_oauth_access_token.test.ts rename to x-pack/platform/plugins/shared/actions/server/routes/get_oauth_access_token.test.ts diff --git a/x-pack/plugins/actions/server/routes/get_oauth_access_token.ts b/x-pack/platform/plugins/shared/actions/server/routes/get_oauth_access_token.ts similarity index 100% rename from x-pack/plugins/actions/server/routes/get_oauth_access_token.ts rename to x-pack/platform/plugins/shared/actions/server/routes/get_oauth_access_token.ts diff --git a/x-pack/plugins/actions/server/routes/index.ts b/x-pack/platform/plugins/shared/actions/server/routes/index.ts similarity index 100% rename from x-pack/plugins/actions/server/routes/index.ts rename to x-pack/platform/plugins/shared/actions/server/routes/index.ts diff --git a/x-pack/plugins/actions/server/routes/rewrite_namespaces.ts b/x-pack/platform/plugins/shared/actions/server/routes/rewrite_namespaces.ts similarity index 100% rename from x-pack/plugins/actions/server/routes/rewrite_namespaces.ts rename to x-pack/platform/plugins/shared/actions/server/routes/rewrite_namespaces.ts diff --git a/x-pack/plugins/actions/server/routes/verify_access_and_context.test.ts b/x-pack/platform/plugins/shared/actions/server/routes/verify_access_and_context.test.ts similarity index 100% rename from x-pack/plugins/actions/server/routes/verify_access_and_context.test.ts rename to x-pack/platform/plugins/shared/actions/server/routes/verify_access_and_context.test.ts diff --git a/x-pack/plugins/actions/server/routes/verify_access_and_context.ts b/x-pack/platform/plugins/shared/actions/server/routes/verify_access_and_context.ts similarity index 100% rename from x-pack/plugins/actions/server/routes/verify_access_and_context.ts rename to x-pack/platform/plugins/shared/actions/server/routes/verify_access_and_context.ts diff --git a/x-pack/plugins/actions/server/saved_objects/action_task_params_migrations.test.ts b/x-pack/platform/plugins/shared/actions/server/saved_objects/action_task_params_migrations.test.ts similarity index 100% rename from x-pack/plugins/actions/server/saved_objects/action_task_params_migrations.test.ts rename to x-pack/platform/plugins/shared/actions/server/saved_objects/action_task_params_migrations.test.ts diff --git a/x-pack/plugins/actions/server/saved_objects/action_task_params_migrations.ts b/x-pack/platform/plugins/shared/actions/server/saved_objects/action_task_params_migrations.ts similarity index 100% rename from x-pack/plugins/actions/server/saved_objects/action_task_params_migrations.ts rename to x-pack/platform/plugins/shared/actions/server/saved_objects/action_task_params_migrations.ts diff --git a/x-pack/plugins/actions/server/saved_objects/actions_migrations.test.ts b/x-pack/platform/plugins/shared/actions/server/saved_objects/actions_migrations.test.ts similarity index 100% rename from x-pack/plugins/actions/server/saved_objects/actions_migrations.test.ts rename to x-pack/platform/plugins/shared/actions/server/saved_objects/actions_migrations.test.ts diff --git a/x-pack/plugins/actions/server/saved_objects/actions_migrations.ts b/x-pack/platform/plugins/shared/actions/server/saved_objects/actions_migrations.ts similarity index 100% rename from x-pack/plugins/actions/server/saved_objects/actions_migrations.ts rename to x-pack/platform/plugins/shared/actions/server/saved_objects/actions_migrations.ts diff --git a/x-pack/plugins/actions/server/saved_objects/get_import_warnings.test.ts b/x-pack/platform/plugins/shared/actions/server/saved_objects/get_import_warnings.test.ts similarity index 100% rename from x-pack/plugins/actions/server/saved_objects/get_import_warnings.test.ts rename to x-pack/platform/plugins/shared/actions/server/saved_objects/get_import_warnings.test.ts diff --git a/x-pack/plugins/actions/server/saved_objects/get_import_warnings.ts b/x-pack/platform/plugins/shared/actions/server/saved_objects/get_import_warnings.ts similarity index 100% rename from x-pack/plugins/actions/server/saved_objects/get_import_warnings.ts rename to x-pack/platform/plugins/shared/actions/server/saved_objects/get_import_warnings.ts diff --git a/x-pack/plugins/actions/server/saved_objects/index.ts b/x-pack/platform/plugins/shared/actions/server/saved_objects/index.ts similarity index 100% rename from x-pack/plugins/actions/server/saved_objects/index.ts rename to x-pack/platform/plugins/shared/actions/server/saved_objects/index.ts diff --git a/x-pack/plugins/actions/server/saved_objects/mappings.ts b/x-pack/platform/plugins/shared/actions/server/saved_objects/mappings.ts similarity index 100% rename from x-pack/plugins/actions/server/saved_objects/mappings.ts rename to x-pack/platform/plugins/shared/actions/server/saved_objects/mappings.ts diff --git a/x-pack/plugins/actions/server/saved_objects/model_versions/action_task_params_model_versions.ts b/x-pack/platform/plugins/shared/actions/server/saved_objects/model_versions/action_task_params_model_versions.ts similarity index 100% rename from x-pack/plugins/actions/server/saved_objects/model_versions/action_task_params_model_versions.ts rename to x-pack/platform/plugins/shared/actions/server/saved_objects/model_versions/action_task_params_model_versions.ts diff --git a/x-pack/plugins/actions/server/saved_objects/model_versions/connector_model_versions.ts b/x-pack/platform/plugins/shared/actions/server/saved_objects/model_versions/connector_model_versions.ts similarity index 100% rename from x-pack/plugins/actions/server/saved_objects/model_versions/connector_model_versions.ts rename to x-pack/platform/plugins/shared/actions/server/saved_objects/model_versions/connector_model_versions.ts diff --git a/x-pack/plugins/actions/server/saved_objects/model_versions/connector_token_model_versions.ts b/x-pack/platform/plugins/shared/actions/server/saved_objects/model_versions/connector_token_model_versions.ts similarity index 100% rename from x-pack/plugins/actions/server/saved_objects/model_versions/connector_token_model_versions.ts rename to x-pack/platform/plugins/shared/actions/server/saved_objects/model_versions/connector_token_model_versions.ts diff --git a/x-pack/plugins/actions/server/saved_objects/model_versions/index.ts b/x-pack/platform/plugins/shared/actions/server/saved_objects/model_versions/index.ts similarity index 100% rename from x-pack/plugins/actions/server/saved_objects/model_versions/index.ts rename to x-pack/platform/plugins/shared/actions/server/saved_objects/model_versions/index.ts diff --git a/x-pack/plugins/actions/server/saved_objects/schemas/action_task_params/index.ts b/x-pack/platform/plugins/shared/actions/server/saved_objects/schemas/action_task_params/index.ts similarity index 100% rename from x-pack/plugins/actions/server/saved_objects/schemas/action_task_params/index.ts rename to x-pack/platform/plugins/shared/actions/server/saved_objects/schemas/action_task_params/index.ts diff --git a/x-pack/plugins/actions/server/saved_objects/schemas/action_task_params/v1.ts b/x-pack/platform/plugins/shared/actions/server/saved_objects/schemas/action_task_params/v1.ts similarity index 100% rename from x-pack/plugins/actions/server/saved_objects/schemas/action_task_params/v1.ts rename to x-pack/platform/plugins/shared/actions/server/saved_objects/schemas/action_task_params/v1.ts diff --git a/x-pack/plugins/actions/server/saved_objects/schemas/raw_connector/index.ts b/x-pack/platform/plugins/shared/actions/server/saved_objects/schemas/raw_connector/index.ts similarity index 100% rename from x-pack/plugins/actions/server/saved_objects/schemas/raw_connector/index.ts rename to x-pack/platform/plugins/shared/actions/server/saved_objects/schemas/raw_connector/index.ts diff --git a/x-pack/plugins/actions/server/saved_objects/schemas/raw_connector/v1.test.ts b/x-pack/platform/plugins/shared/actions/server/saved_objects/schemas/raw_connector/v1.test.ts similarity index 100% rename from x-pack/plugins/actions/server/saved_objects/schemas/raw_connector/v1.test.ts rename to x-pack/platform/plugins/shared/actions/server/saved_objects/schemas/raw_connector/v1.test.ts diff --git a/x-pack/plugins/actions/server/saved_objects/schemas/raw_connector/v1.ts b/x-pack/platform/plugins/shared/actions/server/saved_objects/schemas/raw_connector/v1.ts similarity index 100% rename from x-pack/plugins/actions/server/saved_objects/schemas/raw_connector/v1.ts rename to x-pack/platform/plugins/shared/actions/server/saved_objects/schemas/raw_connector/v1.ts diff --git a/x-pack/plugins/actions/server/saved_objects/schemas/raw_connector_token/index.ts b/x-pack/platform/plugins/shared/actions/server/saved_objects/schemas/raw_connector_token/index.ts similarity index 100% rename from x-pack/plugins/actions/server/saved_objects/schemas/raw_connector_token/index.ts rename to x-pack/platform/plugins/shared/actions/server/saved_objects/schemas/raw_connector_token/index.ts diff --git a/x-pack/plugins/actions/server/saved_objects/schemas/raw_connector_token/v1.ts b/x-pack/platform/plugins/shared/actions/server/saved_objects/schemas/raw_connector_token/v1.ts similarity index 100% rename from x-pack/plugins/actions/server/saved_objects/schemas/raw_connector_token/v1.ts rename to x-pack/platform/plugins/shared/actions/server/saved_objects/schemas/raw_connector_token/v1.ts diff --git a/x-pack/plugins/actions/server/saved_objects/transform_connectors_for_export.test.ts b/x-pack/platform/plugins/shared/actions/server/saved_objects/transform_connectors_for_export.test.ts similarity index 100% rename from x-pack/plugins/actions/server/saved_objects/transform_connectors_for_export.test.ts rename to x-pack/platform/plugins/shared/actions/server/saved_objects/transform_connectors_for_export.test.ts diff --git a/x-pack/plugins/actions/server/saved_objects/transform_connectors_for_export.ts b/x-pack/platform/plugins/shared/actions/server/saved_objects/transform_connectors_for_export.ts similarity index 100% rename from x-pack/plugins/actions/server/saved_objects/transform_connectors_for_export.ts rename to x-pack/platform/plugins/shared/actions/server/saved_objects/transform_connectors_for_export.ts diff --git a/x-pack/plugins/actions/server/sub_action_framework/README.md b/x-pack/platform/plugins/shared/actions/server/sub_action_framework/README.md similarity index 99% rename from x-pack/plugins/actions/server/sub_action_framework/README.md rename to x-pack/platform/plugins/shared/actions/server/sub_action_framework/README.md index 28ff2e0e358fc..bdc656f5425e4 100644 --- a/x-pack/plugins/actions/server/sub_action_framework/README.md +++ b/x-pack/platform/plugins/shared/actions/server/sub_action_framework/README.md @@ -355,7 +355,7 @@ plugins.actions.registerSubActionConnectorType({ }); ``` -You can see a full example in [x-pack/test/alerting_api_integration/common/plugins/alerts/server/sub_action_connector.ts](../../../../test/alerting_api_integration/common/plugins/alerts/server/sub_action_connector.ts) +You can see a full example in [x-pack/test/alerting_api_integration/common/plugins/alerts/server/sub_action_connector.ts](../../../../../../test/alerting_api_integration/common/plugins/alerts/server/sub_action_connector.ts) ### Example: Register sub action connector with custom validators diff --git a/x-pack/plugins/actions/server/sub_action_framework/case.test.ts b/x-pack/platform/plugins/shared/actions/server/sub_action_framework/case.test.ts similarity index 100% rename from x-pack/plugins/actions/server/sub_action_framework/case.test.ts rename to x-pack/platform/plugins/shared/actions/server/sub_action_framework/case.test.ts diff --git a/x-pack/plugins/actions/server/sub_action_framework/case.ts b/x-pack/platform/plugins/shared/actions/server/sub_action_framework/case.ts similarity index 100% rename from x-pack/plugins/actions/server/sub_action_framework/case.ts rename to x-pack/platform/plugins/shared/actions/server/sub_action_framework/case.ts diff --git a/x-pack/plugins/actions/server/sub_action_framework/executor.test.ts b/x-pack/platform/plugins/shared/actions/server/sub_action_framework/executor.test.ts similarity index 100% rename from x-pack/plugins/actions/server/sub_action_framework/executor.test.ts rename to x-pack/platform/plugins/shared/actions/server/sub_action_framework/executor.test.ts diff --git a/x-pack/plugins/actions/server/sub_action_framework/executor.ts b/x-pack/platform/plugins/shared/actions/server/sub_action_framework/executor.ts similarity index 100% rename from x-pack/plugins/actions/server/sub_action_framework/executor.ts rename to x-pack/platform/plugins/shared/actions/server/sub_action_framework/executor.ts diff --git a/x-pack/plugins/actions/server/sub_action_framework/helpers/index.ts b/x-pack/platform/plugins/shared/actions/server/sub_action_framework/helpers/index.ts similarity index 100% rename from x-pack/plugins/actions/server/sub_action_framework/helpers/index.ts rename to x-pack/platform/plugins/shared/actions/server/sub_action_framework/helpers/index.ts diff --git a/x-pack/plugins/actions/server/sub_action_framework/helpers/validators.test.ts b/x-pack/platform/plugins/shared/actions/server/sub_action_framework/helpers/validators.test.ts similarity index 100% rename from x-pack/plugins/actions/server/sub_action_framework/helpers/validators.test.ts rename to x-pack/platform/plugins/shared/actions/server/sub_action_framework/helpers/validators.test.ts diff --git a/x-pack/plugins/actions/server/sub_action_framework/helpers/validators.ts b/x-pack/platform/plugins/shared/actions/server/sub_action_framework/helpers/validators.ts similarity index 100% rename from x-pack/plugins/actions/server/sub_action_framework/helpers/validators.ts rename to x-pack/platform/plugins/shared/actions/server/sub_action_framework/helpers/validators.ts diff --git a/x-pack/plugins/actions/server/sub_action_framework/index.ts b/x-pack/platform/plugins/shared/actions/server/sub_action_framework/index.ts similarity index 100% rename from x-pack/plugins/actions/server/sub_action_framework/index.ts rename to x-pack/platform/plugins/shared/actions/server/sub_action_framework/index.ts diff --git a/x-pack/plugins/actions/server/sub_action_framework/mocks.ts b/x-pack/platform/plugins/shared/actions/server/sub_action_framework/mocks.ts similarity index 100% rename from x-pack/plugins/actions/server/sub_action_framework/mocks.ts rename to x-pack/platform/plugins/shared/actions/server/sub_action_framework/mocks.ts diff --git a/x-pack/plugins/actions/server/sub_action_framework/register.test.ts b/x-pack/platform/plugins/shared/actions/server/sub_action_framework/register.test.ts similarity index 100% rename from x-pack/plugins/actions/server/sub_action_framework/register.test.ts rename to x-pack/platform/plugins/shared/actions/server/sub_action_framework/register.test.ts diff --git a/x-pack/plugins/actions/server/sub_action_framework/register.ts b/x-pack/platform/plugins/shared/actions/server/sub_action_framework/register.ts similarity index 100% rename from x-pack/plugins/actions/server/sub_action_framework/register.ts rename to x-pack/platform/plugins/shared/actions/server/sub_action_framework/register.ts diff --git a/x-pack/plugins/actions/server/sub_action_framework/sub_action_connector.test.ts b/x-pack/platform/plugins/shared/actions/server/sub_action_framework/sub_action_connector.test.ts similarity index 100% rename from x-pack/plugins/actions/server/sub_action_framework/sub_action_connector.test.ts rename to x-pack/platform/plugins/shared/actions/server/sub_action_framework/sub_action_connector.test.ts diff --git a/x-pack/plugins/actions/server/sub_action_framework/sub_action_connector.ts b/x-pack/platform/plugins/shared/actions/server/sub_action_framework/sub_action_connector.ts similarity index 100% rename from x-pack/plugins/actions/server/sub_action_framework/sub_action_connector.ts rename to x-pack/platform/plugins/shared/actions/server/sub_action_framework/sub_action_connector.ts diff --git a/x-pack/plugins/actions/server/sub_action_framework/translations.ts b/x-pack/platform/plugins/shared/actions/server/sub_action_framework/translations.ts similarity index 100% rename from x-pack/plugins/actions/server/sub_action_framework/translations.ts rename to x-pack/platform/plugins/shared/actions/server/sub_action_framework/translations.ts diff --git a/x-pack/plugins/actions/server/sub_action_framework/types.ts b/x-pack/platform/plugins/shared/actions/server/sub_action_framework/types.ts similarity index 100% rename from x-pack/plugins/actions/server/sub_action_framework/types.ts rename to x-pack/platform/plugins/shared/actions/server/sub_action_framework/types.ts diff --git a/x-pack/plugins/actions/server/sub_action_framework/validators.test.ts b/x-pack/platform/plugins/shared/actions/server/sub_action_framework/validators.test.ts similarity index 100% rename from x-pack/plugins/actions/server/sub_action_framework/validators.test.ts rename to x-pack/platform/plugins/shared/actions/server/sub_action_framework/validators.test.ts diff --git a/x-pack/plugins/actions/server/sub_action_framework/validators.ts b/x-pack/platform/plugins/shared/actions/server/sub_action_framework/validators.ts similarity index 95% rename from x-pack/plugins/actions/server/sub_action_framework/validators.ts rename to x-pack/platform/plugins/shared/actions/server/sub_action_framework/validators.ts index e9cbbb3ae8f80..53ec3a8888610 100644 --- a/x-pack/plugins/actions/server/sub_action_framework/validators.ts +++ b/x-pack/platform/plugins/shared/actions/server/sub_action_framework/validators.ts @@ -37,7 +37,7 @@ export const buildValidators = < /** * With this validation we enforce the subActionParams to be an object. * Each sub action has different parameters and they are validated inside the executor - * (x-pack/plugins/actions/server/sub_action_framework/executor.ts). For that reason, + * (x-pack/platform/plugins/shared/actions/server/sub_action_framework/executor.ts). For that reason, * we allow all unknowns at this level of validation as they are not known at this * time of execution. */ diff --git a/x-pack/plugins/actions/server/types.ts b/x-pack/platform/plugins/shared/actions/server/types.ts similarity index 100% rename from x-pack/plugins/actions/server/types.ts rename to x-pack/platform/plugins/shared/actions/server/types.ts diff --git a/x-pack/plugins/actions/server/unsecured_actions_client/unsecured_actions_client.mock.ts b/x-pack/platform/plugins/shared/actions/server/unsecured_actions_client/unsecured_actions_client.mock.ts similarity index 100% rename from x-pack/plugins/actions/server/unsecured_actions_client/unsecured_actions_client.mock.ts rename to x-pack/platform/plugins/shared/actions/server/unsecured_actions_client/unsecured_actions_client.mock.ts diff --git a/x-pack/plugins/actions/server/unsecured_actions_client/unsecured_actions_client.test.ts b/x-pack/platform/plugins/shared/actions/server/unsecured_actions_client/unsecured_actions_client.test.ts similarity index 100% rename from x-pack/plugins/actions/server/unsecured_actions_client/unsecured_actions_client.test.ts rename to x-pack/platform/plugins/shared/actions/server/unsecured_actions_client/unsecured_actions_client.test.ts diff --git a/x-pack/plugins/actions/server/unsecured_actions_client/unsecured_actions_client.ts b/x-pack/platform/plugins/shared/actions/server/unsecured_actions_client/unsecured_actions_client.ts similarity index 100% rename from x-pack/plugins/actions/server/unsecured_actions_client/unsecured_actions_client.ts rename to x-pack/platform/plugins/shared/actions/server/unsecured_actions_client/unsecured_actions_client.ts diff --git a/x-pack/plugins/actions/server/usage/actions_telemetry.test.ts b/x-pack/platform/plugins/shared/actions/server/usage/actions_telemetry.test.ts similarity index 100% rename from x-pack/plugins/actions/server/usage/actions_telemetry.test.ts rename to x-pack/platform/plugins/shared/actions/server/usage/actions_telemetry.test.ts diff --git a/x-pack/plugins/actions/server/usage/actions_telemetry.ts b/x-pack/platform/plugins/shared/actions/server/usage/actions_telemetry.ts similarity index 100% rename from x-pack/plugins/actions/server/usage/actions_telemetry.ts rename to x-pack/platform/plugins/shared/actions/server/usage/actions_telemetry.ts diff --git a/x-pack/plugins/actions/server/usage/actions_usage_collector.test.ts b/x-pack/platform/plugins/shared/actions/server/usage/actions_usage_collector.test.ts similarity index 100% rename from x-pack/plugins/actions/server/usage/actions_usage_collector.test.ts rename to x-pack/platform/plugins/shared/actions/server/usage/actions_usage_collector.test.ts diff --git a/x-pack/plugins/actions/server/usage/actions_usage_collector.ts b/x-pack/platform/plugins/shared/actions/server/usage/actions_usage_collector.ts similarity index 100% rename from x-pack/plugins/actions/server/usage/actions_usage_collector.ts rename to x-pack/platform/plugins/shared/actions/server/usage/actions_usage_collector.ts diff --git a/x-pack/plugins/actions/server/usage/connector_usage_collector.test.ts b/x-pack/platform/plugins/shared/actions/server/usage/connector_usage_collector.test.ts similarity index 100% rename from x-pack/plugins/actions/server/usage/connector_usage_collector.test.ts rename to x-pack/platform/plugins/shared/actions/server/usage/connector_usage_collector.test.ts diff --git a/x-pack/plugins/actions/server/usage/connector_usage_collector.ts b/x-pack/platform/plugins/shared/actions/server/usage/connector_usage_collector.ts similarity index 100% rename from x-pack/plugins/actions/server/usage/connector_usage_collector.ts rename to x-pack/platform/plugins/shared/actions/server/usage/connector_usage_collector.ts diff --git a/x-pack/plugins/actions/server/usage/connector_usage_reporting_task.test.ts b/x-pack/platform/plugins/shared/actions/server/usage/connector_usage_reporting_task.test.ts similarity index 100% rename from x-pack/plugins/actions/server/usage/connector_usage_reporting_task.test.ts rename to x-pack/platform/plugins/shared/actions/server/usage/connector_usage_reporting_task.test.ts diff --git a/x-pack/plugins/actions/server/usage/connector_usage_reporting_task.ts b/x-pack/platform/plugins/shared/actions/server/usage/connector_usage_reporting_task.ts similarity index 100% rename from x-pack/plugins/actions/server/usage/connector_usage_reporting_task.ts rename to x-pack/platform/plugins/shared/actions/server/usage/connector_usage_reporting_task.ts diff --git a/x-pack/plugins/actions/server/usage/index.ts b/x-pack/platform/plugins/shared/actions/server/usage/index.ts similarity index 100% rename from x-pack/plugins/actions/server/usage/index.ts rename to x-pack/platform/plugins/shared/actions/server/usage/index.ts diff --git a/x-pack/plugins/actions/server/usage/lib/actions_telemetry_util.test.ts b/x-pack/platform/plugins/shared/actions/server/usage/lib/actions_telemetry_util.test.ts similarity index 100% rename from x-pack/plugins/actions/server/usage/lib/actions_telemetry_util.test.ts rename to x-pack/platform/plugins/shared/actions/server/usage/lib/actions_telemetry_util.test.ts diff --git a/x-pack/plugins/actions/server/usage/lib/actions_telemetry_util.ts b/x-pack/platform/plugins/shared/actions/server/usage/lib/actions_telemetry_util.ts similarity index 100% rename from x-pack/plugins/actions/server/usage/lib/actions_telemetry_util.ts rename to x-pack/platform/plugins/shared/actions/server/usage/lib/actions_telemetry_util.ts diff --git a/x-pack/plugins/actions/server/usage/lib/parse_connector_type_bucket.test.ts b/x-pack/platform/plugins/shared/actions/server/usage/lib/parse_connector_type_bucket.test.ts similarity index 100% rename from x-pack/plugins/actions/server/usage/lib/parse_connector_type_bucket.test.ts rename to x-pack/platform/plugins/shared/actions/server/usage/lib/parse_connector_type_bucket.test.ts diff --git a/x-pack/plugins/actions/server/usage/lib/parse_connector_type_bucket.ts b/x-pack/platform/plugins/shared/actions/server/usage/lib/parse_connector_type_bucket.ts similarity index 100% rename from x-pack/plugins/actions/server/usage/lib/parse_connector_type_bucket.ts rename to x-pack/platform/plugins/shared/actions/server/usage/lib/parse_connector_type_bucket.ts diff --git a/x-pack/plugins/actions/server/usage/task.ts b/x-pack/platform/plugins/shared/actions/server/usage/task.ts similarity index 100% rename from x-pack/plugins/actions/server/usage/task.ts rename to x-pack/platform/plugins/shared/actions/server/usage/task.ts diff --git a/x-pack/plugins/actions/server/usage/task_state.test.ts b/x-pack/platform/plugins/shared/actions/server/usage/task_state.test.ts similarity index 100% rename from x-pack/plugins/actions/server/usage/task_state.test.ts rename to x-pack/platform/plugins/shared/actions/server/usage/task_state.test.ts diff --git a/x-pack/plugins/actions/server/usage/task_state.ts b/x-pack/platform/plugins/shared/actions/server/usage/task_state.ts similarity index 100% rename from x-pack/plugins/actions/server/usage/task_state.ts rename to x-pack/platform/plugins/shared/actions/server/usage/task_state.ts diff --git a/x-pack/plugins/actions/server/usage/types.ts b/x-pack/platform/plugins/shared/actions/server/usage/types.ts similarity index 100% rename from x-pack/plugins/actions/server/usage/types.ts rename to x-pack/platform/plugins/shared/actions/server/usage/types.ts diff --git a/x-pack/plugins/actions/tsconfig.json b/x-pack/platform/plugins/shared/actions/tsconfig.json similarity index 96% rename from x-pack/plugins/actions/tsconfig.json rename to x-pack/platform/plugins/shared/actions/tsconfig.json index 709826d33e897..9927b50990274 100644 --- a/x-pack/plugins/actions/tsconfig.json +++ b/x-pack/platform/plugins/shared/actions/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "../../../tsconfig.base.json", + "extends": "../../../../../tsconfig.base.json", "compilerOptions": { "outDir": "target/types", }, diff --git a/x-pack/plugins/alerting/README.md b/x-pack/platform/plugins/shared/alerting/README.md similarity index 99% rename from x-pack/plugins/alerting/README.md rename to x-pack/platform/plugins/shared/alerting/README.md index 5139b05d4f4fa..fde3c5fdec3b3 100644 --- a/x-pack/plugins/alerting/README.md +++ b/x-pack/platform/plugins/shared/alerting/README.md @@ -254,7 +254,7 @@ Currently most rule types are free features. But some rule types are subscriptio You should create asciidoc for each new rule type you develop: -- For stack rules, add an entry to the rule type index - [`docs/user/alerting/stack-rules.asciidoc`](../../../docs/user/alerting/stack-rules.asciidoc) which points to a new document for the rule type that should live in the directory [`docs/user/alerting/stack-rules`](../../../docs/user/alerting/stack-rules). +- For stack rules, add an entry to the rule type index - [`docs/user/alerting/stack-rules.asciidoc`](../../../../../docs/user/alerting/stack-rules.asciidoc) which points to a new document for the rule type that should live in the directory [`docs/user/alerting/stack-rules`](../../../docs/user/alerting/stack-rules). - Solution specific rule documentation should live within the docs for the solution. @@ -271,14 +271,14 @@ This example rule type receives server and threshold as parameters. It will read ```typescript import { schema } from '@kbn/config-schema'; -import { RuleType, RuleExecutorOptions } from '../../../alerting/server'; +import { RuleType, RuleExecutorOptions } from '../../../../../alerting/server'; // These type names will eventually be updated to reflect the new terminology import { RuleTypeParams, RuleTypeState, AlertInstanceState, AlertInstanceContext, -} from '../../../alerting/common'; +} from '../../../../../alerting/common'; ... interface MyRuleTypeParams extends RuleTypeParams { server: string; diff --git a/x-pack/plugins/alerting/common/action_ref_prefix.ts b/x-pack/platform/plugins/shared/alerting/common/action_ref_prefix.ts similarity index 100% rename from x-pack/plugins/alerting/common/action_ref_prefix.ts rename to x-pack/platform/plugins/shared/alerting/common/action_ref_prefix.ts diff --git a/x-pack/plugins/alerting/common/alert_schema/context_to_schema_name.test.ts b/x-pack/platform/plugins/shared/alerting/common/alert_schema/context_to_schema_name.test.ts similarity index 100% rename from x-pack/plugins/alerting/common/alert_schema/context_to_schema_name.test.ts rename to x-pack/platform/plugins/shared/alerting/common/alert_schema/context_to_schema_name.test.ts diff --git a/x-pack/plugins/alerting/common/alert_schema/context_to_schema_name.ts b/x-pack/platform/plugins/shared/alerting/common/alert_schema/context_to_schema_name.ts similarity index 100% rename from x-pack/plugins/alerting/common/alert_schema/context_to_schema_name.ts rename to x-pack/platform/plugins/shared/alerting/common/alert_schema/context_to_schema_name.ts diff --git a/x-pack/plugins/alerting/common/alert_schema/field_maps/component_template_from_field_map.test.ts b/x-pack/platform/plugins/shared/alerting/common/alert_schema/field_maps/component_template_from_field_map.test.ts similarity index 100% rename from x-pack/plugins/alerting/common/alert_schema/field_maps/component_template_from_field_map.test.ts rename to x-pack/platform/plugins/shared/alerting/common/alert_schema/field_maps/component_template_from_field_map.test.ts diff --git a/x-pack/plugins/alerting/common/alert_schema/field_maps/component_template_from_field_map.ts b/x-pack/platform/plugins/shared/alerting/common/alert_schema/field_maps/component_template_from_field_map.ts similarity index 100% rename from x-pack/plugins/alerting/common/alert_schema/field_maps/component_template_from_field_map.ts rename to x-pack/platform/plugins/shared/alerting/common/alert_schema/field_maps/component_template_from_field_map.ts diff --git a/x-pack/plugins/alerting/common/alert_schema/field_maps/mapping_from_field_map.test.ts b/x-pack/platform/plugins/shared/alerting/common/alert_schema/field_maps/mapping_from_field_map.test.ts similarity index 100% rename from x-pack/plugins/alerting/common/alert_schema/field_maps/mapping_from_field_map.test.ts rename to x-pack/platform/plugins/shared/alerting/common/alert_schema/field_maps/mapping_from_field_map.test.ts diff --git a/x-pack/plugins/alerting/common/alert_schema/field_maps/mapping_from_field_map.ts b/x-pack/platform/plugins/shared/alerting/common/alert_schema/field_maps/mapping_from_field_map.ts similarity index 100% rename from x-pack/plugins/alerting/common/alert_schema/field_maps/mapping_from_field_map.ts rename to x-pack/platform/plugins/shared/alerting/common/alert_schema/field_maps/mapping_from_field_map.ts diff --git a/x-pack/plugins/alerting/common/alert_schema/index.ts b/x-pack/platform/plugins/shared/alerting/common/alert_schema/index.ts similarity index 100% rename from x-pack/plugins/alerting/common/alert_schema/index.ts rename to x-pack/platform/plugins/shared/alerting/common/alert_schema/index.ts diff --git a/x-pack/plugins/alerting/common/alert_summary.ts b/x-pack/platform/plugins/shared/alerting/common/alert_summary.ts similarity index 100% rename from x-pack/plugins/alerting/common/alert_summary.ts rename to x-pack/platform/plugins/shared/alerting/common/alert_summary.ts diff --git a/x-pack/plugins/alerting/common/builtin_action_groups.ts b/x-pack/platform/plugins/shared/alerting/common/builtin_action_groups.ts similarity index 100% rename from x-pack/plugins/alerting/common/builtin_action_groups.ts rename to x-pack/platform/plugins/shared/alerting/common/builtin_action_groups.ts diff --git a/x-pack/plugins/alerting/common/bulk_edit.ts b/x-pack/platform/plugins/shared/alerting/common/bulk_edit.ts similarity index 100% rename from x-pack/plugins/alerting/common/bulk_edit.ts rename to x-pack/platform/plugins/shared/alerting/common/bulk_edit.ts diff --git a/x-pack/plugins/alerting/common/constants/ad_hoc_run_status.ts b/x-pack/platform/plugins/shared/alerting/common/constants/ad_hoc_run_status.ts similarity index 100% rename from x-pack/plugins/alerting/common/constants/ad_hoc_run_status.ts rename to x-pack/platform/plugins/shared/alerting/common/constants/ad_hoc_run_status.ts diff --git a/x-pack/plugins/alerting/common/constants/backfill.ts b/x-pack/platform/plugins/shared/alerting/common/constants/backfill.ts similarity index 100% rename from x-pack/plugins/alerting/common/constants/backfill.ts rename to x-pack/platform/plugins/shared/alerting/common/constants/backfill.ts diff --git a/x-pack/plugins/alerting/common/constants/index.ts b/x-pack/platform/plugins/shared/alerting/common/constants/index.ts similarity index 100% rename from x-pack/plugins/alerting/common/constants/index.ts rename to x-pack/platform/plugins/shared/alerting/common/constants/index.ts diff --git a/x-pack/plugins/alerting/common/constants/plugin.ts b/x-pack/platform/plugins/shared/alerting/common/constants/plugin.ts similarity index 100% rename from x-pack/plugins/alerting/common/constants/plugin.ts rename to x-pack/platform/plugins/shared/alerting/common/constants/plugin.ts diff --git a/x-pack/plugins/alerting/common/disabled_action_groups.test.ts b/x-pack/platform/plugins/shared/alerting/common/disabled_action_groups.test.ts similarity index 100% rename from x-pack/plugins/alerting/common/disabled_action_groups.test.ts rename to x-pack/platform/plugins/shared/alerting/common/disabled_action_groups.test.ts diff --git a/x-pack/plugins/alerting/common/disabled_action_groups.ts b/x-pack/platform/plugins/shared/alerting/common/disabled_action_groups.ts similarity index 100% rename from x-pack/plugins/alerting/common/disabled_action_groups.ts rename to x-pack/platform/plugins/shared/alerting/common/disabled_action_groups.ts diff --git a/x-pack/plugins/alerting/common/execution_log_types.ts b/x-pack/platform/plugins/shared/alerting/common/execution_log_types.ts similarity index 100% rename from x-pack/plugins/alerting/common/execution_log_types.ts rename to x-pack/platform/plugins/shared/alerting/common/execution_log_types.ts diff --git a/x-pack/plugins/alerting/common/index.ts b/x-pack/platform/plugins/shared/alerting/common/index.ts similarity index 100% rename from x-pack/plugins/alerting/common/index.ts rename to x-pack/platform/plugins/shared/alerting/common/index.ts diff --git a/x-pack/plugins/alerting/common/iso_weekdays.ts b/x-pack/platform/plugins/shared/alerting/common/iso_weekdays.ts similarity index 100% rename from x-pack/plugins/alerting/common/iso_weekdays.ts rename to x-pack/platform/plugins/shared/alerting/common/iso_weekdays.ts diff --git a/x-pack/plugins/alerting/common/lib/index.ts b/x-pack/platform/plugins/shared/alerting/common/lib/index.ts similarity index 100% rename from x-pack/plugins/alerting/common/lib/index.ts rename to x-pack/platform/plugins/shared/alerting/common/lib/index.ts diff --git a/x-pack/plugins/alerting/common/lib/validate_backfill_schedule.test.ts b/x-pack/platform/plugins/shared/alerting/common/lib/validate_backfill_schedule.test.ts similarity index 100% rename from x-pack/plugins/alerting/common/lib/validate_backfill_schedule.test.ts rename to x-pack/platform/plugins/shared/alerting/common/lib/validate_backfill_schedule.test.ts diff --git a/x-pack/plugins/alerting/common/lib/validate_backfill_schedule.ts b/x-pack/platform/plugins/shared/alerting/common/lib/validate_backfill_schedule.ts similarity index 100% rename from x-pack/plugins/alerting/common/lib/validate_backfill_schedule.ts rename to x-pack/platform/plugins/shared/alerting/common/lib/validate_backfill_schedule.ts diff --git a/x-pack/plugins/alerting/common/maintenance_window.ts b/x-pack/platform/plugins/shared/alerting/common/maintenance_window.ts similarity index 100% rename from x-pack/plugins/alerting/common/maintenance_window.ts rename to x-pack/platform/plugins/shared/alerting/common/maintenance_window.ts diff --git a/x-pack/plugins/alerting/common/maintenance_window_scoped_query_error_message.ts b/x-pack/platform/plugins/shared/alerting/common/maintenance_window_scoped_query_error_message.ts similarity index 100% rename from x-pack/plugins/alerting/common/maintenance_window_scoped_query_error_message.ts rename to x-pack/platform/plugins/shared/alerting/common/maintenance_window_scoped_query_error_message.ts diff --git a/x-pack/plugins/alerting/common/parse_duration.test.ts b/x-pack/platform/plugins/shared/alerting/common/parse_duration.test.ts similarity index 100% rename from x-pack/plugins/alerting/common/parse_duration.test.ts rename to x-pack/platform/plugins/shared/alerting/common/parse_duration.test.ts diff --git a/x-pack/plugins/alerting/common/parse_duration.ts b/x-pack/platform/plugins/shared/alerting/common/parse_duration.ts similarity index 100% rename from x-pack/plugins/alerting/common/parse_duration.ts rename to x-pack/platform/plugins/shared/alerting/common/parse_duration.ts diff --git a/x-pack/plugins/alerting/common/routes/alerts_filter_query/index.ts b/x-pack/platform/plugins/shared/alerting/common/routes/alerts_filter_query/index.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/alerts_filter_query/index.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/alerts_filter_query/index.ts diff --git a/x-pack/plugins/alerting/common/routes/alerts_filter_query/schemas/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/alerts_filter_query/schemas/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/alerts_filter_query/schemas/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/alerts_filter_query/schemas/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/alerts_filter_query/schemas/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/alerts_filter_query/schemas/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/alerts_filter_query/schemas/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/alerts_filter_query/schemas/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/backfill/apis/delete/index.ts b/x-pack/platform/plugins/shared/alerting/common/routes/backfill/apis/delete/index.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/backfill/apis/delete/index.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/backfill/apis/delete/index.ts diff --git a/x-pack/plugins/alerting/common/routes/backfill/apis/delete/schemas/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/backfill/apis/delete/schemas/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/backfill/apis/delete/schemas/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/backfill/apis/delete/schemas/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/backfill/apis/delete/schemas/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/backfill/apis/delete/schemas/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/backfill/apis/delete/schemas/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/backfill/apis/delete/schemas/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/backfill/apis/delete/types/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/backfill/apis/delete/types/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/backfill/apis/delete/types/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/backfill/apis/delete/types/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/backfill/apis/delete/types/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/backfill/apis/delete/types/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/backfill/apis/delete/types/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/backfill/apis/delete/types/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/backfill/apis/find/index.ts b/x-pack/platform/plugins/shared/alerting/common/routes/backfill/apis/find/index.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/backfill/apis/find/index.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/backfill/apis/find/index.ts diff --git a/x-pack/plugins/alerting/common/routes/backfill/apis/find/schemas/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/backfill/apis/find/schemas/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/backfill/apis/find/schemas/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/backfill/apis/find/schemas/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/backfill/apis/find/schemas/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/backfill/apis/find/schemas/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/backfill/apis/find/schemas/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/backfill/apis/find/schemas/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/backfill/apis/find/types/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/backfill/apis/find/types/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/backfill/apis/find/types/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/backfill/apis/find/types/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/backfill/apis/find/types/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/backfill/apis/find/types/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/backfill/apis/find/types/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/backfill/apis/find/types/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/backfill/apis/get/index.ts b/x-pack/platform/plugins/shared/alerting/common/routes/backfill/apis/get/index.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/backfill/apis/get/index.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/backfill/apis/get/index.ts diff --git a/x-pack/plugins/alerting/common/routes/backfill/apis/get/schemas/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/backfill/apis/get/schemas/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/backfill/apis/get/schemas/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/backfill/apis/get/schemas/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/backfill/apis/get/schemas/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/backfill/apis/get/schemas/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/backfill/apis/get/schemas/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/backfill/apis/get/schemas/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/backfill/apis/get/types/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/backfill/apis/get/types/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/backfill/apis/get/types/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/backfill/apis/get/types/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/backfill/apis/get/types/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/backfill/apis/get/types/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/backfill/apis/get/types/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/backfill/apis/get/types/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/backfill/apis/schedule/index.ts b/x-pack/platform/plugins/shared/alerting/common/routes/backfill/apis/schedule/index.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/backfill/apis/schedule/index.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/backfill/apis/schedule/index.ts diff --git a/x-pack/plugins/alerting/common/routes/backfill/apis/schedule/schemas/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/backfill/apis/schedule/schemas/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/backfill/apis/schedule/schemas/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/backfill/apis/schedule/schemas/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/backfill/apis/schedule/schemas/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/backfill/apis/schedule/schemas/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/backfill/apis/schedule/schemas/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/backfill/apis/schedule/schemas/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/backfill/apis/schedule/types/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/backfill/apis/schedule/types/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/backfill/apis/schedule/types/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/backfill/apis/schedule/types/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/backfill/apis/schedule/types/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/backfill/apis/schedule/types/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/backfill/apis/schedule/types/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/backfill/apis/schedule/types/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/backfill/response/index.ts b/x-pack/platform/plugins/shared/alerting/common/routes/backfill/response/index.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/backfill/response/index.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/backfill/response/index.ts diff --git a/x-pack/plugins/alerting/common/routes/backfill/response/schemas/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/backfill/response/schemas/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/backfill/response/schemas/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/backfill/response/schemas/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/backfill/response/schemas/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/backfill/response/schemas/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/backfill/response/schemas/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/backfill/response/schemas/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/backfill/response/types/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/backfill/response/types/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/backfill/response/types/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/backfill/response/types/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/backfill/response/types/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/backfill/response/types/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/backfill/response/types/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/backfill/response/types/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/framework/apis/health/index.ts b/x-pack/platform/plugins/shared/alerting/common/routes/framework/apis/health/index.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/framework/apis/health/index.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/framework/apis/health/index.ts diff --git a/x-pack/plugins/alerting/common/routes/framework/apis/health/schemas/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/framework/apis/health/schemas/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/framework/apis/health/schemas/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/framework/apis/health/schemas/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/framework/apis/health/schemas/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/framework/apis/health/schemas/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/framework/apis/health/schemas/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/framework/apis/health/schemas/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/framework/apis/health/types/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/framework/apis/health/types/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/framework/apis/health/types/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/framework/apis/health/types/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/framework/apis/health/types/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/framework/apis/health/types/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/framework/apis/health/types/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/framework/apis/health/types/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/maintenance_window/apis/archive/index.ts b/x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/archive/index.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/maintenance_window/apis/archive/index.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/archive/index.ts diff --git a/x-pack/plugins/alerting/common/routes/maintenance_window/apis/archive/schemas/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/archive/schemas/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/maintenance_window/apis/archive/schemas/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/archive/schemas/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/maintenance_window/apis/archive/schemas/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/archive/schemas/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/maintenance_window/apis/archive/schemas/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/archive/schemas/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/maintenance_window/apis/archive/types/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/archive/types/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/maintenance_window/apis/archive/types/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/archive/types/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/maintenance_window/apis/archive/types/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/archive/types/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/maintenance_window/apis/archive/types/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/archive/types/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/maintenance_window/apis/bulk_get/index.ts b/x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/bulk_get/index.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/maintenance_window/apis/bulk_get/index.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/bulk_get/index.ts diff --git a/x-pack/plugins/alerting/common/routes/maintenance_window/apis/bulk_get/schemas/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/bulk_get/schemas/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/maintenance_window/apis/bulk_get/schemas/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/bulk_get/schemas/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/maintenance_window/apis/bulk_get/schemas/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/bulk_get/schemas/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/maintenance_window/apis/bulk_get/schemas/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/bulk_get/schemas/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/maintenance_window/apis/bulk_get/types/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/bulk_get/types/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/maintenance_window/apis/bulk_get/types/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/bulk_get/types/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/maintenance_window/apis/bulk_get/types/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/bulk_get/types/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/maintenance_window/apis/bulk_get/types/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/bulk_get/types/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/maintenance_window/apis/create/index.ts b/x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/create/index.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/maintenance_window/apis/create/index.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/create/index.ts diff --git a/x-pack/plugins/alerting/common/routes/maintenance_window/apis/create/schemas/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/create/schemas/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/maintenance_window/apis/create/schemas/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/create/schemas/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/maintenance_window/apis/create/schemas/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/create/schemas/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/maintenance_window/apis/create/schemas/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/create/schemas/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/maintenance_window/apis/create/types/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/create/types/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/maintenance_window/apis/create/types/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/create/types/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/maintenance_window/apis/create/types/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/create/types/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/maintenance_window/apis/create/types/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/create/types/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/maintenance_window/apis/delete/index.ts b/x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/delete/index.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/maintenance_window/apis/delete/index.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/delete/index.ts diff --git a/x-pack/plugins/alerting/common/routes/maintenance_window/apis/delete/schemas/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/delete/schemas/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/maintenance_window/apis/delete/schemas/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/delete/schemas/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/maintenance_window/apis/delete/schemas/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/delete/schemas/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/maintenance_window/apis/delete/schemas/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/delete/schemas/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/maintenance_window/apis/delete/types/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/delete/types/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/maintenance_window/apis/delete/types/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/delete/types/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/maintenance_window/apis/delete/types/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/delete/types/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/maintenance_window/apis/delete/types/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/delete/types/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/maintenance_window/apis/find/index.ts b/x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/find/index.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/maintenance_window/apis/find/index.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/find/index.ts diff --git a/x-pack/plugins/alerting/common/routes/maintenance_window/apis/find/schemas/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/find/schemas/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/maintenance_window/apis/find/schemas/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/find/schemas/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/maintenance_window/apis/find/schemas/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/find/schemas/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/maintenance_window/apis/find/schemas/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/find/schemas/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/maintenance_window/apis/find/types/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/find/types/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/maintenance_window/apis/find/types/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/find/types/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/maintenance_window/apis/find/types/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/find/types/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/maintenance_window/apis/find/types/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/find/types/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/maintenance_window/apis/finish/index.ts b/x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/finish/index.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/maintenance_window/apis/finish/index.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/finish/index.ts diff --git a/x-pack/plugins/alerting/common/routes/maintenance_window/apis/finish/schemas/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/finish/schemas/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/maintenance_window/apis/finish/schemas/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/finish/schemas/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/maintenance_window/apis/finish/schemas/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/finish/schemas/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/maintenance_window/apis/finish/schemas/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/finish/schemas/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/maintenance_window/apis/finish/types/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/finish/types/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/maintenance_window/apis/finish/types/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/finish/types/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/maintenance_window/apis/finish/types/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/finish/types/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/maintenance_window/apis/finish/types/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/finish/types/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/maintenance_window/apis/get/index.ts b/x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/get/index.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/maintenance_window/apis/get/index.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/get/index.ts diff --git a/x-pack/plugins/alerting/common/routes/maintenance_window/apis/get/schemas/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/get/schemas/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/maintenance_window/apis/get/schemas/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/get/schemas/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/maintenance_window/apis/get/schemas/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/get/schemas/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/maintenance_window/apis/get/schemas/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/get/schemas/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/maintenance_window/apis/get/types/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/get/types/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/maintenance_window/apis/get/types/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/get/types/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/maintenance_window/apis/get/types/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/get/types/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/maintenance_window/apis/get/types/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/get/types/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/maintenance_window/apis/get_active/index.ts b/x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/get_active/index.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/maintenance_window/apis/get_active/index.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/get_active/index.ts diff --git a/x-pack/plugins/alerting/common/routes/maintenance_window/apis/get_active/types/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/get_active/types/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/maintenance_window/apis/get_active/types/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/get_active/types/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/maintenance_window/apis/get_active/types/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/get_active/types/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/maintenance_window/apis/get_active/types/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/get_active/types/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/maintenance_window/apis/update/index.ts b/x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/update/index.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/maintenance_window/apis/update/index.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/update/index.ts diff --git a/x-pack/plugins/alerting/common/routes/maintenance_window/apis/update/schemas/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/update/schemas/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/maintenance_window/apis/update/schemas/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/update/schemas/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/maintenance_window/apis/update/schemas/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/update/schemas/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/maintenance_window/apis/update/schemas/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/update/schemas/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/maintenance_window/apis/update/types/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/update/types/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/maintenance_window/apis/update/types/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/update/types/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/maintenance_window/apis/update/types/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/update/types/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/maintenance_window/apis/update/types/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/apis/update/types/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/maintenance_window/response/constants/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/response/constants/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/maintenance_window/response/constants/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/response/constants/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/maintenance_window/response/constants/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/response/constants/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/maintenance_window/response/constants/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/response/constants/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/maintenance_window/response/index.ts b/x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/response/index.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/maintenance_window/response/index.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/response/index.ts diff --git a/x-pack/plugins/alerting/common/routes/maintenance_window/response/schemas/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/response/schemas/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/maintenance_window/response/schemas/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/response/schemas/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/maintenance_window/response/schemas/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/response/schemas/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/maintenance_window/response/schemas/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/response/schemas/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/maintenance_window/response/types/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/response/types/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/maintenance_window/response/types/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/response/types/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/maintenance_window/response/types/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/response/types/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/maintenance_window/response/types/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/response/types/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/maintenance_window/shared/constants/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/shared/constants/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/maintenance_window/shared/constants/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/shared/constants/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/maintenance_window/shared/constants/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/shared/constants/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/maintenance_window/shared/constants/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/shared/constants/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/maintenance_window/shared/index.ts b/x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/shared/index.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/maintenance_window/shared/index.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/shared/index.ts diff --git a/x-pack/plugins/alerting/common/routes/maintenance_window/shared/schemas/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/shared/schemas/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/maintenance_window/shared/schemas/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/shared/schemas/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/maintenance_window/shared/schemas/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/shared/schemas/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/maintenance_window/shared/schemas/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/shared/schemas/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/maintenance_window/shared/types/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/shared/types/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/maintenance_window/shared/types/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/shared/types/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/maintenance_window/shared/types/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/shared/types/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/maintenance_window/shared/types/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/maintenance_window/shared/types/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/r_rule/index.ts b/x-pack/platform/plugins/shared/alerting/common/routes/r_rule/index.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/r_rule/index.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/r_rule/index.ts diff --git a/x-pack/plugins/alerting/common/routes/r_rule/request/schemas/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/r_rule/request/schemas/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/r_rule/request/schemas/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/r_rule/request/schemas/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/r_rule/request/schemas/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/r_rule/request/schemas/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/r_rule/request/schemas/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/r_rule/request/schemas/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/r_rule/request/types/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/r_rule/request/types/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/r_rule/request/types/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/r_rule/request/types/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/r_rule/request/types/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/r_rule/request/types/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/r_rule/request/types/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/r_rule/request/types/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/r_rule/response/schemas/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/r_rule/response/schemas/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/r_rule/response/schemas/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/r_rule/response/schemas/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/r_rule/response/schemas/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/r_rule/response/schemas/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/r_rule/response/schemas/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/r_rule/response/schemas/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/r_rule/response/types/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/r_rule/response/types/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/r_rule/response/types/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/r_rule/response/types/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/r_rule/response/types/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/r_rule/response/types/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/r_rule/response/types/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/r_rule/response/types/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/r_rule/validation/index.ts b/x-pack/platform/plugins/shared/alerting/common/routes/r_rule/validation/index.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/r_rule/validation/index.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/r_rule/validation/index.ts diff --git a/x-pack/plugins/alerting/common/routes/r_rule/validation/validate_end_date/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/r_rule/validation/validate_end_date/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/r_rule/validation/validate_end_date/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/r_rule/validation/validate_end_date/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/r_rule/validation/validate_end_date/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/r_rule/validation/validate_end_date/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/r_rule/validation/validate_end_date/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/r_rule/validation/validate_end_date/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/r_rule/validation/validate_recurrence_by/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/r_rule/validation/validate_recurrence_by/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/r_rule/validation/validate_recurrence_by/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/r_rule/validation/validate_recurrence_by/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/r_rule/validation/validate_recurrence_by/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/r_rule/validation/validate_recurrence_by/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/r_rule/validation/validate_recurrence_by/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/r_rule/validation/validate_recurrence_by/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/r_rule/validation/validate_start_date/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/r_rule/validation/validate_start_date/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/r_rule/validation/validate_start_date/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/r_rule/validation/validate_start_date/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/r_rule/validation/validate_start_date/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/r_rule/validation/validate_start_date/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/r_rule/validation/validate_start_date/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/r_rule/validation/validate_start_date/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/aggregate/index.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/aggregate/index.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/aggregate/index.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/aggregate/index.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/aggregate/schemas/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/aggregate/schemas/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/aggregate/schemas/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/aggregate/schemas/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/aggregate/schemas/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/aggregate/schemas/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/aggregate/schemas/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/aggregate/schemas/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/aggregate/types/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/aggregate/types/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/aggregate/types/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/aggregate/types/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/aggregate/types/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/aggregate/types/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/aggregate/types/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/aggregate/types/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/bulk_delete/index.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_delete/index.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/bulk_delete/index.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_delete/index.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/bulk_delete/schemas/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_delete/schemas/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/bulk_delete/schemas/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_delete/schemas/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/bulk_delete/schemas/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_delete/schemas/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/bulk_delete/schemas/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_delete/schemas/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/bulk_delete/types/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_delete/types/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/bulk_delete/types/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_delete/types/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/bulk_delete/types/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_delete/types/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/bulk_delete/types/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_delete/types/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/bulk_delete/validation/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_delete/validation/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/bulk_delete/validation/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_delete/validation/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/bulk_delete/validation/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_delete/validation/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/bulk_delete/validation/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_delete/validation/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/bulk_disable/index.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_disable/index.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/bulk_disable/index.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_disable/index.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/bulk_disable/schemas/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_disable/schemas/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/bulk_disable/schemas/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_disable/schemas/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/bulk_disable/schemas/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_disable/schemas/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/bulk_disable/schemas/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_disable/schemas/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/bulk_disable/types/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_disable/types/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/bulk_disable/types/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_disable/types/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/bulk_disable/types/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_disable/types/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/bulk_disable/types/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_disable/types/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/bulk_disable/validation/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_disable/validation/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/bulk_disable/validation/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_disable/validation/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/bulk_disable/validation/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_disable/validation/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/bulk_disable/validation/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_disable/validation/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/bulk_edit/index.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_edit/index.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/bulk_edit/index.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_edit/index.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/bulk_edit/schemas/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_edit/schemas/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/bulk_edit/schemas/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_edit/schemas/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/bulk_edit/schemas/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_edit/schemas/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/bulk_edit/schemas/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_edit/schemas/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/bulk_edit/types/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_edit/types/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/bulk_edit/types/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_edit/types/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/bulk_edit/types/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_edit/types/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/bulk_edit/types/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_edit/types/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/bulk_enable/index.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_enable/index.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/bulk_enable/index.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_enable/index.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/bulk_enable/schemas/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_enable/schemas/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/bulk_enable/schemas/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_enable/schemas/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/bulk_enable/schemas/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_enable/schemas/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/bulk_enable/schemas/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_enable/schemas/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/bulk_enable/types/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_enable/types/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/bulk_enable/types/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_enable/types/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/bulk_enable/types/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_enable/types/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/bulk_enable/types/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_enable/types/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/bulk_untrack/index.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_untrack/index.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/bulk_untrack/index.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_untrack/index.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/bulk_untrack/schemas/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_untrack/schemas/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/bulk_untrack/schemas/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_untrack/schemas/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/bulk_untrack/schemas/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_untrack/schemas/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/bulk_untrack/schemas/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_untrack/schemas/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/bulk_untrack/types/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_untrack/types/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/bulk_untrack/types/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_untrack/types/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/bulk_untrack/types/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_untrack/types/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/bulk_untrack/types/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_untrack/types/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/bulk_untrack_by_query/index.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_untrack_by_query/index.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/bulk_untrack_by_query/index.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_untrack_by_query/index.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/bulk_untrack_by_query/schemas/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_untrack_by_query/schemas/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/bulk_untrack_by_query/schemas/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_untrack_by_query/schemas/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/bulk_untrack_by_query/schemas/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_untrack_by_query/schemas/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/bulk_untrack_by_query/schemas/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_untrack_by_query/schemas/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/bulk_untrack_by_query/types/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_untrack_by_query/types/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/bulk_untrack_by_query/types/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_untrack_by_query/types/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/bulk_untrack_by_query/types/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_untrack_by_query/types/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/bulk_untrack_by_query/types/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/bulk_untrack_by_query/types/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/clone/index.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/clone/index.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/clone/index.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/clone/index.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/clone/schemas/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/clone/schemas/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/clone/schemas/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/clone/schemas/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/clone/schemas/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/clone/schemas/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/clone/schemas/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/clone/schemas/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/clone/types/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/clone/types/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/clone/types/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/clone/types/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/clone/types/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/clone/types/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/clone/types/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/clone/types/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/create/index.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/create/index.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/create/index.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/create/index.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/create/schemas/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/create/schemas/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/create/schemas/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/create/schemas/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/create/schemas/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/create/schemas/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/create/schemas/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/create/schemas/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/create/types/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/create/types/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/create/types/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/create/types/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/create/types/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/create/types/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/create/types/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/create/types/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/delete/index.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/delete/index.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/delete/index.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/delete/index.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/delete/schemas/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/delete/schemas/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/delete/schemas/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/delete/schemas/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/delete/schemas/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/delete/schemas/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/delete/schemas/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/delete/schemas/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/delete/types/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/delete/types/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/delete/types/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/delete/types/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/delete/types/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/delete/types/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/delete/types/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/delete/types/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/disable/index.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/disable/index.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/disable/index.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/disable/index.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/disable/schemas/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/disable/schemas/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/disable/schemas/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/disable/schemas/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/disable/schemas/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/disable/schemas/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/disable/schemas/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/disable/schemas/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/disable/types/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/disable/types/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/disable/types/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/disable/types/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/disable/types/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/disable/types/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/disable/types/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/disable/types/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/enable/index.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/enable/index.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/enable/index.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/enable/index.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/enable/schemas/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/enable/schemas/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/enable/schemas/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/enable/schemas/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/enable/schemas/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/enable/schemas/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/enable/schemas/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/enable/schemas/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/enable/types/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/enable/types/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/enable/types/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/enable/types/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/enable/types/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/enable/types/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/enable/types/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/enable/types/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/find/index.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/find/index.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/find/index.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/find/index.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/find/schemas/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/find/schemas/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/find/schemas/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/find/schemas/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/find/schemas/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/find/schemas/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/find/schemas/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/find/schemas/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/find/types/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/find/types/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/find/types/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/find/types/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/find/types/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/find/types/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/find/types/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/find/types/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/get/index.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/get/index.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/get/index.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/get/index.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/get/schemas/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/get/schemas/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/get/schemas/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/get/schemas/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/get/schemas/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/get/schemas/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/get/schemas/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/get/schemas/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/get/types/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/get/types/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/get/types/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/get/types/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/get/types/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/get/types/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/get/types/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/get/types/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/get_schedule_frequency/index.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/get_schedule_frequency/index.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/get_schedule_frequency/index.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/get_schedule_frequency/index.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/get_schedule_frequency/schemas/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/get_schedule_frequency/schemas/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/get_schedule_frequency/schemas/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/get_schedule_frequency/schemas/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/get_schedule_frequency/schemas/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/get_schedule_frequency/schemas/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/get_schedule_frequency/schemas/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/get_schedule_frequency/schemas/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/get_schedule_frequency/types/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/get_schedule_frequency/types/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/get_schedule_frequency/types/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/get_schedule_frequency/types/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/get_schedule_frequency/types/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/get_schedule_frequency/types/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/get_schedule_frequency/types/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/get_schedule_frequency/types/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/list_types/index.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/list_types/index.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/list_types/index.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/list_types/index.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/list_types/schemas/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/list_types/schemas/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/list_types/schemas/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/list_types/schemas/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/list_types/schemas/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/list_types/schemas/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/list_types/schemas/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/list_types/schemas/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/list_types/types/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/list_types/types/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/list_types/types/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/list_types/types/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/list_types/types/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/list_types/types/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/list_types/types/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/list_types/types/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/mute_alert/index.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/mute_alert/index.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/mute_alert/index.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/mute_alert/index.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/mute_alert/schemas/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/mute_alert/schemas/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/mute_alert/schemas/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/mute_alert/schemas/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/mute_alert/schemas/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/mute_alert/schemas/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/mute_alert/schemas/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/mute_alert/schemas/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/mute_alert/types/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/mute_alert/types/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/mute_alert/types/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/mute_alert/types/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/mute_alert/types/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/mute_alert/types/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/mute_alert/types/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/mute_alert/types/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/mute_all/index.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/mute_all/index.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/mute_all/index.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/mute_all/index.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/mute_all/schemas/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/mute_all/schemas/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/mute_all/schemas/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/mute_all/schemas/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/mute_all/schemas/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/mute_all/schemas/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/mute_all/schemas/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/mute_all/schemas/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/mute_all/types/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/mute_all/types/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/mute_all/types/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/mute_all/types/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/mute_all/types/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/mute_all/types/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/mute_all/types/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/mute_all/types/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/resolve/index.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/resolve/index.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/resolve/index.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/resolve/index.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/resolve/schemas/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/resolve/schemas/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/resolve/schemas/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/resolve/schemas/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/resolve/schemas/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/resolve/schemas/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/resolve/schemas/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/resolve/schemas/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/resolve/types/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/resolve/types/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/resolve/types/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/resolve/types/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/resolve/types/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/resolve/types/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/resolve/types/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/resolve/types/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/snooze/index.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/snooze/index.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/snooze/index.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/snooze/index.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/snooze/schemas/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/snooze/schemas/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/snooze/schemas/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/snooze/schemas/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/snooze/schemas/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/snooze/schemas/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/snooze/schemas/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/snooze/schemas/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/tags/constants/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/tags/constants/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/tags/constants/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/tags/constants/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/tags/constants/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/tags/constants/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/tags/constants/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/tags/constants/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/tags/index.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/tags/index.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/tags/index.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/tags/index.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/tags/schemas/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/tags/schemas/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/tags/schemas/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/tags/schemas/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/tags/schemas/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/tags/schemas/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/tags/schemas/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/tags/schemas/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/tags/types/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/tags/types/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/tags/types/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/tags/types/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/tags/types/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/tags/types/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/tags/types/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/tags/types/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/unmute_alert/index.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/unmute_alert/index.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/unmute_alert/index.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/unmute_alert/index.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/unmute_alert/schemas/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/unmute_alert/schemas/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/unmute_alert/schemas/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/unmute_alert/schemas/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/unmute_alert/schemas/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/unmute_alert/schemas/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/unmute_alert/schemas/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/unmute_alert/schemas/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/unmute_alert/types/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/unmute_alert/types/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/unmute_alert/types/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/unmute_alert/types/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/unmute_alert/types/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/unmute_alert/types/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/unmute_alert/types/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/unmute_alert/types/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/unmute_all/index.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/unmute_all/index.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/unmute_all/index.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/unmute_all/index.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/unmute_all/schemas/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/unmute_all/schemas/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/unmute_all/schemas/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/unmute_all/schemas/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/unmute_all/schemas/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/unmute_all/schemas/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/unmute_all/schemas/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/unmute_all/schemas/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/unmute_all/types/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/unmute_all/types/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/unmute_all/types/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/unmute_all/types/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/unmute_all/types/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/unmute_all/types/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/unmute_all/types/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/unmute_all/types/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/unsnooze/index.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/unsnooze/index.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/unsnooze/index.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/unsnooze/index.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/unsnooze/schemas/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/unsnooze/schemas/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/unsnooze/schemas/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/unsnooze/schemas/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/unsnooze/schemas/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/unsnooze/schemas/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/unsnooze/schemas/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/unsnooze/schemas/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/update/index.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/update/index.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/update/index.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/update/index.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/update/schemas/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/update/schemas/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/update/schemas/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/update/schemas/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/update/schemas/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/update/schemas/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/update/schemas/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/update/schemas/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/update/types/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/update/types/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/update/types/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/update/types/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/update/types/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/update/types/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/update/types/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/update/types/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/update_api_key/index.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/update_api_key/index.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/update_api_key/index.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/update_api_key/index.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/update_api_key/schemas/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/update_api_key/schemas/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/update_api_key/schemas/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/update_api_key/schemas/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/update_api_key/schemas/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/update_api_key/schemas/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/update_api_key/schemas/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/update_api_key/schemas/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/update_api_key/types/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/update_api_key/types/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/update_api_key/types/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/update_api_key/types/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/apis/update_api_key/types/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/update_api_key/types/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/apis/update_api_key/types/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/apis/update_api_key/types/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/common/constants/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/common/constants/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/common/constants/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/common/constants/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/common/constants/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/common/constants/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/common/constants/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/common/constants/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/common/flapping/schemas/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/common/flapping/schemas/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/common/flapping/schemas/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/common/flapping/schemas/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/common/flapping/schemas/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/common/flapping/schemas/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/common/flapping/schemas/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/common/flapping/schemas/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/common/flapping/types/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/common/flapping/types/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/common/flapping/types/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/common/flapping/types/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/common/flapping/types/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/common/flapping/types/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/common/flapping/types/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/common/flapping/types/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/common/index.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/common/index.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/common/index.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/common/index.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/request/index.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/request/index.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/request/index.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/request/index.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/request/schemas/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/request/schemas/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/request/schemas/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/request/schemas/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/request/schemas/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/request/schemas/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/request/schemas/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/request/schemas/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/response/index.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/response/index.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/response/index.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/response/index.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/response/schemas/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/response/schemas/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/response/schemas/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/response/schemas/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/response/schemas/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/response/schemas/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/response/schemas/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/response/schemas/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/response/types/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/response/types/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/response/types/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/response/types/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/response/types/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/response/types/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/response/types/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/response/types/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/validation/index.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/validation/index.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/validation/index.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/validation/index.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/validation/validate_duration/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/validation/validate_duration/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/validation/validate_duration/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/validation/validate_duration/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/validation/validate_duration/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/validation/validate_duration/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/validation/validate_duration/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/validation/validate_duration/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/validation/validate_flapping/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/validation/validate_flapping/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/validation/validate_flapping/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/validation/validate_flapping/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/validation/validate_flapping/v1.test.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/validation/validate_flapping/v1.test.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/validation/validate_flapping/v1.test.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/validation/validate_flapping/v1.test.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/validation/validate_flapping/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/validation/validate_flapping/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/validation/validate_flapping/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/validation/validate_flapping/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/validation/validate_hours/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/validation/validate_hours/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/validation/validate_hours/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/validation/validate_hours/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/validation/validate_hours/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/validation/validate_hours/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/validation/validate_hours/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/validation/validate_hours/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/validation/validate_notify_when/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/validation/validate_notify_when/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/validation/validate_notify_when/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/validation/validate_notify_when/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/validation/validate_notify_when/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/validation/validate_notify_when/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/validation/validate_notify_when/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/validation/validate_notify_when/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/validation/validate_snooze_schedule/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/validation/validate_snooze_schedule/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/validation/validate_snooze_schedule/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/validation/validate_snooze_schedule/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/validation/validate_snooze_schedule/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/validation/validate_snooze_schedule/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/validation/validate_snooze_schedule/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/validation/validate_snooze_schedule/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/validation/validate_timezone/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/validation/validate_timezone/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/validation/validate_timezone/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/validation/validate_timezone/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rule/validation/validate_timezone/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rule/validation/validate_timezone/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rule/validation/validate_timezone/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rule/validation/validate_timezone/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rules_settings/apis/get/index.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rules_settings/apis/get/index.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rules_settings/apis/get/index.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rules_settings/apis/get/index.ts diff --git a/x-pack/plugins/alerting/common/routes/rules_settings/apis/get/types/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rules_settings/apis/get/types/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rules_settings/apis/get/types/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rules_settings/apis/get/types/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rules_settings/apis/get/types/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rules_settings/apis/get/types/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rules_settings/apis/get/types/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rules_settings/apis/get/types/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rules_settings/apis/update/index.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rules_settings/apis/update/index.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rules_settings/apis/update/index.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rules_settings/apis/update/index.ts diff --git a/x-pack/plugins/alerting/common/routes/rules_settings/apis/update/schemas/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rules_settings/apis/update/schemas/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rules_settings/apis/update/schemas/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rules_settings/apis/update/schemas/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rules_settings/apis/update/schemas/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rules_settings/apis/update/schemas/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rules_settings/apis/update/schemas/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rules_settings/apis/update/schemas/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rules_settings/apis/update/types/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rules_settings/apis/update/types/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rules_settings/apis/update/types/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rules_settings/apis/update/types/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rules_settings/apis/update/types/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rules_settings/apis/update/types/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rules_settings/apis/update/types/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rules_settings/apis/update/types/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rules_settings/response/index.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rules_settings/response/index.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rules_settings/response/index.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rules_settings/response/index.ts diff --git a/x-pack/plugins/alerting/common/routes/rules_settings/response/schemas/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rules_settings/response/schemas/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rules_settings/response/schemas/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rules_settings/response/schemas/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rules_settings/response/schemas/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rules_settings/response/schemas/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rules_settings/response/schemas/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rules_settings/response/schemas/v1.ts diff --git a/x-pack/plugins/alerting/common/routes/rules_settings/response/types/latest.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rules_settings/response/types/latest.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rules_settings/response/types/latest.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rules_settings/response/types/latest.ts diff --git a/x-pack/plugins/alerting/common/routes/rules_settings/response/types/v1.ts b/x-pack/platform/plugins/shared/alerting/common/routes/rules_settings/response/types/v1.ts similarity index 100% rename from x-pack/plugins/alerting/common/routes/rules_settings/response/types/v1.ts rename to x-pack/platform/plugins/shared/alerting/common/routes/rules_settings/response/types/v1.ts diff --git a/x-pack/plugins/alerting/common/rrule_type.ts b/x-pack/platform/plugins/shared/alerting/common/rrule_type.ts similarity index 100% rename from x-pack/plugins/alerting/common/rrule_type.ts rename to x-pack/platform/plugins/shared/alerting/common/rrule_type.ts diff --git a/x-pack/plugins/alerting/common/rule.ts b/x-pack/platform/plugins/shared/alerting/common/rule.ts similarity index 100% rename from x-pack/plugins/alerting/common/rule.ts rename to x-pack/platform/plugins/shared/alerting/common/rule.ts diff --git a/x-pack/plugins/alerting/common/rule_circuit_breaker_error_message.test.ts b/x-pack/platform/plugins/shared/alerting/common/rule_circuit_breaker_error_message.test.ts similarity index 100% rename from x-pack/plugins/alerting/common/rule_circuit_breaker_error_message.test.ts rename to x-pack/platform/plugins/shared/alerting/common/rule_circuit_breaker_error_message.test.ts diff --git a/x-pack/plugins/alerting/common/rule_circuit_breaker_error_message.ts b/x-pack/platform/plugins/shared/alerting/common/rule_circuit_breaker_error_message.ts similarity index 100% rename from x-pack/plugins/alerting/common/rule_circuit_breaker_error_message.ts rename to x-pack/platform/plugins/shared/alerting/common/rule_circuit_breaker_error_message.ts diff --git a/x-pack/plugins/alerting/common/rule_notify_when_type.test.ts b/x-pack/platform/plugins/shared/alerting/common/rule_notify_when_type.test.ts similarity index 100% rename from x-pack/plugins/alerting/common/rule_notify_when_type.test.ts rename to x-pack/platform/plugins/shared/alerting/common/rule_notify_when_type.test.ts diff --git a/x-pack/plugins/alerting/common/rule_notify_when_type.ts b/x-pack/platform/plugins/shared/alerting/common/rule_notify_when_type.ts similarity index 100% rename from x-pack/plugins/alerting/common/rule_notify_when_type.ts rename to x-pack/platform/plugins/shared/alerting/common/rule_notify_when_type.ts diff --git a/x-pack/plugins/alerting/common/rule_snooze_type.ts b/x-pack/platform/plugins/shared/alerting/common/rule_snooze_type.ts similarity index 100% rename from x-pack/plugins/alerting/common/rule_snooze_type.ts rename to x-pack/platform/plugins/shared/alerting/common/rule_snooze_type.ts diff --git a/x-pack/plugins/alerting/common/rule_tags_aggregation.test.ts b/x-pack/platform/plugins/shared/alerting/common/rule_tags_aggregation.test.ts similarity index 100% rename from x-pack/plugins/alerting/common/rule_tags_aggregation.test.ts rename to x-pack/platform/plugins/shared/alerting/common/rule_tags_aggregation.test.ts diff --git a/x-pack/plugins/alerting/common/rule_tags_aggregation.ts b/x-pack/platform/plugins/shared/alerting/common/rule_tags_aggregation.ts similarity index 100% rename from x-pack/plugins/alerting/common/rule_tags_aggregation.ts rename to x-pack/platform/plugins/shared/alerting/common/rule_tags_aggregation.ts diff --git a/x-pack/plugins/alerting/common/rule_type.ts b/x-pack/platform/plugins/shared/alerting/common/rule_type.ts similarity index 100% rename from x-pack/plugins/alerting/common/rule_type.ts rename to x-pack/platform/plugins/shared/alerting/common/rule_type.ts diff --git a/x-pack/plugins/alerting/common/rules_settings.ts b/x-pack/platform/plugins/shared/alerting/common/rules_settings.ts similarity index 100% rename from x-pack/plugins/alerting/common/rules_settings.ts rename to x-pack/platform/plugins/shared/alerting/common/rules_settings.ts diff --git a/x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts b/x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts similarity index 100% rename from x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts rename to x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts diff --git a/x-pack/plugins/alerting/docs/openapi/README.md b/x-pack/platform/plugins/shared/alerting/docs/openapi/README.md similarity index 74% rename from x-pack/plugins/alerting/docs/openapi/README.md rename to x-pack/platform/plugins/shared/alerting/docs/openapi/README.md index c514b4e14249d..e6d23d5d4cec9 100644 --- a/x-pack/plugins/alerting/docs/openapi/README.md +++ b/x-pack/platform/plugins/shared/alerting/docs/openapi/README.md @@ -1,6 +1,6 @@ # OpenAPI (Experimental) -The current self-contained spec file is [as JSON](https://raw.githubusercontent.com/elastic/kibana/master/x-pack/plugins/cases/common/openapi/bundled.json) or [as YAML](https://raw.githubusercontent.com/elastic/kibana/master/x-pack/plugins/cases/common/openapi/bundled.yaml) and can be used for online tools like those found at https://openapi.tools/. +The current self-contained spec file is [as JSON](https://raw.githubusercontent.com/elastic/kibana/master/x-pack/platform/plugins/shared/cases/common/openapi/bundled.json) or [as YAML](https://raw.githubusercontent.com/elastic/kibana/master/x-pack/platform/plugins/shared/cases/common/openapi/bundled.yaml) and can be used for online tools like those found at https://openapi.tools/. This spec is experimental and may be incomplete or change later. A guide about the openApi specification can be found at [https://swagger.io/docs/specification/about/](https://swagger.io/docs/specification/about/). diff --git a/x-pack/plugins/alerting/docs/openapi/bundled.json b/x-pack/platform/plugins/shared/alerting/docs/openapi/bundled.json similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/bundled.json rename to x-pack/platform/plugins/shared/alerting/docs/openapi/bundled.json diff --git a/x-pack/plugins/alerting/docs/openapi/bundled.yaml b/x-pack/platform/plugins/shared/alerting/docs/openapi/bundled.yaml similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/bundled.yaml rename to x-pack/platform/plugins/shared/alerting/docs/openapi/bundled.yaml diff --git a/x-pack/plugins/alerting/docs/openapi/components/examples/get_health_response.yaml b/x-pack/platform/plugins/shared/alerting/docs/openapi/components/examples/get_health_response.yaml similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/components/examples/get_health_response.yaml rename to x-pack/platform/plugins/shared/alerting/docs/openapi/components/examples/get_health_response.yaml diff --git a/x-pack/plugins/alerting/docs/openapi/components/examples/get_rule_response.yaml b/x-pack/platform/plugins/shared/alerting/docs/openapi/components/examples/get_rule_response.yaml similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/components/examples/get_rule_response.yaml rename to x-pack/platform/plugins/shared/alerting/docs/openapi/components/examples/get_rule_response.yaml diff --git a/x-pack/plugins/alerting/docs/openapi/components/examples/get_rule_types_response.yaml b/x-pack/platform/plugins/shared/alerting/docs/openapi/components/examples/get_rule_types_response.yaml similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/components/examples/get_rule_types_response.yaml rename to x-pack/platform/plugins/shared/alerting/docs/openapi/components/examples/get_rule_types_response.yaml diff --git a/x-pack/plugins/alerting/docs/openapi/components/headers/kbn_xsrf.yaml b/x-pack/platform/plugins/shared/alerting/docs/openapi/components/headers/kbn_xsrf.yaml similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/components/headers/kbn_xsrf.yaml rename to x-pack/platform/plugins/shared/alerting/docs/openapi/components/headers/kbn_xsrf.yaml diff --git a/x-pack/plugins/alerting/docs/openapi/components/parameters/alert_id.yaml b/x-pack/platform/plugins/shared/alerting/docs/openapi/components/parameters/alert_id.yaml similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/components/parameters/alert_id.yaml rename to x-pack/platform/plugins/shared/alerting/docs/openapi/components/parameters/alert_id.yaml diff --git a/x-pack/plugins/alerting/docs/openapi/components/parameters/rule_id.yaml b/x-pack/platform/plugins/shared/alerting/docs/openapi/components/parameters/rule_id.yaml similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/components/parameters/rule_id.yaml rename to x-pack/platform/plugins/shared/alerting/docs/openapi/components/parameters/rule_id.yaml diff --git a/x-pack/plugins/alerting/docs/openapi/components/parameters/space_id.yaml b/x-pack/platform/plugins/shared/alerting/docs/openapi/components/parameters/space_id.yaml similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/components/parameters/space_id.yaml rename to x-pack/platform/plugins/shared/alerting/docs/openapi/components/parameters/space_id.yaml diff --git a/x-pack/plugins/alerting/docs/openapi/components/schemas/400_response.yaml b/x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/400_response.yaml similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/components/schemas/400_response.yaml rename to x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/400_response.yaml diff --git a/x-pack/plugins/alerting/docs/openapi/components/schemas/401_response.yaml b/x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/401_response.yaml similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/components/schemas/401_response.yaml rename to x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/401_response.yaml diff --git a/x-pack/plugins/alerting/docs/openapi/components/schemas/404_response.yaml b/x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/404_response.yaml similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/components/schemas/404_response.yaml rename to x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/404_response.yaml diff --git a/x-pack/plugins/alerting/docs/openapi/components/schemas/actions.yaml b/x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/actions.yaml similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/components/schemas/actions.yaml rename to x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/actions.yaml diff --git a/x-pack/plugins/alerting/docs/openapi/components/schemas/aggfield.yaml b/x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/aggfield.yaml similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/components/schemas/aggfield.yaml rename to x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/aggfield.yaml diff --git a/x-pack/plugins/alerting/docs/openapi/components/schemas/aggtype.yaml b/x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/aggtype.yaml similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/components/schemas/aggtype.yaml rename to x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/aggtype.yaml diff --git a/x-pack/plugins/alerting/docs/openapi/components/schemas/alert_delay.yaml b/x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/alert_delay.yaml similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/components/schemas/alert_delay.yaml rename to x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/alert_delay.yaml diff --git a/x-pack/plugins/alerting/docs/openapi/components/schemas/alert_response_properties.yaml b/x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/alert_response_properties.yaml similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/components/schemas/alert_response_properties.yaml rename to x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/alert_response_properties.yaml diff --git a/x-pack/plugins/alerting/docs/openapi/components/schemas/consumer.yaml b/x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/consumer.yaml similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/components/schemas/consumer.yaml rename to x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/consumer.yaml diff --git a/x-pack/plugins/alerting/docs/openapi/components/schemas/create_rule_request.yaml b/x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/create_rule_request.yaml similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/components/schemas/create_rule_request.yaml rename to x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/create_rule_request.yaml diff --git a/x-pack/plugins/alerting/docs/openapi/components/schemas/enabled_rule.yaml b/x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/enabled_rule.yaml similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/components/schemas/enabled_rule.yaml rename to x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/enabled_rule.yaml diff --git a/x-pack/plugins/alerting/docs/openapi/components/schemas/excludehitsfrompreviousrun.yaml b/x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/excludehitsfrompreviousrun.yaml similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/components/schemas/excludehitsfrompreviousrun.yaml rename to x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/excludehitsfrompreviousrun.yaml diff --git a/x-pack/plugins/alerting/docs/openapi/components/schemas/fieldmap_properties.yaml b/x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/fieldmap_properties.yaml similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/components/schemas/fieldmap_properties.yaml rename to x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/fieldmap_properties.yaml diff --git a/x-pack/plugins/alerting/docs/openapi/components/schemas/filter.yaml b/x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/filter.yaml similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/components/schemas/filter.yaml rename to x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/filter.yaml diff --git a/x-pack/plugins/alerting/docs/openapi/components/schemas/groupby.yaml b/x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/groupby.yaml similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/components/schemas/groupby.yaml rename to x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/groupby.yaml diff --git a/x-pack/plugins/alerting/docs/openapi/components/schemas/name_rule.yaml b/x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/name_rule.yaml similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/components/schemas/name_rule.yaml rename to x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/name_rule.yaml diff --git a/x-pack/plugins/alerting/docs/openapi/components/schemas/notify_when.yaml b/x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/notify_when.yaml similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/components/schemas/notify_when.yaml rename to x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/notify_when.yaml diff --git a/x-pack/plugins/alerting/docs/openapi/components/schemas/notify_when_action.yaml b/x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/notify_when_action.yaml similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/components/schemas/notify_when_action.yaml rename to x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/notify_when_action.yaml diff --git a/x-pack/plugins/alerting/docs/openapi/components/schemas/params_es_query_dsl_rule.yaml b/x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/params_es_query_dsl_rule.yaml similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/components/schemas/params_es_query_dsl_rule.yaml rename to x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/params_es_query_dsl_rule.yaml diff --git a/x-pack/plugins/alerting/docs/openapi/components/schemas/params_es_query_esql_rule.yaml b/x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/params_es_query_esql_rule.yaml similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/components/schemas/params_es_query_esql_rule.yaml rename to x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/params_es_query_esql_rule.yaml diff --git a/x-pack/plugins/alerting/docs/openapi/components/schemas/params_es_query_kql_rule.yaml b/x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/params_es_query_kql_rule.yaml similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/components/schemas/params_es_query_kql_rule.yaml rename to x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/params_es_query_kql_rule.yaml diff --git a/x-pack/plugins/alerting/docs/openapi/components/schemas/params_index_threshold_rule.yaml b/x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/params_index_threshold_rule.yaml similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/components/schemas/params_index_threshold_rule.yaml rename to x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/params_index_threshold_rule.yaml diff --git a/x-pack/plugins/alerting/docs/openapi/components/schemas/rule_response_properties.yaml b/x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/rule_response_properties.yaml similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/components/schemas/rule_response_properties.yaml rename to x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/rule_response_properties.yaml diff --git a/x-pack/plugins/alerting/docs/openapi/components/schemas/schedule.yaml b/x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/schedule.yaml similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/components/schemas/schedule.yaml rename to x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/schedule.yaml diff --git a/x-pack/plugins/alerting/docs/openapi/components/schemas/size.yaml b/x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/size.yaml similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/components/schemas/size.yaml rename to x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/size.yaml diff --git a/x-pack/plugins/alerting/docs/openapi/components/schemas/tags.yaml b/x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/tags.yaml similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/components/schemas/tags.yaml rename to x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/tags.yaml diff --git a/x-pack/plugins/alerting/docs/openapi/components/schemas/termfield.yaml b/x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/termfield.yaml similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/components/schemas/termfield.yaml rename to x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/termfield.yaml diff --git a/x-pack/plugins/alerting/docs/openapi/components/schemas/termsize.yaml b/x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/termsize.yaml similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/components/schemas/termsize.yaml rename to x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/termsize.yaml diff --git a/x-pack/plugins/alerting/docs/openapi/components/schemas/threshold.yaml b/x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/threshold.yaml similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/components/schemas/threshold.yaml rename to x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/threshold.yaml diff --git a/x-pack/plugins/alerting/docs/openapi/components/schemas/thresholdcomparator.yaml b/x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/thresholdcomparator.yaml similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/components/schemas/thresholdcomparator.yaml rename to x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/thresholdcomparator.yaml diff --git a/x-pack/plugins/alerting/docs/openapi/components/schemas/throttle.yaml b/x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/throttle.yaml similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/components/schemas/throttle.yaml rename to x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/throttle.yaml diff --git a/x-pack/plugins/alerting/docs/openapi/components/schemas/throttle_action.yaml b/x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/throttle_action.yaml similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/components/schemas/throttle_action.yaml rename to x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/throttle_action.yaml diff --git a/x-pack/plugins/alerting/docs/openapi/components/schemas/timefield.yaml b/x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/timefield.yaml similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/components/schemas/timefield.yaml rename to x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/timefield.yaml diff --git a/x-pack/plugins/alerting/docs/openapi/components/schemas/timewindowsize.yaml b/x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/timewindowsize.yaml similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/components/schemas/timewindowsize.yaml rename to x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/timewindowsize.yaml diff --git a/x-pack/plugins/alerting/docs/openapi/components/schemas/timewindowunit.yaml b/x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/timewindowunit.yaml similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/components/schemas/timewindowunit.yaml rename to x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/timewindowunit.yaml diff --git a/x-pack/plugins/alerting/docs/openapi/components/schemas/update_rule_request.yaml b/x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/update_rule_request.yaml similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/components/schemas/update_rule_request.yaml rename to x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/update_rule_request.yaml diff --git a/x-pack/plugins/alerting/docs/openapi/entrypoint.yaml b/x-pack/platform/plugins/shared/alerting/docs/openapi/entrypoint.yaml similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/entrypoint.yaml rename to x-pack/platform/plugins/shared/alerting/docs/openapi/entrypoint.yaml diff --git a/x-pack/plugins/alerting/docs/openapi/paths/api@alerting@_health.yaml b/x-pack/platform/plugins/shared/alerting/docs/openapi/paths/api@alerting@_health.yaml similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/paths/api@alerting@_health.yaml rename to x-pack/platform/plugins/shared/alerting/docs/openapi/paths/api@alerting@_health.yaml diff --git a/x-pack/plugins/alerting/docs/openapi/paths/api@alerting@rule.yaml b/x-pack/platform/plugins/shared/alerting/docs/openapi/paths/api@alerting@rule.yaml similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/paths/api@alerting@rule.yaml rename to x-pack/platform/plugins/shared/alerting/docs/openapi/paths/api@alerting@rule.yaml diff --git a/x-pack/plugins/alerting/docs/openapi/paths/api@alerting@rule@{ruleid}.yaml b/x-pack/platform/plugins/shared/alerting/docs/openapi/paths/api@alerting@rule@{ruleid}.yaml similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/paths/api@alerting@rule@{ruleid}.yaml rename to x-pack/platform/plugins/shared/alerting/docs/openapi/paths/api@alerting@rule@{ruleid}.yaml diff --git a/x-pack/plugins/alerting/docs/openapi/paths/api@alerting@rule@{ruleid}@_disable.yaml b/x-pack/platform/plugins/shared/alerting/docs/openapi/paths/api@alerting@rule@{ruleid}@_disable.yaml similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/paths/api@alerting@rule@{ruleid}@_disable.yaml rename to x-pack/platform/plugins/shared/alerting/docs/openapi/paths/api@alerting@rule@{ruleid}@_disable.yaml diff --git a/x-pack/plugins/alerting/docs/openapi/paths/api@alerting@rule@{ruleid}@_enable.yaml b/x-pack/platform/plugins/shared/alerting/docs/openapi/paths/api@alerting@rule@{ruleid}@_enable.yaml similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/paths/api@alerting@rule@{ruleid}@_enable.yaml rename to x-pack/platform/plugins/shared/alerting/docs/openapi/paths/api@alerting@rule@{ruleid}@_enable.yaml diff --git a/x-pack/plugins/alerting/docs/openapi/paths/api@alerting@rule@{ruleid}@_mute_all.yaml b/x-pack/platform/plugins/shared/alerting/docs/openapi/paths/api@alerting@rule@{ruleid}@_mute_all.yaml similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/paths/api@alerting@rule@{ruleid}@_mute_all.yaml rename to x-pack/platform/plugins/shared/alerting/docs/openapi/paths/api@alerting@rule@{ruleid}@_mute_all.yaml diff --git a/x-pack/plugins/alerting/docs/openapi/paths/api@alerting@rule@{ruleid}@_unmute_all.yaml b/x-pack/platform/plugins/shared/alerting/docs/openapi/paths/api@alerting@rule@{ruleid}@_unmute_all.yaml similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/paths/api@alerting@rule@{ruleid}@_unmute_all.yaml rename to x-pack/platform/plugins/shared/alerting/docs/openapi/paths/api@alerting@rule@{ruleid}@_unmute_all.yaml diff --git a/x-pack/plugins/alerting/docs/openapi/paths/api@alerting@rule@{ruleid}@_update_api_key.yaml b/x-pack/platform/plugins/shared/alerting/docs/openapi/paths/api@alerting@rule@{ruleid}@_update_api_key.yaml similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/paths/api@alerting@rule@{ruleid}@_update_api_key.yaml rename to x-pack/platform/plugins/shared/alerting/docs/openapi/paths/api@alerting@rule@{ruleid}@_update_api_key.yaml diff --git a/x-pack/plugins/alerting/docs/openapi/paths/api@alerting@rule@{ruleid}@alert@{alertid}@_mute.yaml b/x-pack/platform/plugins/shared/alerting/docs/openapi/paths/api@alerting@rule@{ruleid}@alert@{alertid}@_mute.yaml similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/paths/api@alerting@rule@{ruleid}@alert@{alertid}@_mute.yaml rename to x-pack/platform/plugins/shared/alerting/docs/openapi/paths/api@alerting@rule@{ruleid}@alert@{alertid}@_mute.yaml diff --git a/x-pack/plugins/alerting/docs/openapi/paths/api@alerting@rule@{ruleid}@alert@{alertid}@_unmute.yaml b/x-pack/platform/plugins/shared/alerting/docs/openapi/paths/api@alerting@rule@{ruleid}@alert@{alertid}@_unmute.yaml similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/paths/api@alerting@rule@{ruleid}@alert@{alertid}@_unmute.yaml rename to x-pack/platform/plugins/shared/alerting/docs/openapi/paths/api@alerting@rule@{ruleid}@alert@{alertid}@_unmute.yaml diff --git a/x-pack/plugins/alerting/docs/openapi/paths/api@alerting@rule_types.yaml b/x-pack/platform/plugins/shared/alerting/docs/openapi/paths/api@alerting@rule_types.yaml similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/paths/api@alerting@rule_types.yaml rename to x-pack/platform/plugins/shared/alerting/docs/openapi/paths/api@alerting@rule_types.yaml diff --git a/x-pack/plugins/alerting/docs/openapi/paths/api@alerting@rules@_find.yaml b/x-pack/platform/plugins/shared/alerting/docs/openapi/paths/api@alerting@rules@_find.yaml similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/paths/api@alerting@rules@_find.yaml rename to x-pack/platform/plugins/shared/alerting/docs/openapi/paths/api@alerting@rules@_find.yaml diff --git a/x-pack/plugins/alerting/docs/openapi/paths/api@alerts@_find.yaml b/x-pack/platform/plugins/shared/alerting/docs/openapi/paths/api@alerts@_find.yaml similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/paths/api@alerts@_find.yaml rename to x-pack/platform/plugins/shared/alerting/docs/openapi/paths/api@alerts@_find.yaml diff --git a/x-pack/plugins/alerting/docs/openapi/paths/api@alerts@_health.yaml b/x-pack/platform/plugins/shared/alerting/docs/openapi/paths/api@alerts@_health.yaml similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/paths/api@alerts@_health.yaml rename to x-pack/platform/plugins/shared/alerting/docs/openapi/paths/api@alerts@_health.yaml diff --git a/x-pack/plugins/alerting/docs/openapi/paths/api@alerts@alert@{alertid}.yaml b/x-pack/platform/plugins/shared/alerting/docs/openapi/paths/api@alerts@alert@{alertid}.yaml similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/paths/api@alerts@alert@{alertid}.yaml rename to x-pack/platform/plugins/shared/alerting/docs/openapi/paths/api@alerts@alert@{alertid}.yaml diff --git a/x-pack/plugins/alerting/docs/openapi/paths/api@alerts@alert@{alertid}@_disable.yaml b/x-pack/platform/plugins/shared/alerting/docs/openapi/paths/api@alerts@alert@{alertid}@_disable.yaml similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/paths/api@alerts@alert@{alertid}@_disable.yaml rename to x-pack/platform/plugins/shared/alerting/docs/openapi/paths/api@alerts@alert@{alertid}@_disable.yaml diff --git a/x-pack/plugins/alerting/docs/openapi/paths/api@alerts@alert@{alertid}@_enable.yaml b/x-pack/platform/plugins/shared/alerting/docs/openapi/paths/api@alerts@alert@{alertid}@_enable.yaml similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/paths/api@alerts@alert@{alertid}@_enable.yaml rename to x-pack/platform/plugins/shared/alerting/docs/openapi/paths/api@alerts@alert@{alertid}@_enable.yaml diff --git a/x-pack/plugins/alerting/docs/openapi/paths/api@alerts@alert@{alertid}@_mute_all.yaml b/x-pack/platform/plugins/shared/alerting/docs/openapi/paths/api@alerts@alert@{alertid}@_mute_all.yaml similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/paths/api@alerts@alert@{alertid}@_mute_all.yaml rename to x-pack/platform/plugins/shared/alerting/docs/openapi/paths/api@alerts@alert@{alertid}@_mute_all.yaml diff --git a/x-pack/plugins/alerting/docs/openapi/paths/api@alerts@alert@{alertid}@_unmute_all.yaml b/x-pack/platform/plugins/shared/alerting/docs/openapi/paths/api@alerts@alert@{alertid}@_unmute_all.yaml similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/paths/api@alerts@alert@{alertid}@_unmute_all.yaml rename to x-pack/platform/plugins/shared/alerting/docs/openapi/paths/api@alerts@alert@{alertid}@_unmute_all.yaml diff --git a/x-pack/plugins/alerting/docs/openapi/paths/api@alerts@alert@{alertid}@alert_instance@{alertinstanceid}@_mute.yaml b/x-pack/platform/plugins/shared/alerting/docs/openapi/paths/api@alerts@alert@{alertid}@alert_instance@{alertinstanceid}@_mute.yaml similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/paths/api@alerts@alert@{alertid}@alert_instance@{alertinstanceid}@_mute.yaml rename to x-pack/platform/plugins/shared/alerting/docs/openapi/paths/api@alerts@alert@{alertid}@alert_instance@{alertinstanceid}@_mute.yaml diff --git a/x-pack/plugins/alerting/docs/openapi/paths/api@alerts@alert@{alertid}@alert_instance@{alertinstanceid}@_unmute.yaml b/x-pack/platform/plugins/shared/alerting/docs/openapi/paths/api@alerts@alert@{alertid}@alert_instance@{alertinstanceid}@_unmute.yaml similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/paths/api@alerts@alert@{alertid}@alert_instance@{alertinstanceid}@_unmute.yaml rename to x-pack/platform/plugins/shared/alerting/docs/openapi/paths/api@alerts@alert@{alertid}@alert_instance@{alertinstanceid}@_unmute.yaml diff --git a/x-pack/plugins/alerting/docs/openapi/paths/api@alerts@list_alert_types.yaml b/x-pack/platform/plugins/shared/alerting/docs/openapi/paths/api@alerts@list_alert_types.yaml similarity index 100% rename from x-pack/plugins/alerting/docs/openapi/paths/api@alerts@list_alert_types.yaml rename to x-pack/platform/plugins/shared/alerting/docs/openapi/paths/api@alerts@list_alert_types.yaml diff --git a/x-pack/platform/plugins/shared/alerting/jest.config.js b/x-pack/platform/plugins/shared/alerting/jest.config.js new file mode 100644 index 0000000000000..945e089d9a32c --- /dev/null +++ b/x-pack/platform/plugins/shared/alerting/jest.config.js @@ -0,0 +1,15 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0; you may not use this file except in compliance with the Elastic License + * 2.0. + */ + +module.exports = { + preset: '@kbn/test', + rootDir: '../../../../..', + roots: ['/x-pack/platform/plugins/shared/alerting'], + coverageDirectory: '/target/kibana-coverage/jest/x-pack/platform/plugins/shared/alerting', + coverageReporters: ['text', 'html'], + collectCoverageFrom: ['/x-pack/platform/plugins/shared/alerting/{common,public,server}/**/*.{ts,tsx}'], +}; diff --git a/x-pack/plugins/event_log/jest.integration.config.js b/x-pack/platform/plugins/shared/alerting/jest.integration.config.js similarity index 77% rename from x-pack/plugins/event_log/jest.integration.config.js rename to x-pack/platform/plugins/shared/alerting/jest.integration.config.js index c05b67e314755..6452b6ab9c693 100644 --- a/x-pack/plugins/event_log/jest.integration.config.js +++ b/x-pack/platform/plugins/shared/alerting/jest.integration.config.js @@ -7,6 +7,6 @@ module.exports = { preset: '@kbn/test/jest_integration', - rootDir: '../../..', - roots: ['/x-pack/plugins/event_log'], + rootDir: '../../../../..', + roots: ['/x-pack/platform/plugins/shared/alerting'], }; diff --git a/x-pack/plugins/alerting/kibana.jsonc b/x-pack/platform/plugins/shared/alerting/kibana.jsonc similarity index 100% rename from x-pack/plugins/alerting/kibana.jsonc rename to x-pack/platform/plugins/shared/alerting/kibana.jsonc diff --git a/x-pack/plugins/alerting/public/alert_navigation_registry/alert_navigation_registry.mock.ts b/x-pack/platform/plugins/shared/alerting/public/alert_navigation_registry/alert_navigation_registry.mock.ts similarity index 100% rename from x-pack/plugins/alerting/public/alert_navigation_registry/alert_navigation_registry.mock.ts rename to x-pack/platform/plugins/shared/alerting/public/alert_navigation_registry/alert_navigation_registry.mock.ts diff --git a/x-pack/plugins/alerting/public/alert_navigation_registry/alert_navigation_registry.test.ts b/x-pack/platform/plugins/shared/alerting/public/alert_navigation_registry/alert_navigation_registry.test.ts similarity index 100% rename from x-pack/plugins/alerting/public/alert_navigation_registry/alert_navigation_registry.test.ts rename to x-pack/platform/plugins/shared/alerting/public/alert_navigation_registry/alert_navigation_registry.test.ts diff --git a/x-pack/plugins/alerting/public/alert_navigation_registry/alert_navigation_registry.ts b/x-pack/platform/plugins/shared/alerting/public/alert_navigation_registry/alert_navigation_registry.ts similarity index 100% rename from x-pack/plugins/alerting/public/alert_navigation_registry/alert_navigation_registry.ts rename to x-pack/platform/plugins/shared/alerting/public/alert_navigation_registry/alert_navigation_registry.ts diff --git a/x-pack/plugins/alerting/public/alert_navigation_registry/index.ts b/x-pack/platform/plugins/shared/alerting/public/alert_navigation_registry/index.ts similarity index 100% rename from x-pack/plugins/alerting/public/alert_navigation_registry/index.ts rename to x-pack/platform/plugins/shared/alerting/public/alert_navigation_registry/index.ts diff --git a/x-pack/plugins/alerting/public/alert_navigation_registry/types.ts b/x-pack/platform/plugins/shared/alerting/public/alert_navigation_registry/types.ts similarity index 100% rename from x-pack/plugins/alerting/public/alert_navigation_registry/types.ts rename to x-pack/platform/plugins/shared/alerting/public/alert_navigation_registry/types.ts diff --git a/x-pack/plugins/alerting/public/application/maintenance_windows.tsx b/x-pack/platform/plugins/shared/alerting/public/application/maintenance_windows.tsx similarity index 100% rename from x-pack/plugins/alerting/public/application/maintenance_windows.tsx rename to x-pack/platform/plugins/shared/alerting/public/application/maintenance_windows.tsx diff --git a/x-pack/plugins/alerting/public/hooks/use_archive_maintenance_window.test.tsx b/x-pack/platform/plugins/shared/alerting/public/hooks/use_archive_maintenance_window.test.tsx similarity index 100% rename from x-pack/plugins/alerting/public/hooks/use_archive_maintenance_window.test.tsx rename to x-pack/platform/plugins/shared/alerting/public/hooks/use_archive_maintenance_window.test.tsx diff --git a/x-pack/plugins/alerting/public/hooks/use_archive_maintenance_window.ts b/x-pack/platform/plugins/shared/alerting/public/hooks/use_archive_maintenance_window.ts similarity index 100% rename from x-pack/plugins/alerting/public/hooks/use_archive_maintenance_window.ts rename to x-pack/platform/plugins/shared/alerting/public/hooks/use_archive_maintenance_window.ts diff --git a/x-pack/plugins/alerting/public/hooks/use_breadcrumbs.test.tsx b/x-pack/platform/plugins/shared/alerting/public/hooks/use_breadcrumbs.test.tsx similarity index 100% rename from x-pack/plugins/alerting/public/hooks/use_breadcrumbs.test.tsx rename to x-pack/platform/plugins/shared/alerting/public/hooks/use_breadcrumbs.test.tsx diff --git a/x-pack/plugins/alerting/public/hooks/use_breadcrumbs.ts b/x-pack/platform/plugins/shared/alerting/public/hooks/use_breadcrumbs.ts similarity index 100% rename from x-pack/plugins/alerting/public/hooks/use_breadcrumbs.ts rename to x-pack/platform/plugins/shared/alerting/public/hooks/use_breadcrumbs.ts diff --git a/x-pack/plugins/alerting/public/hooks/use_create_maintenance_window.test.tsx b/x-pack/platform/plugins/shared/alerting/public/hooks/use_create_maintenance_window.test.tsx similarity index 100% rename from x-pack/plugins/alerting/public/hooks/use_create_maintenance_window.test.tsx rename to x-pack/platform/plugins/shared/alerting/public/hooks/use_create_maintenance_window.test.tsx diff --git a/x-pack/plugins/alerting/public/hooks/use_create_maintenance_window.ts b/x-pack/platform/plugins/shared/alerting/public/hooks/use_create_maintenance_window.ts similarity index 100% rename from x-pack/plugins/alerting/public/hooks/use_create_maintenance_window.ts rename to x-pack/platform/plugins/shared/alerting/public/hooks/use_create_maintenance_window.ts diff --git a/x-pack/plugins/alerting/public/hooks/use_find_maintenance_windows.test.tsx b/x-pack/platform/plugins/shared/alerting/public/hooks/use_find_maintenance_windows.test.tsx similarity index 100% rename from x-pack/plugins/alerting/public/hooks/use_find_maintenance_windows.test.tsx rename to x-pack/platform/plugins/shared/alerting/public/hooks/use_find_maintenance_windows.test.tsx diff --git a/x-pack/plugins/alerting/public/hooks/use_find_maintenance_windows.ts b/x-pack/platform/plugins/shared/alerting/public/hooks/use_find_maintenance_windows.ts similarity index 100% rename from x-pack/plugins/alerting/public/hooks/use_find_maintenance_windows.ts rename to x-pack/platform/plugins/shared/alerting/public/hooks/use_find_maintenance_windows.ts diff --git a/x-pack/plugins/alerting/public/hooks/use_finish_and_archive_maintenance_window.test.tsx b/x-pack/platform/plugins/shared/alerting/public/hooks/use_finish_and_archive_maintenance_window.test.tsx similarity index 100% rename from x-pack/plugins/alerting/public/hooks/use_finish_and_archive_maintenance_window.test.tsx rename to x-pack/platform/plugins/shared/alerting/public/hooks/use_finish_and_archive_maintenance_window.test.tsx diff --git a/x-pack/plugins/alerting/public/hooks/use_finish_and_archive_maintenance_window.ts b/x-pack/platform/plugins/shared/alerting/public/hooks/use_finish_and_archive_maintenance_window.ts similarity index 100% rename from x-pack/plugins/alerting/public/hooks/use_finish_and_archive_maintenance_window.ts rename to x-pack/platform/plugins/shared/alerting/public/hooks/use_finish_and_archive_maintenance_window.ts diff --git a/x-pack/plugins/alerting/public/hooks/use_finish_maintenance_window.test.tsx b/x-pack/platform/plugins/shared/alerting/public/hooks/use_finish_maintenance_window.test.tsx similarity index 100% rename from x-pack/plugins/alerting/public/hooks/use_finish_maintenance_window.test.tsx rename to x-pack/platform/plugins/shared/alerting/public/hooks/use_finish_maintenance_window.test.tsx diff --git a/x-pack/plugins/alerting/public/hooks/use_finish_maintenance_window.ts b/x-pack/platform/plugins/shared/alerting/public/hooks/use_finish_maintenance_window.ts similarity index 100% rename from x-pack/plugins/alerting/public/hooks/use_finish_maintenance_window.ts rename to x-pack/platform/plugins/shared/alerting/public/hooks/use_finish_maintenance_window.ts diff --git a/x-pack/plugins/alerting/public/hooks/use_get_maintenance_window.test.tsx b/x-pack/platform/plugins/shared/alerting/public/hooks/use_get_maintenance_window.test.tsx similarity index 100% rename from x-pack/plugins/alerting/public/hooks/use_get_maintenance_window.test.tsx rename to x-pack/platform/plugins/shared/alerting/public/hooks/use_get_maintenance_window.test.tsx diff --git a/x-pack/plugins/alerting/public/hooks/use_get_maintenance_window.ts b/x-pack/platform/plugins/shared/alerting/public/hooks/use_get_maintenance_window.ts similarity index 100% rename from x-pack/plugins/alerting/public/hooks/use_get_maintenance_window.ts rename to x-pack/platform/plugins/shared/alerting/public/hooks/use_get_maintenance_window.ts diff --git a/x-pack/plugins/alerting/public/hooks/use_get_rule_types.ts b/x-pack/platform/plugins/shared/alerting/public/hooks/use_get_rule_types.ts similarity index 100% rename from x-pack/plugins/alerting/public/hooks/use_get_rule_types.ts rename to x-pack/platform/plugins/shared/alerting/public/hooks/use_get_rule_types.ts diff --git a/x-pack/plugins/alerting/public/hooks/use_license.test.tsx b/x-pack/platform/plugins/shared/alerting/public/hooks/use_license.test.tsx similarity index 100% rename from x-pack/plugins/alerting/public/hooks/use_license.test.tsx rename to x-pack/platform/plugins/shared/alerting/public/hooks/use_license.test.tsx diff --git a/x-pack/plugins/alerting/public/hooks/use_license.tsx b/x-pack/platform/plugins/shared/alerting/public/hooks/use_license.tsx similarity index 100% rename from x-pack/plugins/alerting/public/hooks/use_license.tsx rename to x-pack/platform/plugins/shared/alerting/public/hooks/use_license.tsx diff --git a/x-pack/plugins/alerting/public/hooks/use_navigation.test.tsx b/x-pack/platform/plugins/shared/alerting/public/hooks/use_navigation.test.tsx similarity index 100% rename from x-pack/plugins/alerting/public/hooks/use_navigation.test.tsx rename to x-pack/platform/plugins/shared/alerting/public/hooks/use_navigation.test.tsx diff --git a/x-pack/plugins/alerting/public/hooks/use_navigation.ts b/x-pack/platform/plugins/shared/alerting/public/hooks/use_navigation.ts similarity index 100% rename from x-pack/plugins/alerting/public/hooks/use_navigation.ts rename to x-pack/platform/plugins/shared/alerting/public/hooks/use_navigation.ts diff --git a/x-pack/plugins/alerting/public/hooks/use_update_maintenance_window.test.tsx b/x-pack/platform/plugins/shared/alerting/public/hooks/use_update_maintenance_window.test.tsx similarity index 100% rename from x-pack/plugins/alerting/public/hooks/use_update_maintenance_window.test.tsx rename to x-pack/platform/plugins/shared/alerting/public/hooks/use_update_maintenance_window.test.tsx diff --git a/x-pack/plugins/alerting/public/hooks/use_update_maintenance_window.ts b/x-pack/platform/plugins/shared/alerting/public/hooks/use_update_maintenance_window.ts similarity index 100% rename from x-pack/plugins/alerting/public/hooks/use_update_maintenance_window.ts rename to x-pack/platform/plugins/shared/alerting/public/hooks/use_update_maintenance_window.ts diff --git a/x-pack/plugins/alerting/public/index.ts b/x-pack/platform/plugins/shared/alerting/public/index.ts similarity index 100% rename from x-pack/plugins/alerting/public/index.ts rename to x-pack/platform/plugins/shared/alerting/public/index.ts diff --git a/x-pack/plugins/alerting/public/lib/common_transformations.test.ts b/x-pack/platform/plugins/shared/alerting/public/lib/common_transformations.test.ts similarity index 100% rename from x-pack/plugins/alerting/public/lib/common_transformations.test.ts rename to x-pack/platform/plugins/shared/alerting/public/lib/common_transformations.test.ts diff --git a/x-pack/plugins/alerting/public/lib/common_transformations.ts b/x-pack/platform/plugins/shared/alerting/public/lib/common_transformations.ts similarity index 100% rename from x-pack/plugins/alerting/public/lib/common_transformations.ts rename to x-pack/platform/plugins/shared/alerting/public/lib/common_transformations.ts diff --git a/x-pack/plugins/alerting/public/lib/test_utils.tsx b/x-pack/platform/plugins/shared/alerting/public/lib/test_utils.tsx similarity index 100% rename from x-pack/plugins/alerting/public/lib/test_utils.tsx rename to x-pack/platform/plugins/shared/alerting/public/lib/test_utils.tsx diff --git a/x-pack/plugins/alerting/public/mocks.ts b/x-pack/platform/plugins/shared/alerting/public/mocks.ts similarity index 100% rename from x-pack/plugins/alerting/public/mocks.ts rename to x-pack/platform/plugins/shared/alerting/public/mocks.ts diff --git a/x-pack/plugins/alerting/public/pages/maintenance_windows/components/center_justified_spinner.test.tsx b/x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/center_justified_spinner.test.tsx similarity index 100% rename from x-pack/plugins/alerting/public/pages/maintenance_windows/components/center_justified_spinner.test.tsx rename to x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/center_justified_spinner.test.tsx diff --git a/x-pack/plugins/alerting/public/pages/maintenance_windows/components/center_justified_spinner.tsx b/x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/center_justified_spinner.tsx similarity index 100% rename from x-pack/plugins/alerting/public/pages/maintenance_windows/components/center_justified_spinner.tsx rename to x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/center_justified_spinner.tsx diff --git a/x-pack/plugins/alerting/public/pages/maintenance_windows/components/create_maintenance_windows_form.test.tsx b/x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/create_maintenance_windows_form.test.tsx similarity index 100% rename from x-pack/plugins/alerting/public/pages/maintenance_windows/components/create_maintenance_windows_form.test.tsx rename to x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/create_maintenance_windows_form.test.tsx diff --git a/x-pack/plugins/alerting/public/pages/maintenance_windows/components/create_maintenance_windows_form.tsx b/x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/create_maintenance_windows_form.tsx similarity index 100% rename from x-pack/plugins/alerting/public/pages/maintenance_windows/components/create_maintenance_windows_form.tsx rename to x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/create_maintenance_windows_form.tsx diff --git a/x-pack/plugins/alerting/public/pages/maintenance_windows/components/empty_prompt.test.tsx b/x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/empty_prompt.test.tsx similarity index 100% rename from x-pack/plugins/alerting/public/pages/maintenance_windows/components/empty_prompt.test.tsx rename to x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/empty_prompt.test.tsx diff --git a/x-pack/plugins/alerting/public/pages/maintenance_windows/components/empty_prompt.tsx b/x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/empty_prompt.tsx similarity index 100% rename from x-pack/plugins/alerting/public/pages/maintenance_windows/components/empty_prompt.tsx rename to x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/empty_prompt.tsx diff --git a/x-pack/plugins/alerting/public/pages/maintenance_windows/components/fields/date_picker_range_field.tsx b/x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/fields/date_picker_range_field.tsx similarity index 100% rename from x-pack/plugins/alerting/public/pages/maintenance_windows/components/fields/date_picker_range_field.tsx rename to x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/fields/date_picker_range_field.tsx diff --git a/x-pack/plugins/alerting/public/pages/maintenance_windows/components/license_prompt.test.tsx b/x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/license_prompt.test.tsx similarity index 100% rename from x-pack/plugins/alerting/public/pages/maintenance_windows/components/license_prompt.test.tsx rename to x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/license_prompt.test.tsx diff --git a/x-pack/plugins/alerting/public/pages/maintenance_windows/components/license_prompt.tsx b/x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/license_prompt.tsx similarity index 100% rename from x-pack/plugins/alerting/public/pages/maintenance_windows/components/license_prompt.tsx rename to x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/license_prompt.tsx diff --git a/x-pack/plugins/alerting/public/pages/maintenance_windows/components/link_icon.test.tsx b/x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/link_icon.test.tsx similarity index 100% rename from x-pack/plugins/alerting/public/pages/maintenance_windows/components/link_icon.test.tsx rename to x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/link_icon.test.tsx diff --git a/x-pack/plugins/alerting/public/pages/maintenance_windows/components/link_icon.tsx b/x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/link_icon.tsx similarity index 100% rename from x-pack/plugins/alerting/public/pages/maintenance_windows/components/link_icon.tsx rename to x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/link_icon.tsx diff --git a/x-pack/plugins/alerting/public/pages/maintenance_windows/components/maintenance_window_category_selection.test.tsx b/x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/maintenance_window_category_selection.test.tsx similarity index 100% rename from x-pack/plugins/alerting/public/pages/maintenance_windows/components/maintenance_window_category_selection.test.tsx rename to x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/maintenance_window_category_selection.test.tsx diff --git a/x-pack/plugins/alerting/public/pages/maintenance_windows/components/maintenance_window_category_selection.tsx b/x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/maintenance_window_category_selection.tsx similarity index 100% rename from x-pack/plugins/alerting/public/pages/maintenance_windows/components/maintenance_window_category_selection.tsx rename to x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/maintenance_window_category_selection.tsx diff --git a/x-pack/plugins/alerting/public/pages/maintenance_windows/components/maintenance_window_scoped_query.test.tsx b/x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/maintenance_window_scoped_query.test.tsx similarity index 100% rename from x-pack/plugins/alerting/public/pages/maintenance_windows/components/maintenance_window_scoped_query.test.tsx rename to x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/maintenance_window_scoped_query.test.tsx diff --git a/x-pack/plugins/alerting/public/pages/maintenance_windows/components/maintenance_window_scoped_query.tsx b/x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/maintenance_window_scoped_query.tsx similarity index 100% rename from x-pack/plugins/alerting/public/pages/maintenance_windows/components/maintenance_window_scoped_query.tsx rename to x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/maintenance_window_scoped_query.tsx diff --git a/x-pack/plugins/alerting/public/pages/maintenance_windows/components/maintenance_window_scoped_query_switch.test.tsx b/x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/maintenance_window_scoped_query_switch.test.tsx similarity index 100% rename from x-pack/plugins/alerting/public/pages/maintenance_windows/components/maintenance_window_scoped_query_switch.test.tsx rename to x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/maintenance_window_scoped_query_switch.test.tsx diff --git a/x-pack/plugins/alerting/public/pages/maintenance_windows/components/maintenance_window_scoped_query_switch.tsx b/x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/maintenance_window_scoped_query_switch.tsx similarity index 100% rename from x-pack/plugins/alerting/public/pages/maintenance_windows/components/maintenance_window_scoped_query_switch.tsx rename to x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/maintenance_window_scoped_query_switch.tsx diff --git a/x-pack/plugins/alerting/public/pages/maintenance_windows/components/maintenance_windows_list.test.tsx b/x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/maintenance_windows_list.test.tsx similarity index 100% rename from x-pack/plugins/alerting/public/pages/maintenance_windows/components/maintenance_windows_list.test.tsx rename to x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/maintenance_windows_list.test.tsx diff --git a/x-pack/plugins/alerting/public/pages/maintenance_windows/components/maintenance_windows_list.tsx b/x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/maintenance_windows_list.tsx similarity index 100% rename from x-pack/plugins/alerting/public/pages/maintenance_windows/components/maintenance_windows_list.tsx rename to x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/maintenance_windows_list.tsx diff --git a/x-pack/plugins/alerting/public/pages/maintenance_windows/components/page_header.test.tsx b/x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/page_header.test.tsx similarity index 100% rename from x-pack/plugins/alerting/public/pages/maintenance_windows/components/page_header.test.tsx rename to x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/page_header.test.tsx diff --git a/x-pack/plugins/alerting/public/pages/maintenance_windows/components/page_header.tsx b/x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/page_header.tsx similarity index 100% rename from x-pack/plugins/alerting/public/pages/maintenance_windows/components/page_header.tsx rename to x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/page_header.tsx diff --git a/x-pack/plugins/alerting/public/pages/maintenance_windows/components/recurring_schedule_form/custom_recurring_schedule.test.tsx b/x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/recurring_schedule_form/custom_recurring_schedule.test.tsx similarity index 100% rename from x-pack/plugins/alerting/public/pages/maintenance_windows/components/recurring_schedule_form/custom_recurring_schedule.test.tsx rename to x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/recurring_schedule_form/custom_recurring_schedule.test.tsx diff --git a/x-pack/plugins/alerting/public/pages/maintenance_windows/components/recurring_schedule_form/custom_recurring_schedule.tsx b/x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/recurring_schedule_form/custom_recurring_schedule.tsx similarity index 100% rename from x-pack/plugins/alerting/public/pages/maintenance_windows/components/recurring_schedule_form/custom_recurring_schedule.tsx rename to x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/recurring_schedule_form/custom_recurring_schedule.tsx diff --git a/x-pack/plugins/alerting/public/pages/maintenance_windows/components/recurring_schedule_form/recurring_schedule.test.tsx b/x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/recurring_schedule_form/recurring_schedule.test.tsx similarity index 100% rename from x-pack/plugins/alerting/public/pages/maintenance_windows/components/recurring_schedule_form/recurring_schedule.test.tsx rename to x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/recurring_schedule_form/recurring_schedule.test.tsx diff --git a/x-pack/plugins/alerting/public/pages/maintenance_windows/components/recurring_schedule_form/recurring_schedule.tsx b/x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/recurring_schedule_form/recurring_schedule.tsx similarity index 100% rename from x-pack/plugins/alerting/public/pages/maintenance_windows/components/recurring_schedule_form/recurring_schedule.tsx rename to x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/recurring_schedule_form/recurring_schedule.tsx diff --git a/x-pack/plugins/alerting/public/pages/maintenance_windows/components/schema.ts b/x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/schema.ts similarity index 100% rename from x-pack/plugins/alerting/public/pages/maintenance_windows/components/schema.ts rename to x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/schema.ts diff --git a/x-pack/plugins/alerting/public/pages/maintenance_windows/components/status_filter.test.tsx b/x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/status_filter.test.tsx similarity index 100% rename from x-pack/plugins/alerting/public/pages/maintenance_windows/components/status_filter.test.tsx rename to x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/status_filter.test.tsx diff --git a/x-pack/plugins/alerting/public/pages/maintenance_windows/components/status_filter.tsx b/x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/status_filter.tsx similarity index 100% rename from x-pack/plugins/alerting/public/pages/maintenance_windows/components/status_filter.tsx rename to x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/status_filter.tsx diff --git a/x-pack/plugins/alerting/public/pages/maintenance_windows/components/submit_button.test.tsx b/x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/submit_button.test.tsx similarity index 100% rename from x-pack/plugins/alerting/public/pages/maintenance_windows/components/submit_button.test.tsx rename to x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/submit_button.test.tsx diff --git a/x-pack/plugins/alerting/public/pages/maintenance_windows/components/submit_button.tsx b/x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/submit_button.tsx similarity index 100% rename from x-pack/plugins/alerting/public/pages/maintenance_windows/components/submit_button.tsx rename to x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/submit_button.tsx diff --git a/x-pack/plugins/alerting/public/pages/maintenance_windows/components/table_actions_popover.test.tsx b/x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/table_actions_popover.test.tsx similarity index 100% rename from x-pack/plugins/alerting/public/pages/maintenance_windows/components/table_actions_popover.test.tsx rename to x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/table_actions_popover.test.tsx diff --git a/x-pack/plugins/alerting/public/pages/maintenance_windows/components/table_actions_popover.tsx b/x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/table_actions_popover.tsx similarity index 100% rename from x-pack/plugins/alerting/public/pages/maintenance_windows/components/table_actions_popover.tsx rename to x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/table_actions_popover.tsx diff --git a/x-pack/plugins/alerting/public/pages/maintenance_windows/components/truncated_text.test.tsx b/x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/truncated_text.test.tsx similarity index 100% rename from x-pack/plugins/alerting/public/pages/maintenance_windows/components/truncated_text.test.tsx rename to x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/truncated_text.test.tsx diff --git a/x-pack/plugins/alerting/public/pages/maintenance_windows/components/truncated_text.tsx b/x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/truncated_text.tsx similarity index 100% rename from x-pack/plugins/alerting/public/pages/maintenance_windows/components/truncated_text.tsx rename to x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/truncated_text.tsx diff --git a/x-pack/plugins/alerting/public/pages/maintenance_windows/components/upcoming_events_popover.test.tsx b/x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/upcoming_events_popover.test.tsx similarity index 100% rename from x-pack/plugins/alerting/public/pages/maintenance_windows/components/upcoming_events_popover.test.tsx rename to x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/upcoming_events_popover.test.tsx diff --git a/x-pack/plugins/alerting/public/pages/maintenance_windows/components/upcoming_events_popover.tsx b/x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/upcoming_events_popover.tsx similarity index 100% rename from x-pack/plugins/alerting/public/pages/maintenance_windows/components/upcoming_events_popover.tsx rename to x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/components/upcoming_events_popover.tsx diff --git a/x-pack/plugins/alerting/public/pages/maintenance_windows/constants.ts b/x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/constants.ts similarity index 100% rename from x-pack/plugins/alerting/public/pages/maintenance_windows/constants.ts rename to x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/constants.ts diff --git a/x-pack/plugins/alerting/public/pages/maintenance_windows/helpers/convert_from_maintenance_window_to_form.test.ts b/x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/helpers/convert_from_maintenance_window_to_form.test.ts similarity index 100% rename from x-pack/plugins/alerting/public/pages/maintenance_windows/helpers/convert_from_maintenance_window_to_form.test.ts rename to x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/helpers/convert_from_maintenance_window_to_form.test.ts diff --git a/x-pack/plugins/alerting/public/pages/maintenance_windows/helpers/convert_from_maintenance_window_to_form.ts b/x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/helpers/convert_from_maintenance_window_to_form.ts similarity index 100% rename from x-pack/plugins/alerting/public/pages/maintenance_windows/helpers/convert_from_maintenance_window_to_form.ts rename to x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/helpers/convert_from_maintenance_window_to_form.ts diff --git a/x-pack/plugins/alerting/public/pages/maintenance_windows/helpers/convert_to_rrule.test.ts b/x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/helpers/convert_to_rrule.test.ts similarity index 100% rename from x-pack/plugins/alerting/public/pages/maintenance_windows/helpers/convert_to_rrule.test.ts rename to x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/helpers/convert_to_rrule.test.ts diff --git a/x-pack/plugins/alerting/public/pages/maintenance_windows/helpers/convert_to_rrule.ts b/x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/helpers/convert_to_rrule.ts similarity index 100% rename from x-pack/plugins/alerting/public/pages/maintenance_windows/helpers/convert_to_rrule.ts rename to x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/helpers/convert_to_rrule.ts diff --git a/x-pack/plugins/alerting/public/pages/maintenance_windows/helpers/get_initial_by_weekday.test.ts b/x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/helpers/get_initial_by_weekday.test.ts similarity index 100% rename from x-pack/plugins/alerting/public/pages/maintenance_windows/helpers/get_initial_by_weekday.test.ts rename to x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/helpers/get_initial_by_weekday.test.ts diff --git a/x-pack/plugins/alerting/public/pages/maintenance_windows/helpers/get_initial_by_weekday.ts b/x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/helpers/get_initial_by_weekday.ts similarity index 100% rename from x-pack/plugins/alerting/public/pages/maintenance_windows/helpers/get_initial_by_weekday.ts rename to x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/helpers/get_initial_by_weekday.ts diff --git a/x-pack/plugins/alerting/public/pages/maintenance_windows/helpers/get_nth_by_weekday.test.ts b/x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/helpers/get_nth_by_weekday.test.ts similarity index 100% rename from x-pack/plugins/alerting/public/pages/maintenance_windows/helpers/get_nth_by_weekday.test.ts rename to x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/helpers/get_nth_by_weekday.test.ts diff --git a/x-pack/plugins/alerting/public/pages/maintenance_windows/helpers/get_nth_by_weekday.ts b/x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/helpers/get_nth_by_weekday.ts similarity index 100% rename from x-pack/plugins/alerting/public/pages/maintenance_windows/helpers/get_nth_by_weekday.ts rename to x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/helpers/get_nth_by_weekday.ts diff --git a/x-pack/plugins/alerting/public/pages/maintenance_windows/helpers/get_presets.test.ts b/x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/helpers/get_presets.test.ts similarity index 100% rename from x-pack/plugins/alerting/public/pages/maintenance_windows/helpers/get_presets.test.ts rename to x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/helpers/get_presets.test.ts diff --git a/x-pack/plugins/alerting/public/pages/maintenance_windows/helpers/get_presets.ts b/x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/helpers/get_presets.ts similarity index 100% rename from x-pack/plugins/alerting/public/pages/maintenance_windows/helpers/get_presets.ts rename to x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/helpers/get_presets.ts diff --git a/x-pack/plugins/alerting/public/pages/maintenance_windows/helpers/get_selected_for_date_picker.test.ts b/x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/helpers/get_selected_for_date_picker.test.ts similarity index 100% rename from x-pack/plugins/alerting/public/pages/maintenance_windows/helpers/get_selected_for_date_picker.test.ts rename to x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/helpers/get_selected_for_date_picker.test.ts diff --git a/x-pack/plugins/alerting/public/pages/maintenance_windows/helpers/get_selected_for_date_picker.ts b/x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/helpers/get_selected_for_date_picker.ts similarity index 100% rename from x-pack/plugins/alerting/public/pages/maintenance_windows/helpers/get_selected_for_date_picker.ts rename to x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/helpers/get_selected_for_date_picker.ts diff --git a/x-pack/plugins/alerting/public/pages/maintenance_windows/helpers/get_weekday_info.test.ts b/x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/helpers/get_weekday_info.test.ts similarity index 100% rename from x-pack/plugins/alerting/public/pages/maintenance_windows/helpers/get_weekday_info.test.ts rename to x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/helpers/get_weekday_info.test.ts diff --git a/x-pack/plugins/alerting/public/pages/maintenance_windows/helpers/get_weekday_info.ts b/x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/helpers/get_weekday_info.ts similarity index 100% rename from x-pack/plugins/alerting/public/pages/maintenance_windows/helpers/get_weekday_info.ts rename to x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/helpers/get_weekday_info.ts diff --git a/x-pack/plugins/alerting/public/pages/maintenance_windows/helpers/month_day_date.test.ts b/x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/helpers/month_day_date.test.ts similarity index 100% rename from x-pack/plugins/alerting/public/pages/maintenance_windows/helpers/month_day_date.test.ts rename to x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/helpers/month_day_date.test.ts diff --git a/x-pack/plugins/alerting/public/pages/maintenance_windows/helpers/month_day_date.ts b/x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/helpers/month_day_date.ts similarity index 100% rename from x-pack/plugins/alerting/public/pages/maintenance_windows/helpers/month_day_date.ts rename to x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/helpers/month_day_date.ts diff --git a/x-pack/plugins/alerting/public/pages/maintenance_windows/helpers/parse_schedule.ts b/x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/helpers/parse_schedule.ts similarity index 100% rename from x-pack/plugins/alerting/public/pages/maintenance_windows/helpers/parse_schedule.ts rename to x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/helpers/parse_schedule.ts diff --git a/x-pack/plugins/alerting/public/pages/maintenance_windows/helpers/recurring_summary.test.ts b/x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/helpers/recurring_summary.test.ts similarity index 100% rename from x-pack/plugins/alerting/public/pages/maintenance_windows/helpers/recurring_summary.test.ts rename to x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/helpers/recurring_summary.test.ts diff --git a/x-pack/plugins/alerting/public/pages/maintenance_windows/helpers/recurring_summary.ts b/x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/helpers/recurring_summary.ts similarity index 100% rename from x-pack/plugins/alerting/public/pages/maintenance_windows/helpers/recurring_summary.ts rename to x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/helpers/recurring_summary.ts diff --git a/x-pack/plugins/alerting/public/pages/maintenance_windows/index.test.tsx b/x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/index.test.tsx similarity index 100% rename from x-pack/plugins/alerting/public/pages/maintenance_windows/index.test.tsx rename to x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/index.test.tsx diff --git a/x-pack/plugins/alerting/public/pages/maintenance_windows/index.tsx b/x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/index.tsx similarity index 100% rename from x-pack/plugins/alerting/public/pages/maintenance_windows/index.tsx rename to x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/index.tsx diff --git a/x-pack/plugins/alerting/public/pages/maintenance_windows/maintenance_window_create_page.tsx b/x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/maintenance_window_create_page.tsx similarity index 100% rename from x-pack/plugins/alerting/public/pages/maintenance_windows/maintenance_window_create_page.tsx rename to x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/maintenance_window_create_page.tsx diff --git a/x-pack/plugins/alerting/public/pages/maintenance_windows/maintenance_window_edit_page.tsx b/x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/maintenance_window_edit_page.tsx similarity index 100% rename from x-pack/plugins/alerting/public/pages/maintenance_windows/maintenance_window_edit_page.tsx rename to x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/maintenance_window_edit_page.tsx diff --git a/x-pack/plugins/alerting/public/pages/maintenance_windows/translations.ts b/x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/translations.ts similarity index 100% rename from x-pack/plugins/alerting/public/pages/maintenance_windows/translations.ts rename to x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/translations.ts diff --git a/x-pack/plugins/alerting/public/pages/maintenance_windows/types.ts b/x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/types.ts similarity index 100% rename from x-pack/plugins/alerting/public/pages/maintenance_windows/types.ts rename to x-pack/platform/plugins/shared/alerting/public/pages/maintenance_windows/types.ts diff --git a/x-pack/plugins/alerting/public/plugin.test.ts b/x-pack/platform/plugins/shared/alerting/public/plugin.test.ts similarity index 100% rename from x-pack/plugins/alerting/public/plugin.test.ts rename to x-pack/platform/plugins/shared/alerting/public/plugin.test.ts diff --git a/x-pack/plugins/alerting/public/plugin.ts b/x-pack/platform/plugins/shared/alerting/public/plugin.ts similarity index 100% rename from x-pack/plugins/alerting/public/plugin.ts rename to x-pack/platform/plugins/shared/alerting/public/plugin.ts diff --git a/x-pack/plugins/alerting/public/services/maintenance_windows_api/archive.test.ts b/x-pack/platform/plugins/shared/alerting/public/services/maintenance_windows_api/archive.test.ts similarity index 100% rename from x-pack/plugins/alerting/public/services/maintenance_windows_api/archive.test.ts rename to x-pack/platform/plugins/shared/alerting/public/services/maintenance_windows_api/archive.test.ts diff --git a/x-pack/plugins/alerting/public/services/maintenance_windows_api/archive.ts b/x-pack/platform/plugins/shared/alerting/public/services/maintenance_windows_api/archive.ts similarity index 100% rename from x-pack/plugins/alerting/public/services/maintenance_windows_api/archive.ts rename to x-pack/platform/plugins/shared/alerting/public/services/maintenance_windows_api/archive.ts diff --git a/x-pack/plugins/alerting/public/services/maintenance_windows_api/create.test.ts b/x-pack/platform/plugins/shared/alerting/public/services/maintenance_windows_api/create.test.ts similarity index 100% rename from x-pack/plugins/alerting/public/services/maintenance_windows_api/create.test.ts rename to x-pack/platform/plugins/shared/alerting/public/services/maintenance_windows_api/create.test.ts diff --git a/x-pack/plugins/alerting/public/services/maintenance_windows_api/create.ts b/x-pack/platform/plugins/shared/alerting/public/services/maintenance_windows_api/create.ts similarity index 100% rename from x-pack/plugins/alerting/public/services/maintenance_windows_api/create.ts rename to x-pack/platform/plugins/shared/alerting/public/services/maintenance_windows_api/create.ts diff --git a/x-pack/plugins/alerting/public/services/maintenance_windows_api/find.test.ts b/x-pack/platform/plugins/shared/alerting/public/services/maintenance_windows_api/find.test.ts similarity index 100% rename from x-pack/plugins/alerting/public/services/maintenance_windows_api/find.test.ts rename to x-pack/platform/plugins/shared/alerting/public/services/maintenance_windows_api/find.test.ts diff --git a/x-pack/plugins/alerting/public/services/maintenance_windows_api/find.ts b/x-pack/platform/plugins/shared/alerting/public/services/maintenance_windows_api/find.ts similarity index 100% rename from x-pack/plugins/alerting/public/services/maintenance_windows_api/find.ts rename to x-pack/platform/plugins/shared/alerting/public/services/maintenance_windows_api/find.ts diff --git a/x-pack/plugins/alerting/public/services/maintenance_windows_api/finish.test.ts b/x-pack/platform/plugins/shared/alerting/public/services/maintenance_windows_api/finish.test.ts similarity index 100% rename from x-pack/plugins/alerting/public/services/maintenance_windows_api/finish.test.ts rename to x-pack/platform/plugins/shared/alerting/public/services/maintenance_windows_api/finish.test.ts diff --git a/x-pack/plugins/alerting/public/services/maintenance_windows_api/finish.ts b/x-pack/platform/plugins/shared/alerting/public/services/maintenance_windows_api/finish.ts similarity index 100% rename from x-pack/plugins/alerting/public/services/maintenance_windows_api/finish.ts rename to x-pack/platform/plugins/shared/alerting/public/services/maintenance_windows_api/finish.ts diff --git a/x-pack/plugins/alerting/public/services/maintenance_windows_api/get.test.ts b/x-pack/platform/plugins/shared/alerting/public/services/maintenance_windows_api/get.test.ts similarity index 100% rename from x-pack/plugins/alerting/public/services/maintenance_windows_api/get.test.ts rename to x-pack/platform/plugins/shared/alerting/public/services/maintenance_windows_api/get.test.ts diff --git a/x-pack/plugins/alerting/public/services/maintenance_windows_api/get.ts b/x-pack/platform/plugins/shared/alerting/public/services/maintenance_windows_api/get.ts similarity index 100% rename from x-pack/plugins/alerting/public/services/maintenance_windows_api/get.ts rename to x-pack/platform/plugins/shared/alerting/public/services/maintenance_windows_api/get.ts diff --git a/x-pack/plugins/alerting/public/services/maintenance_windows_api/transform_maintenance_window_response.ts b/x-pack/platform/plugins/shared/alerting/public/services/maintenance_windows_api/transform_maintenance_window_response.ts similarity index 100% rename from x-pack/plugins/alerting/public/services/maintenance_windows_api/transform_maintenance_window_response.ts rename to x-pack/platform/plugins/shared/alerting/public/services/maintenance_windows_api/transform_maintenance_window_response.ts diff --git a/x-pack/plugins/alerting/public/services/maintenance_windows_api/update.test.ts b/x-pack/platform/plugins/shared/alerting/public/services/maintenance_windows_api/update.test.ts similarity index 100% rename from x-pack/plugins/alerting/public/services/maintenance_windows_api/update.test.ts rename to x-pack/platform/plugins/shared/alerting/public/services/maintenance_windows_api/update.test.ts diff --git a/x-pack/plugins/alerting/public/services/maintenance_windows_api/update.ts b/x-pack/platform/plugins/shared/alerting/public/services/maintenance_windows_api/update.ts similarity index 100% rename from x-pack/plugins/alerting/public/services/maintenance_windows_api/update.ts rename to x-pack/platform/plugins/shared/alerting/public/services/maintenance_windows_api/update.ts diff --git a/x-pack/plugins/alerting/public/services/rule_api.test.ts b/x-pack/platform/plugins/shared/alerting/public/services/rule_api.test.ts similarity index 100% rename from x-pack/plugins/alerting/public/services/rule_api.test.ts rename to x-pack/platform/plugins/shared/alerting/public/services/rule_api.test.ts diff --git a/x-pack/plugins/alerting/public/services/rule_api.ts b/x-pack/platform/plugins/shared/alerting/public/services/rule_api.ts similarity index 100% rename from x-pack/plugins/alerting/public/services/rule_api.ts rename to x-pack/platform/plugins/shared/alerting/public/services/rule_api.ts diff --git a/x-pack/plugins/alerting/public/utils/kibana_react.ts b/x-pack/platform/plugins/shared/alerting/public/utils/kibana_react.ts similarity index 100% rename from x-pack/plugins/alerting/public/utils/kibana_react.ts rename to x-pack/platform/plugins/shared/alerting/public/utils/kibana_react.ts diff --git a/x-pack/plugins/alerting/server/alert/alert.test.ts b/x-pack/platform/plugins/shared/alerting/server/alert/alert.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/alert/alert.test.ts rename to x-pack/platform/plugins/shared/alerting/server/alert/alert.test.ts diff --git a/x-pack/plugins/alerting/server/alert/alert.ts b/x-pack/platform/plugins/shared/alerting/server/alert/alert.ts similarity index 100% rename from x-pack/plugins/alerting/server/alert/alert.ts rename to x-pack/platform/plugins/shared/alerting/server/alert/alert.ts diff --git a/x-pack/plugins/alerting/server/alert/create_alert_factory.test.ts b/x-pack/platform/plugins/shared/alerting/server/alert/create_alert_factory.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/alert/create_alert_factory.test.ts rename to x-pack/platform/plugins/shared/alerting/server/alert/create_alert_factory.test.ts diff --git a/x-pack/plugins/alerting/server/alert/create_alert_factory.ts b/x-pack/platform/plugins/shared/alerting/server/alert/create_alert_factory.ts similarity index 100% rename from x-pack/plugins/alerting/server/alert/create_alert_factory.ts rename to x-pack/platform/plugins/shared/alerting/server/alert/create_alert_factory.ts diff --git a/x-pack/plugins/alerting/server/alert/index.ts b/x-pack/platform/plugins/shared/alerting/server/alert/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/alert/index.ts rename to x-pack/platform/plugins/shared/alerting/server/alert/index.ts diff --git a/x-pack/plugins/alerting/server/alerting_authorization_client_factory.mock.ts b/x-pack/platform/plugins/shared/alerting/server/alerting_authorization_client_factory.mock.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerting_authorization_client_factory.mock.ts rename to x-pack/platform/plugins/shared/alerting/server/alerting_authorization_client_factory.mock.ts diff --git a/x-pack/plugins/alerting/server/alerting_authorization_client_factory.test.ts b/x-pack/platform/plugins/shared/alerting/server/alerting_authorization_client_factory.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerting_authorization_client_factory.test.ts rename to x-pack/platform/plugins/shared/alerting/server/alerting_authorization_client_factory.test.ts diff --git a/x-pack/plugins/alerting/server/alerting_authorization_client_factory.ts b/x-pack/platform/plugins/shared/alerting/server/alerting_authorization_client_factory.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerting_authorization_client_factory.ts rename to x-pack/platform/plugins/shared/alerting/server/alerting_authorization_client_factory.ts diff --git a/x-pack/plugins/alerting/server/alerts_client/alerts_client.mock.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_client/alerts_client.mock.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_client/alerts_client.mock.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_client/alerts_client.mock.ts diff --git a/x-pack/plugins/alerting/server/alerts_client/alerts_client.test.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_client/alerts_client.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_client/alerts_client.test.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_client/alerts_client.test.ts diff --git a/x-pack/plugins/alerting/server/alerts_client/alerts_client.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_client/alerts_client.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_client/alerts_client.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_client/alerts_client.ts diff --git a/x-pack/plugins/alerting/server/alerts_client/alerts_client_error.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_client/alerts_client_error.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_client/alerts_client_error.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_client/alerts_client_error.ts diff --git a/x-pack/plugins/alerting/server/alerts_client/alerts_client_fixtures.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_client/alerts_client_fixtures.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_client/alerts_client_fixtures.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_client/alerts_client_fixtures.ts diff --git a/x-pack/plugins/alerting/server/alerts_client/index.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_client/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_client/index.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_client/index.ts diff --git a/x-pack/plugins/alerting/server/alerts_client/legacy_alerts_client.mock.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_client/legacy_alerts_client.mock.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_client/legacy_alerts_client.mock.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_client/legacy_alerts_client.mock.ts diff --git a/x-pack/plugins/alerting/server/alerts_client/legacy_alerts_client.test.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_client/legacy_alerts_client.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_client/legacy_alerts_client.test.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_client/legacy_alerts_client.test.ts diff --git a/x-pack/plugins/alerting/server/alerts_client/legacy_alerts_client.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_client/legacy_alerts_client.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_client/legacy_alerts_client.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_client/legacy_alerts_client.ts diff --git a/x-pack/plugins/alerting/server/alerts_client/lib/alert_conflict_resolver.test.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_client/lib/alert_conflict_resolver.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_client/lib/alert_conflict_resolver.test.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_client/lib/alert_conflict_resolver.test.ts diff --git a/x-pack/plugins/alerting/server/alerts_client/lib/alert_conflict_resolver.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_client/lib/alert_conflict_resolver.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_client/lib/alert_conflict_resolver.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_client/lib/alert_conflict_resolver.ts diff --git a/x-pack/plugins/alerting/server/alerts_client/lib/build_new_alert.test.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_client/lib/build_new_alert.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_client/lib/build_new_alert.test.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_client/lib/build_new_alert.test.ts diff --git a/x-pack/plugins/alerting/server/alerts_client/lib/build_new_alert.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_client/lib/build_new_alert.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_client/lib/build_new_alert.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_client/lib/build_new_alert.ts diff --git a/x-pack/plugins/alerting/server/alerts_client/lib/build_ongoing_alert.test.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_client/lib/build_ongoing_alert.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_client/lib/build_ongoing_alert.test.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_client/lib/build_ongoing_alert.test.ts diff --git a/x-pack/plugins/alerting/server/alerts_client/lib/build_ongoing_alert.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_client/lib/build_ongoing_alert.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_client/lib/build_ongoing_alert.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_client/lib/build_ongoing_alert.ts diff --git a/x-pack/plugins/alerting/server/alerts_client/lib/build_recovered_alert.test.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_client/lib/build_recovered_alert.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_client/lib/build_recovered_alert.test.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_client/lib/build_recovered_alert.test.ts diff --git a/x-pack/plugins/alerting/server/alerts_client/lib/build_recovered_alert.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_client/lib/build_recovered_alert.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_client/lib/build_recovered_alert.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_client/lib/build_recovered_alert.ts diff --git a/x-pack/plugins/alerting/server/alerts_client/lib/build_updated_recovered_alert.test.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_client/lib/build_updated_recovered_alert.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_client/lib/build_updated_recovered_alert.test.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_client/lib/build_updated_recovered_alert.test.ts diff --git a/x-pack/plugins/alerting/server/alerts_client/lib/build_updated_recovered_alert.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_client/lib/build_updated_recovered_alert.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_client/lib/build_updated_recovered_alert.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_client/lib/build_updated_recovered_alert.ts diff --git a/x-pack/plugins/alerting/server/alerts_client/lib/format_alert.test.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_client/lib/format_alert.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_client/lib/format_alert.test.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_client/lib/format_alert.test.ts diff --git a/x-pack/plugins/alerting/server/alerts_client/lib/format_alert.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_client/lib/format_alert.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_client/lib/format_alert.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_client/lib/format_alert.ts diff --git a/x-pack/plugins/alerting/server/alerts_client/lib/format_rule.test.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_client/lib/format_rule.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_client/lib/format_rule.test.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_client/lib/format_rule.test.ts diff --git a/x-pack/plugins/alerting/server/alerts_client/lib/format_rule.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_client/lib/format_rule.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_client/lib/format_rule.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_client/lib/format_rule.ts diff --git a/x-pack/plugins/alerting/server/alerts_client/lib/get_summarized_alerts_query.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_client/lib/get_summarized_alerts_query.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_client/lib/get_summarized_alerts_query.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_client/lib/get_summarized_alerts_query.ts diff --git a/x-pack/plugins/alerting/server/alerts_client/lib/index.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_client/lib/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_client/lib/index.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_client/lib/index.ts diff --git a/x-pack/plugins/alerting/server/alerts_client/lib/initialize_alerts_client.test.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_client/lib/initialize_alerts_client.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_client/lib/initialize_alerts_client.test.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_client/lib/initialize_alerts_client.test.ts diff --git a/x-pack/plugins/alerting/server/alerts_client/lib/initialize_alerts_client.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_client/lib/initialize_alerts_client.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_client/lib/initialize_alerts_client.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_client/lib/initialize_alerts_client.ts diff --git a/x-pack/plugins/alerting/server/alerts_client/lib/inject_analyze_wildcard.test.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_client/lib/inject_analyze_wildcard.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_client/lib/inject_analyze_wildcard.test.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_client/lib/inject_analyze_wildcard.test.ts diff --git a/x-pack/plugins/alerting/server/alerts_client/lib/inject_analyze_wildcard.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_client/lib/inject_analyze_wildcard.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_client/lib/inject_analyze_wildcard.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_client/lib/inject_analyze_wildcard.ts diff --git a/x-pack/plugins/alerting/server/alerts_client/lib/is_alert_improving.test.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_client/lib/is_alert_improving.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_client/lib/is_alert_improving.test.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_client/lib/is_alert_improving.test.ts diff --git a/x-pack/plugins/alerting/server/alerts_client/lib/is_alert_improving.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_client/lib/is_alert_improving.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_client/lib/is_alert_improving.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_client/lib/is_alert_improving.ts diff --git a/x-pack/plugins/alerting/server/alerts_client/lib/nanos_to_micros.test.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_client/lib/nanos_to_micros.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_client/lib/nanos_to_micros.test.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_client/lib/nanos_to_micros.test.ts diff --git a/x-pack/plugins/alerting/server/alerts_client/lib/nanos_to_micros.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_client/lib/nanos_to_micros.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_client/lib/nanos_to_micros.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_client/lib/nanos_to_micros.ts diff --git a/x-pack/plugins/alerting/server/alerts_client/lib/sanitize_bulk_response.test.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_client/lib/sanitize_bulk_response.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_client/lib/sanitize_bulk_response.test.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_client/lib/sanitize_bulk_response.test.ts diff --git a/x-pack/plugins/alerting/server/alerts_client/lib/sanitize_bulk_response.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_client/lib/sanitize_bulk_response.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_client/lib/sanitize_bulk_response.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_client/lib/sanitize_bulk_response.ts diff --git a/x-pack/plugins/alerting/server/alerts_client/lib/strip_framework_fields.test.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_client/lib/strip_framework_fields.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_client/lib/strip_framework_fields.test.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_client/lib/strip_framework_fields.test.ts diff --git a/x-pack/plugins/alerting/server/alerts_client/lib/strip_framework_fields.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_client/lib/strip_framework_fields.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_client/lib/strip_framework_fields.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_client/lib/strip_framework_fields.ts diff --git a/x-pack/plugins/alerting/server/alerts_client/lib/test_fixtures.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_client/lib/test_fixtures.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_client/lib/test_fixtures.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_client/lib/test_fixtures.ts diff --git a/x-pack/plugins/alerting/server/alerts_client/types.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_client/types.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_client/types.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_client/types.ts diff --git a/x-pack/plugins/alerting/server/alerts_service/alerts_service.mock.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_service/alerts_service.mock.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_service/alerts_service.mock.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_service/alerts_service.mock.ts diff --git a/x-pack/plugins/alerting/server/alerts_service/alerts_service.test.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_service/alerts_service.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_service/alerts_service.test.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_service/alerts_service.test.ts diff --git a/x-pack/plugins/alerting/server/alerts_service/alerts_service.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_service/alerts_service.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_service/alerts_service.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_service/alerts_service.ts diff --git a/x-pack/plugins/alerting/server/alerts_service/create_resource_installation_helper.test.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_service/create_resource_installation_helper.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_service/create_resource_installation_helper.test.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_service/create_resource_installation_helper.test.ts diff --git a/x-pack/plugins/alerting/server/alerts_service/create_resource_installation_helper.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_service/create_resource_installation_helper.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_service/create_resource_installation_helper.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_service/create_resource_installation_helper.ts diff --git a/x-pack/plugins/alerting/server/alerts_service/default_lifecycle_policy.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_service/default_lifecycle_policy.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_service/default_lifecycle_policy.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_service/default_lifecycle_policy.ts diff --git a/x-pack/plugins/alerting/server/alerts_service/index.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_service/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_service/index.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_service/index.ts diff --git a/x-pack/plugins/alerting/server/alerts_service/lib/create_concrete_write_index.test.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_service/lib/create_concrete_write_index.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_service/lib/create_concrete_write_index.test.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_service/lib/create_concrete_write_index.test.ts diff --git a/x-pack/plugins/alerting/server/alerts_service/lib/create_concrete_write_index.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_service/lib/create_concrete_write_index.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_service/lib/create_concrete_write_index.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_service/lib/create_concrete_write_index.ts diff --git a/x-pack/plugins/alerting/server/alerts_service/lib/create_or_update_component_template.test.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_service/lib/create_or_update_component_template.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_service/lib/create_or_update_component_template.test.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_service/lib/create_or_update_component_template.test.ts diff --git a/x-pack/plugins/alerting/server/alerts_service/lib/create_or_update_component_template.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_service/lib/create_or_update_component_template.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_service/lib/create_or_update_component_template.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_service/lib/create_or_update_component_template.ts diff --git a/x-pack/plugins/alerting/server/alerts_service/lib/create_or_update_ilm_policy.test.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_service/lib/create_or_update_ilm_policy.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_service/lib/create_or_update_ilm_policy.test.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_service/lib/create_or_update_ilm_policy.test.ts diff --git a/x-pack/plugins/alerting/server/alerts_service/lib/create_or_update_ilm_policy.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_service/lib/create_or_update_ilm_policy.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_service/lib/create_or_update_ilm_policy.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_service/lib/create_or_update_ilm_policy.ts diff --git a/x-pack/plugins/alerting/server/alerts_service/lib/create_or_update_index_template.test.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_service/lib/create_or_update_index_template.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_service/lib/create_or_update_index_template.test.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_service/lib/create_or_update_index_template.test.ts diff --git a/x-pack/plugins/alerting/server/alerts_service/lib/create_or_update_index_template.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_service/lib/create_or_update_index_template.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_service/lib/create_or_update_index_template.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_service/lib/create_or_update_index_template.ts diff --git a/x-pack/plugins/alerting/server/alerts_service/lib/data_stream_adapter.mock.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_service/lib/data_stream_adapter.mock.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_service/lib/data_stream_adapter.mock.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_service/lib/data_stream_adapter.mock.ts diff --git a/x-pack/plugins/alerting/server/alerts_service/lib/data_stream_adapter.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_service/lib/data_stream_adapter.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_service/lib/data_stream_adapter.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_service/lib/data_stream_adapter.ts diff --git a/x-pack/plugins/alerting/server/alerts_service/lib/index.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_service/lib/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_service/lib/index.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_service/lib/index.ts diff --git a/x-pack/plugins/alerting/server/alerts_service/lib/install_with_timeout.test.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_service/lib/install_with_timeout.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_service/lib/install_with_timeout.test.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_service/lib/install_with_timeout.test.ts diff --git a/x-pack/plugins/alerting/server/alerts_service/lib/install_with_timeout.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_service/lib/install_with_timeout.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_service/lib/install_with_timeout.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_service/lib/install_with_timeout.ts diff --git a/x-pack/plugins/alerting/server/alerts_service/lib/is_valid_alert_index_name.test.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_service/lib/is_valid_alert_index_name.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_service/lib/is_valid_alert_index_name.test.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_service/lib/is_valid_alert_index_name.test.ts diff --git a/x-pack/plugins/alerting/server/alerts_service/lib/is_valid_alert_index_name.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_service/lib/is_valid_alert_index_name.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_service/lib/is_valid_alert_index_name.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_service/lib/is_valid_alert_index_name.ts diff --git a/x-pack/plugins/alerting/server/alerts_service/lib/retry_transient_es_errors.test.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_service/lib/retry_transient_es_errors.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_service/lib/retry_transient_es_errors.test.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_service/lib/retry_transient_es_errors.test.ts diff --git a/x-pack/plugins/alerting/server/alerts_service/lib/retry_transient_es_errors.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_service/lib/retry_transient_es_errors.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_service/lib/retry_transient_es_errors.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_service/lib/retry_transient_es_errors.ts diff --git a/x-pack/plugins/alerting/server/alerts_service/lib/set_alerts_to_untracked.test.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_service/lib/set_alerts_to_untracked.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_service/lib/set_alerts_to_untracked.test.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_service/lib/set_alerts_to_untracked.test.ts diff --git a/x-pack/plugins/alerting/server/alerts_service/lib/set_alerts_to_untracked.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_service/lib/set_alerts_to_untracked.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_service/lib/set_alerts_to_untracked.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_service/lib/set_alerts_to_untracked.ts diff --git a/x-pack/plugins/alerting/server/alerts_service/resource_installer_utils.test.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_service/resource_installer_utils.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_service/resource_installer_utils.test.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_service/resource_installer_utils.test.ts diff --git a/x-pack/plugins/alerting/server/alerts_service/resource_installer_utils.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_service/resource_installer_utils.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_service/resource_installer_utils.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_service/resource_installer_utils.ts diff --git a/x-pack/plugins/alerting/server/alerts_service/test_utils.ts b/x-pack/platform/plugins/shared/alerting/server/alerts_service/test_utils.ts similarity index 100% rename from x-pack/plugins/alerting/server/alerts_service/test_utils.ts rename to x-pack/platform/plugins/shared/alerting/server/alerts_service/test_utils.ts diff --git a/x-pack/plugins/alerting/server/application/alerts_filter_query/schemas/alerts_filter_query_schemas.ts b/x-pack/platform/plugins/shared/alerting/server/application/alerts_filter_query/schemas/alerts_filter_query_schemas.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/alerts_filter_query/schemas/alerts_filter_query_schemas.ts rename to x-pack/platform/plugins/shared/alerting/server/application/alerts_filter_query/schemas/alerts_filter_query_schemas.ts diff --git a/x-pack/plugins/alerting/server/application/alerts_filter_query/schemas/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/alerts_filter_query/schemas/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/alerts_filter_query/schemas/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/alerts_filter_query/schemas/index.ts diff --git a/x-pack/plugins/alerting/server/application/alerts_filter_query/types/alerts_filter_query.ts b/x-pack/platform/plugins/shared/alerting/server/application/alerts_filter_query/types/alerts_filter_query.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/alerts_filter_query/types/alerts_filter_query.ts rename to x-pack/platform/plugins/shared/alerting/server/application/alerts_filter_query/types/alerts_filter_query.ts diff --git a/x-pack/plugins/alerting/server/application/alerts_filter_query/types/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/alerts_filter_query/types/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/alerts_filter_query/types/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/alerts_filter_query/types/index.ts diff --git a/x-pack/plugins/alerting/server/application/backfill/methods/delete/delete_backfill.test.ts b/x-pack/platform/plugins/shared/alerting/server/application/backfill/methods/delete/delete_backfill.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/backfill/methods/delete/delete_backfill.test.ts rename to x-pack/platform/plugins/shared/alerting/server/application/backfill/methods/delete/delete_backfill.test.ts diff --git a/x-pack/plugins/alerting/server/application/backfill/methods/delete/delete_backfill.ts b/x-pack/platform/plugins/shared/alerting/server/application/backfill/methods/delete/delete_backfill.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/backfill/methods/delete/delete_backfill.ts rename to x-pack/platform/plugins/shared/alerting/server/application/backfill/methods/delete/delete_backfill.ts diff --git a/x-pack/plugins/alerting/server/application/backfill/methods/delete/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/backfill/methods/delete/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/backfill/methods/delete/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/backfill/methods/delete/index.ts diff --git a/x-pack/plugins/alerting/server/application/backfill/methods/find/find_backfill.test.ts b/x-pack/platform/plugins/shared/alerting/server/application/backfill/methods/find/find_backfill.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/backfill/methods/find/find_backfill.test.ts rename to x-pack/platform/plugins/shared/alerting/server/application/backfill/methods/find/find_backfill.test.ts diff --git a/x-pack/plugins/alerting/server/application/backfill/methods/find/find_backfill.ts b/x-pack/platform/plugins/shared/alerting/server/application/backfill/methods/find/find_backfill.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/backfill/methods/find/find_backfill.ts rename to x-pack/platform/plugins/shared/alerting/server/application/backfill/methods/find/find_backfill.ts diff --git a/x-pack/plugins/alerting/server/application/backfill/methods/find/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/backfill/methods/find/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/backfill/methods/find/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/backfill/methods/find/index.ts diff --git a/x-pack/plugins/alerting/server/application/backfill/methods/find/schemas/find_backfill_query_schema.ts b/x-pack/platform/plugins/shared/alerting/server/application/backfill/methods/find/schemas/find_backfill_query_schema.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/backfill/methods/find/schemas/find_backfill_query_schema.ts rename to x-pack/platform/plugins/shared/alerting/server/application/backfill/methods/find/schemas/find_backfill_query_schema.ts diff --git a/x-pack/plugins/alerting/server/application/backfill/methods/find/schemas/find_backfill_result_schema.ts b/x-pack/platform/plugins/shared/alerting/server/application/backfill/methods/find/schemas/find_backfill_result_schema.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/backfill/methods/find/schemas/find_backfill_result_schema.ts rename to x-pack/platform/plugins/shared/alerting/server/application/backfill/methods/find/schemas/find_backfill_result_schema.ts diff --git a/x-pack/plugins/alerting/server/application/backfill/methods/find/schemas/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/backfill/methods/find/schemas/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/backfill/methods/find/schemas/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/backfill/methods/find/schemas/index.ts diff --git a/x-pack/plugins/alerting/server/application/backfill/methods/find/types/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/backfill/methods/find/types/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/backfill/methods/find/types/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/backfill/methods/find/types/index.ts diff --git a/x-pack/plugins/alerting/server/application/backfill/methods/get/get_backfill.test.ts b/x-pack/platform/plugins/shared/alerting/server/application/backfill/methods/get/get_backfill.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/backfill/methods/get/get_backfill.test.ts rename to x-pack/platform/plugins/shared/alerting/server/application/backfill/methods/get/get_backfill.test.ts diff --git a/x-pack/plugins/alerting/server/application/backfill/methods/get/get_backfill.ts b/x-pack/platform/plugins/shared/alerting/server/application/backfill/methods/get/get_backfill.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/backfill/methods/get/get_backfill.ts rename to x-pack/platform/plugins/shared/alerting/server/application/backfill/methods/get/get_backfill.ts diff --git a/x-pack/plugins/alerting/server/application/backfill/methods/get/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/backfill/methods/get/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/backfill/methods/get/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/backfill/methods/get/index.ts diff --git a/x-pack/plugins/alerting/server/application/backfill/methods/schedule/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/backfill/methods/schedule/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/backfill/methods/schedule/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/backfill/methods/schedule/index.ts diff --git a/x-pack/plugins/alerting/server/application/backfill/methods/schedule/schedule_backfill.test.ts b/x-pack/platform/plugins/shared/alerting/server/application/backfill/methods/schedule/schedule_backfill.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/backfill/methods/schedule/schedule_backfill.test.ts rename to x-pack/platform/plugins/shared/alerting/server/application/backfill/methods/schedule/schedule_backfill.test.ts diff --git a/x-pack/plugins/alerting/server/application/backfill/methods/schedule/schedule_backfill.ts b/x-pack/platform/plugins/shared/alerting/server/application/backfill/methods/schedule/schedule_backfill.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/backfill/methods/schedule/schedule_backfill.ts rename to x-pack/platform/plugins/shared/alerting/server/application/backfill/methods/schedule/schedule_backfill.ts diff --git a/x-pack/plugins/alerting/server/application/backfill/methods/schedule/schemas/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/backfill/methods/schedule/schemas/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/backfill/methods/schedule/schemas/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/backfill/methods/schedule/schemas/index.ts diff --git a/x-pack/plugins/alerting/server/application/backfill/methods/schedule/schemas/schedule_backfill_params_schema.ts b/x-pack/platform/plugins/shared/alerting/server/application/backfill/methods/schedule/schemas/schedule_backfill_params_schema.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/backfill/methods/schedule/schemas/schedule_backfill_params_schema.ts rename to x-pack/platform/plugins/shared/alerting/server/application/backfill/methods/schedule/schemas/schedule_backfill_params_schema.ts diff --git a/x-pack/plugins/alerting/server/application/backfill/methods/schedule/schemas/schedule_backfill_result_schema.ts b/x-pack/platform/plugins/shared/alerting/server/application/backfill/methods/schedule/schemas/schedule_backfill_result_schema.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/backfill/methods/schedule/schemas/schedule_backfill_result_schema.ts rename to x-pack/platform/plugins/shared/alerting/server/application/backfill/methods/schedule/schemas/schedule_backfill_result_schema.ts diff --git a/x-pack/plugins/alerting/server/application/backfill/methods/schedule/types/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/backfill/methods/schedule/types/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/backfill/methods/schedule/types/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/backfill/methods/schedule/types/index.ts diff --git a/x-pack/plugins/alerting/server/application/backfill/result/schemas/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/backfill/result/schemas/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/backfill/result/schemas/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/backfill/result/schemas/index.ts diff --git a/x-pack/plugins/alerting/server/application/backfill/result/types/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/backfill/result/types/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/backfill/result/types/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/backfill/result/types/index.ts diff --git a/x-pack/plugins/alerting/server/application/backfill/transforms/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/backfill/transforms/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/backfill/transforms/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/backfill/transforms/index.ts diff --git a/x-pack/plugins/alerting/server/application/backfill/transforms/transform_ad_hoc_run_to_backfill_result.test.ts b/x-pack/platform/plugins/shared/alerting/server/application/backfill/transforms/transform_ad_hoc_run_to_backfill_result.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/backfill/transforms/transform_ad_hoc_run_to_backfill_result.test.ts rename to x-pack/platform/plugins/shared/alerting/server/application/backfill/transforms/transform_ad_hoc_run_to_backfill_result.test.ts diff --git a/x-pack/plugins/alerting/server/application/backfill/transforms/transform_ad_hoc_run_to_backfill_result.ts b/x-pack/platform/plugins/shared/alerting/server/application/backfill/transforms/transform_ad_hoc_run_to_backfill_result.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/backfill/transforms/transform_ad_hoc_run_to_backfill_result.ts rename to x-pack/platform/plugins/shared/alerting/server/application/backfill/transforms/transform_ad_hoc_run_to_backfill_result.ts diff --git a/x-pack/plugins/alerting/server/application/backfill/transforms/transform_backfill_param_to_ad_hoc_run.test.ts b/x-pack/platform/plugins/shared/alerting/server/application/backfill/transforms/transform_backfill_param_to_ad_hoc_run.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/backfill/transforms/transform_backfill_param_to_ad_hoc_run.test.ts rename to x-pack/platform/plugins/shared/alerting/server/application/backfill/transforms/transform_backfill_param_to_ad_hoc_run.test.ts diff --git a/x-pack/plugins/alerting/server/application/backfill/transforms/transform_backfill_param_to_ad_hoc_run.ts b/x-pack/platform/plugins/shared/alerting/server/application/backfill/transforms/transform_backfill_param_to_ad_hoc_run.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/backfill/transforms/transform_backfill_param_to_ad_hoc_run.ts rename to x-pack/platform/plugins/shared/alerting/server/application/backfill/transforms/transform_backfill_param_to_ad_hoc_run.ts diff --git a/x-pack/plugins/alerting/server/application/maintenance_window/constants.ts b/x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/constants.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/maintenance_window/constants.ts rename to x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/constants.ts diff --git a/x-pack/plugins/alerting/server/application/maintenance_window/lib/generate_maintenance_window_events.test.ts b/x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/lib/generate_maintenance_window_events.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/maintenance_window/lib/generate_maintenance_window_events.test.ts rename to x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/lib/generate_maintenance_window_events.test.ts diff --git a/x-pack/plugins/alerting/server/application/maintenance_window/lib/generate_maintenance_window_events.ts b/x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/lib/generate_maintenance_window_events.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/maintenance_window/lib/generate_maintenance_window_events.ts rename to x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/lib/generate_maintenance_window_events.ts diff --git a/x-pack/plugins/alerting/server/application/maintenance_window/lib/get_maintenance_window_date_and_status.test.ts b/x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/lib/get_maintenance_window_date_and_status.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/maintenance_window/lib/get_maintenance_window_date_and_status.test.ts rename to x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/lib/get_maintenance_window_date_and_status.test.ts diff --git a/x-pack/plugins/alerting/server/application/maintenance_window/lib/get_maintenance_window_date_and_status.ts b/x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/lib/get_maintenance_window_date_and_status.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/maintenance_window/lib/get_maintenance_window_date_and_status.ts rename to x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/lib/get_maintenance_window_date_and_status.ts diff --git a/x-pack/plugins/alerting/server/application/maintenance_window/lib/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/lib/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/maintenance_window/lib/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/lib/index.ts diff --git a/x-pack/plugins/alerting/server/application/maintenance_window/methods/archive/archive_maintenance_window.test.ts b/x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/archive/archive_maintenance_window.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/maintenance_window/methods/archive/archive_maintenance_window.test.ts rename to x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/archive/archive_maintenance_window.test.ts diff --git a/x-pack/plugins/alerting/server/application/maintenance_window/methods/archive/archive_maintenance_window.ts b/x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/archive/archive_maintenance_window.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/maintenance_window/methods/archive/archive_maintenance_window.ts rename to x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/archive/archive_maintenance_window.ts diff --git a/x-pack/plugins/alerting/server/application/maintenance_window/methods/archive/schemas/archive_maintenance_window_params_schema.ts b/x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/archive/schemas/archive_maintenance_window_params_schema.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/maintenance_window/methods/archive/schemas/archive_maintenance_window_params_schema.ts rename to x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/archive/schemas/archive_maintenance_window_params_schema.ts diff --git a/x-pack/plugins/alerting/server/application/maintenance_window/methods/archive/schemas/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/archive/schemas/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/maintenance_window/methods/archive/schemas/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/archive/schemas/index.ts diff --git a/x-pack/plugins/alerting/server/application/maintenance_window/methods/archive/types/archive_maintenance_window_params.ts b/x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/archive/types/archive_maintenance_window_params.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/maintenance_window/methods/archive/types/archive_maintenance_window_params.ts rename to x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/archive/types/archive_maintenance_window_params.ts diff --git a/x-pack/plugins/alerting/server/application/maintenance_window/methods/archive/types/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/archive/types/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/maintenance_window/methods/archive/types/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/archive/types/index.ts diff --git a/x-pack/plugins/alerting/server/application/maintenance_window/methods/bulk_get/bulk_get_maintenance_windows.test.ts b/x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/bulk_get/bulk_get_maintenance_windows.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/maintenance_window/methods/bulk_get/bulk_get_maintenance_windows.test.ts rename to x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/bulk_get/bulk_get_maintenance_windows.test.ts diff --git a/x-pack/plugins/alerting/server/application/maintenance_window/methods/bulk_get/bulk_get_maintenance_windows.ts b/x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/bulk_get/bulk_get_maintenance_windows.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/maintenance_window/methods/bulk_get/bulk_get_maintenance_windows.ts rename to x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/bulk_get/bulk_get_maintenance_windows.ts diff --git a/x-pack/plugins/alerting/server/application/maintenance_window/methods/bulk_get/schemas/bulk_get_maintenance_windows_params_schema.ts b/x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/bulk_get/schemas/bulk_get_maintenance_windows_params_schema.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/maintenance_window/methods/bulk_get/schemas/bulk_get_maintenance_windows_params_schema.ts rename to x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/bulk_get/schemas/bulk_get_maintenance_windows_params_schema.ts diff --git a/x-pack/plugins/alerting/server/application/maintenance_window/methods/bulk_get/schemas/bulk_get_maintenance_windows_result_schema.ts b/x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/bulk_get/schemas/bulk_get_maintenance_windows_result_schema.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/maintenance_window/methods/bulk_get/schemas/bulk_get_maintenance_windows_result_schema.ts rename to x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/bulk_get/schemas/bulk_get_maintenance_windows_result_schema.ts diff --git a/x-pack/plugins/alerting/server/application/maintenance_window/methods/bulk_get/schemas/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/bulk_get/schemas/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/maintenance_window/methods/bulk_get/schemas/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/bulk_get/schemas/index.ts diff --git a/x-pack/plugins/alerting/server/application/maintenance_window/methods/bulk_get/types/bulk_get_maintenance_window_params.ts b/x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/bulk_get/types/bulk_get_maintenance_window_params.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/maintenance_window/methods/bulk_get/types/bulk_get_maintenance_window_params.ts rename to x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/bulk_get/types/bulk_get_maintenance_window_params.ts diff --git a/x-pack/plugins/alerting/server/application/maintenance_window/methods/bulk_get/types/bulk_get_maintenance_window_result.ts b/x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/bulk_get/types/bulk_get_maintenance_window_result.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/maintenance_window/methods/bulk_get/types/bulk_get_maintenance_window_result.ts rename to x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/bulk_get/types/bulk_get_maintenance_window_result.ts diff --git a/x-pack/plugins/alerting/server/application/maintenance_window/methods/bulk_get/types/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/bulk_get/types/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/maintenance_window/methods/bulk_get/types/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/bulk_get/types/index.ts diff --git a/x-pack/plugins/alerting/server/application/maintenance_window/methods/create/create_maintenance_window.test.ts b/x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/create/create_maintenance_window.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/maintenance_window/methods/create/create_maintenance_window.test.ts rename to x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/create/create_maintenance_window.test.ts diff --git a/x-pack/plugins/alerting/server/application/maintenance_window/methods/create/create_maintenance_window.ts b/x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/create/create_maintenance_window.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/maintenance_window/methods/create/create_maintenance_window.ts rename to x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/create/create_maintenance_window.ts diff --git a/x-pack/plugins/alerting/server/application/maintenance_window/methods/create/schemas/create_maintenance_window_params_schema.ts b/x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/create/schemas/create_maintenance_window_params_schema.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/maintenance_window/methods/create/schemas/create_maintenance_window_params_schema.ts rename to x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/create/schemas/create_maintenance_window_params_schema.ts diff --git a/x-pack/plugins/alerting/server/application/maintenance_window/methods/create/schemas/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/create/schemas/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/maintenance_window/methods/create/schemas/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/create/schemas/index.ts diff --git a/x-pack/plugins/alerting/server/application/maintenance_window/methods/create/types/create_maintenance_window_params.ts b/x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/create/types/create_maintenance_window_params.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/maintenance_window/methods/create/types/create_maintenance_window_params.ts rename to x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/create/types/create_maintenance_window_params.ts diff --git a/x-pack/plugins/alerting/server/application/maintenance_window/methods/create/types/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/create/types/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/maintenance_window/methods/create/types/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/create/types/index.ts diff --git a/x-pack/plugins/alerting/server/application/maintenance_window/methods/delete/delete_maintenance_window.test.ts b/x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/delete/delete_maintenance_window.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/maintenance_window/methods/delete/delete_maintenance_window.test.ts rename to x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/delete/delete_maintenance_window.test.ts diff --git a/x-pack/plugins/alerting/server/application/maintenance_window/methods/delete/delete_maintenance_window.ts b/x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/delete/delete_maintenance_window.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/maintenance_window/methods/delete/delete_maintenance_window.ts rename to x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/delete/delete_maintenance_window.ts diff --git a/x-pack/plugins/alerting/server/application/maintenance_window/methods/delete/schemas/delete_maintenance_window_params_schema.ts b/x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/delete/schemas/delete_maintenance_window_params_schema.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/maintenance_window/methods/delete/schemas/delete_maintenance_window_params_schema.ts rename to x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/delete/schemas/delete_maintenance_window_params_schema.ts diff --git a/x-pack/plugins/alerting/server/application/maintenance_window/methods/delete/schemas/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/delete/schemas/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/maintenance_window/methods/delete/schemas/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/delete/schemas/index.ts diff --git a/x-pack/plugins/alerting/server/application/maintenance_window/methods/delete/types/delete_maintenance_window_params.ts b/x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/delete/types/delete_maintenance_window_params.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/maintenance_window/methods/delete/types/delete_maintenance_window_params.ts rename to x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/delete/types/delete_maintenance_window_params.ts diff --git a/x-pack/plugins/alerting/server/application/maintenance_window/methods/delete/types/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/delete/types/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/maintenance_window/methods/delete/types/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/delete/types/index.ts diff --git a/x-pack/plugins/alerting/server/application/maintenance_window/methods/find/find_maintenance_windows.test.ts b/x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/find/find_maintenance_windows.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/maintenance_window/methods/find/find_maintenance_windows.test.ts rename to x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/find/find_maintenance_windows.test.ts diff --git a/x-pack/plugins/alerting/server/application/maintenance_window/methods/find/find_maintenance_windows.ts b/x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/find/find_maintenance_windows.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/maintenance_window/methods/find/find_maintenance_windows.ts rename to x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/find/find_maintenance_windows.ts diff --git a/x-pack/plugins/alerting/server/application/maintenance_window/methods/find/schemas/find_maintenance_window_params_schema.ts b/x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/find/schemas/find_maintenance_window_params_schema.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/maintenance_window/methods/find/schemas/find_maintenance_window_params_schema.ts rename to x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/find/schemas/find_maintenance_window_params_schema.ts diff --git a/x-pack/plugins/alerting/server/application/maintenance_window/methods/find/schemas/find_maintenance_windows_result_schema.ts b/x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/find/schemas/find_maintenance_windows_result_schema.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/maintenance_window/methods/find/schemas/find_maintenance_windows_result_schema.ts rename to x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/find/schemas/find_maintenance_windows_result_schema.ts diff --git a/x-pack/plugins/alerting/server/application/maintenance_window/methods/find/schemas/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/find/schemas/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/maintenance_window/methods/find/schemas/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/find/schemas/index.ts diff --git a/x-pack/plugins/alerting/server/application/maintenance_window/methods/find/types/find_maintenance_window_params.ts b/x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/find/types/find_maintenance_window_params.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/maintenance_window/methods/find/types/find_maintenance_window_params.ts rename to x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/find/types/find_maintenance_window_params.ts diff --git a/x-pack/plugins/alerting/server/application/maintenance_window/methods/find/types/find_maintenance_window_result.ts b/x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/find/types/find_maintenance_window_result.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/maintenance_window/methods/find/types/find_maintenance_window_result.ts rename to x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/find/types/find_maintenance_window_result.ts diff --git a/x-pack/plugins/alerting/server/application/maintenance_window/methods/find/types/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/find/types/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/maintenance_window/methods/find/types/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/find/types/index.ts diff --git a/x-pack/plugins/alerting/server/application/maintenance_window/methods/finish/finish_maintenance_window.test.ts b/x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/finish/finish_maintenance_window.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/maintenance_window/methods/finish/finish_maintenance_window.test.ts rename to x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/finish/finish_maintenance_window.test.ts diff --git a/x-pack/plugins/alerting/server/application/maintenance_window/methods/finish/finish_maintenance_window.ts b/x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/finish/finish_maintenance_window.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/maintenance_window/methods/finish/finish_maintenance_window.ts rename to x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/finish/finish_maintenance_window.ts diff --git a/x-pack/plugins/alerting/server/application/maintenance_window/methods/finish/schemas/finish_maintenance_window_params_schema.ts b/x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/finish/schemas/finish_maintenance_window_params_schema.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/maintenance_window/methods/finish/schemas/finish_maintenance_window_params_schema.ts rename to x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/finish/schemas/finish_maintenance_window_params_schema.ts diff --git a/x-pack/plugins/alerting/server/application/maintenance_window/methods/finish/schemas/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/finish/schemas/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/maintenance_window/methods/finish/schemas/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/finish/schemas/index.ts diff --git a/x-pack/plugins/alerting/server/application/maintenance_window/methods/finish/types/finish_maintenance_window_params.ts b/x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/finish/types/finish_maintenance_window_params.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/maintenance_window/methods/finish/types/finish_maintenance_window_params.ts rename to x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/finish/types/finish_maintenance_window_params.ts diff --git a/x-pack/plugins/alerting/server/application/maintenance_window/methods/finish/types/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/finish/types/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/maintenance_window/methods/finish/types/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/finish/types/index.ts diff --git a/x-pack/plugins/alerting/server/application/maintenance_window/methods/get/get_maintenance_window.test.ts b/x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/get/get_maintenance_window.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/maintenance_window/methods/get/get_maintenance_window.test.ts rename to x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/get/get_maintenance_window.test.ts diff --git a/x-pack/plugins/alerting/server/application/maintenance_window/methods/get/get_maintenance_window.ts b/x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/get/get_maintenance_window.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/maintenance_window/methods/get/get_maintenance_window.ts rename to x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/get/get_maintenance_window.ts diff --git a/x-pack/plugins/alerting/server/application/maintenance_window/methods/get/schemas/get_maintenance_window_params_schema.ts b/x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/get/schemas/get_maintenance_window_params_schema.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/maintenance_window/methods/get/schemas/get_maintenance_window_params_schema.ts rename to x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/get/schemas/get_maintenance_window_params_schema.ts diff --git a/x-pack/plugins/alerting/server/application/maintenance_window/methods/get/schemas/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/get/schemas/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/maintenance_window/methods/get/schemas/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/get/schemas/index.ts diff --git a/x-pack/plugins/alerting/server/application/maintenance_window/methods/get/types/get_maintenance_window_params.ts b/x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/get/types/get_maintenance_window_params.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/maintenance_window/methods/get/types/get_maintenance_window_params.ts rename to x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/get/types/get_maintenance_window_params.ts diff --git a/x-pack/plugins/alerting/server/application/maintenance_window/methods/get/types/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/get/types/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/maintenance_window/methods/get/types/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/get/types/index.ts diff --git a/x-pack/plugins/alerting/server/application/maintenance_window/methods/get_active/get_active_maintenance_windows.test.ts b/x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/get_active/get_active_maintenance_windows.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/maintenance_window/methods/get_active/get_active_maintenance_windows.test.ts rename to x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/get_active/get_active_maintenance_windows.test.ts diff --git a/x-pack/plugins/alerting/server/application/maintenance_window/methods/get_active/get_active_maintenance_windows.ts b/x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/get_active/get_active_maintenance_windows.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/maintenance_window/methods/get_active/get_active_maintenance_windows.ts rename to x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/get_active/get_active_maintenance_windows.ts diff --git a/x-pack/plugins/alerting/server/application/maintenance_window/methods/update/schemas/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/update/schemas/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/maintenance_window/methods/update/schemas/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/update/schemas/index.ts diff --git a/x-pack/plugins/alerting/server/application/maintenance_window/methods/update/schemas/update_maintenance_window_params_schema.ts b/x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/update/schemas/update_maintenance_window_params_schema.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/maintenance_window/methods/update/schemas/update_maintenance_window_params_schema.ts rename to x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/update/schemas/update_maintenance_window_params_schema.ts diff --git a/x-pack/plugins/alerting/server/application/maintenance_window/methods/update/types/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/update/types/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/maintenance_window/methods/update/types/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/update/types/index.ts diff --git a/x-pack/plugins/alerting/server/application/maintenance_window/methods/update/types/update_maintenance_window_params.ts b/x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/update/types/update_maintenance_window_params.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/maintenance_window/methods/update/types/update_maintenance_window_params.ts rename to x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/update/types/update_maintenance_window_params.ts diff --git a/x-pack/plugins/alerting/server/application/maintenance_window/methods/update/update_maintenance_window.test.ts b/x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/update/update_maintenance_window.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/maintenance_window/methods/update/update_maintenance_window.test.ts rename to x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/update/update_maintenance_window.test.ts diff --git a/x-pack/plugins/alerting/server/application/maintenance_window/methods/update/update_maintenance_window.ts b/x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/update/update_maintenance_window.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/maintenance_window/methods/update/update_maintenance_window.ts rename to x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/methods/update/update_maintenance_window.ts diff --git a/x-pack/plugins/alerting/server/application/maintenance_window/schemas/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/schemas/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/maintenance_window/schemas/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/schemas/index.ts diff --git a/x-pack/plugins/alerting/server/application/maintenance_window/schemas/maintenance_window_schemas.ts b/x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/schemas/maintenance_window_schemas.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/maintenance_window/schemas/maintenance_window_schemas.ts rename to x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/schemas/maintenance_window_schemas.ts diff --git a/x-pack/plugins/alerting/server/application/maintenance_window/transforms/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/transforms/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/maintenance_window/transforms/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/transforms/index.ts diff --git a/x-pack/plugins/alerting/server/application/maintenance_window/transforms/transform_maintenance_window_attributes_to_maintenance_window.ts b/x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/transforms/transform_maintenance_window_attributes_to_maintenance_window.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/maintenance_window/transforms/transform_maintenance_window_attributes_to_maintenance_window.ts rename to x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/transforms/transform_maintenance_window_attributes_to_maintenance_window.ts diff --git a/x-pack/plugins/alerting/server/application/maintenance_window/transforms/transform_maintenance_window_to_maintenance_window_attributes.ts b/x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/transforms/transform_maintenance_window_to_maintenance_window_attributes.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/maintenance_window/transforms/transform_maintenance_window_to_maintenance_window_attributes.ts rename to x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/transforms/transform_maintenance_window_to_maintenance_window_attributes.ts diff --git a/x-pack/plugins/alerting/server/application/maintenance_window/types/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/types/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/maintenance_window/types/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/types/index.ts diff --git a/x-pack/plugins/alerting/server/application/maintenance_window/types/maintenance_window.ts b/x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/types/maintenance_window.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/maintenance_window/types/maintenance_window.ts rename to x-pack/platform/plugins/shared/alerting/server/application/maintenance_window/types/maintenance_window.ts diff --git a/x-pack/plugins/alerting/server/application/r_rule/schemas/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/r_rule/schemas/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/r_rule/schemas/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/r_rule/schemas/index.ts diff --git a/x-pack/plugins/alerting/server/application/r_rule/schemas/r_rule_request_schema.ts b/x-pack/platform/plugins/shared/alerting/server/application/r_rule/schemas/r_rule_request_schema.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/r_rule/schemas/r_rule_request_schema.ts rename to x-pack/platform/plugins/shared/alerting/server/application/r_rule/schemas/r_rule_request_schema.ts diff --git a/x-pack/plugins/alerting/server/application/r_rule/schemas/r_rule_schema.ts b/x-pack/platform/plugins/shared/alerting/server/application/r_rule/schemas/r_rule_schema.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/r_rule/schemas/r_rule_schema.ts rename to x-pack/platform/plugins/shared/alerting/server/application/r_rule/schemas/r_rule_schema.ts diff --git a/x-pack/plugins/alerting/server/application/r_rule/types/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/r_rule/types/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/r_rule/types/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/r_rule/types/index.ts diff --git a/x-pack/plugins/alerting/server/application/r_rule/types/r_rule.ts b/x-pack/platform/plugins/shared/alerting/server/application/r_rule/types/r_rule.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/r_rule/types/r_rule.ts rename to x-pack/platform/plugins/shared/alerting/server/application/r_rule/types/r_rule.ts diff --git a/x-pack/plugins/alerting/server/application/r_rule/types/r_rule_request.ts b/x-pack/platform/plugins/shared/alerting/server/application/r_rule/types/r_rule_request.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/r_rule/types/r_rule_request.ts rename to x-pack/platform/plugins/shared/alerting/server/application/r_rule/types/r_rule_request.ts diff --git a/x-pack/plugins/alerting/server/application/r_rule/validation/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/r_rule/validation/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/r_rule/validation/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/r_rule/validation/index.ts diff --git a/x-pack/plugins/alerting/server/application/r_rule/validation/validate_end_date.ts b/x-pack/platform/plugins/shared/alerting/server/application/r_rule/validation/validate_end_date.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/r_rule/validation/validate_end_date.ts rename to x-pack/platform/plugins/shared/alerting/server/application/r_rule/validation/validate_end_date.ts diff --git a/x-pack/plugins/alerting/server/application/r_rule/validation/validate_recurrence_by.ts b/x-pack/platform/plugins/shared/alerting/server/application/r_rule/validation/validate_recurrence_by.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/r_rule/validation/validate_recurrence_by.ts rename to x-pack/platform/plugins/shared/alerting/server/application/r_rule/validation/validate_recurrence_by.ts diff --git a/x-pack/plugins/alerting/server/application/r_rule/validation/validate_start_date.ts b/x-pack/platform/plugins/shared/alerting/server/application/r_rule/validation/validate_start_date.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/r_rule/validation/validate_start_date.ts rename to x-pack/platform/plugins/shared/alerting/server/application/r_rule/validation/validate_start_date.ts diff --git a/x-pack/plugins/alerting/server/application/rule/constants.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/constants.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/constants.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/constants.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/aggregate/aggregate_rules.test.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/aggregate/aggregate_rules.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/aggregate/aggregate_rules.test.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/aggregate/aggregate_rules.test.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/aggregate/aggregate_rules.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/aggregate/aggregate_rules.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/aggregate/aggregate_rules.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/aggregate/aggregate_rules.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/aggregate/factories/default_rule_aggregation_factory/latest.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/aggregate/factories/default_rule_aggregation_factory/latest.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/aggregate/factories/default_rule_aggregation_factory/latest.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/aggregate/factories/default_rule_aggregation_factory/latest.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/aggregate/factories/default_rule_aggregation_factory/v1.test.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/aggregate/factories/default_rule_aggregation_factory/v1.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/aggregate/factories/default_rule_aggregation_factory/v1.test.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/aggregate/factories/default_rule_aggregation_factory/v1.test.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/aggregate/factories/default_rule_aggregation_factory/v1.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/aggregate/factories/default_rule_aggregation_factory/v1.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/aggregate/factories/default_rule_aggregation_factory/v1.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/aggregate/factories/default_rule_aggregation_factory/v1.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/aggregate/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/aggregate/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/aggregate/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/aggregate/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/aggregate/schemas/aggregate_options_schema.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/aggregate/schemas/aggregate_options_schema.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/aggregate/schemas/aggregate_options_schema.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/aggregate/schemas/aggregate_options_schema.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/aggregate/schemas/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/aggregate/schemas/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/aggregate/schemas/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/aggregate/schemas/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/aggregate/types/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/aggregate/types/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/aggregate/types/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/aggregate/types/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/aggregate/validation/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/aggregate/validation/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/aggregate/validation/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/aggregate/validation/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/aggregate/validation/validate_rule_aggregation_fields.test.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/aggregate/validation/validate_rule_aggregation_fields.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/aggregate/validation/validate_rule_aggregation_fields.test.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/aggregate/validation/validate_rule_aggregation_fields.test.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/aggregate/validation/validate_rule_aggregation_fields.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/aggregate/validation/validate_rule_aggregation_fields.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/aggregate/validation/validate_rule_aggregation_fields.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/aggregate/validation/validate_rule_aggregation_fields.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/bulk_delete/bulk_delete_rules.test.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_delete/bulk_delete_rules.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/bulk_delete/bulk_delete_rules.test.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_delete/bulk_delete_rules.test.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/bulk_delete/bulk_delete_rules.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_delete/bulk_delete_rules.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/bulk_delete/bulk_delete_rules.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_delete/bulk_delete_rules.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/bulk_delete/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_delete/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/bulk_delete/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_delete/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/bulk_delete/schemas/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_delete/schemas/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/bulk_delete/schemas/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_delete/schemas/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/bulk_delete/types/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_delete/types/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/bulk_delete/types/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_delete/types/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/bulk_delete/validation/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_delete/validation/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/bulk_delete/validation/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_delete/validation/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/bulk_disable/bulk_disable_rules.test.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_disable/bulk_disable_rules.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/bulk_disable/bulk_disable_rules.test.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_disable/bulk_disable_rules.test.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/bulk_disable/bulk_disable_rules.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_disable/bulk_disable_rules.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/bulk_disable/bulk_disable_rules.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_disable/bulk_disable_rules.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/bulk_disable/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_disable/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/bulk_disable/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_disable/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/bulk_disable/schemas/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_disable/schemas/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/bulk_disable/schemas/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_disable/schemas/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/bulk_disable/types/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_disable/types/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/bulk_disable/types/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_disable/types/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/bulk_disable/validation/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_disable/validation/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/bulk_disable/validation/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_disable/validation/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/bulk_edit/bulk_edit_rules.test.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_edit/bulk_edit_rules.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/bulk_edit/bulk_edit_rules.test.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_edit/bulk_edit_rules.test.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/bulk_edit/bulk_edit_rules.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_edit/bulk_edit_rules.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/bulk_edit/bulk_edit_rules.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_edit/bulk_edit_rules.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/bulk_edit/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_edit/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/bulk_edit/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_edit/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/bulk_edit/schemas/bulk_edit_rules_option_schemas.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_edit/schemas/bulk_edit_rules_option_schemas.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/bulk_edit/schemas/bulk_edit_rules_option_schemas.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_edit/schemas/bulk_edit_rules_option_schemas.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/bulk_edit/schemas/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_edit/schemas/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/bulk_edit/schemas/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_edit/schemas/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/bulk_edit/types/bulk_edit_rules_options.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_edit/types/bulk_edit_rules_options.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/bulk_edit/types/bulk_edit_rules_options.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_edit/types/bulk_edit_rules_options.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/bulk_edit/types/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_edit/types/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/bulk_edit/types/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_edit/types/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/bulk_edit/validation/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_edit/validation/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/bulk_edit/validation/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_edit/validation/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/bulk_edit/validation/validate_snooze_schedule.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_edit/validation/validate_snooze_schedule.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/bulk_edit/validation/validate_snooze_schedule.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_edit/validation/validate_snooze_schedule.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/bulk_enable/bulk_enable_rules.test.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_enable/bulk_enable_rules.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/bulk_enable/bulk_enable_rules.test.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_enable/bulk_enable_rules.test.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/bulk_enable/bulk_enable_rules.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_enable/bulk_enable_rules.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/bulk_enable/bulk_enable_rules.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_enable/bulk_enable_rules.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/bulk_enable/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_enable/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/bulk_enable/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_enable/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/bulk_enable/schemas/bulk_enable_rules_schemas.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_enable/schemas/bulk_enable_rules_schemas.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/bulk_enable/schemas/bulk_enable_rules_schemas.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_enable/schemas/bulk_enable_rules_schemas.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/bulk_enable/schemas/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_enable/schemas/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/bulk_enable/schemas/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_enable/schemas/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/bulk_enable/types/bulk_enable_rules_types.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_enable/types/bulk_enable_rules_types.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/bulk_enable/types/bulk_enable_rules_types.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_enable/types/bulk_enable_rules_types.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/bulk_enable/types/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_enable/types/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/bulk_enable/types/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_enable/types/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/bulk_untrack/bulk_untrack_alerts.test.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_untrack/bulk_untrack_alerts.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/bulk_untrack/bulk_untrack_alerts.test.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_untrack/bulk_untrack_alerts.test.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/bulk_untrack/bulk_untrack_alerts.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_untrack/bulk_untrack_alerts.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/bulk_untrack/bulk_untrack_alerts.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_untrack/bulk_untrack_alerts.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/bulk_untrack/schemas/bulk_untrack_body_schema.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_untrack/schemas/bulk_untrack_body_schema.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/bulk_untrack/schemas/bulk_untrack_body_schema.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_untrack/schemas/bulk_untrack_body_schema.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/bulk_untrack/schemas/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_untrack/schemas/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/bulk_untrack/schemas/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_untrack/schemas/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/bulk_untrack/types/bulk_untrack_body.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_untrack/types/bulk_untrack_body.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/bulk_untrack/types/bulk_untrack_body.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_untrack/types/bulk_untrack_body.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/bulk_untrack/types/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_untrack/types/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/bulk_untrack/types/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_untrack/types/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/clone/clone_rule.test.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/clone/clone_rule.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/clone/clone_rule.test.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/clone/clone_rule.test.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/clone/clone_rule.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/clone/clone_rule.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/clone/clone_rule.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/clone/clone_rule.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/clone/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/clone/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/clone/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/clone/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/clone/schemas/clone_rule_params_schema.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/clone/schemas/clone_rule_params_schema.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/clone/schemas/clone_rule_params_schema.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/clone/schemas/clone_rule_params_schema.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/clone/schemas/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/clone/schemas/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/clone/schemas/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/clone/schemas/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/clone/types/clone_rule_params.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/clone/types/clone_rule_params.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/clone/types/clone_rule_params.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/clone/types/clone_rule_params.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/clone/types/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/clone/types/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/clone/types/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/clone/types/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/create/create_rule.test.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/create/create_rule.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/create/create_rule.test.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/create/create_rule.test.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/create/create_rule.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/create/create_rule.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/create/create_rule.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/create/create_rule.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/create/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/create/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/create/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/create/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/create/schemas/create_rule_data_schema.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/create/schemas/create_rule_data_schema.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/create/schemas/create_rule_data_schema.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/create/schemas/create_rule_data_schema.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/create/schemas/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/create/schemas/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/create/schemas/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/create/schemas/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/create/types/create_rule_data.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/create/types/create_rule_data.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/create/types/create_rule_data.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/create/types/create_rule_data.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/create/types/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/create/types/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/create/types/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/create/types/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/delete/delete_rule.test.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/delete/delete_rule.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/delete/delete_rule.test.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/delete/delete_rule.test.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/delete/delete_rule.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/delete/delete_rule.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/delete/delete_rule.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/delete/delete_rule.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/delete/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/delete/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/delete/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/delete/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/delete/schemas/delete_rule_params_schema.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/delete/schemas/delete_rule_params_schema.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/delete/schemas/delete_rule_params_schema.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/delete/schemas/delete_rule_params_schema.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/delete/schemas/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/delete/schemas/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/delete/schemas/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/delete/schemas/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/delete/types/delete_rule_params.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/delete/types/delete_rule_params.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/delete/types/delete_rule_params.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/delete/types/delete_rule_params.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/delete/types/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/delete/types/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/delete/types/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/delete/types/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/disable/disable_rule.test.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/disable/disable_rule.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/disable/disable_rule.test.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/disable/disable_rule.test.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/disable/disable_rule.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/disable/disable_rule.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/disable/disable_rule.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/disable/disable_rule.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/disable/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/disable/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/disable/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/disable/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/disable/schemas/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/disable/schemas/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/disable/schemas/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/disable/schemas/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/disable/types/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/disable/types/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/disable/types/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/disable/types/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/enable_rule/enable_rule.test.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/enable_rule/enable_rule.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/enable_rule/enable_rule.test.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/enable_rule/enable_rule.test.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/enable_rule/enable_rule.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/enable_rule/enable_rule.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/enable_rule/enable_rule.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/enable_rule/enable_rule.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/enable_rule/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/enable_rule/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/enable_rule/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/enable_rule/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/enable_rule/schemas/enable_rule_schemas.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/enable_rule/schemas/enable_rule_schemas.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/enable_rule/schemas/enable_rule_schemas.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/enable_rule/schemas/enable_rule_schemas.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/enable_rule/schemas/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/enable_rule/schemas/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/enable_rule/schemas/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/enable_rule/schemas/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/enable_rule/types/enable_rule_types.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/enable_rule/types/enable_rule_types.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/enable_rule/types/enable_rule_types.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/enable_rule/types/enable_rule_types.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/enable_rule/types/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/enable_rule/types/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/enable_rule/types/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/enable_rule/types/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/find/find_rules.test.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/find/find_rules.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/find/find_rules.test.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/find/find_rules.test.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/find/find_rules.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/find/find_rules.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/find/find_rules.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/find/find_rules.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/find/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/find/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/find/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/find/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/find/schemas/find_rules_schemas.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/find/schemas/find_rules_schemas.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/find/schemas/find_rules_schemas.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/find/schemas/find_rules_schemas.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/find/schemas/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/find/schemas/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/find/schemas/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/find/schemas/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/find/types/find_rules_types.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/find/types/find_rules_types.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/find/types/find_rules_types.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/find/types/find_rules_types.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/find/types/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/find/types/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/find/types/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/find/types/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/get/get_rule.test.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/get/get_rule.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/get/get_rule.test.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/get/get_rule.test.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/get/get_rule.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/get/get_rule.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/get/get_rule.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/get/get_rule.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/get/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/get/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/get/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/get/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/get/schemas/get_rule_params_schema.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/get/schemas/get_rule_params_schema.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/get/schemas/get_rule_params_schema.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/get/schemas/get_rule_params_schema.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/get/schemas/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/get/schemas/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/get/schemas/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/get/schemas/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/get/types/get_rule_params.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/get/types/get_rule_params.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/get/types/get_rule_params.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/get/types/get_rule_params.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/get/types/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/get/types/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/get/types/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/get/types/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/get_schedule_frequency/get_schedule_frequency.test.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/get_schedule_frequency/get_schedule_frequency.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/get_schedule_frequency/get_schedule_frequency.test.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/get_schedule_frequency/get_schedule_frequency.test.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/get_schedule_frequency/get_schedule_frequency.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/get_schedule_frequency/get_schedule_frequency.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/get_schedule_frequency/get_schedule_frequency.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/get_schedule_frequency/get_schedule_frequency.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/get_schedule_frequency/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/get_schedule_frequency/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/get_schedule_frequency/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/get_schedule_frequency/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/get_schedule_frequency/schema/get_schedule_frequency_result_schema.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/get_schedule_frequency/schema/get_schedule_frequency_result_schema.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/get_schedule_frequency/schema/get_schedule_frequency_result_schema.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/get_schedule_frequency/schema/get_schedule_frequency_result_schema.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/get_schedule_frequency/schema/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/get_schedule_frequency/schema/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/get_schedule_frequency/schema/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/get_schedule_frequency/schema/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/get_schedule_frequency/types/get_schedule_frequency_result.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/get_schedule_frequency/types/get_schedule_frequency_result.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/get_schedule_frequency/types/get_schedule_frequency_result.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/get_schedule_frequency/types/get_schedule_frequency_result.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/get_schedule_frequency/types/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/get_schedule_frequency/types/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/get_schedule_frequency/types/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/get_schedule_frequency/types/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/mute_alert/mute_instance.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/mute_alert/mute_instance.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/mute_alert/mute_instance.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/mute_alert/mute_instance.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/mute_alert/schemas/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/mute_alert/schemas/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/mute_alert/schemas/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/mute_alert/schemas/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/mute_alert/schemas/mute_alert_params_schema.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/mute_alert/schemas/mute_alert_params_schema.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/mute_alert/schemas/mute_alert_params_schema.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/mute_alert/schemas/mute_alert_params_schema.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/mute_alert/types/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/mute_alert/types/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/mute_alert/types/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/mute_alert/types/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/mute_alert/types/mute_alert_params.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/mute_alert/types/mute_alert_params.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/mute_alert/types/mute_alert_params.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/mute_alert/types/mute_alert_params.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/mute_all/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/mute_all/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/mute_all/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/mute_all/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/mute_all/mute_all.test.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/mute_all/mute_all.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/mute_all/mute_all.test.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/mute_all/mute_all.test.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/mute_all/mute_all.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/mute_all/mute_all.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/mute_all/mute_all.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/mute_all/mute_all.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/mute_all/schemas/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/mute_all/schemas/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/mute_all/schemas/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/mute_all/schemas/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/mute_all/schemas/mute_all_rule_schemas.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/mute_all/schemas/mute_all_rule_schemas.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/mute_all/schemas/mute_all_rule_schemas.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/mute_all/schemas/mute_all_rule_schemas.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/mute_all/types/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/mute_all/types/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/mute_all/types/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/mute_all/types/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/mute_all/types/mute_all_rule_types.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/mute_all/types/mute_all_rule_types.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/mute_all/types/mute_all_rule_types.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/mute_all/types/mute_all_rule_types.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/resolve/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/resolve/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/resolve/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/resolve/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/resolve/resolve.test.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/resolve/resolve.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/resolve/resolve.test.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/resolve/resolve.test.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/resolve/resolve_rule.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/resolve/resolve_rule.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/resolve/resolve_rule.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/resolve/resolve_rule.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/resolve/schemas/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/resolve/schemas/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/resolve/schemas/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/resolve/schemas/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/resolve/schemas/resolve_rule_params_schema.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/resolve/schemas/resolve_rule_params_schema.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/resolve/schemas/resolve_rule_params_schema.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/resolve/schemas/resolve_rule_params_schema.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/resolve/types/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/resolve/types/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/resolve/types/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/resolve/types/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/resolve/types/resolved_rule.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/resolve/types/resolved_rule.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/resolve/types/resolved_rule.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/resolve/types/resolved_rule.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/rule_types/rule_types.test.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/rule_types/rule_types.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/rule_types/rule_types.test.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/rule_types/rule_types.test.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/rule_types/rule_types.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/rule_types/rule_types.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/rule_types/rule_types.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/rule_types/rule_types.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/snooze/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/snooze/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/snooze/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/snooze/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/snooze/schemas/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/snooze/schemas/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/snooze/schemas/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/snooze/schemas/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/snooze/schemas/snooze_rule_body_schema.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/snooze/schemas/snooze_rule_body_schema.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/snooze/schemas/snooze_rule_body_schema.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/snooze/schemas/snooze_rule_body_schema.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/snooze/schemas/snooze_rule_params_schema.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/snooze/schemas/snooze_rule_params_schema.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/snooze/schemas/snooze_rule_params_schema.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/snooze/schemas/snooze_rule_params_schema.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/snooze/snooze_rule.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/snooze/snooze_rule.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/snooze/snooze_rule.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/snooze/snooze_rule.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/snooze/types/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/snooze/types/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/snooze/types/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/snooze/types/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/snooze/types/snooze_rule_options.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/snooze/types/snooze_rule_options.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/snooze/types/snooze_rule_options.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/snooze/types/snooze_rule_options.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/tags/get_rule_tags.test.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/tags/get_rule_tags.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/tags/get_rule_tags.test.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/tags/get_rule_tags.test.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/tags/get_rule_tags.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/tags/get_rule_tags.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/tags/get_rule_tags.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/tags/get_rule_tags.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/tags/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/tags/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/tags/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/tags/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/tags/schemas/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/tags/schemas/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/tags/schemas/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/tags/schemas/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/tags/schemas/rule_tags_aggregation_result_schema.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/tags/schemas/rule_tags_aggregation_result_schema.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/tags/schemas/rule_tags_aggregation_result_schema.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/tags/schemas/rule_tags_aggregation_result_schema.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/tags/schemas/rule_tags_params_schema.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/tags/schemas/rule_tags_params_schema.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/tags/schemas/rule_tags_params_schema.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/tags/schemas/rule_tags_params_schema.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/tags/types/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/tags/types/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/tags/types/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/tags/types/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/tags/types/rule_tags_aggregation_result.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/tags/types/rule_tags_aggregation_result.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/tags/types/rule_tags_aggregation_result.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/tags/types/rule_tags_aggregation_result.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/tags/types/rule_tags_params.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/tags/types/rule_tags_params.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/tags/types/rule_tags_params.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/tags/types/rule_tags_params.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/unmute_alert/schemas/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/unmute_alert/schemas/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/unmute_alert/schemas/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/unmute_alert/schemas/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/unmute_alert/schemas/unmute_alert_params_schema.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/unmute_alert/schemas/unmute_alert_params_schema.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/unmute_alert/schemas/unmute_alert_params_schema.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/unmute_alert/schemas/unmute_alert_params_schema.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/unmute_alert/types/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/unmute_alert/types/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/unmute_alert/types/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/unmute_alert/types/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/unmute_alert/types/unmute_alert_params.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/unmute_alert/types/unmute_alert_params.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/unmute_alert/types/unmute_alert_params.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/unmute_alert/types/unmute_alert_params.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/unmute_alert/unmute_instance.test.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/unmute_alert/unmute_instance.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/unmute_alert/unmute_instance.test.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/unmute_alert/unmute_instance.test.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/unmute_alert/unmute_instance.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/unmute_alert/unmute_instance.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/unmute_alert/unmute_instance.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/unmute_alert/unmute_instance.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/unmute_all/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/unmute_all/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/unmute_all/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/unmute_all/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/unmute_all/schemas/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/unmute_all/schemas/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/unmute_all/schemas/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/unmute_all/schemas/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/unmute_all/schemas/unmute_all_rule_schemas.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/unmute_all/schemas/unmute_all_rule_schemas.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/unmute_all/schemas/unmute_all_rule_schemas.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/unmute_all/schemas/unmute_all_rule_schemas.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/unmute_all/types/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/unmute_all/types/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/unmute_all/types/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/unmute_all/types/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/unmute_all/types/unmute_all_rule_types.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/unmute_all/types/unmute_all_rule_types.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/unmute_all/types/unmute_all_rule_types.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/unmute_all/types/unmute_all_rule_types.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/unmute_all/unmute_all.test.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/unmute_all/unmute_all.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/unmute_all/unmute_all.test.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/unmute_all/unmute_all.test.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/unmute_all/unmute_all.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/unmute_all/unmute_all.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/unmute_all/unmute_all.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/unmute_all/unmute_all.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/unsnooze/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/unsnooze/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/unsnooze/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/unsnooze/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/unsnooze/schemas/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/unsnooze/schemas/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/unsnooze/schemas/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/unsnooze/schemas/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/unsnooze/schemas/unsnooze_rule_params_schema.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/unsnooze/schemas/unsnooze_rule_params_schema.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/unsnooze/schemas/unsnooze_rule_params_schema.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/unsnooze/schemas/unsnooze_rule_params_schema.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/unsnooze/unsnooze_rule.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/unsnooze/unsnooze_rule.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/unsnooze/unsnooze_rule.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/unsnooze/unsnooze_rule.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/update/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/update/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/update/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/update/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/update/schemas/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/update/schemas/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/update/schemas/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/update/schemas/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/update/schemas/update_rule_data_schema.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/update/schemas/update_rule_data_schema.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/update/schemas/update_rule_data_schema.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/update/schemas/update_rule_data_schema.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/update/types/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/update/types/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/update/types/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/update/types/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/update/types/update_rule_data.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/update/types/update_rule_data.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/update/types/update_rule_data.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/update/types/update_rule_data.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/update/update_rule.test.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/update/update_rule.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/update/update_rule.test.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/update/update_rule.test.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/update/update_rule.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/update/update_rule.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/update/update_rule.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/update/update_rule.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/update_api_key/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/update_api_key/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/update_api_key/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/update_api_key/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/update_api_key/schemas/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/update_api_key/schemas/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/update_api_key/schemas/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/update_api_key/schemas/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/update_api_key/schemas/update_rule_api_key_schemas.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/update_api_key/schemas/update_rule_api_key_schemas.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/update_api_key/schemas/update_rule_api_key_schemas.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/update_api_key/schemas/update_rule_api_key_schemas.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/update_api_key/types/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/update_api_key/types/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/update_api_key/types/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/update_api_key/types/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/update_api_key/types/update_rule_api_key_types.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/update_api_key/types/update_rule_api_key_types.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/update_api_key/types/update_rule_api_key_types.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/update_api_key/types/update_rule_api_key_types.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/update_api_key/update_rule_api_key.test.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/update_api_key/update_rule_api_key.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/update_api_key/update_rule_api_key.test.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/update_api_key/update_rule_api_key.test.ts diff --git a/x-pack/plugins/alerting/server/application/rule/methods/update_api_key/update_rule_api_key.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/methods/update_api_key/update_rule_api_key.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/methods/update_api_key/update_rule_api_key.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/methods/update_api_key/update_rule_api_key.ts diff --git a/x-pack/plugins/alerting/server/application/rule/schemas/action_schemas.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/schemas/action_schemas.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/schemas/action_schemas.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/schemas/action_schemas.ts diff --git a/x-pack/plugins/alerting/server/application/rule/schemas/date_schema.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/schemas/date_schema.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/schemas/date_schema.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/schemas/date_schema.ts diff --git a/x-pack/plugins/alerting/server/application/rule/schemas/flapping_schema.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/schemas/flapping_schema.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/schemas/flapping_schema.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/schemas/flapping_schema.ts diff --git a/x-pack/plugins/alerting/server/application/rule/schemas/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/schemas/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/schemas/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/schemas/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/schemas/notify_when_schema.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/schemas/notify_when_schema.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/schemas/notify_when_schema.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/schemas/notify_when_schema.ts diff --git a/x-pack/plugins/alerting/server/application/rule/schemas/rule_schemas.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/schemas/rule_schemas.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/schemas/rule_schemas.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/schemas/rule_schemas.ts diff --git a/x-pack/plugins/alerting/server/application/rule/transforms/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/transforms/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/transforms/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/transforms/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/transforms/transform_raw_actions_to_domain_actions.test.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/transforms/transform_raw_actions_to_domain_actions.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/transforms/transform_raw_actions_to_domain_actions.test.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/transforms/transform_raw_actions_to_domain_actions.test.ts diff --git a/x-pack/plugins/alerting/server/application/rule/transforms/transform_raw_actions_to_domain_actions.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/transforms/transform_raw_actions_to_domain_actions.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/transforms/transform_raw_actions_to_domain_actions.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/transforms/transform_raw_actions_to_domain_actions.ts diff --git a/x-pack/plugins/alerting/server/application/rule/transforms/transform_rule_attributes_to_rule_domain.test.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/transforms/transform_rule_attributes_to_rule_domain.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/transforms/transform_rule_attributes_to_rule_domain.test.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/transforms/transform_rule_attributes_to_rule_domain.test.ts diff --git a/x-pack/plugins/alerting/server/application/rule/transforms/transform_rule_attributes_to_rule_domain.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/transforms/transform_rule_attributes_to_rule_domain.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/transforms/transform_rule_attributes_to_rule_domain.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/transforms/transform_rule_attributes_to_rule_domain.ts diff --git a/x-pack/plugins/alerting/server/application/rule/transforms/transform_rule_domain_to_rule.test.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/transforms/transform_rule_domain_to_rule.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/transforms/transform_rule_domain_to_rule.test.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/transforms/transform_rule_domain_to_rule.test.ts diff --git a/x-pack/plugins/alerting/server/application/rule/transforms/transform_rule_domain_to_rule.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/transforms/transform_rule_domain_to_rule.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/transforms/transform_rule_domain_to_rule.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/transforms/transform_rule_domain_to_rule.ts diff --git a/x-pack/plugins/alerting/server/application/rule/transforms/transform_rule_domain_to_rule_attributes.test.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/transforms/transform_rule_domain_to_rule_attributes.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/transforms/transform_rule_domain_to_rule_attributes.test.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/transforms/transform_rule_domain_to_rule_attributes.test.ts diff --git a/x-pack/plugins/alerting/server/application/rule/transforms/transform_rule_domain_to_rule_attributes.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/transforms/transform_rule_domain_to_rule_attributes.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/transforms/transform_rule_domain_to_rule_attributes.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/transforms/transform_rule_domain_to_rule_attributes.ts diff --git a/x-pack/plugins/alerting/server/application/rule/types/action.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/types/action.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/types/action.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/types/action.ts diff --git a/x-pack/plugins/alerting/server/application/rule/types/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/types/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/types/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/types/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/types/rule.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/types/rule.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/types/rule.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/types/rule.ts diff --git a/x-pack/plugins/alerting/server/application/rule/validation/index.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/validation/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/validation/index.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/validation/index.ts diff --git a/x-pack/plugins/alerting/server/application/rule/validation/validate_duration.ts b/x-pack/platform/plugins/shared/alerting/server/application/rule/validation/validate_duration.ts similarity index 100% rename from x-pack/plugins/alerting/server/application/rule/validation/validate_duration.ts rename to x-pack/platform/plugins/shared/alerting/server/application/rule/validation/validate_duration.ts diff --git a/x-pack/plugins/alerting/server/authorization/alerting_authorization.mock.ts b/x-pack/platform/plugins/shared/alerting/server/authorization/alerting_authorization.mock.ts similarity index 100% rename from x-pack/plugins/alerting/server/authorization/alerting_authorization.mock.ts rename to x-pack/platform/plugins/shared/alerting/server/authorization/alerting_authorization.mock.ts diff --git a/x-pack/plugins/alerting/server/authorization/alerting_authorization.test.ts b/x-pack/platform/plugins/shared/alerting/server/authorization/alerting_authorization.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/authorization/alerting_authorization.test.ts rename to x-pack/platform/plugins/shared/alerting/server/authorization/alerting_authorization.test.ts diff --git a/x-pack/plugins/alerting/server/authorization/alerting_authorization.ts b/x-pack/platform/plugins/shared/alerting/server/authorization/alerting_authorization.ts similarity index 100% rename from x-pack/plugins/alerting/server/authorization/alerting_authorization.ts rename to x-pack/platform/plugins/shared/alerting/server/authorization/alerting_authorization.ts diff --git a/x-pack/plugins/alerting/server/authorization/alerting_authorization_kuery.test.ts b/x-pack/platform/plugins/shared/alerting/server/authorization/alerting_authorization_kuery.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/authorization/alerting_authorization_kuery.test.ts rename to x-pack/platform/plugins/shared/alerting/server/authorization/alerting_authorization_kuery.test.ts diff --git a/x-pack/plugins/alerting/server/authorization/alerting_authorization_kuery.ts b/x-pack/platform/plugins/shared/alerting/server/authorization/alerting_authorization_kuery.ts similarity index 100% rename from x-pack/plugins/alerting/server/authorization/alerting_authorization_kuery.ts rename to x-pack/platform/plugins/shared/alerting/server/authorization/alerting_authorization_kuery.ts diff --git a/x-pack/plugins/alerting/server/authorization/index.ts b/x-pack/platform/plugins/shared/alerting/server/authorization/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/authorization/index.ts rename to x-pack/platform/plugins/shared/alerting/server/authorization/index.ts diff --git a/x-pack/plugins/alerting/server/authorization/types.ts b/x-pack/platform/plugins/shared/alerting/server/authorization/types.ts similarity index 100% rename from x-pack/plugins/alerting/server/authorization/types.ts rename to x-pack/platform/plugins/shared/alerting/server/authorization/types.ts diff --git a/x-pack/plugins/alerting/server/backfill_client/backfill_client.mock.ts b/x-pack/platform/plugins/shared/alerting/server/backfill_client/backfill_client.mock.ts similarity index 100% rename from x-pack/plugins/alerting/server/backfill_client/backfill_client.mock.ts rename to x-pack/platform/plugins/shared/alerting/server/backfill_client/backfill_client.mock.ts diff --git a/x-pack/plugins/alerting/server/backfill_client/backfill_client.test.ts b/x-pack/platform/plugins/shared/alerting/server/backfill_client/backfill_client.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/backfill_client/backfill_client.test.ts rename to x-pack/platform/plugins/shared/alerting/server/backfill_client/backfill_client.test.ts diff --git a/x-pack/plugins/alerting/server/backfill_client/backfill_client.ts b/x-pack/platform/plugins/shared/alerting/server/backfill_client/backfill_client.ts similarity index 100% rename from x-pack/plugins/alerting/server/backfill_client/backfill_client.ts rename to x-pack/platform/plugins/shared/alerting/server/backfill_client/backfill_client.ts diff --git a/x-pack/plugins/alerting/server/backfill_client/lib/calculate_schedule.test.ts b/x-pack/platform/plugins/shared/alerting/server/backfill_client/lib/calculate_schedule.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/backfill_client/lib/calculate_schedule.test.ts rename to x-pack/platform/plugins/shared/alerting/server/backfill_client/lib/calculate_schedule.test.ts diff --git a/x-pack/plugins/alerting/server/backfill_client/lib/calculate_schedule.ts b/x-pack/platform/plugins/shared/alerting/server/backfill_client/lib/calculate_schedule.ts similarity index 100% rename from x-pack/plugins/alerting/server/backfill_client/lib/calculate_schedule.ts rename to x-pack/platform/plugins/shared/alerting/server/backfill_client/lib/calculate_schedule.ts diff --git a/x-pack/plugins/alerting/server/backfill_client/lib/create_backfill_error.ts b/x-pack/platform/plugins/shared/alerting/server/backfill_client/lib/create_backfill_error.ts similarity index 100% rename from x-pack/plugins/alerting/server/backfill_client/lib/create_backfill_error.ts rename to x-pack/platform/plugins/shared/alerting/server/backfill_client/lib/create_backfill_error.ts diff --git a/x-pack/plugins/alerting/server/backfill_client/lib/index.ts b/x-pack/platform/plugins/shared/alerting/server/backfill_client/lib/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/backfill_client/lib/index.ts rename to x-pack/platform/plugins/shared/alerting/server/backfill_client/lib/index.ts diff --git a/x-pack/plugins/alerting/server/config.test.ts b/x-pack/platform/plugins/shared/alerting/server/config.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/config.test.ts rename to x-pack/platform/plugins/shared/alerting/server/config.test.ts diff --git a/x-pack/plugins/alerting/server/config.ts b/x-pack/platform/plugins/shared/alerting/server/config.ts similarity index 100% rename from x-pack/plugins/alerting/server/config.ts rename to x-pack/platform/plugins/shared/alerting/server/config.ts diff --git a/x-pack/plugins/alerting/server/connector_adapters/connector_adapter_registry.test.ts b/x-pack/platform/plugins/shared/alerting/server/connector_adapters/connector_adapter_registry.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/connector_adapters/connector_adapter_registry.test.ts rename to x-pack/platform/plugins/shared/alerting/server/connector_adapters/connector_adapter_registry.test.ts diff --git a/x-pack/plugins/alerting/server/connector_adapters/connector_adapter_registry.ts b/x-pack/platform/plugins/shared/alerting/server/connector_adapters/connector_adapter_registry.ts similarity index 100% rename from x-pack/plugins/alerting/server/connector_adapters/connector_adapter_registry.ts rename to x-pack/platform/plugins/shared/alerting/server/connector_adapters/connector_adapter_registry.ts diff --git a/x-pack/plugins/alerting/server/connector_adapters/get_system_action_kibana_privileges.test.ts b/x-pack/platform/plugins/shared/alerting/server/connector_adapters/get_system_action_kibana_privileges.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/connector_adapters/get_system_action_kibana_privileges.test.ts rename to x-pack/platform/plugins/shared/alerting/server/connector_adapters/get_system_action_kibana_privileges.test.ts diff --git a/x-pack/plugins/alerting/server/connector_adapters/get_system_action_kibana_privileges.ts b/x-pack/platform/plugins/shared/alerting/server/connector_adapters/get_system_action_kibana_privileges.ts similarity index 100% rename from x-pack/plugins/alerting/server/connector_adapters/get_system_action_kibana_privileges.ts rename to x-pack/platform/plugins/shared/alerting/server/connector_adapters/get_system_action_kibana_privileges.ts diff --git a/x-pack/plugins/alerting/server/connector_adapters/types.ts b/x-pack/platform/plugins/shared/alerting/server/connector_adapters/types.ts similarity index 100% rename from x-pack/plugins/alerting/server/connector_adapters/types.ts rename to x-pack/platform/plugins/shared/alerting/server/connector_adapters/types.ts diff --git a/x-pack/plugins/alerting/server/connector_adapters/validate_rule_action_params.test.ts b/x-pack/platform/plugins/shared/alerting/server/connector_adapters/validate_rule_action_params.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/connector_adapters/validate_rule_action_params.test.ts rename to x-pack/platform/plugins/shared/alerting/server/connector_adapters/validate_rule_action_params.test.ts diff --git a/x-pack/plugins/alerting/server/connector_adapters/validate_rule_action_params.ts b/x-pack/platform/plugins/shared/alerting/server/connector_adapters/validate_rule_action_params.ts similarity index 100% rename from x-pack/plugins/alerting/server/connector_adapters/validate_rule_action_params.ts rename to x-pack/platform/plugins/shared/alerting/server/connector_adapters/validate_rule_action_params.ts diff --git a/x-pack/plugins/alerting/server/constants/translations.ts b/x-pack/platform/plugins/shared/alerting/server/constants/translations.ts similarity index 100% rename from x-pack/plugins/alerting/server/constants/translations.ts rename to x-pack/platform/plugins/shared/alerting/server/constants/translations.ts diff --git a/x-pack/plugins/alerting/server/data/ad_hoc_run/types/ad_hoc_run.ts b/x-pack/platform/plugins/shared/alerting/server/data/ad_hoc_run/types/ad_hoc_run.ts similarity index 100% rename from x-pack/plugins/alerting/server/data/ad_hoc_run/types/ad_hoc_run.ts rename to x-pack/platform/plugins/shared/alerting/server/data/ad_hoc_run/types/ad_hoc_run.ts diff --git a/x-pack/plugins/alerting/server/data/ad_hoc_run/types/index.ts b/x-pack/platform/plugins/shared/alerting/server/data/ad_hoc_run/types/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/data/ad_hoc_run/types/index.ts rename to x-pack/platform/plugins/shared/alerting/server/data/ad_hoc_run/types/index.ts diff --git a/x-pack/plugins/alerting/server/data/alerts_filter_query/types/alerts_filter_query_attributes.ts b/x-pack/platform/plugins/shared/alerting/server/data/alerts_filter_query/types/alerts_filter_query_attributes.ts similarity index 100% rename from x-pack/plugins/alerting/server/data/alerts_filter_query/types/alerts_filter_query_attributes.ts rename to x-pack/platform/plugins/shared/alerting/server/data/alerts_filter_query/types/alerts_filter_query_attributes.ts diff --git a/x-pack/plugins/alerting/server/data/alerts_filter_query/types/index.ts b/x-pack/platform/plugins/shared/alerting/server/data/alerts_filter_query/types/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/data/alerts_filter_query/types/index.ts rename to x-pack/platform/plugins/shared/alerting/server/data/alerts_filter_query/types/index.ts diff --git a/x-pack/plugins/alerting/server/data/maintenance_window/constants.ts b/x-pack/platform/plugins/shared/alerting/server/data/maintenance_window/constants.ts similarity index 100% rename from x-pack/plugins/alerting/server/data/maintenance_window/constants.ts rename to x-pack/platform/plugins/shared/alerting/server/data/maintenance_window/constants.ts diff --git a/x-pack/plugins/alerting/server/data/maintenance_window/index.ts b/x-pack/platform/plugins/shared/alerting/server/data/maintenance_window/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/data/maintenance_window/index.ts rename to x-pack/platform/plugins/shared/alerting/server/data/maintenance_window/index.ts diff --git a/x-pack/plugins/alerting/server/data/maintenance_window/methods/bulk_get_maintenance_window_so.ts b/x-pack/platform/plugins/shared/alerting/server/data/maintenance_window/methods/bulk_get_maintenance_window_so.ts similarity index 100% rename from x-pack/plugins/alerting/server/data/maintenance_window/methods/bulk_get_maintenance_window_so.ts rename to x-pack/platform/plugins/shared/alerting/server/data/maintenance_window/methods/bulk_get_maintenance_window_so.ts diff --git a/x-pack/plugins/alerting/server/data/maintenance_window/methods/create_maintenance_window_so.ts b/x-pack/platform/plugins/shared/alerting/server/data/maintenance_window/methods/create_maintenance_window_so.ts similarity index 100% rename from x-pack/plugins/alerting/server/data/maintenance_window/methods/create_maintenance_window_so.ts rename to x-pack/platform/plugins/shared/alerting/server/data/maintenance_window/methods/create_maintenance_window_so.ts diff --git a/x-pack/plugins/alerting/server/data/maintenance_window/methods/delete_maintenance_window_so.ts b/x-pack/platform/plugins/shared/alerting/server/data/maintenance_window/methods/delete_maintenance_window_so.ts similarity index 100% rename from x-pack/plugins/alerting/server/data/maintenance_window/methods/delete_maintenance_window_so.ts rename to x-pack/platform/plugins/shared/alerting/server/data/maintenance_window/methods/delete_maintenance_window_so.ts diff --git a/x-pack/plugins/alerting/server/data/maintenance_window/methods/find_maintenance_window_so.ts b/x-pack/platform/plugins/shared/alerting/server/data/maintenance_window/methods/find_maintenance_window_so.ts similarity index 100% rename from x-pack/plugins/alerting/server/data/maintenance_window/methods/find_maintenance_window_so.ts rename to x-pack/platform/plugins/shared/alerting/server/data/maintenance_window/methods/find_maintenance_window_so.ts diff --git a/x-pack/plugins/alerting/server/data/maintenance_window/methods/get_maintenance_window_so.ts b/x-pack/platform/plugins/shared/alerting/server/data/maintenance_window/methods/get_maintenance_window_so.ts similarity index 100% rename from x-pack/plugins/alerting/server/data/maintenance_window/methods/get_maintenance_window_so.ts rename to x-pack/platform/plugins/shared/alerting/server/data/maintenance_window/methods/get_maintenance_window_so.ts diff --git a/x-pack/plugins/alerting/server/data/maintenance_window/methods/update_maintenance_window_so.ts b/x-pack/platform/plugins/shared/alerting/server/data/maintenance_window/methods/update_maintenance_window_so.ts similarity index 100% rename from x-pack/plugins/alerting/server/data/maintenance_window/methods/update_maintenance_window_so.ts rename to x-pack/platform/plugins/shared/alerting/server/data/maintenance_window/methods/update_maintenance_window_so.ts diff --git a/x-pack/plugins/alerting/server/data/maintenance_window/test_helpers.ts b/x-pack/platform/plugins/shared/alerting/server/data/maintenance_window/test_helpers.ts similarity index 100% rename from x-pack/plugins/alerting/server/data/maintenance_window/test_helpers.ts rename to x-pack/platform/plugins/shared/alerting/server/data/maintenance_window/test_helpers.ts diff --git a/x-pack/plugins/alerting/server/data/maintenance_window/types/index.ts b/x-pack/platform/plugins/shared/alerting/server/data/maintenance_window/types/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/data/maintenance_window/types/index.ts rename to x-pack/platform/plugins/shared/alerting/server/data/maintenance_window/types/index.ts diff --git a/x-pack/plugins/alerting/server/data/maintenance_window/types/maintenance_window_attributes.ts b/x-pack/platform/plugins/shared/alerting/server/data/maintenance_window/types/maintenance_window_attributes.ts similarity index 100% rename from x-pack/plugins/alerting/server/data/maintenance_window/types/maintenance_window_attributes.ts rename to x-pack/platform/plugins/shared/alerting/server/data/maintenance_window/types/maintenance_window_attributes.ts diff --git a/x-pack/plugins/alerting/server/data/r_rule/types/index.ts b/x-pack/platform/plugins/shared/alerting/server/data/r_rule/types/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/data/r_rule/types/index.ts rename to x-pack/platform/plugins/shared/alerting/server/data/r_rule/types/index.ts diff --git a/x-pack/plugins/alerting/server/data/r_rule/types/r_rule_attributes.ts b/x-pack/platform/plugins/shared/alerting/server/data/r_rule/types/r_rule_attributes.ts similarity index 100% rename from x-pack/plugins/alerting/server/data/r_rule/types/r_rule_attributes.ts rename to x-pack/platform/plugins/shared/alerting/server/data/r_rule/types/r_rule_attributes.ts diff --git a/x-pack/plugins/alerting/server/data/rule/constants.ts b/x-pack/platform/plugins/shared/alerting/server/data/rule/constants.ts similarity index 100% rename from x-pack/plugins/alerting/server/data/rule/constants.ts rename to x-pack/platform/plugins/shared/alerting/server/data/rule/constants.ts diff --git a/x-pack/plugins/alerting/server/data/rule/index.ts b/x-pack/platform/plugins/shared/alerting/server/data/rule/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/data/rule/index.ts rename to x-pack/platform/plugins/shared/alerting/server/data/rule/index.ts diff --git a/x-pack/plugins/alerting/server/data/rule/methods/bulk_create_rule_so.ts b/x-pack/platform/plugins/shared/alerting/server/data/rule/methods/bulk_create_rule_so.ts similarity index 100% rename from x-pack/plugins/alerting/server/data/rule/methods/bulk_create_rule_so.ts rename to x-pack/platform/plugins/shared/alerting/server/data/rule/methods/bulk_create_rule_so.ts diff --git a/x-pack/plugins/alerting/server/data/rule/methods/bulk_delete_rules_so.ts b/x-pack/platform/plugins/shared/alerting/server/data/rule/methods/bulk_delete_rules_so.ts similarity index 100% rename from x-pack/plugins/alerting/server/data/rule/methods/bulk_delete_rules_so.ts rename to x-pack/platform/plugins/shared/alerting/server/data/rule/methods/bulk_delete_rules_so.ts diff --git a/x-pack/plugins/alerting/server/data/rule/methods/bulk_disable_rules_so.ts b/x-pack/platform/plugins/shared/alerting/server/data/rule/methods/bulk_disable_rules_so.ts similarity index 100% rename from x-pack/plugins/alerting/server/data/rule/methods/bulk_disable_rules_so.ts rename to x-pack/platform/plugins/shared/alerting/server/data/rule/methods/bulk_disable_rules_so.ts diff --git a/x-pack/plugins/alerting/server/data/rule/methods/create_rule_so.ts b/x-pack/platform/plugins/shared/alerting/server/data/rule/methods/create_rule_so.ts similarity index 100% rename from x-pack/plugins/alerting/server/data/rule/methods/create_rule_so.ts rename to x-pack/platform/plugins/shared/alerting/server/data/rule/methods/create_rule_so.ts diff --git a/x-pack/plugins/alerting/server/data/rule/methods/delete_rule_so.ts b/x-pack/platform/plugins/shared/alerting/server/data/rule/methods/delete_rule_so.ts similarity index 100% rename from x-pack/plugins/alerting/server/data/rule/methods/delete_rule_so.ts rename to x-pack/platform/plugins/shared/alerting/server/data/rule/methods/delete_rule_so.ts diff --git a/x-pack/plugins/alerting/server/data/rule/methods/find_rules_so.ts b/x-pack/platform/plugins/shared/alerting/server/data/rule/methods/find_rules_so.ts similarity index 100% rename from x-pack/plugins/alerting/server/data/rule/methods/find_rules_so.ts rename to x-pack/platform/plugins/shared/alerting/server/data/rule/methods/find_rules_so.ts diff --git a/x-pack/plugins/alerting/server/data/rule/methods/get_decrypted_rule_so.ts b/x-pack/platform/plugins/shared/alerting/server/data/rule/methods/get_decrypted_rule_so.ts similarity index 100% rename from x-pack/plugins/alerting/server/data/rule/methods/get_decrypted_rule_so.ts rename to x-pack/platform/plugins/shared/alerting/server/data/rule/methods/get_decrypted_rule_so.ts diff --git a/x-pack/plugins/alerting/server/data/rule/methods/get_rule_so.ts b/x-pack/platform/plugins/shared/alerting/server/data/rule/methods/get_rule_so.ts similarity index 100% rename from x-pack/plugins/alerting/server/data/rule/methods/get_rule_so.ts rename to x-pack/platform/plugins/shared/alerting/server/data/rule/methods/get_rule_so.ts diff --git a/x-pack/plugins/alerting/server/data/rule/methods/resolve_rule_so.ts b/x-pack/platform/plugins/shared/alerting/server/data/rule/methods/resolve_rule_so.ts similarity index 100% rename from x-pack/plugins/alerting/server/data/rule/methods/resolve_rule_so.ts rename to x-pack/platform/plugins/shared/alerting/server/data/rule/methods/resolve_rule_so.ts diff --git a/x-pack/plugins/alerting/server/data/rule/methods/update_rule_so.ts b/x-pack/platform/plugins/shared/alerting/server/data/rule/methods/update_rule_so.ts similarity index 100% rename from x-pack/plugins/alerting/server/data/rule/methods/update_rule_so.ts rename to x-pack/platform/plugins/shared/alerting/server/data/rule/methods/update_rule_so.ts diff --git a/x-pack/plugins/alerting/server/health/get_health.test.ts b/x-pack/platform/plugins/shared/alerting/server/health/get_health.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/health/get_health.test.ts rename to x-pack/platform/plugins/shared/alerting/server/health/get_health.test.ts diff --git a/x-pack/plugins/alerting/server/health/get_health.ts b/x-pack/platform/plugins/shared/alerting/server/health/get_health.ts similarity index 100% rename from x-pack/plugins/alerting/server/health/get_health.ts rename to x-pack/platform/plugins/shared/alerting/server/health/get_health.ts diff --git a/x-pack/plugins/alerting/server/health/index.ts b/x-pack/platform/plugins/shared/alerting/server/health/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/health/index.ts rename to x-pack/platform/plugins/shared/alerting/server/health/index.ts diff --git a/x-pack/plugins/alerting/server/health/task.ts b/x-pack/platform/plugins/shared/alerting/server/health/task.ts similarity index 100% rename from x-pack/plugins/alerting/server/health/task.ts rename to x-pack/platform/plugins/shared/alerting/server/health/task.ts diff --git a/x-pack/plugins/alerting/server/health/task_state.test.ts b/x-pack/platform/plugins/shared/alerting/server/health/task_state.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/health/task_state.test.ts rename to x-pack/platform/plugins/shared/alerting/server/health/task_state.test.ts diff --git a/x-pack/plugins/alerting/server/health/task_state.ts b/x-pack/platform/plugins/shared/alerting/server/health/task_state.ts similarity index 100% rename from x-pack/plugins/alerting/server/health/task_state.ts rename to x-pack/platform/plugins/shared/alerting/server/health/task_state.ts diff --git a/x-pack/plugins/alerting/server/index.ts b/x-pack/platform/plugins/shared/alerting/server/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/index.ts rename to x-pack/platform/plugins/shared/alerting/server/index.ts diff --git a/x-pack/plugins/alerting/server/integration_tests/__snapshots__/alert_as_data_fields.test.ts.snap b/x-pack/platform/plugins/shared/alerting/server/integration_tests/__snapshots__/alert_as_data_fields.test.ts.snap similarity index 100% rename from x-pack/plugins/alerting/server/integration_tests/__snapshots__/alert_as_data_fields.test.ts.snap rename to x-pack/platform/plugins/shared/alerting/server/integration_tests/__snapshots__/alert_as_data_fields.test.ts.snap diff --git a/x-pack/plugins/alerting/server/integration_tests/__snapshots__/serverless_upgrade_and_rollback_checks.test.ts.snap b/x-pack/platform/plugins/shared/alerting/server/integration_tests/__snapshots__/serverless_upgrade_and_rollback_checks.test.ts.snap similarity index 100% rename from x-pack/plugins/alerting/server/integration_tests/__snapshots__/serverless_upgrade_and_rollback_checks.test.ts.snap rename to x-pack/platform/plugins/shared/alerting/server/integration_tests/__snapshots__/serverless_upgrade_and_rollback_checks.test.ts.snap diff --git a/x-pack/plugins/alerting/server/integration_tests/alert_as_data_fields.test.ts b/x-pack/platform/plugins/shared/alerting/server/integration_tests/alert_as_data_fields.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/integration_tests/alert_as_data_fields.test.ts rename to x-pack/platform/plugins/shared/alerting/server/integration_tests/alert_as_data_fields.test.ts diff --git a/x-pack/plugins/alerting/server/integration_tests/lib/index.ts b/x-pack/platform/plugins/shared/alerting/server/integration_tests/lib/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/integration_tests/lib/index.ts rename to x-pack/platform/plugins/shared/alerting/server/integration_tests/lib/index.ts diff --git a/x-pack/plugins/alerting/server/integration_tests/lib/setup_test_servers.ts b/x-pack/platform/plugins/shared/alerting/server/integration_tests/lib/setup_test_servers.ts similarity index 100% rename from x-pack/plugins/alerting/server/integration_tests/lib/setup_test_servers.ts rename to x-pack/platform/plugins/shared/alerting/server/integration_tests/lib/setup_test_servers.ts diff --git a/x-pack/plugins/alerting/server/integration_tests/serverless_upgrade_and_rollback_checks.test.ts b/x-pack/platform/plugins/shared/alerting/server/integration_tests/serverless_upgrade_and_rollback_checks.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/integration_tests/serverless_upgrade_and_rollback_checks.test.ts rename to x-pack/platform/plugins/shared/alerting/server/integration_tests/serverless_upgrade_and_rollback_checks.test.ts diff --git a/x-pack/plugins/alerting/server/invalidate_pending_api_keys/bulk_mark_api_keys_for_invalidation.test.ts b/x-pack/platform/plugins/shared/alerting/server/invalidate_pending_api_keys/bulk_mark_api_keys_for_invalidation.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/invalidate_pending_api_keys/bulk_mark_api_keys_for_invalidation.test.ts rename to x-pack/platform/plugins/shared/alerting/server/invalidate_pending_api_keys/bulk_mark_api_keys_for_invalidation.test.ts diff --git a/x-pack/plugins/alerting/server/invalidate_pending_api_keys/bulk_mark_api_keys_for_invalidation.ts b/x-pack/platform/plugins/shared/alerting/server/invalidate_pending_api_keys/bulk_mark_api_keys_for_invalidation.ts similarity index 100% rename from x-pack/plugins/alerting/server/invalidate_pending_api_keys/bulk_mark_api_keys_for_invalidation.ts rename to x-pack/platform/plugins/shared/alerting/server/invalidate_pending_api_keys/bulk_mark_api_keys_for_invalidation.ts diff --git a/x-pack/plugins/alerting/server/invalidate_pending_api_keys/task.test.ts b/x-pack/platform/plugins/shared/alerting/server/invalidate_pending_api_keys/task.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/invalidate_pending_api_keys/task.test.ts rename to x-pack/platform/plugins/shared/alerting/server/invalidate_pending_api_keys/task.test.ts diff --git a/x-pack/plugins/alerting/server/invalidate_pending_api_keys/task.ts b/x-pack/platform/plugins/shared/alerting/server/invalidate_pending_api_keys/task.ts similarity index 100% rename from x-pack/plugins/alerting/server/invalidate_pending_api_keys/task.ts rename to x-pack/platform/plugins/shared/alerting/server/invalidate_pending_api_keys/task.ts diff --git a/x-pack/plugins/alerting/server/invalidate_pending_api_keys/task_state.test.ts b/x-pack/platform/plugins/shared/alerting/server/invalidate_pending_api_keys/task_state.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/invalidate_pending_api_keys/task_state.test.ts rename to x-pack/platform/plugins/shared/alerting/server/invalidate_pending_api_keys/task_state.test.ts diff --git a/x-pack/plugins/alerting/server/invalidate_pending_api_keys/task_state.ts b/x-pack/platform/plugins/shared/alerting/server/invalidate_pending_api_keys/task_state.ts similarity index 100% rename from x-pack/plugins/alerting/server/invalidate_pending_api_keys/task_state.ts rename to x-pack/platform/plugins/shared/alerting/server/invalidate_pending_api_keys/task_state.ts diff --git a/x-pack/plugins/alerting/server/lib/alert_summary_from_event_log.test.ts b/x-pack/platform/plugins/shared/alerting/server/lib/alert_summary_from_event_log.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/alert_summary_from_event_log.test.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/alert_summary_from_event_log.test.ts diff --git a/x-pack/plugins/alerting/server/lib/alert_summary_from_event_log.ts b/x-pack/platform/plugins/shared/alerting/server/lib/alert_summary_from_event_log.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/alert_summary_from_event_log.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/alert_summary_from_event_log.ts diff --git a/x-pack/plugins/alerting/server/lib/alerting_event_logger/alerting_event_logger.mock.ts b/x-pack/platform/plugins/shared/alerting/server/lib/alerting_event_logger/alerting_event_logger.mock.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/alerting_event_logger/alerting_event_logger.mock.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/alerting_event_logger/alerting_event_logger.mock.ts diff --git a/x-pack/plugins/alerting/server/lib/alerting_event_logger/alerting_event_logger.test.ts b/x-pack/platform/plugins/shared/alerting/server/lib/alerting_event_logger/alerting_event_logger.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/alerting_event_logger/alerting_event_logger.test.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/alerting_event_logger/alerting_event_logger.test.ts diff --git a/x-pack/plugins/alerting/server/lib/alerting_event_logger/alerting_event_logger.ts b/x-pack/platform/plugins/shared/alerting/server/lib/alerting_event_logger/alerting_event_logger.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/alerting_event_logger/alerting_event_logger.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/alerting_event_logger/alerting_event_logger.ts diff --git a/x-pack/plugins/alerting/server/lib/convert_es_sort_to_event_log_sort.test.ts b/x-pack/platform/plugins/shared/alerting/server/lib/convert_es_sort_to_event_log_sort.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/convert_es_sort_to_event_log_sort.test.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/convert_es_sort_to_event_log_sort.test.ts diff --git a/x-pack/plugins/alerting/server/lib/convert_es_sort_to_event_log_sort.ts b/x-pack/platform/plugins/shared/alerting/server/lib/convert_es_sort_to_event_log_sort.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/convert_es_sort_to_event_log_sort.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/convert_es_sort_to_event_log_sort.ts diff --git a/x-pack/plugins/alerting/server/lib/convert_rule_ids_to_kuery_node.test.ts b/x-pack/platform/plugins/shared/alerting/server/lib/convert_rule_ids_to_kuery_node.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/convert_rule_ids_to_kuery_node.test.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/convert_rule_ids_to_kuery_node.test.ts diff --git a/x-pack/plugins/alerting/server/lib/convert_rule_ids_to_kuery_node.ts b/x-pack/platform/plugins/shared/alerting/server/lib/convert_rule_ids_to_kuery_node.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/convert_rule_ids_to_kuery_node.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/convert_rule_ids_to_kuery_node.ts diff --git a/x-pack/plugins/alerting/server/lib/create_alert_event_log_record_object.test.ts b/x-pack/platform/plugins/shared/alerting/server/lib/create_alert_event_log_record_object.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/create_alert_event_log_record_object.test.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/create_alert_event_log_record_object.test.ts diff --git a/x-pack/plugins/alerting/server/lib/create_alert_event_log_record_object.ts b/x-pack/platform/plugins/shared/alerting/server/lib/create_alert_event_log_record_object.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/create_alert_event_log_record_object.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/create_alert_event_log_record_object.ts diff --git a/x-pack/plugins/alerting/server/lib/create_get_alert_indices_alias.test.ts b/x-pack/platform/plugins/shared/alerting/server/lib/create_get_alert_indices_alias.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/create_get_alert_indices_alias.test.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/create_get_alert_indices_alias.test.ts diff --git a/x-pack/plugins/alerting/server/lib/create_get_alert_indices_alias.ts b/x-pack/platform/plugins/shared/alerting/server/lib/create_get_alert_indices_alias.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/create_get_alert_indices_alias.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/create_get_alert_indices_alias.ts diff --git a/x-pack/plugins/alerting/server/lib/determine_alerts_to_return.test.ts b/x-pack/platform/plugins/shared/alerting/server/lib/determine_alerts_to_return.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/determine_alerts_to_return.test.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/determine_alerts_to_return.test.ts diff --git a/x-pack/plugins/alerting/server/lib/determine_alerts_to_return.ts b/x-pack/platform/plugins/shared/alerting/server/lib/determine_alerts_to_return.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/determine_alerts_to_return.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/determine_alerts_to_return.ts diff --git a/x-pack/plugins/alerting/server/lib/error_with_reason.test.ts b/x-pack/platform/plugins/shared/alerting/server/lib/error_with_reason.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/error_with_reason.test.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/error_with_reason.test.ts diff --git a/x-pack/plugins/alerting/server/lib/error_with_reason.ts b/x-pack/platform/plugins/shared/alerting/server/lib/error_with_reason.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/error_with_reason.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/error_with_reason.ts diff --git a/x-pack/plugins/alerting/server/lib/errors/es_error_parser.test.ts b/x-pack/platform/plugins/shared/alerting/server/lib/errors/es_error_parser.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/errors/es_error_parser.test.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/errors/es_error_parser.test.ts diff --git a/x-pack/plugins/alerting/server/lib/errors/es_error_parser.ts b/x-pack/platform/plugins/shared/alerting/server/lib/errors/es_error_parser.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/errors/es_error_parser.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/errors/es_error_parser.ts diff --git a/x-pack/plugins/alerting/server/lib/errors/index.ts b/x-pack/platform/plugins/shared/alerting/server/lib/errors/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/errors/index.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/errors/index.ts diff --git a/x-pack/plugins/alerting/server/lib/errors/rule_muted.ts b/x-pack/platform/plugins/shared/alerting/server/lib/errors/rule_muted.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/errors/rule_muted.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/errors/rule_muted.ts diff --git a/x-pack/plugins/alerting/server/lib/errors/rule_type_disabled.ts b/x-pack/platform/plugins/shared/alerting/server/lib/errors/rule_type_disabled.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/errors/rule_type_disabled.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/errors/rule_type_disabled.ts diff --git a/x-pack/plugins/alerting/server/lib/errors/types.ts b/x-pack/platform/plugins/shared/alerting/server/lib/errors/types.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/errors/types.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/errors/types.ts diff --git a/x-pack/plugins/alerting/server/lib/flapping_utils.test.ts b/x-pack/platform/plugins/shared/alerting/server/lib/flapping_utils.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/flapping_utils.test.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/flapping_utils.test.ts diff --git a/x-pack/plugins/alerting/server/lib/flapping_utils.ts b/x-pack/platform/plugins/shared/alerting/server/lib/flapping_utils.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/flapping_utils.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/flapping_utils.ts diff --git a/x-pack/plugins/alerting/server/lib/format_execution_log_errors.test.ts b/x-pack/platform/plugins/shared/alerting/server/lib/format_execution_log_errors.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/format_execution_log_errors.test.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/format_execution_log_errors.test.ts diff --git a/x-pack/plugins/alerting/server/lib/format_execution_log_errors.ts b/x-pack/platform/plugins/shared/alerting/server/lib/format_execution_log_errors.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/format_execution_log_errors.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/format_execution_log_errors.ts diff --git a/x-pack/plugins/alerting/server/lib/get_actions_config_map.test.ts b/x-pack/platform/plugins/shared/alerting/server/lib/get_actions_config_map.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/get_actions_config_map.test.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/get_actions_config_map.test.ts diff --git a/x-pack/plugins/alerting/server/lib/get_actions_config_map.ts b/x-pack/platform/plugins/shared/alerting/server/lib/get_actions_config_map.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/get_actions_config_map.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/get_actions_config_map.ts diff --git a/x-pack/plugins/alerting/server/lib/get_alerts_for_notification.test.ts b/x-pack/platform/plugins/shared/alerting/server/lib/get_alerts_for_notification.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/get_alerts_for_notification.test.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/get_alerts_for_notification.test.ts diff --git a/x-pack/plugins/alerting/server/lib/get_alerts_for_notification.ts b/x-pack/platform/plugins/shared/alerting/server/lib/get_alerts_for_notification.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/get_alerts_for_notification.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/get_alerts_for_notification.ts diff --git a/x-pack/plugins/alerting/server/lib/get_cadence.ts b/x-pack/platform/plugins/shared/alerting/server/lib/get_cadence.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/get_cadence.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/get_cadence.ts diff --git a/x-pack/plugins/alerting/server/lib/get_es_query_config.test.ts b/x-pack/platform/plugins/shared/alerting/server/lib/get_es_query_config.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/get_es_query_config.test.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/get_es_query_config.test.ts diff --git a/x-pack/plugins/alerting/server/lib/get_es_query_config.ts b/x-pack/platform/plugins/shared/alerting/server/lib/get_es_query_config.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/get_es_query_config.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/get_es_query_config.ts diff --git a/x-pack/plugins/alerting/server/lib/get_es_request_timeout.test.ts b/x-pack/platform/plugins/shared/alerting/server/lib/get_es_request_timeout.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/get_es_request_timeout.test.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/get_es_request_timeout.test.ts diff --git a/x-pack/plugins/alerting/server/lib/get_es_request_timeout.ts b/x-pack/platform/plugins/shared/alerting/server/lib/get_es_request_timeout.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/get_es_request_timeout.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/get_es_request_timeout.ts diff --git a/x-pack/plugins/alerting/server/lib/get_execution_log_aggregation.test.ts b/x-pack/platform/plugins/shared/alerting/server/lib/get_execution_log_aggregation.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/get_execution_log_aggregation.test.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/get_execution_log_aggregation.test.ts diff --git a/x-pack/plugins/alerting/server/lib/get_execution_log_aggregation.ts b/x-pack/platform/plugins/shared/alerting/server/lib/get_execution_log_aggregation.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/get_execution_log_aggregation.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/get_execution_log_aggregation.ts diff --git a/x-pack/plugins/alerting/server/lib/get_rule_notify_when_type.test.ts b/x-pack/platform/plugins/shared/alerting/server/lib/get_rule_notify_when_type.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/get_rule_notify_when_type.test.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/get_rule_notify_when_type.test.ts diff --git a/x-pack/plugins/alerting/server/lib/get_rule_notify_when_type.ts b/x-pack/platform/plugins/shared/alerting/server/lib/get_rule_notify_when_type.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/get_rule_notify_when_type.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/get_rule_notify_when_type.ts diff --git a/x-pack/plugins/alerting/server/lib/get_rule_task_timeout.test.ts b/x-pack/platform/plugins/shared/alerting/server/lib/get_rule_task_timeout.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/get_rule_task_timeout.test.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/get_rule_task_timeout.test.ts diff --git a/x-pack/plugins/alerting/server/lib/get_rule_task_timeout.ts b/x-pack/platform/plugins/shared/alerting/server/lib/get_rule_task_timeout.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/get_rule_task_timeout.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/get_rule_task_timeout.ts diff --git a/x-pack/plugins/alerting/server/lib/get_rule_type_feature_usage_name.ts b/x-pack/platform/plugins/shared/alerting/server/lib/get_rule_type_feature_usage_name.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/get_rule_type_feature_usage_name.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/get_rule_type_feature_usage_name.ts diff --git a/x-pack/plugins/alerting/server/lib/get_security_health.test.ts b/x-pack/platform/plugins/shared/alerting/server/lib/get_security_health.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/get_security_health.test.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/get_security_health.test.ts diff --git a/x-pack/plugins/alerting/server/lib/get_security_health.ts b/x-pack/platform/plugins/shared/alerting/server/lib/get_security_health.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/get_security_health.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/get_security_health.ts diff --git a/x-pack/plugins/alerting/server/lib/get_time_range.test.ts b/x-pack/platform/plugins/shared/alerting/server/lib/get_time_range.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/get_time_range.test.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/get_time_range.test.ts diff --git a/x-pack/plugins/alerting/server/lib/get_time_range.ts b/x-pack/platform/plugins/shared/alerting/server/lib/get_time_range.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/get_time_range.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/get_time_range.ts diff --git a/x-pack/plugins/alerting/server/lib/index.ts b/x-pack/platform/plugins/shared/alerting/server/lib/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/index.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/index.ts diff --git a/x-pack/plugins/alerting/server/lib/is_alerting_error.test.ts b/x-pack/platform/plugins/shared/alerting/server/lib/is_alerting_error.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/is_alerting_error.test.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/is_alerting_error.test.ts diff --git a/x-pack/plugins/alerting/server/lib/is_alerting_error.ts b/x-pack/platform/plugins/shared/alerting/server/lib/is_alerting_error.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/is_alerting_error.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/is_alerting_error.ts diff --git a/x-pack/plugins/alerting/server/lib/is_rule_snoozed.test.ts b/x-pack/platform/plugins/shared/alerting/server/lib/is_rule_snoozed.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/is_rule_snoozed.test.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/is_rule_snoozed.test.ts diff --git a/x-pack/plugins/alerting/server/lib/is_rule_snoozed.ts b/x-pack/platform/plugins/shared/alerting/server/lib/is_rule_snoozed.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/is_rule_snoozed.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/is_rule_snoozed.ts diff --git a/x-pack/plugins/alerting/server/lib/iso_or_relative_date.test.ts b/x-pack/platform/plugins/shared/alerting/server/lib/iso_or_relative_date.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/iso_or_relative_date.test.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/iso_or_relative_date.test.ts diff --git a/x-pack/plugins/alerting/server/lib/iso_or_relative_date.ts b/x-pack/platform/plugins/shared/alerting/server/lib/iso_or_relative_date.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/iso_or_relative_date.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/iso_or_relative_date.ts diff --git a/x-pack/plugins/alerting/server/lib/last_run_status.test.ts b/x-pack/platform/plugins/shared/alerting/server/lib/last_run_status.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/last_run_status.test.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/last_run_status.test.ts diff --git a/x-pack/plugins/alerting/server/lib/last_run_status.ts b/x-pack/platform/plugins/shared/alerting/server/lib/last_run_status.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/last_run_status.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/last_run_status.ts diff --git a/x-pack/plugins/alerting/server/lib/license_api_access.ts b/x-pack/platform/plugins/shared/alerting/server/lib/license_api_access.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/license_api_access.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/license_api_access.ts diff --git a/x-pack/plugins/alerting/server/lib/license_state.mock.ts b/x-pack/platform/plugins/shared/alerting/server/lib/license_state.mock.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/license_state.mock.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/license_state.mock.ts diff --git a/x-pack/plugins/alerting/server/lib/license_state.test.ts b/x-pack/platform/plugins/shared/alerting/server/lib/license_state.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/license_state.test.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/license_state.test.ts diff --git a/x-pack/plugins/alerting/server/lib/license_state.ts b/x-pack/platform/plugins/shared/alerting/server/lib/license_state.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/license_state.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/license_state.ts diff --git a/x-pack/plugins/alerting/server/lib/monitoring.test.ts b/x-pack/platform/plugins/shared/alerting/server/lib/monitoring.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/monitoring.test.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/monitoring.test.ts diff --git a/x-pack/plugins/alerting/server/lib/monitoring.ts b/x-pack/platform/plugins/shared/alerting/server/lib/monitoring.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/monitoring.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/monitoring.ts diff --git a/x-pack/plugins/alerting/server/lib/next_run.ts b/x-pack/platform/plugins/shared/alerting/server/lib/next_run.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/next_run.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/next_run.ts diff --git a/x-pack/plugins/alerting/server/lib/process_alerts.test.ts b/x-pack/platform/plugins/shared/alerting/server/lib/process_alerts.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/process_alerts.test.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/process_alerts.test.ts diff --git a/x-pack/plugins/alerting/server/lib/process_alerts.ts b/x-pack/platform/plugins/shared/alerting/server/lib/process_alerts.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/process_alerts.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/process_alerts.ts diff --git a/x-pack/plugins/alerting/server/lib/result_type.ts b/x-pack/platform/plugins/shared/alerting/server/lib/result_type.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/result_type.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/result_type.ts diff --git a/x-pack/plugins/alerting/server/lib/retry_if_conflicts.test.ts b/x-pack/platform/plugins/shared/alerting/server/lib/retry_if_conflicts.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/retry_if_conflicts.test.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/retry_if_conflicts.test.ts diff --git a/x-pack/plugins/alerting/server/lib/retry_if_conflicts.ts b/x-pack/platform/plugins/shared/alerting/server/lib/retry_if_conflicts.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/retry_if_conflicts.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/retry_if_conflicts.ts diff --git a/x-pack/plugins/alerting/server/lib/rule_execution_status.test.ts b/x-pack/platform/plugins/shared/alerting/server/lib/rule_execution_status.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/rule_execution_status.test.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/rule_execution_status.test.ts diff --git a/x-pack/plugins/alerting/server/lib/rule_execution_status.ts b/x-pack/platform/plugins/shared/alerting/server/lib/rule_execution_status.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/rule_execution_status.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/rule_execution_status.ts diff --git a/x-pack/plugins/alerting/server/lib/rule_run_metrics_store.mock.ts b/x-pack/platform/plugins/shared/alerting/server/lib/rule_run_metrics_store.mock.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/rule_run_metrics_store.mock.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/rule_run_metrics_store.mock.ts diff --git a/x-pack/plugins/alerting/server/lib/rule_run_metrics_store.test.ts b/x-pack/platform/plugins/shared/alerting/server/lib/rule_run_metrics_store.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/rule_run_metrics_store.test.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/rule_run_metrics_store.test.ts diff --git a/x-pack/plugins/alerting/server/lib/rule_run_metrics_store.ts b/x-pack/platform/plugins/shared/alerting/server/lib/rule_run_metrics_store.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/rule_run_metrics_store.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/rule_run_metrics_store.ts diff --git a/x-pack/plugins/alerting/server/lib/set_flapping.test.ts b/x-pack/platform/plugins/shared/alerting/server/lib/set_flapping.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/set_flapping.test.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/set_flapping.test.ts diff --git a/x-pack/plugins/alerting/server/lib/set_flapping.ts b/x-pack/platform/plugins/shared/alerting/server/lib/set_flapping.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/set_flapping.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/set_flapping.ts diff --git a/x-pack/plugins/alerting/server/lib/snooze/index.ts b/x-pack/platform/plugins/shared/alerting/server/lib/snooze/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/snooze/index.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/snooze/index.ts diff --git a/x-pack/plugins/alerting/server/lib/snooze/is_snooze_active.test.ts b/x-pack/platform/plugins/shared/alerting/server/lib/snooze/is_snooze_active.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/snooze/is_snooze_active.test.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/snooze/is_snooze_active.test.ts diff --git a/x-pack/plugins/alerting/server/lib/snooze/is_snooze_active.ts b/x-pack/platform/plugins/shared/alerting/server/lib/snooze/is_snooze_active.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/snooze/is_snooze_active.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/snooze/is_snooze_active.ts diff --git a/x-pack/plugins/alerting/server/lib/snooze/is_snooze_expired.test.ts b/x-pack/platform/plugins/shared/alerting/server/lib/snooze/is_snooze_expired.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/snooze/is_snooze_expired.test.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/snooze/is_snooze_expired.test.ts diff --git a/x-pack/plugins/alerting/server/lib/snooze/is_snooze_expired.ts b/x-pack/platform/plugins/shared/alerting/server/lib/snooze/is_snooze_expired.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/snooze/is_snooze_expired.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/snooze/is_snooze_expired.ts diff --git a/x-pack/plugins/alerting/server/lib/track_deprecated_route_usage.test.ts b/x-pack/platform/plugins/shared/alerting/server/lib/track_deprecated_route_usage.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/track_deprecated_route_usage.test.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/track_deprecated_route_usage.test.ts diff --git a/x-pack/plugins/alerting/server/lib/track_deprecated_route_usage.ts b/x-pack/platform/plugins/shared/alerting/server/lib/track_deprecated_route_usage.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/track_deprecated_route_usage.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/track_deprecated_route_usage.ts diff --git a/x-pack/plugins/alerting/server/lib/track_legacy_route_usage.test.ts b/x-pack/platform/plugins/shared/alerting/server/lib/track_legacy_route_usage.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/track_legacy_route_usage.test.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/track_legacy_route_usage.test.ts diff --git a/x-pack/plugins/alerting/server/lib/track_legacy_route_usage.ts b/x-pack/platform/plugins/shared/alerting/server/lib/track_legacy_route_usage.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/track_legacy_route_usage.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/track_legacy_route_usage.ts diff --git a/x-pack/plugins/alerting/server/lib/trim_recovered_alerts.test.ts b/x-pack/platform/plugins/shared/alerting/server/lib/trim_recovered_alerts.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/trim_recovered_alerts.test.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/trim_recovered_alerts.test.ts diff --git a/x-pack/plugins/alerting/server/lib/trim_recovered_alerts.ts b/x-pack/platform/plugins/shared/alerting/server/lib/trim_recovered_alerts.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/trim_recovered_alerts.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/trim_recovered_alerts.ts diff --git a/x-pack/plugins/alerting/server/lib/types.ts b/x-pack/platform/plugins/shared/alerting/server/lib/types.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/types.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/types.ts diff --git a/x-pack/plugins/alerting/server/lib/validate_authorize_system_actions.test.ts b/x-pack/platform/plugins/shared/alerting/server/lib/validate_authorize_system_actions.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/validate_authorize_system_actions.test.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/validate_authorize_system_actions.test.ts diff --git a/x-pack/plugins/alerting/server/lib/validate_authorize_system_actions.ts b/x-pack/platform/plugins/shared/alerting/server/lib/validate_authorize_system_actions.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/validate_authorize_system_actions.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/validate_authorize_system_actions.ts diff --git a/x-pack/plugins/alerting/server/lib/validate_mutated_rule_type_params.ts b/x-pack/platform/plugins/shared/alerting/server/lib/validate_mutated_rule_type_params.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/validate_mutated_rule_type_params.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/validate_mutated_rule_type_params.ts diff --git a/x-pack/plugins/alerting/server/lib/validate_rrule_by.ts b/x-pack/platform/plugins/shared/alerting/server/lib/validate_rrule_by.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/validate_rrule_by.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/validate_rrule_by.ts diff --git a/x-pack/plugins/alerting/server/lib/validate_rule_type_params.test.ts b/x-pack/platform/plugins/shared/alerting/server/lib/validate_rule_type_params.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/validate_rule_type_params.test.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/validate_rule_type_params.test.ts diff --git a/x-pack/plugins/alerting/server/lib/validate_rule_type_params.ts b/x-pack/platform/plugins/shared/alerting/server/lib/validate_rule_type_params.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/validate_rule_type_params.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/validate_rule_type_params.ts diff --git a/x-pack/plugins/alerting/server/lib/validate_snooze_date.ts b/x-pack/platform/plugins/shared/alerting/server/lib/validate_snooze_date.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/validate_snooze_date.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/validate_snooze_date.ts diff --git a/x-pack/plugins/alerting/server/lib/validate_snooze_schedule.ts b/x-pack/platform/plugins/shared/alerting/server/lib/validate_snooze_schedule.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/validate_snooze_schedule.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/validate_snooze_schedule.ts diff --git a/x-pack/plugins/alerting/server/lib/wrap_scoped_cluster_client.mock.ts b/x-pack/platform/plugins/shared/alerting/server/lib/wrap_scoped_cluster_client.mock.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/wrap_scoped_cluster_client.mock.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/wrap_scoped_cluster_client.mock.ts diff --git a/x-pack/plugins/alerting/server/lib/wrap_scoped_cluster_client.test.ts b/x-pack/platform/plugins/shared/alerting/server/lib/wrap_scoped_cluster_client.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/wrap_scoped_cluster_client.test.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/wrap_scoped_cluster_client.test.ts diff --git a/x-pack/plugins/alerting/server/lib/wrap_scoped_cluster_client.ts b/x-pack/platform/plugins/shared/alerting/server/lib/wrap_scoped_cluster_client.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/wrap_scoped_cluster_client.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/wrap_scoped_cluster_client.ts diff --git a/x-pack/plugins/alerting/server/lib/wrap_search_source_client.mock.ts b/x-pack/platform/plugins/shared/alerting/server/lib/wrap_search_source_client.mock.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/wrap_search_source_client.mock.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/wrap_search_source_client.mock.ts diff --git a/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts b/x-pack/platform/plugins/shared/alerting/server/lib/wrap_search_source_client.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/wrap_search_source_client.test.ts diff --git a/x-pack/plugins/alerting/server/lib/wrap_search_source_client.ts b/x-pack/platform/plugins/shared/alerting/server/lib/wrap_search_source_client.ts similarity index 100% rename from x-pack/plugins/alerting/server/lib/wrap_search_source_client.ts rename to x-pack/platform/plugins/shared/alerting/server/lib/wrap_search_source_client.ts diff --git a/x-pack/plugins/alerting/server/maintenance_window_client.mock.ts b/x-pack/platform/plugins/shared/alerting/server/maintenance_window_client.mock.ts similarity index 100% rename from x-pack/plugins/alerting/server/maintenance_window_client.mock.ts rename to x-pack/platform/plugins/shared/alerting/server/maintenance_window_client.mock.ts diff --git a/x-pack/plugins/alerting/server/maintenance_window_client/index.ts b/x-pack/platform/plugins/shared/alerting/server/maintenance_window_client/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/maintenance_window_client/index.ts rename to x-pack/platform/plugins/shared/alerting/server/maintenance_window_client/index.ts diff --git a/x-pack/plugins/alerting/server/maintenance_window_client/maintenance_window_client.ts b/x-pack/platform/plugins/shared/alerting/server/maintenance_window_client/maintenance_window_client.ts similarity index 100% rename from x-pack/plugins/alerting/server/maintenance_window_client/maintenance_window_client.ts rename to x-pack/platform/plugins/shared/alerting/server/maintenance_window_client/maintenance_window_client.ts diff --git a/x-pack/plugins/alerting/server/maintenance_window_client_factory.test.ts b/x-pack/platform/plugins/shared/alerting/server/maintenance_window_client_factory.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/maintenance_window_client_factory.test.ts rename to x-pack/platform/plugins/shared/alerting/server/maintenance_window_client_factory.test.ts diff --git a/x-pack/plugins/alerting/server/maintenance_window_client_factory.ts b/x-pack/platform/plugins/shared/alerting/server/maintenance_window_client_factory.ts similarity index 100% rename from x-pack/plugins/alerting/server/maintenance_window_client_factory.ts rename to x-pack/platform/plugins/shared/alerting/server/maintenance_window_client_factory.ts diff --git a/x-pack/plugins/alerting/server/maintenance_window_feature.ts b/x-pack/platform/plugins/shared/alerting/server/maintenance_window_feature.ts similarity index 100% rename from x-pack/plugins/alerting/server/maintenance_window_feature.ts rename to x-pack/platform/plugins/shared/alerting/server/maintenance_window_feature.ts diff --git a/x-pack/plugins/alerting/server/manual_tests/action_param_templates.sh b/x-pack/platform/plugins/shared/alerting/server/manual_tests/action_param_templates.sh similarity index 100% rename from x-pack/plugins/alerting/server/manual_tests/action_param_templates.sh rename to x-pack/platform/plugins/shared/alerting/server/manual_tests/action_param_templates.sh diff --git a/x-pack/plugins/alerting/server/mocks.ts b/x-pack/platform/plugins/shared/alerting/server/mocks.ts similarity index 100% rename from x-pack/plugins/alerting/server/mocks.ts rename to x-pack/platform/plugins/shared/alerting/server/mocks.ts diff --git a/x-pack/plugins/alerting/server/monitoring/in_memory_metrics.mock.ts b/x-pack/platform/plugins/shared/alerting/server/monitoring/in_memory_metrics.mock.ts similarity index 100% rename from x-pack/plugins/alerting/server/monitoring/in_memory_metrics.mock.ts rename to x-pack/platform/plugins/shared/alerting/server/monitoring/in_memory_metrics.mock.ts diff --git a/x-pack/plugins/alerting/server/monitoring/in_memory_metrics.test.ts b/x-pack/platform/plugins/shared/alerting/server/monitoring/in_memory_metrics.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/monitoring/in_memory_metrics.test.ts rename to x-pack/platform/plugins/shared/alerting/server/monitoring/in_memory_metrics.test.ts diff --git a/x-pack/plugins/alerting/server/monitoring/in_memory_metrics.ts b/x-pack/platform/plugins/shared/alerting/server/monitoring/in_memory_metrics.ts similarity index 100% rename from x-pack/plugins/alerting/server/monitoring/in_memory_metrics.ts rename to x-pack/platform/plugins/shared/alerting/server/monitoring/in_memory_metrics.ts diff --git a/x-pack/plugins/alerting/server/monitoring/index.ts b/x-pack/platform/plugins/shared/alerting/server/monitoring/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/monitoring/index.ts rename to x-pack/platform/plugins/shared/alerting/server/monitoring/index.ts diff --git a/x-pack/plugins/alerting/server/monitoring/register_cluster_collector.test.ts b/x-pack/platform/plugins/shared/alerting/server/monitoring/register_cluster_collector.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/monitoring/register_cluster_collector.test.ts rename to x-pack/platform/plugins/shared/alerting/server/monitoring/register_cluster_collector.test.ts diff --git a/x-pack/plugins/alerting/server/monitoring/register_cluster_collector.ts b/x-pack/platform/plugins/shared/alerting/server/monitoring/register_cluster_collector.ts similarity index 100% rename from x-pack/plugins/alerting/server/monitoring/register_cluster_collector.ts rename to x-pack/platform/plugins/shared/alerting/server/monitoring/register_cluster_collector.ts diff --git a/x-pack/plugins/alerting/server/monitoring/register_node_collector.test.ts b/x-pack/platform/plugins/shared/alerting/server/monitoring/register_node_collector.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/monitoring/register_node_collector.test.ts rename to x-pack/platform/plugins/shared/alerting/server/monitoring/register_node_collector.test.ts diff --git a/x-pack/plugins/alerting/server/monitoring/register_node_collector.ts b/x-pack/platform/plugins/shared/alerting/server/monitoring/register_node_collector.ts similarity index 100% rename from x-pack/plugins/alerting/server/monitoring/register_node_collector.ts rename to x-pack/platform/plugins/shared/alerting/server/monitoring/register_node_collector.ts diff --git a/x-pack/plugins/alerting/server/monitoring/rule_monitoring_service.mock.ts b/x-pack/platform/plugins/shared/alerting/server/monitoring/rule_monitoring_service.mock.ts similarity index 100% rename from x-pack/plugins/alerting/server/monitoring/rule_monitoring_service.mock.ts rename to x-pack/platform/plugins/shared/alerting/server/monitoring/rule_monitoring_service.mock.ts diff --git a/x-pack/plugins/alerting/server/monitoring/rule_monitoring_service.test.ts b/x-pack/platform/plugins/shared/alerting/server/monitoring/rule_monitoring_service.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/monitoring/rule_monitoring_service.test.ts rename to x-pack/platform/plugins/shared/alerting/server/monitoring/rule_monitoring_service.test.ts diff --git a/x-pack/plugins/alerting/server/monitoring/rule_monitoring_service.ts b/x-pack/platform/plugins/shared/alerting/server/monitoring/rule_monitoring_service.ts similarity index 100% rename from x-pack/plugins/alerting/server/monitoring/rule_monitoring_service.ts rename to x-pack/platform/plugins/shared/alerting/server/monitoring/rule_monitoring_service.ts diff --git a/x-pack/plugins/alerting/server/monitoring/rule_result_service.mock.ts b/x-pack/platform/plugins/shared/alerting/server/monitoring/rule_result_service.mock.ts similarity index 100% rename from x-pack/plugins/alerting/server/monitoring/rule_result_service.mock.ts rename to x-pack/platform/plugins/shared/alerting/server/monitoring/rule_result_service.mock.ts diff --git a/x-pack/plugins/alerting/server/monitoring/rule_result_service.test.ts b/x-pack/platform/plugins/shared/alerting/server/monitoring/rule_result_service.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/monitoring/rule_result_service.test.ts rename to x-pack/platform/plugins/shared/alerting/server/monitoring/rule_result_service.test.ts diff --git a/x-pack/plugins/alerting/server/monitoring/rule_result_service.ts b/x-pack/platform/plugins/shared/alerting/server/monitoring/rule_result_service.ts similarity index 100% rename from x-pack/plugins/alerting/server/monitoring/rule_result_service.ts rename to x-pack/platform/plugins/shared/alerting/server/monitoring/rule_result_service.ts diff --git a/x-pack/plugins/alerting/server/monitoring/types.ts b/x-pack/platform/plugins/shared/alerting/server/monitoring/types.ts similarity index 100% rename from x-pack/plugins/alerting/server/monitoring/types.ts rename to x-pack/platform/plugins/shared/alerting/server/monitoring/types.ts diff --git a/x-pack/plugins/alerting/server/plugin.test.ts b/x-pack/platform/plugins/shared/alerting/server/plugin.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/plugin.test.ts rename to x-pack/platform/plugins/shared/alerting/server/plugin.test.ts diff --git a/x-pack/plugins/alerting/server/plugin.ts b/x-pack/platform/plugins/shared/alerting/server/plugin.ts similarity index 100% rename from x-pack/plugins/alerting/server/plugin.ts rename to x-pack/platform/plugins/shared/alerting/server/plugin.ts diff --git a/x-pack/plugins/alerting/server/routes/_mock_handler_arguments.ts b/x-pack/platform/plugins/shared/alerting/server/routes/_mock_handler_arguments.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/_mock_handler_arguments.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/_mock_handler_arguments.ts diff --git a/x-pack/plugins/alerting/server/routes/backfill/apis/delete/delete_backfill_route.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/backfill/apis/delete/delete_backfill_route.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/backfill/apis/delete/delete_backfill_route.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/backfill/apis/delete/delete_backfill_route.test.ts diff --git a/x-pack/plugins/alerting/server/routes/backfill/apis/delete/delete_backfill_route.ts b/x-pack/platform/plugins/shared/alerting/server/routes/backfill/apis/delete/delete_backfill_route.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/backfill/apis/delete/delete_backfill_route.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/backfill/apis/delete/delete_backfill_route.ts diff --git a/x-pack/plugins/alerting/server/routes/backfill/apis/find/find_backfill_route.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/backfill/apis/find/find_backfill_route.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/backfill/apis/find/find_backfill_route.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/backfill/apis/find/find_backfill_route.test.ts diff --git a/x-pack/plugins/alerting/server/routes/backfill/apis/find/find_backfill_route.ts b/x-pack/platform/plugins/shared/alerting/server/routes/backfill/apis/find/find_backfill_route.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/backfill/apis/find/find_backfill_route.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/backfill/apis/find/find_backfill_route.ts diff --git a/x-pack/plugins/alerting/server/routes/backfill/apis/find/transforms/index.ts b/x-pack/platform/plugins/shared/alerting/server/routes/backfill/apis/find/transforms/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/backfill/apis/find/transforms/index.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/backfill/apis/find/transforms/index.ts diff --git a/x-pack/plugins/alerting/server/routes/backfill/apis/find/transforms/transform_request/latest.ts b/x-pack/platform/plugins/shared/alerting/server/routes/backfill/apis/find/transforms/transform_request/latest.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/backfill/apis/find/transforms/transform_request/latest.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/backfill/apis/find/transforms/transform_request/latest.ts diff --git a/x-pack/plugins/alerting/server/routes/backfill/apis/find/transforms/transform_request/v1.ts b/x-pack/platform/plugins/shared/alerting/server/routes/backfill/apis/find/transforms/transform_request/v1.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/backfill/apis/find/transforms/transform_request/v1.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/backfill/apis/find/transforms/transform_request/v1.ts diff --git a/x-pack/plugins/alerting/server/routes/backfill/apis/find/transforms/transform_response/latest.ts b/x-pack/platform/plugins/shared/alerting/server/routes/backfill/apis/find/transforms/transform_response/latest.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/backfill/apis/find/transforms/transform_response/latest.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/backfill/apis/find/transforms/transform_response/latest.ts diff --git a/x-pack/plugins/alerting/server/routes/backfill/apis/find/transforms/transform_response/v1.ts b/x-pack/platform/plugins/shared/alerting/server/routes/backfill/apis/find/transforms/transform_response/v1.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/backfill/apis/find/transforms/transform_response/v1.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/backfill/apis/find/transforms/transform_response/v1.ts diff --git a/x-pack/plugins/alerting/server/routes/backfill/apis/get/get_backfill_route.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/backfill/apis/get/get_backfill_route.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/backfill/apis/get/get_backfill_route.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/backfill/apis/get/get_backfill_route.test.ts diff --git a/x-pack/plugins/alerting/server/routes/backfill/apis/get/get_backfill_route.ts b/x-pack/platform/plugins/shared/alerting/server/routes/backfill/apis/get/get_backfill_route.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/backfill/apis/get/get_backfill_route.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/backfill/apis/get/get_backfill_route.ts diff --git a/x-pack/plugins/alerting/server/routes/backfill/apis/schedule/schedule_backfill_route.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/backfill/apis/schedule/schedule_backfill_route.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/backfill/apis/schedule/schedule_backfill_route.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/backfill/apis/schedule/schedule_backfill_route.test.ts diff --git a/x-pack/plugins/alerting/server/routes/backfill/apis/schedule/schedule_backfill_route.ts b/x-pack/platform/plugins/shared/alerting/server/routes/backfill/apis/schedule/schedule_backfill_route.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/backfill/apis/schedule/schedule_backfill_route.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/backfill/apis/schedule/schedule_backfill_route.ts diff --git a/x-pack/plugins/alerting/server/routes/backfill/apis/schedule/transforms/index.ts b/x-pack/platform/plugins/shared/alerting/server/routes/backfill/apis/schedule/transforms/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/backfill/apis/schedule/transforms/index.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/backfill/apis/schedule/transforms/index.ts diff --git a/x-pack/plugins/alerting/server/routes/backfill/apis/schedule/transforms/transform_request/latest.ts b/x-pack/platform/plugins/shared/alerting/server/routes/backfill/apis/schedule/transforms/transform_request/latest.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/backfill/apis/schedule/transforms/transform_request/latest.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/backfill/apis/schedule/transforms/transform_request/latest.ts diff --git a/x-pack/plugins/alerting/server/routes/backfill/apis/schedule/transforms/transform_request/v1.ts b/x-pack/platform/plugins/shared/alerting/server/routes/backfill/apis/schedule/transforms/transform_request/v1.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/backfill/apis/schedule/transforms/transform_request/v1.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/backfill/apis/schedule/transforms/transform_request/v1.ts diff --git a/x-pack/plugins/alerting/server/routes/backfill/apis/schedule/transforms/transform_response/latest.ts b/x-pack/platform/plugins/shared/alerting/server/routes/backfill/apis/schedule/transforms/transform_response/latest.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/backfill/apis/schedule/transforms/transform_response/latest.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/backfill/apis/schedule/transforms/transform_response/latest.ts diff --git a/x-pack/plugins/alerting/server/routes/backfill/apis/schedule/transforms/transform_response/v1.ts b/x-pack/platform/plugins/shared/alerting/server/routes/backfill/apis/schedule/transforms/transform_response/v1.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/backfill/apis/schedule/transforms/transform_response/v1.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/backfill/apis/schedule/transforms/transform_response/v1.ts diff --git a/x-pack/plugins/alerting/server/routes/backfill/transforms/index.ts b/x-pack/platform/plugins/shared/alerting/server/routes/backfill/transforms/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/backfill/transforms/index.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/backfill/transforms/index.ts diff --git a/x-pack/plugins/alerting/server/routes/backfill/transforms/transform_backfill_to_backfill_response/latest.ts b/x-pack/platform/plugins/shared/alerting/server/routes/backfill/transforms/transform_backfill_to_backfill_response/latest.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/backfill/transforms/transform_backfill_to_backfill_response/latest.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/backfill/transforms/transform_backfill_to_backfill_response/latest.ts diff --git a/x-pack/plugins/alerting/server/routes/backfill/transforms/transform_backfill_to_backfill_response/v1.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/backfill/transforms/transform_backfill_to_backfill_response/v1.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/backfill/transforms/transform_backfill_to_backfill_response/v1.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/backfill/transforms/transform_backfill_to_backfill_response/v1.test.ts diff --git a/x-pack/plugins/alerting/server/routes/backfill/transforms/transform_backfill_to_backfill_response/v1.ts b/x-pack/platform/plugins/shared/alerting/server/routes/backfill/transforms/transform_backfill_to_backfill_response/v1.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/backfill/transforms/transform_backfill_to_backfill_response/v1.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/backfill/transforms/transform_backfill_to_backfill_response/v1.ts diff --git a/x-pack/plugins/alerting/server/routes/framework/apis/health/health.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/framework/apis/health/health.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/framework/apis/health/health.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/framework/apis/health/health.test.ts diff --git a/x-pack/plugins/alerting/server/routes/framework/apis/health/health.ts b/x-pack/platform/plugins/shared/alerting/server/routes/framework/apis/health/health.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/framework/apis/health/health.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/framework/apis/health/health.ts diff --git a/x-pack/plugins/alerting/server/routes/framework/apis/health/index.ts b/x-pack/platform/plugins/shared/alerting/server/routes/framework/apis/health/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/framework/apis/health/index.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/framework/apis/health/index.ts diff --git a/x-pack/plugins/alerting/server/routes/framework/apis/health/transforms/index.ts b/x-pack/platform/plugins/shared/alerting/server/routes/framework/apis/health/transforms/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/framework/apis/health/transforms/index.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/framework/apis/health/transforms/index.ts diff --git a/x-pack/plugins/alerting/server/routes/framework/apis/health/transforms/transform_health_response/latest.ts b/x-pack/platform/plugins/shared/alerting/server/routes/framework/apis/health/transforms/transform_health_response/latest.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/framework/apis/health/transforms/transform_health_response/latest.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/framework/apis/health/transforms/transform_health_response/latest.ts diff --git a/x-pack/plugins/alerting/server/routes/framework/apis/health/transforms/transform_health_response/v1.ts b/x-pack/platform/plugins/shared/alerting/server/routes/framework/apis/health/transforms/transform_health_response/v1.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/framework/apis/health/transforms/transform_health_response/v1.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/framework/apis/health/transforms/transform_health_response/v1.ts diff --git a/x-pack/plugins/alerting/server/routes/get_action_error_log.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/get_action_error_log.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/get_action_error_log.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/get_action_error_log.test.ts diff --git a/x-pack/plugins/alerting/server/routes/get_action_error_log.ts b/x-pack/platform/plugins/shared/alerting/server/routes/get_action_error_log.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/get_action_error_log.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/get_action_error_log.ts diff --git a/x-pack/plugins/alerting/server/routes/get_flapping_settings.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/get_flapping_settings.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/get_flapping_settings.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/get_flapping_settings.test.ts diff --git a/x-pack/plugins/alerting/server/routes/get_flapping_settings.ts b/x-pack/platform/plugins/shared/alerting/server/routes/get_flapping_settings.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/get_flapping_settings.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/get_flapping_settings.ts diff --git a/x-pack/plugins/alerting/server/routes/get_global_execution_kpi.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/get_global_execution_kpi.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/get_global_execution_kpi.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/get_global_execution_kpi.test.ts diff --git a/x-pack/plugins/alerting/server/routes/get_global_execution_kpi.ts b/x-pack/platform/plugins/shared/alerting/server/routes/get_global_execution_kpi.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/get_global_execution_kpi.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/get_global_execution_kpi.ts diff --git a/x-pack/plugins/alerting/server/routes/get_global_execution_logs.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/get_global_execution_logs.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/get_global_execution_logs.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/get_global_execution_logs.test.ts diff --git a/x-pack/plugins/alerting/server/routes/get_global_execution_logs.ts b/x-pack/platform/plugins/shared/alerting/server/routes/get_global_execution_logs.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/get_global_execution_logs.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/get_global_execution_logs.ts diff --git a/x-pack/plugins/alerting/server/routes/get_rule_alert_summary.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/get_rule_alert_summary.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/get_rule_alert_summary.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/get_rule_alert_summary.test.ts diff --git a/x-pack/plugins/alerting/server/routes/get_rule_alert_summary.ts b/x-pack/platform/plugins/shared/alerting/server/routes/get_rule_alert_summary.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/get_rule_alert_summary.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/get_rule_alert_summary.ts diff --git a/x-pack/plugins/alerting/server/routes/get_rule_execution_kpi.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/get_rule_execution_kpi.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/get_rule_execution_kpi.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/get_rule_execution_kpi.test.ts diff --git a/x-pack/plugins/alerting/server/routes/get_rule_execution_kpi.ts b/x-pack/platform/plugins/shared/alerting/server/routes/get_rule_execution_kpi.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/get_rule_execution_kpi.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/get_rule_execution_kpi.ts diff --git a/x-pack/plugins/alerting/server/routes/get_rule_execution_log.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/get_rule_execution_log.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/get_rule_execution_log.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/get_rule_execution_log.test.ts diff --git a/x-pack/plugins/alerting/server/routes/get_rule_execution_log.ts b/x-pack/platform/plugins/shared/alerting/server/routes/get_rule_execution_log.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/get_rule_execution_log.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/get_rule_execution_log.ts diff --git a/x-pack/plugins/alerting/server/routes/get_rule_state.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/get_rule_state.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/get_rule_state.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/get_rule_state.test.ts diff --git a/x-pack/plugins/alerting/server/routes/get_rule_state.ts b/x-pack/platform/plugins/shared/alerting/server/routes/get_rule_state.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/get_rule_state.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/get_rule_state.ts diff --git a/x-pack/plugins/alerting/server/routes/index.ts b/x-pack/platform/plugins/shared/alerting/server/routes/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/index.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/index.ts diff --git a/x-pack/plugins/alerting/server/routes/legacy/create.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/legacy/create.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/legacy/create.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/legacy/create.test.ts diff --git a/x-pack/plugins/alerting/server/routes/legacy/create.ts b/x-pack/platform/plugins/shared/alerting/server/routes/legacy/create.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/legacy/create.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/legacy/create.ts diff --git a/x-pack/plugins/alerting/server/routes/legacy/delete.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/legacy/delete.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/legacy/delete.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/legacy/delete.test.ts diff --git a/x-pack/plugins/alerting/server/routes/legacy/delete.ts b/x-pack/platform/plugins/shared/alerting/server/routes/legacy/delete.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/legacy/delete.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/legacy/delete.ts diff --git a/x-pack/plugins/alerting/server/routes/legacy/disable.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/legacy/disable.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/legacy/disable.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/legacy/disable.test.ts diff --git a/x-pack/plugins/alerting/server/routes/legacy/disable.ts b/x-pack/platform/plugins/shared/alerting/server/routes/legacy/disable.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/legacy/disable.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/legacy/disable.ts diff --git a/x-pack/plugins/alerting/server/routes/legacy/enable.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/legacy/enable.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/legacy/enable.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/legacy/enable.test.ts diff --git a/x-pack/plugins/alerting/server/routes/legacy/enable.ts b/x-pack/platform/plugins/shared/alerting/server/routes/legacy/enable.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/legacy/enable.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/legacy/enable.ts diff --git a/x-pack/plugins/alerting/server/routes/legacy/find.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/legacy/find.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/legacy/find.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/legacy/find.test.ts diff --git a/x-pack/plugins/alerting/server/routes/legacy/find.ts b/x-pack/platform/plugins/shared/alerting/server/routes/legacy/find.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/legacy/find.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/legacy/find.ts diff --git a/x-pack/plugins/alerting/server/routes/legacy/get.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/legacy/get.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/legacy/get.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/legacy/get.test.ts diff --git a/x-pack/plugins/alerting/server/routes/legacy/get.ts b/x-pack/platform/plugins/shared/alerting/server/routes/legacy/get.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/legacy/get.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/legacy/get.ts diff --git a/x-pack/plugins/alerting/server/routes/legacy/get_alert_instance_summary.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/legacy/get_alert_instance_summary.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/legacy/get_alert_instance_summary.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/legacy/get_alert_instance_summary.test.ts diff --git a/x-pack/plugins/alerting/server/routes/legacy/get_alert_instance_summary.ts b/x-pack/platform/plugins/shared/alerting/server/routes/legacy/get_alert_instance_summary.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/legacy/get_alert_instance_summary.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/legacy/get_alert_instance_summary.ts diff --git a/x-pack/plugins/alerting/server/routes/legacy/get_alert_state.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/legacy/get_alert_state.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/legacy/get_alert_state.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/legacy/get_alert_state.test.ts diff --git a/x-pack/plugins/alerting/server/routes/legacy/get_alert_state.ts b/x-pack/platform/plugins/shared/alerting/server/routes/legacy/get_alert_state.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/legacy/get_alert_state.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/legacy/get_alert_state.ts diff --git a/x-pack/plugins/alerting/server/routes/legacy/health.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/legacy/health.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/legacy/health.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/legacy/health.test.ts diff --git a/x-pack/plugins/alerting/server/routes/legacy/health.ts b/x-pack/platform/plugins/shared/alerting/server/routes/legacy/health.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/legacy/health.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/legacy/health.ts diff --git a/x-pack/plugins/alerting/server/routes/legacy/index.ts b/x-pack/platform/plugins/shared/alerting/server/routes/legacy/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/legacy/index.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/legacy/index.ts diff --git a/x-pack/plugins/alerting/server/routes/legacy/list_alert_types.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/legacy/list_alert_types.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/legacy/list_alert_types.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/legacy/list_alert_types.test.ts diff --git a/x-pack/plugins/alerting/server/routes/legacy/list_alert_types.ts b/x-pack/platform/plugins/shared/alerting/server/routes/legacy/list_alert_types.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/legacy/list_alert_types.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/legacy/list_alert_types.ts diff --git a/x-pack/plugins/alerting/server/routes/legacy/mute_all.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/legacy/mute_all.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/legacy/mute_all.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/legacy/mute_all.test.ts diff --git a/x-pack/plugins/alerting/server/routes/legacy/mute_all.ts b/x-pack/platform/plugins/shared/alerting/server/routes/legacy/mute_all.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/legacy/mute_all.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/legacy/mute_all.ts diff --git a/x-pack/plugins/alerting/server/routes/legacy/mute_instance.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/legacy/mute_instance.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/legacy/mute_instance.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/legacy/mute_instance.test.ts diff --git a/x-pack/plugins/alerting/server/routes/legacy/mute_instance.ts b/x-pack/platform/plugins/shared/alerting/server/routes/legacy/mute_instance.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/legacy/mute_instance.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/legacy/mute_instance.ts diff --git a/x-pack/plugins/alerting/server/routes/legacy/unmute_all.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/legacy/unmute_all.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/legacy/unmute_all.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/legacy/unmute_all.test.ts diff --git a/x-pack/plugins/alerting/server/routes/legacy/unmute_all.ts b/x-pack/platform/plugins/shared/alerting/server/routes/legacy/unmute_all.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/legacy/unmute_all.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/legacy/unmute_all.ts diff --git a/x-pack/plugins/alerting/server/routes/legacy/unmute_instance.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/legacy/unmute_instance.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/legacy/unmute_instance.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/legacy/unmute_instance.test.ts diff --git a/x-pack/plugins/alerting/server/routes/legacy/unmute_instance.ts b/x-pack/platform/plugins/shared/alerting/server/routes/legacy/unmute_instance.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/legacy/unmute_instance.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/legacy/unmute_instance.ts diff --git a/x-pack/plugins/alerting/server/routes/legacy/update.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/legacy/update.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/legacy/update.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/legacy/update.test.ts diff --git a/x-pack/plugins/alerting/server/routes/legacy/update.ts b/x-pack/platform/plugins/shared/alerting/server/routes/legacy/update.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/legacy/update.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/legacy/update.ts diff --git a/x-pack/plugins/alerting/server/routes/legacy/update_api_key.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/legacy/update_api_key.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/legacy/update_api_key.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/legacy/update_api_key.test.ts diff --git a/x-pack/plugins/alerting/server/routes/legacy/update_api_key.ts b/x-pack/platform/plugins/shared/alerting/server/routes/legacy/update_api_key.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/legacy/update_api_key.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/legacy/update_api_key.ts diff --git a/x-pack/plugins/alerting/server/routes/lib/actions_schema.ts b/x-pack/platform/plugins/shared/alerting/server/routes/lib/actions_schema.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/lib/actions_schema.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/lib/actions_schema.ts diff --git a/x-pack/plugins/alerting/server/routes/lib/count_usage_of_predefined_ids.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/lib/count_usage_of_predefined_ids.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/lib/count_usage_of_predefined_ids.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/lib/count_usage_of_predefined_ids.test.ts diff --git a/x-pack/plugins/alerting/server/routes/lib/count_usage_of_predefined_ids.ts b/x-pack/platform/plugins/shared/alerting/server/routes/lib/count_usage_of_predefined_ids.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/lib/count_usage_of_predefined_ids.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/lib/count_usage_of_predefined_ids.ts diff --git a/x-pack/plugins/alerting/server/routes/lib/error_handler.ts b/x-pack/platform/plugins/shared/alerting/server/routes/lib/error_handler.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/lib/error_handler.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/lib/error_handler.ts diff --git a/x-pack/plugins/alerting/server/routes/lib/index.ts b/x-pack/platform/plugins/shared/alerting/server/routes/lib/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/lib/index.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/lib/index.ts diff --git a/x-pack/plugins/alerting/server/routes/lib/rename_keys.ts b/x-pack/platform/plugins/shared/alerting/server/routes/lib/rename_keys.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/lib/rename_keys.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/lib/rename_keys.ts diff --git a/x-pack/plugins/alerting/server/routes/lib/rewrite_actions.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/lib/rewrite_actions.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/lib/rewrite_actions.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/lib/rewrite_actions.test.ts diff --git a/x-pack/plugins/alerting/server/routes/lib/rewrite_actions.ts b/x-pack/platform/plugins/shared/alerting/server/routes/lib/rewrite_actions.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/lib/rewrite_actions.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/lib/rewrite_actions.ts diff --git a/x-pack/plugins/alerting/server/routes/lib/rewrite_maintenance_window.ts b/x-pack/platform/plugins/shared/alerting/server/routes/lib/rewrite_maintenance_window.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/lib/rewrite_maintenance_window.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/lib/rewrite_maintenance_window.ts diff --git a/x-pack/plugins/alerting/server/routes/lib/rewrite_namespaces.ts b/x-pack/platform/plugins/shared/alerting/server/routes/lib/rewrite_namespaces.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/lib/rewrite_namespaces.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/lib/rewrite_namespaces.ts diff --git a/x-pack/plugins/alerting/server/routes/lib/rewrite_request_case.ts b/x-pack/platform/plugins/shared/alerting/server/routes/lib/rewrite_request_case.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/lib/rewrite_request_case.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/lib/rewrite_request_case.ts diff --git a/x-pack/plugins/alerting/server/routes/lib/rewrite_rule.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/lib/rewrite_rule.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/lib/rewrite_rule.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/lib/rewrite_rule.test.ts diff --git a/x-pack/plugins/alerting/server/routes/lib/rewrite_rule.ts b/x-pack/platform/plugins/shared/alerting/server/routes/lib/rewrite_rule.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/lib/rewrite_rule.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/lib/rewrite_rule.ts diff --git a/x-pack/plugins/alerting/server/routes/lib/rrule_schema.ts b/x-pack/platform/plugins/shared/alerting/server/routes/lib/rrule_schema.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/lib/rrule_schema.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/lib/rrule_schema.ts diff --git a/x-pack/plugins/alerting/server/routes/lib/track_legacy_terminology.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/lib/track_legacy_terminology.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/lib/track_legacy_terminology.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/lib/track_legacy_terminology.test.ts diff --git a/x-pack/plugins/alerting/server/routes/lib/track_legacy_terminology.ts b/x-pack/platform/plugins/shared/alerting/server/routes/lib/track_legacy_terminology.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/lib/track_legacy_terminology.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/lib/track_legacy_terminology.ts diff --git a/x-pack/plugins/alerting/server/routes/lib/validate_hours.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/lib/validate_hours.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/lib/validate_hours.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/lib/validate_hours.test.ts diff --git a/x-pack/plugins/alerting/server/routes/lib/validate_hours.ts b/x-pack/platform/plugins/shared/alerting/server/routes/lib/validate_hours.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/lib/validate_hours.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/lib/validate_hours.ts diff --git a/x-pack/plugins/alerting/server/routes/lib/validate_timezone.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/lib/validate_timezone.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/lib/validate_timezone.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/lib/validate_timezone.test.ts diff --git a/x-pack/plugins/alerting/server/routes/lib/validate_timezone.ts b/x-pack/platform/plugins/shared/alerting/server/routes/lib/validate_timezone.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/lib/validate_timezone.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/lib/validate_timezone.ts diff --git a/x-pack/plugins/alerting/server/routes/lib/verify_access_and_context.ts b/x-pack/platform/plugins/shared/alerting/server/routes/lib/verify_access_and_context.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/lib/verify_access_and_context.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/lib/verify_access_and_context.ts diff --git a/x-pack/plugins/alerting/server/routes/maintenance_window/apis/archive/archive_maintenance_window_route.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/archive/archive_maintenance_window_route.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/maintenance_window/apis/archive/archive_maintenance_window_route.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/archive/archive_maintenance_window_route.test.ts diff --git a/x-pack/plugins/alerting/server/routes/maintenance_window/apis/archive/archive_maintenance_window_route.ts b/x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/archive/archive_maintenance_window_route.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/maintenance_window/apis/archive/archive_maintenance_window_route.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/archive/archive_maintenance_window_route.ts diff --git a/x-pack/plugins/alerting/server/routes/maintenance_window/apis/bulk_get/bulk_get_maintenance_windows_route.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/bulk_get/bulk_get_maintenance_windows_route.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/maintenance_window/apis/bulk_get/bulk_get_maintenance_windows_route.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/bulk_get/bulk_get_maintenance_windows_route.test.ts diff --git a/x-pack/plugins/alerting/server/routes/maintenance_window/apis/bulk_get/bulk_get_maintenance_windows_route.ts b/x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/bulk_get/bulk_get_maintenance_windows_route.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/maintenance_window/apis/bulk_get/bulk_get_maintenance_windows_route.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/bulk_get/bulk_get_maintenance_windows_route.ts diff --git a/x-pack/plugins/alerting/server/routes/maintenance_window/apis/bulk_get/transforms/index.ts b/x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/bulk_get/transforms/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/maintenance_window/apis/bulk_get/transforms/index.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/bulk_get/transforms/index.ts diff --git a/x-pack/plugins/alerting/server/routes/maintenance_window/apis/bulk_get/transforms/transform_bulk_get_response/latest.ts b/x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/bulk_get/transforms/transform_bulk_get_response/latest.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/maintenance_window/apis/bulk_get/transforms/transform_bulk_get_response/latest.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/bulk_get/transforms/transform_bulk_get_response/latest.ts diff --git a/x-pack/plugins/alerting/server/routes/maintenance_window/apis/bulk_get/transforms/transform_bulk_get_response/v1.ts b/x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/bulk_get/transforms/transform_bulk_get_response/v1.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/maintenance_window/apis/bulk_get/transforms/transform_bulk_get_response/v1.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/bulk_get/transforms/transform_bulk_get_response/v1.ts diff --git a/x-pack/plugins/alerting/server/routes/maintenance_window/apis/create/create_maintenance_window_route.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/create/create_maintenance_window_route.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/maintenance_window/apis/create/create_maintenance_window_route.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/create/create_maintenance_window_route.test.ts diff --git a/x-pack/plugins/alerting/server/routes/maintenance_window/apis/create/create_maintenance_window_route.ts b/x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/create/create_maintenance_window_route.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/maintenance_window/apis/create/create_maintenance_window_route.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/create/create_maintenance_window_route.ts diff --git a/x-pack/plugins/alerting/server/routes/maintenance_window/apis/create/transforms/index.ts b/x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/create/transforms/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/maintenance_window/apis/create/transforms/index.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/create/transforms/index.ts diff --git a/x-pack/plugins/alerting/server/routes/maintenance_window/apis/create/transforms/transform_create_body/latest.ts b/x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/create/transforms/transform_create_body/latest.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/maintenance_window/apis/create/transforms/transform_create_body/latest.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/create/transforms/transform_create_body/latest.ts diff --git a/x-pack/plugins/alerting/server/routes/maintenance_window/apis/create/transforms/transform_create_body/v1.ts b/x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/create/transforms/transform_create_body/v1.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/maintenance_window/apis/create/transforms/transform_create_body/v1.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/create/transforms/transform_create_body/v1.ts diff --git a/x-pack/plugins/alerting/server/routes/maintenance_window/apis/delete/delete_maintenance_window_route.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/delete/delete_maintenance_window_route.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/maintenance_window/apis/delete/delete_maintenance_window_route.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/delete/delete_maintenance_window_route.test.ts diff --git a/x-pack/plugins/alerting/server/routes/maintenance_window/apis/delete/delete_maintenance_window_route.ts b/x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/delete/delete_maintenance_window_route.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/maintenance_window/apis/delete/delete_maintenance_window_route.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/delete/delete_maintenance_window_route.ts diff --git a/x-pack/plugins/alerting/server/routes/maintenance_window/apis/find/find_maintenance_windows_route.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/find/find_maintenance_windows_route.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/maintenance_window/apis/find/find_maintenance_windows_route.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/find/find_maintenance_windows_route.test.ts diff --git a/x-pack/plugins/alerting/server/routes/maintenance_window/apis/find/find_maintenance_windows_route.ts b/x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/find/find_maintenance_windows_route.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/maintenance_window/apis/find/find_maintenance_windows_route.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/find/find_maintenance_windows_route.ts diff --git a/x-pack/plugins/alerting/server/routes/maintenance_window/apis/find/transforms/index.ts b/x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/find/transforms/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/maintenance_window/apis/find/transforms/index.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/find/transforms/index.ts diff --git a/x-pack/plugins/alerting/server/routes/maintenance_window/apis/find/transforms/transform_find_maintenance_window_params/latest.ts b/x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/find/transforms/transform_find_maintenance_window_params/latest.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/maintenance_window/apis/find/transforms/transform_find_maintenance_window_params/latest.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/find/transforms/transform_find_maintenance_window_params/latest.ts diff --git a/x-pack/plugins/alerting/server/routes/maintenance_window/apis/find/transforms/transform_find_maintenance_window_params/v1.ts b/x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/find/transforms/transform_find_maintenance_window_params/v1.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/maintenance_window/apis/find/transforms/transform_find_maintenance_window_params/v1.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/find/transforms/transform_find_maintenance_window_params/v1.ts diff --git a/x-pack/plugins/alerting/server/routes/maintenance_window/apis/find/transforms/transform_find_maintenance_window_to_response/latest.ts b/x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/find/transforms/transform_find_maintenance_window_to_response/latest.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/maintenance_window/apis/find/transforms/transform_find_maintenance_window_to_response/latest.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/find/transforms/transform_find_maintenance_window_to_response/latest.ts diff --git a/x-pack/plugins/alerting/server/routes/maintenance_window/apis/find/transforms/transform_find_maintenance_window_to_response/v1.ts b/x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/find/transforms/transform_find_maintenance_window_to_response/v1.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/maintenance_window/apis/find/transforms/transform_find_maintenance_window_to_response/v1.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/find/transforms/transform_find_maintenance_window_to_response/v1.ts diff --git a/x-pack/plugins/alerting/server/routes/maintenance_window/apis/finish/finish_maintenance_window_route.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/finish/finish_maintenance_window_route.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/maintenance_window/apis/finish/finish_maintenance_window_route.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/finish/finish_maintenance_window_route.test.ts diff --git a/x-pack/plugins/alerting/server/routes/maintenance_window/apis/finish/finish_maintenance_window_route.ts b/x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/finish/finish_maintenance_window_route.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/maintenance_window/apis/finish/finish_maintenance_window_route.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/finish/finish_maintenance_window_route.ts diff --git a/x-pack/plugins/alerting/server/routes/maintenance_window/apis/get/get_maintenance_window_route.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/get/get_maintenance_window_route.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/maintenance_window/apis/get/get_maintenance_window_route.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/get/get_maintenance_window_route.test.ts diff --git a/x-pack/plugins/alerting/server/routes/maintenance_window/apis/get/get_maintenance_window_route.ts b/x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/get/get_maintenance_window_route.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/maintenance_window/apis/get/get_maintenance_window_route.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/get/get_maintenance_window_route.ts diff --git a/x-pack/plugins/alerting/server/routes/maintenance_window/apis/get_active/get_active_maintenance_windows_route.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/get_active/get_active_maintenance_windows_route.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/maintenance_window/apis/get_active/get_active_maintenance_windows_route.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/get_active/get_active_maintenance_windows_route.test.ts diff --git a/x-pack/plugins/alerting/server/routes/maintenance_window/apis/get_active/get_active_maintenance_windows_route.ts b/x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/get_active/get_active_maintenance_windows_route.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/maintenance_window/apis/get_active/get_active_maintenance_windows_route.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/get_active/get_active_maintenance_windows_route.ts diff --git a/x-pack/plugins/alerting/server/routes/maintenance_window/apis/update/transforms/index.ts b/x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/update/transforms/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/maintenance_window/apis/update/transforms/index.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/update/transforms/index.ts diff --git a/x-pack/plugins/alerting/server/routes/maintenance_window/apis/update/transforms/transform_update_body/latest.ts b/x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/update/transforms/transform_update_body/latest.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/maintenance_window/apis/update/transforms/transform_update_body/latest.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/update/transforms/transform_update_body/latest.ts diff --git a/x-pack/plugins/alerting/server/routes/maintenance_window/apis/update/transforms/transform_update_body/v1.ts b/x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/update/transforms/transform_update_body/v1.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/maintenance_window/apis/update/transforms/transform_update_body/v1.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/update/transforms/transform_update_body/v1.ts diff --git a/x-pack/plugins/alerting/server/routes/maintenance_window/apis/update/update_maintenance_window_route.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/update/update_maintenance_window_route.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/maintenance_window/apis/update/update_maintenance_window_route.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/update/update_maintenance_window_route.test.ts diff --git a/x-pack/plugins/alerting/server/routes/maintenance_window/apis/update/update_maintenance_window_route.ts b/x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/update/update_maintenance_window_route.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/maintenance_window/apis/update/update_maintenance_window_route.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/update/update_maintenance_window_route.ts diff --git a/x-pack/plugins/alerting/server/routes/maintenance_window/transforms/index.ts b/x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/transforms/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/maintenance_window/transforms/index.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/transforms/index.ts diff --git a/x-pack/plugins/alerting/server/routes/maintenance_window/transforms/transform_maintenance_window_to_response/latest.ts b/x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/transforms/transform_maintenance_window_to_response/latest.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/maintenance_window/transforms/transform_maintenance_window_to_response/latest.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/transforms/transform_maintenance_window_to_response/latest.ts diff --git a/x-pack/plugins/alerting/server/routes/maintenance_window/transforms/transform_maintenance_window_to_response/v1.ts b/x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/transforms/transform_maintenance_window_to_response/v1.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/maintenance_window/transforms/transform_maintenance_window_to_response/v1.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/transforms/transform_maintenance_window_to_response/v1.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/aggregate/aggregate_rules_route.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/aggregate/aggregate_rules_route.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/aggregate/aggregate_rules_route.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/aggregate/aggregate_rules_route.test.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/aggregate/aggregate_rules_route.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/aggregate/aggregate_rules_route.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/aggregate/aggregate_rules_route.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/aggregate/aggregate_rules_route.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/aggregate/transforms/format_default_aggregation_result/index.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/aggregate/transforms/format_default_aggregation_result/index.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/aggregate/transforms/format_default_aggregation_result/index.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/aggregate/transforms/format_default_aggregation_result/index.test.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/aggregate/transforms/format_default_aggregation_result/index.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/aggregate/transforms/format_default_aggregation_result/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/aggregate/transforms/format_default_aggregation_result/index.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/aggregate/transforms/format_default_aggregation_result/index.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/aggregate/transforms/index.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/aggregate/transforms/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/aggregate/transforms/index.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/aggregate/transforms/index.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/aggregate/transforms/transform_aggregate_body_response/latest.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/aggregate/transforms/transform_aggregate_body_response/latest.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/aggregate/transforms/transform_aggregate_body_response/latest.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/aggregate/transforms/transform_aggregate_body_response/latest.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/aggregate/transforms/transform_aggregate_body_response/v1.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/aggregate/transforms/transform_aggregate_body_response/v1.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/aggregate/transforms/transform_aggregate_body_response/v1.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/aggregate/transforms/transform_aggregate_body_response/v1.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/aggregate/transforms/transform_aggregate_query_request/latest.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/aggregate/transforms/transform_aggregate_query_request/latest.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/aggregate/transforms/transform_aggregate_query_request/latest.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/aggregate/transforms/transform_aggregate_query_request/latest.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/aggregate/transforms/transform_aggregate_query_request/v1.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/aggregate/transforms/transform_aggregate_query_request/v1.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/aggregate/transforms/transform_aggregate_query_request/v1.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/aggregate/transforms/transform_aggregate_query_request/v1.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/aggregate/types/index.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/aggregate/types/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/aggregate/types/index.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/aggregate/types/index.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/bulk_delete/bulk_delete_rules_route.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_delete/bulk_delete_rules_route.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/bulk_delete/bulk_delete_rules_route.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_delete/bulk_delete_rules_route.test.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/bulk_delete/bulk_delete_rules_route.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_delete/bulk_delete_rules_route.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/bulk_delete/bulk_delete_rules_route.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_delete/bulk_delete_rules_route.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/bulk_disable/bulk_disable_rules_route.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_disable/bulk_disable_rules_route.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/bulk_disable/bulk_disable_rules_route.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_disable/bulk_disable_rules_route.test.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/bulk_disable/bulk_disable_rules_route.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_disable/bulk_disable_rules_route.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/bulk_disable/bulk_disable_rules_route.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_disable/bulk_disable_rules_route.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/bulk_edit/bulk_edit_rules_route.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_edit/bulk_edit_rules_route.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/bulk_edit/bulk_edit_rules_route.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_edit/bulk_edit_rules_route.test.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/bulk_edit/bulk_edit_rules_route.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_edit/bulk_edit_rules_route.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/bulk_edit/bulk_edit_rules_route.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_edit/bulk_edit_rules_route.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/bulk_edit/transforms/index.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_edit/transforms/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/bulk_edit/transforms/index.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_edit/transforms/index.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/bulk_edit/transforms/transform_operations/latest.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_edit/transforms/transform_operations/latest.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/bulk_edit/transforms/transform_operations/latest.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_edit/transforms/transform_operations/latest.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/bulk_edit/transforms/transform_operations/v1.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_edit/transforms/transform_operations/v1.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/bulk_edit/transforms/transform_operations/v1.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_edit/transforms/transform_operations/v1.test.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/bulk_edit/transforms/transform_operations/v1.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_edit/transforms/transform_operations/v1.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/bulk_edit/transforms/transform_operations/v1.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_edit/transforms/transform_operations/v1.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/bulk_enable/bulk_enable_rules_route.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_enable/bulk_enable_rules_route.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/bulk_enable/bulk_enable_rules_route.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_enable/bulk_enable_rules_route.test.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/bulk_enable/bulk_enable_rules_route.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_enable/bulk_enable_rules_route.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/bulk_enable/bulk_enable_rules_route.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_enable/bulk_enable_rules_route.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/bulk_enable/transforms/index.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_enable/transforms/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/bulk_enable/transforms/index.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_enable/transforms/index.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/bulk_enable/transforms/transform_bulk_enable_response/latest.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_enable/transforms/transform_bulk_enable_response/latest.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/bulk_enable/transforms/transform_bulk_enable_response/latest.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_enable/transforms/transform_bulk_enable_response/latest.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/bulk_enable/transforms/transform_bulk_enable_response/v1.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_enable/transforms/transform_bulk_enable_response/v1.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/bulk_enable/transforms/transform_bulk_enable_response/v1.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_enable/transforms/transform_bulk_enable_response/v1.test.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/bulk_enable/transforms/transform_bulk_enable_response/v1.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_enable/transforms/transform_bulk_enable_response/v1.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/bulk_enable/transforms/transform_bulk_enable_response/v1.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_enable/transforms/transform_bulk_enable_response/v1.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/bulk_untrack/bulk_untrack_alerts_route.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_untrack/bulk_untrack_alerts_route.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/bulk_untrack/bulk_untrack_alerts_route.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_untrack/bulk_untrack_alerts_route.test.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/bulk_untrack/bulk_untrack_alerts_route.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_untrack/bulk_untrack_alerts_route.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/bulk_untrack/bulk_untrack_alerts_route.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_untrack/bulk_untrack_alerts_route.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/bulk_untrack/index.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_untrack/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/bulk_untrack/index.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_untrack/index.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/bulk_untrack/transforms/index.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_untrack/transforms/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/bulk_untrack/transforms/index.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_untrack/transforms/index.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/bulk_untrack/transforms/transform_bulk_untrack_alerts_body/latest.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_untrack/transforms/transform_bulk_untrack_alerts_body/latest.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/bulk_untrack/transforms/transform_bulk_untrack_alerts_body/latest.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_untrack/transforms/transform_bulk_untrack_alerts_body/latest.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/bulk_untrack/transforms/transform_bulk_untrack_alerts_body/v1.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_untrack/transforms/transform_bulk_untrack_alerts_body/v1.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/bulk_untrack/transforms/transform_bulk_untrack_alerts_body/v1.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_untrack/transforms/transform_bulk_untrack_alerts_body/v1.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/bulk_untrack_by_query/bulk_untrack_alerts_by_query_route.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_untrack_by_query/bulk_untrack_alerts_by_query_route.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/bulk_untrack_by_query/bulk_untrack_alerts_by_query_route.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_untrack_by_query/bulk_untrack_alerts_by_query_route.test.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/bulk_untrack_by_query/bulk_untrack_alerts_by_query_route.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_untrack_by_query/bulk_untrack_alerts_by_query_route.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/bulk_untrack_by_query/bulk_untrack_alerts_by_query_route.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_untrack_by_query/bulk_untrack_alerts_by_query_route.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/bulk_untrack_by_query/index.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_untrack_by_query/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/bulk_untrack_by_query/index.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_untrack_by_query/index.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/bulk_untrack_by_query/transforms/index.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_untrack_by_query/transforms/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/bulk_untrack_by_query/transforms/index.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_untrack_by_query/transforms/index.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/bulk_untrack_by_query/transforms/transform_bulk_untrack_alerts_by_query_body/latest.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_untrack_by_query/transforms/transform_bulk_untrack_alerts_by_query_body/latest.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/bulk_untrack_by_query/transforms/transform_bulk_untrack_alerts_by_query_body/latest.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_untrack_by_query/transforms/transform_bulk_untrack_alerts_by_query_body/latest.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/bulk_untrack_by_query/transforms/transform_bulk_untrack_alerts_by_query_body/v1.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_untrack_by_query/transforms/transform_bulk_untrack_alerts_by_query_body/v1.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/bulk_untrack_by_query/transforms/transform_bulk_untrack_alerts_by_query_body/v1.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_untrack_by_query/transforms/transform_bulk_untrack_alerts_by_query_body/v1.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/clone/clone_rule_route.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/clone/clone_rule_route.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/clone/clone_rule_route.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/clone/clone_rule_route.test.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/clone/clone_rule_route.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/clone/clone_rule_route.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/clone/clone_rule_route.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/clone/clone_rule_route.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/create/create_rule_route.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/create/create_rule_route.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/create/create_rule_route.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/create/create_rule_route.test.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/create/create_rule_route.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/create/create_rule_route.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/create/create_rule_route.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/create/create_rule_route.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/create/index.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/create/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/create/index.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/create/index.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/create/transforms/index.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/create/transforms/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/create/transforms/index.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/create/transforms/index.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/create/transforms/transform_create_body/latest.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/create/transforms/transform_create_body/latest.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/create/transforms/transform_create_body/latest.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/create/transforms/transform_create_body/latest.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/create/transforms/transform_create_body/v1.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/create/transforms/transform_create_body/v1.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/create/transforms/transform_create_body/v1.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/create/transforms/transform_create_body/v1.test.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/create/transforms/transform_create_body/v1.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/create/transforms/transform_create_body/v1.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/create/transforms/transform_create_body/v1.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/create/transforms/transform_create_body/v1.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/delete/delete_rule_route.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/delete/delete_rule_route.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/delete/delete_rule_route.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/delete/delete_rule_route.test.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/delete/delete_rule_route.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/delete/delete_rule_route.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/delete/delete_rule_route.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/delete/delete_rule_route.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/disable/disable_rule_route.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/disable/disable_rule_route.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/disable/disable_rule_route.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/disable/disable_rule_route.test.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/disable/disable_rule_route.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/disable/disable_rule_route.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/disable/disable_rule_route.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/disable/disable_rule_route.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/enable/enable_rule_route.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/enable/enable_rule_route.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/enable/enable_rule_route.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/enable/enable_rule_route.test.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/enable/enable_rule_route.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/enable/enable_rule_route.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/enable/enable_rule_route.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/enable/enable_rule_route.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/find/find_internal_rules_route.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/find/find_internal_rules_route.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/find/find_internal_rules_route.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/find/find_internal_rules_route.test.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/find/find_internal_rules_route.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/find/find_internal_rules_route.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/find/find_internal_rules_route.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/find/find_internal_rules_route.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/find/find_rules_route.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/find/find_rules_route.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/find/find_rules_route.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/find/find_rules_route.test.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/find/find_rules_route.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/find/find_rules_route.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/find/find_rules_route.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/find/find_rules_route.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/find/transforms/index.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/find/transforms/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/find/transforms/index.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/find/transforms/index.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/find/transforms/transform_find_rules_body/latest.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/find/transforms/transform_find_rules_body/latest.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/find/transforms/transform_find_rules_body/latest.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/find/transforms/transform_find_rules_body/latest.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/find/transforms/transform_find_rules_body/v1.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/find/transforms/transform_find_rules_body/v1.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/find/transforms/transform_find_rules_body/v1.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/find/transforms/transform_find_rules_body/v1.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/find/transforms/transform_find_rules_response/latest.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/find/transforms/transform_find_rules_response/latest.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/find/transforms/transform_find_rules_response/latest.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/find/transforms/transform_find_rules_response/latest.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/find/transforms/transform_find_rules_response/v1.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/find/transforms/transform_find_rules_response/v1.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/find/transforms/transform_find_rules_response/v1.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/find/transforms/transform_find_rules_response/v1.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/get/get_rule_route.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/get/get_rule_route.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/get/get_rule_route.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/get/get_rule_route.test.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/get/get_rule_route.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/get/get_rule_route.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/get/get_rule_route.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/get/get_rule_route.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/get_schedule_frequency/get_schedule_frequency_route.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/get_schedule_frequency/get_schedule_frequency_route.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/get_schedule_frequency/get_schedule_frequency_route.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/get_schedule_frequency/get_schedule_frequency_route.test.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/get_schedule_frequency/get_schedule_frequency_route.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/get_schedule_frequency/get_schedule_frequency_route.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/get_schedule_frequency/get_schedule_frequency_route.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/get_schedule_frequency/get_schedule_frequency_route.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/get_schedule_frequency/index.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/get_schedule_frequency/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/get_schedule_frequency/index.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/get_schedule_frequency/index.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/get_schedule_frequency/transforms/index.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/get_schedule_frequency/transforms/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/get_schedule_frequency/transforms/index.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/get_schedule_frequency/transforms/index.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/get_schedule_frequency/transforms/transform_get_schedule_frequency_result/latest.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/get_schedule_frequency/transforms/transform_get_schedule_frequency_result/latest.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/get_schedule_frequency/transforms/transform_get_schedule_frequency_result/latest.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/get_schedule_frequency/transforms/transform_get_schedule_frequency_result/latest.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/get_schedule_frequency/transforms/transform_get_schedule_frequency_result/v1.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/get_schedule_frequency/transforms/transform_get_schedule_frequency_result/v1.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/get_schedule_frequency/transforms/transform_get_schedule_frequency_result/v1.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/get_schedule_frequency/transforms/transform_get_schedule_frequency_result/v1.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/list_types/index.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/list_types/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/list_types/index.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/list_types/index.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/list_types/rule_types.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/list_types/rule_types.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/list_types/rule_types.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/list_types/rule_types.test.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/list_types/rule_types.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/list_types/rule_types.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/list_types/rule_types.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/list_types/rule_types.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/list_types/transforms/index.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/list_types/transforms/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/list_types/transforms/index.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/list_types/transforms/index.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/list_types/transforms/transform_rule_types_response/latest.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/list_types/transforms/transform_rule_types_response/latest.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/list_types/transforms/transform_rule_types_response/latest.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/list_types/transforms/transform_rule_types_response/latest.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/list_types/transforms/transform_rule_types_response/v1.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/list_types/transforms/transform_rule_types_response/v1.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/list_types/transforms/transform_rule_types_response/v1.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/list_types/transforms/transform_rule_types_response/v1.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/mute_alert/mute_alert.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/mute_alert/mute_alert.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/mute_alert/mute_alert.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/mute_alert/mute_alert.test.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/mute_alert/mute_alert.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/mute_alert/mute_alert.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/mute_alert/mute_alert.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/mute_alert/mute_alert.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/mute_alert/transforms/index.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/mute_alert/transforms/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/mute_alert/transforms/index.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/mute_alert/transforms/index.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/mute_alert/transforms/transform_request_params_to_application/latest.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/mute_alert/transforms/transform_request_params_to_application/latest.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/mute_alert/transforms/transform_request_params_to_application/latest.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/mute_alert/transforms/transform_request_params_to_application/latest.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/mute_alert/transforms/transform_request_params_to_application/v1.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/mute_alert/transforms/transform_request_params_to_application/v1.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/mute_alert/transforms/transform_request_params_to_application/v1.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/mute_alert/transforms/transform_request_params_to_application/v1.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/mute_all/mute_all_rule.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/mute_all/mute_all_rule.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/mute_all/mute_all_rule.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/mute_all/mute_all_rule.test.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/mute_all/mute_all_rule.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/mute_all/mute_all_rule.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/mute_all/mute_all_rule.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/mute_all/mute_all_rule.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/resolve/index.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/resolve/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/resolve/index.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/resolve/index.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/resolve/resolve_rule_route.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/resolve/resolve_rule_route.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/resolve/resolve_rule_route.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/resolve/resolve_rule_route.test.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/resolve/resolve_rule_route.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/resolve/resolve_rule_route.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/resolve/resolve_rule_route.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/resolve/resolve_rule_route.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/resolve/transforms/index.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/resolve/transforms/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/resolve/transforms/index.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/resolve/transforms/index.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/resolve/transforms/transform_resolve_response/latest.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/resolve/transforms/transform_resolve_response/latest.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/resolve/transforms/transform_resolve_response/latest.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/resolve/transforms/transform_resolve_response/latest.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/resolve/transforms/transform_resolve_response/v1.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/resolve/transforms/transform_resolve_response/v1.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/resolve/transforms/transform_resolve_response/v1.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/resolve/transforms/transform_resolve_response/v1.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/snooze/index.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/snooze/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/snooze/index.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/snooze/index.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/snooze/snooze_rule_route.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/snooze/snooze_rule_route.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/snooze/snooze_rule_route.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/snooze/snooze_rule_route.test.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/snooze/snooze_rule_route.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/snooze/snooze_rule_route.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/snooze/snooze_rule_route.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/snooze/snooze_rule_route.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/snooze/transforms/index.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/snooze/transforms/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/snooze/transforms/index.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/snooze/transforms/index.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/snooze/transforms/transform_snooze_body/latest.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/snooze/transforms/transform_snooze_body/latest.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/snooze/transforms/transform_snooze_body/latest.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/snooze/transforms/transform_snooze_body/latest.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/snooze/transforms/transform_snooze_body/v1.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/snooze/transforms/transform_snooze_body/v1.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/snooze/transforms/transform_snooze_body/v1.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/snooze/transforms/transform_snooze_body/v1.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/tags/get_rule_tags.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/tags/get_rule_tags.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/tags/get_rule_tags.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/tags/get_rule_tags.test.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/tags/get_rule_tags.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/tags/get_rule_tags.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/tags/get_rule_tags.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/tags/get_rule_tags.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/tags/index.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/tags/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/tags/index.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/tags/index.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/tags/transforms/index.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/tags/transforms/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/tags/transforms/index.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/tags/transforms/index.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/tags/transforms/transform_rule_tags_body_response/latest.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/tags/transforms/transform_rule_tags_body_response/latest.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/tags/transforms/transform_rule_tags_body_response/latest.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/tags/transforms/transform_rule_tags_body_response/latest.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/tags/transforms/transform_rule_tags_body_response/v1.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/tags/transforms/transform_rule_tags_body_response/v1.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/tags/transforms/transform_rule_tags_body_response/v1.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/tags/transforms/transform_rule_tags_body_response/v1.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/tags/transforms/transform_rule_tags_query_request/latest.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/tags/transforms/transform_rule_tags_query_request/latest.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/tags/transforms/transform_rule_tags_query_request/latest.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/tags/transforms/transform_rule_tags_query_request/latest.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/tags/transforms/transform_rule_tags_query_request/v1.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/tags/transforms/transform_rule_tags_query_request/v1.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/tags/transforms/transform_rule_tags_query_request/v1.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/tags/transforms/transform_rule_tags_query_request/v1.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/unmute_alert/transforms/index.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/unmute_alert/transforms/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/unmute_alert/transforms/index.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/unmute_alert/transforms/index.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/unmute_alert/transforms/transform_request_params_to_application/latest.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/unmute_alert/transforms/transform_request_params_to_application/latest.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/unmute_alert/transforms/transform_request_params_to_application/latest.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/unmute_alert/transforms/transform_request_params_to_application/latest.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/unmute_alert/transforms/transform_request_params_to_application/v1.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/unmute_alert/transforms/transform_request_params_to_application/v1.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/unmute_alert/transforms/transform_request_params_to_application/v1.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/unmute_alert/transforms/transform_request_params_to_application/v1.test.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/unmute_alert/transforms/transform_request_params_to_application/v1.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/unmute_alert/transforms/transform_request_params_to_application/v1.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/unmute_alert/transforms/transform_request_params_to_application/v1.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/unmute_alert/transforms/transform_request_params_to_application/v1.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/unmute_alert/unmute_alert_route.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/unmute_alert/unmute_alert_route.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/unmute_alert/unmute_alert_route.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/unmute_alert/unmute_alert_route.test.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/unmute_alert/unmute_alert_route.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/unmute_alert/unmute_alert_route.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/unmute_alert/unmute_alert_route.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/unmute_alert/unmute_alert_route.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/unmute_all/index.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/unmute_all/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/unmute_all/index.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/unmute_all/index.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/unmute_all/unmute_all_rule.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/unmute_all/unmute_all_rule.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/unmute_all/unmute_all_rule.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/unmute_all/unmute_all_rule.test.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/unmute_all/unmute_all_rule.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/unmute_all/unmute_all_rule.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/unmute_all/unmute_all_rule.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/unmute_all/unmute_all_rule.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/unsnooze/index.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/unsnooze/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/unsnooze/index.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/unsnooze/index.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/unsnooze/transforms/index.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/unsnooze/transforms/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/unsnooze/transforms/index.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/unsnooze/transforms/index.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/unsnooze/transforms/transform_unsnooze_body/latest.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/unsnooze/transforms/transform_unsnooze_body/latest.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/unsnooze/transforms/transform_unsnooze_body/latest.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/unsnooze/transforms/transform_unsnooze_body/latest.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/unsnooze/transforms/transform_unsnooze_body/v1.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/unsnooze/transforms/transform_unsnooze_body/v1.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/unsnooze/transforms/transform_unsnooze_body/v1.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/unsnooze/transforms/transform_unsnooze_body/v1.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/unsnooze/unsnooze_rule_route.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/unsnooze/unsnooze_rule_route.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/unsnooze/unsnooze_rule_route.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/unsnooze/unsnooze_rule_route.test.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/unsnooze/unsnooze_rule_route.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/unsnooze/unsnooze_rule_route.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/unsnooze/unsnooze_rule_route.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/unsnooze/unsnooze_rule_route.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/update/index.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/update/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/update/index.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/update/index.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/update/transforms/index.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/update/transforms/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/update/transforms/index.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/update/transforms/index.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/update/transforms/transform_update_body/latest.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/update/transforms/transform_update_body/latest.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/update/transforms/transform_update_body/latest.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/update/transforms/transform_update_body/latest.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/update/transforms/transform_update_body/v1.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/update/transforms/transform_update_body/v1.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/update/transforms/transform_update_body/v1.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/update/transforms/transform_update_body/v1.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/update/update_rule_route.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/update/update_rule_route.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/update/update_rule_route.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/update/update_rule_route.test.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/update/update_rule_route.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/update/update_rule_route.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/update/update_rule_route.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/update/update_rule_route.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/update_api_key/update_rule_api_key_route.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/update_api_key/update_rule_api_key_route.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/update_api_key/update_rule_api_key_route.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/update_api_key/update_rule_api_key_route.test.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/apis/update_api_key/update_rule_api_key_route.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/update_api_key/update_rule_api_key_route.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/apis/update_api_key/update_rule_api_key_route.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/update_api_key/update_rule_api_key_route.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/transforms/index.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/transforms/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/transforms/index.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/transforms/index.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/transforms/transform_rule_to_rule_response/latest.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/transforms/transform_rule_to_rule_response/latest.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/transforms/transform_rule_to_rule_response/latest.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/transforms/transform_rule_to_rule_response/latest.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/transforms/transform_rule_to_rule_response/v1.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/transforms/transform_rule_to_rule_response/v1.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/transforms/transform_rule_to_rule_response/v1.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/transforms/transform_rule_to_rule_response/v1.test.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/transforms/transform_rule_to_rule_response/v1.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/transforms/transform_rule_to_rule_response/v1.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/transforms/transform_rule_to_rule_response/v1.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/transforms/transform_rule_to_rule_response/v1.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/validation/index.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/validation/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/validation/index.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/validation/index.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/validation/validate_required_group_in_default_actions/latest.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/validation/validate_required_group_in_default_actions/latest.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/validation/validate_required_group_in_default_actions/latest.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/validation/validate_required_group_in_default_actions/latest.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/validation/validate_required_group_in_default_actions/v1.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/validation/validate_required_group_in_default_actions/v1.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/validation/validate_required_group_in_default_actions/v1.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/validation/validate_required_group_in_default_actions/v1.test.ts diff --git a/x-pack/plugins/alerting/server/routes/rule/validation/validate_required_group_in_default_actions/v1.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rule/validation/validate_required_group_in_default_actions/v1.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rule/validation/validate_required_group_in_default_actions/v1.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rule/validation/validate_required_group_in_default_actions/v1.ts diff --git a/x-pack/plugins/alerting/server/routes/rules_settings/apis/get/get_query_delay_settings.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rules_settings/apis/get/get_query_delay_settings.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rules_settings/apis/get/get_query_delay_settings.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rules_settings/apis/get/get_query_delay_settings.test.ts diff --git a/x-pack/plugins/alerting/server/routes/rules_settings/apis/get/get_query_delay_settings.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rules_settings/apis/get/get_query_delay_settings.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rules_settings/apis/get/get_query_delay_settings.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rules_settings/apis/get/get_query_delay_settings.ts diff --git a/x-pack/plugins/alerting/server/routes/rules_settings/apis/update/update_query_delay_settings.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rules_settings/apis/update/update_query_delay_settings.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rules_settings/apis/update/update_query_delay_settings.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rules_settings/apis/update/update_query_delay_settings.test.ts diff --git a/x-pack/plugins/alerting/server/routes/rules_settings/apis/update/update_query_delay_settings.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rules_settings/apis/update/update_query_delay_settings.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rules_settings/apis/update/update_query_delay_settings.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rules_settings/apis/update/update_query_delay_settings.ts diff --git a/x-pack/plugins/alerting/server/routes/rules_settings/transforms/index.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rules_settings/transforms/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rules_settings/transforms/index.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rules_settings/transforms/index.ts diff --git a/x-pack/plugins/alerting/server/routes/rules_settings/transforms/transform_query_delay_settings_to_response/latest.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rules_settings/transforms/transform_query_delay_settings_to_response/latest.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rules_settings/transforms/transform_query_delay_settings_to_response/latest.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rules_settings/transforms/transform_query_delay_settings_to_response/latest.ts diff --git a/x-pack/plugins/alerting/server/routes/rules_settings/transforms/transform_query_delay_settings_to_response/v1.ts b/x-pack/platform/plugins/shared/alerting/server/routes/rules_settings/transforms/transform_query_delay_settings_to_response/v1.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/rules_settings/transforms/transform_query_delay_settings_to_response/v1.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/rules_settings/transforms/transform_query_delay_settings_to_response/v1.ts diff --git a/x-pack/plugins/alerting/server/routes/run_soon.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/run_soon.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/run_soon.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/run_soon.test.ts diff --git a/x-pack/plugins/alerting/server/routes/run_soon.ts b/x-pack/platform/plugins/shared/alerting/server/routes/run_soon.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/run_soon.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/run_soon.ts diff --git a/x-pack/plugins/alerting/server/routes/suggestions/fields_rules.ts b/x-pack/platform/plugins/shared/alerting/server/routes/suggestions/fields_rules.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/suggestions/fields_rules.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/suggestions/fields_rules.ts diff --git a/x-pack/plugins/alerting/server/routes/suggestions/fileds_rule.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/suggestions/fileds_rule.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/suggestions/fileds_rule.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/suggestions/fileds_rule.test.ts diff --git a/x-pack/plugins/alerting/server/routes/suggestions/values_suggestion_alerts.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/suggestions/values_suggestion_alerts.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/suggestions/values_suggestion_alerts.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/suggestions/values_suggestion_alerts.test.ts diff --git a/x-pack/plugins/alerting/server/routes/suggestions/values_suggestion_alerts.ts b/x-pack/platform/plugins/shared/alerting/server/routes/suggestions/values_suggestion_alerts.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/suggestions/values_suggestion_alerts.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/suggestions/values_suggestion_alerts.ts diff --git a/x-pack/plugins/alerting/server/routes/suggestions/values_suggestion_rules.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/suggestions/values_suggestion_rules.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/suggestions/values_suggestion_rules.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/suggestions/values_suggestion_rules.test.ts diff --git a/x-pack/plugins/alerting/server/routes/suggestions/values_suggestion_rules.ts b/x-pack/platform/plugins/shared/alerting/server/routes/suggestions/values_suggestion_rules.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/suggestions/values_suggestion_rules.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/suggestions/values_suggestion_rules.ts diff --git a/x-pack/plugins/alerting/server/routes/update_flapping_settings.test.ts b/x-pack/platform/plugins/shared/alerting/server/routes/update_flapping_settings.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/update_flapping_settings.test.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/update_flapping_settings.test.ts diff --git a/x-pack/plugins/alerting/server/routes/update_flapping_settings.ts b/x-pack/platform/plugins/shared/alerting/server/routes/update_flapping_settings.ts similarity index 100% rename from x-pack/plugins/alerting/server/routes/update_flapping_settings.ts rename to x-pack/platform/plugins/shared/alerting/server/routes/update_flapping_settings.ts diff --git a/x-pack/plugins/alerting/server/rule_type_registry.mock.ts b/x-pack/platform/plugins/shared/alerting/server/rule_type_registry.mock.ts similarity index 100% rename from x-pack/plugins/alerting/server/rule_type_registry.mock.ts rename to x-pack/platform/plugins/shared/alerting/server/rule_type_registry.mock.ts diff --git a/x-pack/plugins/alerting/server/rule_type_registry.test.ts b/x-pack/platform/plugins/shared/alerting/server/rule_type_registry.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/rule_type_registry.test.ts rename to x-pack/platform/plugins/shared/alerting/server/rule_type_registry.test.ts diff --git a/x-pack/plugins/alerting/server/rule_type_registry.ts b/x-pack/platform/plugins/shared/alerting/server/rule_type_registry.ts similarity index 100% rename from x-pack/plugins/alerting/server/rule_type_registry.ts rename to x-pack/platform/plugins/shared/alerting/server/rule_type_registry.ts diff --git a/x-pack/plugins/alerting/server/rule_type_registry_deprecated_consumers.test.ts b/x-pack/platform/plugins/shared/alerting/server/rule_type_registry_deprecated_consumers.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/rule_type_registry_deprecated_consumers.test.ts rename to x-pack/platform/plugins/shared/alerting/server/rule_type_registry_deprecated_consumers.test.ts diff --git a/x-pack/plugins/alerting/server/rule_type_registry_deprecated_consumers.ts b/x-pack/platform/plugins/shared/alerting/server/rule_type_registry_deprecated_consumers.ts similarity index 100% rename from x-pack/plugins/alerting/server/rule_type_registry_deprecated_consumers.ts rename to x-pack/platform/plugins/shared/alerting/server/rule_type_registry_deprecated_consumers.ts diff --git a/x-pack/plugins/alerting/server/rules_client.mock.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client.mock.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client.mock.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client.mock.ts diff --git a/x-pack/plugins/alerting/server/rules_client/common/api_key_as_alert_attributes.test.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/common/api_key_as_alert_attributes.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/common/api_key_as_alert_attributes.test.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/common/api_key_as_alert_attributes.test.ts diff --git a/x-pack/plugins/alerting/server/rules_client/common/api_key_as_alert_attributes.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/common/api_key_as_alert_attributes.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/common/api_key_as_alert_attributes.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/common/api_key_as_alert_attributes.ts diff --git a/x-pack/plugins/alerting/server/rules_client/common/apply_bulk_edit_operation.test.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/common/apply_bulk_edit_operation.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/common/apply_bulk_edit_operation.test.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/common/apply_bulk_edit_operation.test.ts diff --git a/x-pack/plugins/alerting/server/rules_client/common/apply_bulk_edit_operation.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/common/apply_bulk_edit_operation.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/common/apply_bulk_edit_operation.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/common/apply_bulk_edit_operation.ts diff --git a/x-pack/plugins/alerting/server/rules_client/common/audit_events.test.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/common/audit_events.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/common/audit_events.test.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/common/audit_events.test.ts diff --git a/x-pack/plugins/alerting/server/rules_client/common/audit_events.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/common/audit_events.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/common/audit_events.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/common/audit_events.ts diff --git a/x-pack/plugins/alerting/server/rules_client/common/build_kuery_node_filter.test.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/common/build_kuery_node_filter.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/common/build_kuery_node_filter.test.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/common/build_kuery_node_filter.test.ts diff --git a/x-pack/plugins/alerting/server/rules_client/common/build_kuery_node_filter.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/common/build_kuery_node_filter.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/common/build_kuery_node_filter.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/common/build_kuery_node_filter.ts diff --git a/x-pack/plugins/alerting/server/rules_client/common/constants.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/common/constants.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/common/constants.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/common/constants.ts diff --git a/x-pack/plugins/alerting/server/rules_client/common/filters.test.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/common/filters.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/common/filters.test.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/common/filters.test.ts diff --git a/x-pack/plugins/alerting/server/rules_client/common/filters.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/common/filters.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/common/filters.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/common/filters.ts diff --git a/x-pack/plugins/alerting/server/rules_client/common/generate_api_key_name.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/common/generate_api_key_name.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/common/generate_api_key_name.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/common/generate_api_key_name.ts diff --git a/x-pack/plugins/alerting/server/rules_client/common/get_and_validate_common_bulk_options.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/common/get_and_validate_common_bulk_options.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/common/get_and_validate_common_bulk_options.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/common/get_and_validate_common_bulk_options.ts diff --git a/x-pack/plugins/alerting/server/rules_client/common/include_fields_required_for_authentication.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/common/include_fields_required_for_authentication.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/common/include_fields_required_for_authentication.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/common/include_fields_required_for_authentication.ts diff --git a/x-pack/plugins/alerting/server/rules_client/common/index.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/common/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/common/index.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/common/index.ts diff --git a/x-pack/plugins/alerting/server/rules_client/common/inject_references.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/common/inject_references.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/common/inject_references.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/common/inject_references.ts diff --git a/x-pack/plugins/alerting/server/rules_client/common/map_sort_field.test.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/common/map_sort_field.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/common/map_sort_field.test.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/common/map_sort_field.test.ts diff --git a/x-pack/plugins/alerting/server/rules_client/common/map_sort_field.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/common/map_sort_field.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/common/map_sort_field.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/common/map_sort_field.ts diff --git a/x-pack/plugins/alerting/server/rules_client/common/mapped_params_utils.test.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/common/mapped_params_utils.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/common/mapped_params_utils.test.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/common/mapped_params_utils.test.ts diff --git a/x-pack/plugins/alerting/server/rules_client/common/mapped_params_utils.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/common/mapped_params_utils.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/common/mapped_params_utils.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/common/mapped_params_utils.ts diff --git a/x-pack/plugins/alerting/server/rules_client/common/parse_date.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/common/parse_date.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/common/parse_date.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/common/parse_date.ts diff --git a/x-pack/plugins/alerting/server/rules_client/common/retry_if_bulk_edit_conflicts.test.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/common/retry_if_bulk_edit_conflicts.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/common/retry_if_bulk_edit_conflicts.test.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/common/retry_if_bulk_edit_conflicts.test.ts diff --git a/x-pack/plugins/alerting/server/rules_client/common/retry_if_bulk_edit_conflicts.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/common/retry_if_bulk_edit_conflicts.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/common/retry_if_bulk_edit_conflicts.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/common/retry_if_bulk_edit_conflicts.ts diff --git a/x-pack/plugins/alerting/server/rules_client/common/retry_if_bulk_operation_conflicts.test.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/common/retry_if_bulk_operation_conflicts.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/common/retry_if_bulk_operation_conflicts.test.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/common/retry_if_bulk_operation_conflicts.test.ts diff --git a/x-pack/plugins/alerting/server/rules_client/common/retry_if_bulk_operation_conflicts.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/common/retry_if_bulk_operation_conflicts.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/common/retry_if_bulk_operation_conflicts.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/common/retry_if_bulk_operation_conflicts.ts diff --git a/x-pack/plugins/alerting/server/rules_client/common/snooze_utils.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/common/snooze_utils.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/common/snooze_utils.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/common/snooze_utils.ts diff --git a/x-pack/plugins/alerting/server/rules_client/common/try_to_remove_tasks.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/common/try_to_remove_tasks.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/common/try_to_remove_tasks.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/common/try_to_remove_tasks.ts diff --git a/x-pack/plugins/alerting/server/rules_client/common/validate_attributes.test.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/common/validate_attributes.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/common/validate_attributes.test.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/common/validate_attributes.test.ts diff --git a/x-pack/plugins/alerting/server/rules_client/common/validate_attributes.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/common/validate_attributes.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/common/validate_attributes.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/common/validate_attributes.ts diff --git a/x-pack/plugins/alerting/server/rules_client/common/wait_before_next_retry.test.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/common/wait_before_next_retry.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/common/wait_before_next_retry.test.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/common/wait_before_next_retry.test.ts diff --git a/x-pack/plugins/alerting/server/rules_client/common/wait_before_next_retry.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/common/wait_before_next_retry.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/common/wait_before_next_retry.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/common/wait_before_next_retry.ts diff --git a/x-pack/plugins/alerting/server/rules_client/index.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/index.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/index.ts diff --git a/x-pack/plugins/alerting/server/rules_client/lib/add_generated_action_values.test.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/lib/add_generated_action_values.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/lib/add_generated_action_values.test.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/lib/add_generated_action_values.test.ts diff --git a/x-pack/plugins/alerting/server/rules_client/lib/add_generated_action_values.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/lib/add_generated_action_values.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/lib/add_generated_action_values.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/lib/add_generated_action_values.ts diff --git a/x-pack/plugins/alerting/server/rules_client/lib/check_authorization_and_get_total.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/lib/check_authorization_and_get_total.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/lib/check_authorization_and_get_total.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/lib/check_authorization_and_get_total.ts diff --git a/x-pack/plugins/alerting/server/rules_client/lib/create_new_api_key_set.test.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/lib/create_new_api_key_set.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/lib/create_new_api_key_set.test.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/lib/create_new_api_key_set.test.ts diff --git a/x-pack/plugins/alerting/server/rules_client/lib/create_new_api_key_set.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/lib/create_new_api_key_set.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/lib/create_new_api_key_set.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/lib/create_new_api_key_set.ts diff --git a/x-pack/plugins/alerting/server/rules_client/lib/create_rule_saved_object.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/lib/create_rule_saved_object.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/lib/create_rule_saved_object.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/lib/create_rule_saved_object.ts diff --git a/x-pack/plugins/alerting/server/rules_client/lib/denormalize_actions.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/lib/denormalize_actions.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/lib/denormalize_actions.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/lib/denormalize_actions.ts diff --git a/x-pack/plugins/alerting/server/rules_client/lib/extract_references.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/lib/extract_references.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/lib/extract_references.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/lib/extract_references.ts diff --git a/x-pack/plugins/alerting/server/rules_client/lib/get_alert_from_raw.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/lib/get_alert_from_raw.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/lib/get_alert_from_raw.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/lib/get_alert_from_raw.ts diff --git a/x-pack/plugins/alerting/server/rules_client/lib/get_authorization_filter.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/lib/get_authorization_filter.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/lib/get_authorization_filter.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/lib/get_authorization_filter.ts diff --git a/x-pack/plugins/alerting/server/rules_client/lib/get_rule_saved_object.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/lib/get_rule_saved_object.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/lib/get_rule_saved_object.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/lib/get_rule_saved_object.ts diff --git a/x-pack/plugins/alerting/server/rules_client/lib/increment_revision.test.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/lib/increment_revision.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/lib/increment_revision.test.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/lib/increment_revision.test.ts diff --git a/x-pack/plugins/alerting/server/rules_client/lib/increment_revision.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/lib/increment_revision.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/lib/increment_revision.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/lib/increment_revision.ts diff --git a/x-pack/plugins/alerting/server/rules_client/lib/index.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/lib/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/lib/index.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/lib/index.ts diff --git a/x-pack/plugins/alerting/server/rules_client/lib/resolve_rule_saved_object.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/lib/resolve_rule_saved_object.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/lib/resolve_rule_saved_object.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/lib/resolve_rule_saved_object.ts diff --git a/x-pack/plugins/alerting/server/rules_client/lib/schedule_task.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/lib/schedule_task.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/lib/schedule_task.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/lib/schedule_task.ts diff --git a/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/format_legacy_actions.test.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/lib/siem_legacy_actions/format_legacy_actions.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/format_legacy_actions.test.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/lib/siem_legacy_actions/format_legacy_actions.test.ts diff --git a/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/format_legacy_actions.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/lib/siem_legacy_actions/format_legacy_actions.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/format_legacy_actions.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/lib/siem_legacy_actions/format_legacy_actions.ts diff --git a/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/migrate_legacy_actions.test.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/lib/siem_legacy_actions/migrate_legacy_actions.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/migrate_legacy_actions.test.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/lib/siem_legacy_actions/migrate_legacy_actions.test.ts diff --git a/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/migrate_legacy_actions.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/lib/siem_legacy_actions/migrate_legacy_actions.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/migrate_legacy_actions.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/lib/siem_legacy_actions/migrate_legacy_actions.ts diff --git a/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts diff --git a/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.test.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.test.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.test.ts diff --git a/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.ts diff --git a/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/transform_legacy_actions.test.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/lib/siem_legacy_actions/transform_legacy_actions.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/transform_legacy_actions.test.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/lib/siem_legacy_actions/transform_legacy_actions.test.ts diff --git a/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/transform_legacy_actions.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/lib/siem_legacy_actions/transform_legacy_actions.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/transform_legacy_actions.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/lib/siem_legacy_actions/transform_legacy_actions.ts diff --git a/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/transform_to_alert_throttle.test.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/lib/siem_legacy_actions/transform_to_alert_throttle.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/transform_to_alert_throttle.test.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/lib/siem_legacy_actions/transform_to_alert_throttle.test.ts diff --git a/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/transform_to_alert_throttle.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/lib/siem_legacy_actions/transform_to_alert_throttle.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/transform_to_alert_throttle.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/lib/siem_legacy_actions/transform_to_alert_throttle.ts diff --git a/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/transform_to_notify_when.test.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/lib/siem_legacy_actions/transform_to_notify_when.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/transform_to_notify_when.test.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/lib/siem_legacy_actions/transform_to_notify_when.test.ts diff --git a/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/transform_to_notify_when.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/lib/siem_legacy_actions/transform_to_notify_when.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/transform_to_notify_when.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/lib/siem_legacy_actions/transform_to_notify_when.ts diff --git a/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/types.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/lib/siem_legacy_actions/types.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/types.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/lib/siem_legacy_actions/types.ts diff --git a/x-pack/plugins/alerting/server/rules_client/lib/untrack_rule_alerts.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/lib/untrack_rule_alerts.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/lib/untrack_rule_alerts.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/lib/untrack_rule_alerts.ts diff --git a/x-pack/plugins/alerting/server/rules_client/lib/update_meta.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/lib/update_meta.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/lib/update_meta.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/lib/update_meta.ts diff --git a/x-pack/plugins/alerting/server/rules_client/lib/update_meta_attributes.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/lib/update_meta_attributes.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/lib/update_meta_attributes.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/lib/update_meta_attributes.ts diff --git a/x-pack/plugins/alerting/server/rules_client/lib/validate_actions.test.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/lib/validate_actions.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/lib/validate_actions.test.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/lib/validate_actions.test.ts diff --git a/x-pack/plugins/alerting/server/rules_client/lib/validate_actions.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/lib/validate_actions.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/lib/validate_actions.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/lib/validate_actions.ts diff --git a/x-pack/plugins/alerting/server/rules_client/methods/bulk_edit.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/methods/bulk_edit.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/methods/bulk_edit.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/methods/bulk_edit.ts diff --git a/x-pack/plugins/alerting/server/rules_client/methods/get_action_error_log.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/methods/get_action_error_log.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/methods/get_action_error_log.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/methods/get_action_error_log.ts diff --git a/x-pack/plugins/alerting/server/rules_client/methods/get_alert_state.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/methods/get_alert_state.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/methods/get_alert_state.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/methods/get_alert_state.ts diff --git a/x-pack/plugins/alerting/server/rules_client/methods/get_alert_summary.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/methods/get_alert_summary.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/methods/get_alert_summary.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/methods/get_alert_summary.ts diff --git a/x-pack/plugins/alerting/server/rules_client/methods/get_execution_kpi.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/methods/get_execution_kpi.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/methods/get_execution_kpi.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/methods/get_execution_kpi.ts diff --git a/x-pack/plugins/alerting/server/rules_client/methods/get_execution_log.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/methods/get_execution_log.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/methods/get_execution_log.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/methods/get_execution_log.ts diff --git a/x-pack/plugins/alerting/server/rules_client/methods/run_soon.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/methods/run_soon.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/methods/run_soon.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/methods/run_soon.ts diff --git a/x-pack/plugins/alerting/server/rules_client/rules_client.mock.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/rules_client.mock.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/rules_client.mock.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/rules_client.mock.ts diff --git a/x-pack/plugins/alerting/server/rules_client/rules_client.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/rules_client.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/rules_client.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/rules_client.ts diff --git a/x-pack/plugins/alerting/server/rules_client/tests/get_action_error_log.test.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/tests/get_action_error_log.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/tests/get_action_error_log.test.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/tests/get_action_error_log.test.ts diff --git a/x-pack/plugins/alerting/server/rules_client/tests/get_alert_state.test.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/tests/get_alert_state.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/tests/get_alert_state.test.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/tests/get_alert_state.test.ts diff --git a/x-pack/plugins/alerting/server/rules_client/tests/get_alert_summary.test.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/tests/get_alert_summary.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/tests/get_alert_summary.test.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/tests/get_alert_summary.test.ts diff --git a/x-pack/plugins/alerting/server/rules_client/tests/get_execution_log.test.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/tests/get_execution_log.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/tests/get_execution_log.test.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/tests/get_execution_log.test.ts diff --git a/x-pack/plugins/alerting/server/rules_client/tests/lib.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/tests/lib.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/tests/lib.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/tests/lib.ts diff --git a/x-pack/plugins/alerting/server/rules_client/tests/list_rule_types.test.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/tests/list_rule_types.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/tests/list_rule_types.test.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/tests/list_rule_types.test.ts diff --git a/x-pack/plugins/alerting/server/rules_client/tests/mute_all.test.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/tests/mute_all.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/tests/mute_all.test.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/tests/mute_all.test.ts diff --git a/x-pack/plugins/alerting/server/rules_client/tests/mute_instance.test.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/tests/mute_instance.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/tests/mute_instance.test.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/tests/mute_instance.test.ts diff --git a/x-pack/plugins/alerting/server/rules_client/tests/resolve.test.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/tests/resolve.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/tests/resolve.test.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/tests/resolve.test.ts diff --git a/x-pack/plugins/alerting/server/rules_client/tests/run_soon.test.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/tests/run_soon.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/tests/run_soon.test.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/tests/run_soon.test.ts diff --git a/x-pack/plugins/alerting/server/rules_client/tests/test_helpers.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/tests/test_helpers.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/tests/test_helpers.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/tests/test_helpers.ts diff --git a/x-pack/plugins/alerting/server/rules_client/tests/unmute_all.test.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/tests/unmute_all.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/tests/unmute_all.test.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/tests/unmute_all.test.ts diff --git a/x-pack/plugins/alerting/server/rules_client/types.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client/types.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client/types.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client/types.ts diff --git a/x-pack/plugins/alerting/server/rules_client_conflict_retries.test.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client_conflict_retries.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client_conflict_retries.test.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client_conflict_retries.test.ts diff --git a/x-pack/plugins/alerting/server/rules_client_factory.test.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client_factory.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client_factory.test.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client_factory.test.ts diff --git a/x-pack/plugins/alerting/server/rules_client_factory.ts b/x-pack/platform/plugins/shared/alerting/server/rules_client_factory.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_client_factory.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_client_factory.ts diff --git a/x-pack/plugins/alerting/server/rules_settings/flapping/rules_settings_flapping_client.test.ts b/x-pack/platform/plugins/shared/alerting/server/rules_settings/flapping/rules_settings_flapping_client.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_settings/flapping/rules_settings_flapping_client.test.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_settings/flapping/rules_settings_flapping_client.test.ts diff --git a/x-pack/plugins/alerting/server/rules_settings/flapping/rules_settings_flapping_client.ts b/x-pack/platform/plugins/shared/alerting/server/rules_settings/flapping/rules_settings_flapping_client.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_settings/flapping/rules_settings_flapping_client.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_settings/flapping/rules_settings_flapping_client.ts diff --git a/x-pack/plugins/alerting/server/rules_settings/index.ts b/x-pack/platform/plugins/shared/alerting/server/rules_settings/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_settings/index.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_settings/index.ts diff --git a/x-pack/plugins/alerting/server/rules_settings/query_delay/rules_settings_query_delay_client.test.ts b/x-pack/platform/plugins/shared/alerting/server/rules_settings/query_delay/rules_settings_query_delay_client.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_settings/query_delay/rules_settings_query_delay_client.test.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_settings/query_delay/rules_settings_query_delay_client.test.ts diff --git a/x-pack/plugins/alerting/server/rules_settings/query_delay/rules_settings_query_delay_client.ts b/x-pack/platform/plugins/shared/alerting/server/rules_settings/query_delay/rules_settings_query_delay_client.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_settings/query_delay/rules_settings_query_delay_client.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_settings/query_delay/rules_settings_query_delay_client.ts diff --git a/x-pack/plugins/alerting/server/rules_settings/rules_settings_client.mock.ts b/x-pack/platform/plugins/shared/alerting/server/rules_settings/rules_settings_client.mock.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_settings/rules_settings_client.mock.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_settings/rules_settings_client.mock.ts diff --git a/x-pack/plugins/alerting/server/rules_settings/rules_settings_client.test.ts b/x-pack/platform/plugins/shared/alerting/server/rules_settings/rules_settings_client.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_settings/rules_settings_client.test.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_settings/rules_settings_client.test.ts diff --git a/x-pack/plugins/alerting/server/rules_settings/rules_settings_client.ts b/x-pack/platform/plugins/shared/alerting/server/rules_settings/rules_settings_client.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_settings/rules_settings_client.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_settings/rules_settings_client.ts diff --git a/x-pack/plugins/alerting/server/rules_settings/rules_settings_client_factory.test.ts b/x-pack/platform/plugins/shared/alerting/server/rules_settings/rules_settings_client_factory.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_settings/rules_settings_client_factory.test.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_settings/rules_settings_client_factory.test.ts diff --git a/x-pack/plugins/alerting/server/rules_settings/rules_settings_client_factory.ts b/x-pack/platform/plugins/shared/alerting/server/rules_settings/rules_settings_client_factory.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_settings/rules_settings_client_factory.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_settings/rules_settings_client_factory.ts diff --git a/x-pack/plugins/alerting/server/rules_settings/rules_settings_feature.test.ts b/x-pack/platform/plugins/shared/alerting/server/rules_settings/rules_settings_feature.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_settings/rules_settings_feature.test.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_settings/rules_settings_feature.test.ts diff --git a/x-pack/plugins/alerting/server/rules_settings/rules_settings_feature.ts b/x-pack/platform/plugins/shared/alerting/server/rules_settings/rules_settings_feature.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_settings/rules_settings_feature.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_settings/rules_settings_feature.ts diff --git a/x-pack/plugins/alerting/server/rules_settings/rules_settings_service.mock.ts b/x-pack/platform/plugins/shared/alerting/server/rules_settings/rules_settings_service.mock.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_settings/rules_settings_service.mock.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_settings/rules_settings_service.mock.ts diff --git a/x-pack/plugins/alerting/server/rules_settings/rules_settings_service.test.ts b/x-pack/platform/plugins/shared/alerting/server/rules_settings/rules_settings_service.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_settings/rules_settings_service.test.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_settings/rules_settings_service.test.ts diff --git a/x-pack/plugins/alerting/server/rules_settings/rules_settings_service.ts b/x-pack/platform/plugins/shared/alerting/server/rules_settings/rules_settings_service.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_settings/rules_settings_service.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_settings/rules_settings_service.ts diff --git a/x-pack/plugins/alerting/server/rules_settings/schemas/flapping_schema.ts b/x-pack/platform/plugins/shared/alerting/server/rules_settings/schemas/flapping_schema.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_settings/schemas/flapping_schema.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_settings/schemas/flapping_schema.ts diff --git a/x-pack/plugins/alerting/server/rules_settings/schemas/index.ts b/x-pack/platform/plugins/shared/alerting/server/rules_settings/schemas/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_settings/schemas/index.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_settings/schemas/index.ts diff --git a/x-pack/plugins/alerting/server/rules_settings/schemas/query_delay_schema.ts b/x-pack/platform/plugins/shared/alerting/server/rules_settings/schemas/query_delay_schema.ts similarity index 100% rename from x-pack/plugins/alerting/server/rules_settings/schemas/query_delay_schema.ts rename to x-pack/platform/plugins/shared/alerting/server/rules_settings/schemas/query_delay_schema.ts diff --git a/x-pack/plugins/alerting/server/saved_objects/geo_containment/migrations.test.ts b/x-pack/platform/plugins/shared/alerting/server/saved_objects/geo_containment/migrations.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/saved_objects/geo_containment/migrations.test.ts rename to x-pack/platform/plugins/shared/alerting/server/saved_objects/geo_containment/migrations.test.ts diff --git a/x-pack/plugins/alerting/server/saved_objects/geo_containment/migrations.ts b/x-pack/platform/plugins/shared/alerting/server/saved_objects/geo_containment/migrations.ts similarity index 100% rename from x-pack/plugins/alerting/server/saved_objects/geo_containment/migrations.ts rename to x-pack/platform/plugins/shared/alerting/server/saved_objects/geo_containment/migrations.ts diff --git a/x-pack/plugins/alerting/server/saved_objects/get_import_warnings.test.ts b/x-pack/platform/plugins/shared/alerting/server/saved_objects/get_import_warnings.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/saved_objects/get_import_warnings.test.ts rename to x-pack/platform/plugins/shared/alerting/server/saved_objects/get_import_warnings.test.ts diff --git a/x-pack/plugins/alerting/server/saved_objects/get_import_warnings.ts b/x-pack/platform/plugins/shared/alerting/server/saved_objects/get_import_warnings.ts similarity index 100% rename from x-pack/plugins/alerting/server/saved_objects/get_import_warnings.ts rename to x-pack/platform/plugins/shared/alerting/server/saved_objects/get_import_warnings.ts diff --git a/x-pack/plugins/alerting/server/saved_objects/index.ts b/x-pack/platform/plugins/shared/alerting/server/saved_objects/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/saved_objects/index.ts rename to x-pack/platform/plugins/shared/alerting/server/saved_objects/index.ts diff --git a/x-pack/plugins/alerting/server/saved_objects/is_rule_exportable.test.ts b/x-pack/platform/plugins/shared/alerting/server/saved_objects/is_rule_exportable.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/saved_objects/is_rule_exportable.test.ts rename to x-pack/platform/plugins/shared/alerting/server/saved_objects/is_rule_exportable.test.ts diff --git a/x-pack/plugins/alerting/server/saved_objects/is_rule_exportable.ts b/x-pack/platform/plugins/shared/alerting/server/saved_objects/is_rule_exportable.ts similarity index 100% rename from x-pack/plugins/alerting/server/saved_objects/is_rule_exportable.ts rename to x-pack/platform/plugins/shared/alerting/server/saved_objects/is_rule_exportable.ts diff --git a/x-pack/plugins/alerting/server/saved_objects/maintenance_window_mapping.ts b/x-pack/platform/plugins/shared/alerting/server/saved_objects/maintenance_window_mapping.ts similarity index 100% rename from x-pack/plugins/alerting/server/saved_objects/maintenance_window_mapping.ts rename to x-pack/platform/plugins/shared/alerting/server/saved_objects/maintenance_window_mapping.ts diff --git a/x-pack/plugins/alerting/server/saved_objects/migrations/7.10/index.ts b/x-pack/platform/plugins/shared/alerting/server/saved_objects/migrations/7.10/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/saved_objects/migrations/7.10/index.ts rename to x-pack/platform/plugins/shared/alerting/server/saved_objects/migrations/7.10/index.ts diff --git a/x-pack/plugins/alerting/server/saved_objects/migrations/7.11/index.ts b/x-pack/platform/plugins/shared/alerting/server/saved_objects/migrations/7.11/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/saved_objects/migrations/7.11/index.ts rename to x-pack/platform/plugins/shared/alerting/server/saved_objects/migrations/7.11/index.ts diff --git a/x-pack/plugins/alerting/server/saved_objects/migrations/7.13/index.ts b/x-pack/platform/plugins/shared/alerting/server/saved_objects/migrations/7.13/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/saved_objects/migrations/7.13/index.ts rename to x-pack/platform/plugins/shared/alerting/server/saved_objects/migrations/7.13/index.ts diff --git a/x-pack/plugins/alerting/server/saved_objects/migrations/7.14/index.ts b/x-pack/platform/plugins/shared/alerting/server/saved_objects/migrations/7.14/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/saved_objects/migrations/7.14/index.ts rename to x-pack/platform/plugins/shared/alerting/server/saved_objects/migrations/7.14/index.ts diff --git a/x-pack/plugins/alerting/server/saved_objects/migrations/7.15/index.ts b/x-pack/platform/plugins/shared/alerting/server/saved_objects/migrations/7.15/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/saved_objects/migrations/7.15/index.ts rename to x-pack/platform/plugins/shared/alerting/server/saved_objects/migrations/7.15/index.ts diff --git a/x-pack/plugins/alerting/server/saved_objects/migrations/7.16/index.ts b/x-pack/platform/plugins/shared/alerting/server/saved_objects/migrations/7.16/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/saved_objects/migrations/7.16/index.ts rename to x-pack/platform/plugins/shared/alerting/server/saved_objects/migrations/7.16/index.ts diff --git a/x-pack/plugins/alerting/server/saved_objects/migrations/8.0/index.ts b/x-pack/platform/plugins/shared/alerting/server/saved_objects/migrations/8.0/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/saved_objects/migrations/8.0/index.ts rename to x-pack/platform/plugins/shared/alerting/server/saved_objects/migrations/8.0/index.ts diff --git a/x-pack/plugins/alerting/server/saved_objects/migrations/8.2/index.ts b/x-pack/platform/plugins/shared/alerting/server/saved_objects/migrations/8.2/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/saved_objects/migrations/8.2/index.ts rename to x-pack/platform/plugins/shared/alerting/server/saved_objects/migrations/8.2/index.ts diff --git a/x-pack/plugins/alerting/server/saved_objects/migrations/8.3/index.ts b/x-pack/platform/plugins/shared/alerting/server/saved_objects/migrations/8.3/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/saved_objects/migrations/8.3/index.ts rename to x-pack/platform/plugins/shared/alerting/server/saved_objects/migrations/8.3/index.ts diff --git a/x-pack/plugins/alerting/server/saved_objects/migrations/8.4/index.ts b/x-pack/platform/plugins/shared/alerting/server/saved_objects/migrations/8.4/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/saved_objects/migrations/8.4/index.ts rename to x-pack/platform/plugins/shared/alerting/server/saved_objects/migrations/8.4/index.ts diff --git a/x-pack/plugins/alerting/server/saved_objects/migrations/8.5/index.ts b/x-pack/platform/plugins/shared/alerting/server/saved_objects/migrations/8.5/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/saved_objects/migrations/8.5/index.ts rename to x-pack/platform/plugins/shared/alerting/server/saved_objects/migrations/8.5/index.ts diff --git a/x-pack/plugins/alerting/server/saved_objects/migrations/8.6/index.ts b/x-pack/platform/plugins/shared/alerting/server/saved_objects/migrations/8.6/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/saved_objects/migrations/8.6/index.ts rename to x-pack/platform/plugins/shared/alerting/server/saved_objects/migrations/8.6/index.ts diff --git a/x-pack/plugins/alerting/server/saved_objects/migrations/8.7/index.ts b/x-pack/platform/plugins/shared/alerting/server/saved_objects/migrations/8.7/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/saved_objects/migrations/8.7/index.ts rename to x-pack/platform/plugins/shared/alerting/server/saved_objects/migrations/8.7/index.ts diff --git a/x-pack/plugins/alerting/server/saved_objects/migrations/8.8/index.ts b/x-pack/platform/plugins/shared/alerting/server/saved_objects/migrations/8.8/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/saved_objects/migrations/8.8/index.ts rename to x-pack/platform/plugins/shared/alerting/server/saved_objects/migrations/8.8/index.ts diff --git a/x-pack/plugins/alerting/server/saved_objects/migrations/constants.ts b/x-pack/platform/plugins/shared/alerting/server/saved_objects/migrations/constants.ts similarity index 100% rename from x-pack/plugins/alerting/server/saved_objects/migrations/constants.ts rename to x-pack/platform/plugins/shared/alerting/server/saved_objects/migrations/constants.ts diff --git a/x-pack/plugins/alerting/server/saved_objects/migrations/index.test.ts b/x-pack/platform/plugins/shared/alerting/server/saved_objects/migrations/index.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/saved_objects/migrations/index.test.ts rename to x-pack/platform/plugins/shared/alerting/server/saved_objects/migrations/index.test.ts diff --git a/x-pack/plugins/alerting/server/saved_objects/migrations/index.ts b/x-pack/platform/plugins/shared/alerting/server/saved_objects/migrations/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/saved_objects/migrations/index.ts rename to x-pack/platform/plugins/shared/alerting/server/saved_objects/migrations/index.ts diff --git a/x-pack/plugins/alerting/server/saved_objects/migrations/types.ts b/x-pack/platform/plugins/shared/alerting/server/saved_objects/migrations/types.ts similarity index 100% rename from x-pack/plugins/alerting/server/saved_objects/migrations/types.ts rename to x-pack/platform/plugins/shared/alerting/server/saved_objects/migrations/types.ts diff --git a/x-pack/plugins/alerting/server/saved_objects/migrations/utils.ts b/x-pack/platform/plugins/shared/alerting/server/saved_objects/migrations/utils.ts similarity index 100% rename from x-pack/plugins/alerting/server/saved_objects/migrations/utils.ts rename to x-pack/platform/plugins/shared/alerting/server/saved_objects/migrations/utils.ts diff --git a/x-pack/plugins/alerting/server/saved_objects/model_versions/ad_hoc_run_params_model_versions.ts b/x-pack/platform/plugins/shared/alerting/server/saved_objects/model_versions/ad_hoc_run_params_model_versions.ts similarity index 100% rename from x-pack/plugins/alerting/server/saved_objects/model_versions/ad_hoc_run_params_model_versions.ts rename to x-pack/platform/plugins/shared/alerting/server/saved_objects/model_versions/ad_hoc_run_params_model_versions.ts diff --git a/x-pack/plugins/alerting/server/saved_objects/model_versions/api_key_pending_invalidation_model_versions.ts b/x-pack/platform/plugins/shared/alerting/server/saved_objects/model_versions/api_key_pending_invalidation_model_versions.ts similarity index 100% rename from x-pack/plugins/alerting/server/saved_objects/model_versions/api_key_pending_invalidation_model_versions.ts rename to x-pack/platform/plugins/shared/alerting/server/saved_objects/model_versions/api_key_pending_invalidation_model_versions.ts diff --git a/x-pack/plugins/alerting/server/saved_objects/model_versions/index.ts b/x-pack/platform/plugins/shared/alerting/server/saved_objects/model_versions/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/saved_objects/model_versions/index.ts rename to x-pack/platform/plugins/shared/alerting/server/saved_objects/model_versions/index.ts diff --git a/x-pack/plugins/alerting/server/saved_objects/model_versions/maintenance_window_model_versions.ts b/x-pack/platform/plugins/shared/alerting/server/saved_objects/model_versions/maintenance_window_model_versions.ts similarity index 100% rename from x-pack/plugins/alerting/server/saved_objects/model_versions/maintenance_window_model_versions.ts rename to x-pack/platform/plugins/shared/alerting/server/saved_objects/model_versions/maintenance_window_model_versions.ts diff --git a/x-pack/plugins/alerting/server/saved_objects/model_versions/rule_model_versions.ts b/x-pack/platform/plugins/shared/alerting/server/saved_objects/model_versions/rule_model_versions.ts similarity index 100% rename from x-pack/plugins/alerting/server/saved_objects/model_versions/rule_model_versions.ts rename to x-pack/platform/plugins/shared/alerting/server/saved_objects/model_versions/rule_model_versions.ts diff --git a/x-pack/plugins/alerting/server/saved_objects/model_versions/rules_settings_model_versions.ts b/x-pack/platform/plugins/shared/alerting/server/saved_objects/model_versions/rules_settings_model_versions.ts similarity index 100% rename from x-pack/plugins/alerting/server/saved_objects/model_versions/rules_settings_model_versions.ts rename to x-pack/platform/plugins/shared/alerting/server/saved_objects/model_versions/rules_settings_model_versions.ts diff --git a/x-pack/plugins/alerting/server/saved_objects/partially_update_rule.test.ts b/x-pack/platform/plugins/shared/alerting/server/saved_objects/partially_update_rule.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/saved_objects/partially_update_rule.test.ts rename to x-pack/platform/plugins/shared/alerting/server/saved_objects/partially_update_rule.test.ts diff --git a/x-pack/plugins/alerting/server/saved_objects/partially_update_rule.ts b/x-pack/platform/plugins/shared/alerting/server/saved_objects/partially_update_rule.ts similarity index 100% rename from x-pack/plugins/alerting/server/saved_objects/partially_update_rule.ts rename to x-pack/platform/plugins/shared/alerting/server/saved_objects/partially_update_rule.ts diff --git a/x-pack/plugins/alerting/server/saved_objects/rrule_mappings_field.ts b/x-pack/platform/plugins/shared/alerting/server/saved_objects/rrule_mappings_field.ts similarity index 100% rename from x-pack/plugins/alerting/server/saved_objects/rrule_mappings_field.ts rename to x-pack/platform/plugins/shared/alerting/server/saved_objects/rrule_mappings_field.ts diff --git a/x-pack/plugins/alerting/server/saved_objects/rules_settings_mappings.ts b/x-pack/platform/plugins/shared/alerting/server/saved_objects/rules_settings_mappings.ts similarity index 100% rename from x-pack/plugins/alerting/server/saved_objects/rules_settings_mappings.ts rename to x-pack/platform/plugins/shared/alerting/server/saved_objects/rules_settings_mappings.ts diff --git a/x-pack/plugins/alerting/server/saved_objects/schemas/raw_ad_hoc_run_params/index.ts b/x-pack/platform/plugins/shared/alerting/server/saved_objects/schemas/raw_ad_hoc_run_params/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/saved_objects/schemas/raw_ad_hoc_run_params/index.ts rename to x-pack/platform/plugins/shared/alerting/server/saved_objects/schemas/raw_ad_hoc_run_params/index.ts diff --git a/x-pack/plugins/alerting/server/saved_objects/schemas/raw_ad_hoc_run_params/v1.ts b/x-pack/platform/plugins/shared/alerting/server/saved_objects/schemas/raw_ad_hoc_run_params/v1.ts similarity index 100% rename from x-pack/plugins/alerting/server/saved_objects/schemas/raw_ad_hoc_run_params/v1.ts rename to x-pack/platform/plugins/shared/alerting/server/saved_objects/schemas/raw_ad_hoc_run_params/v1.ts diff --git a/x-pack/plugins/alerting/server/saved_objects/schemas/raw_api_key_pending_invalidation/index.ts b/x-pack/platform/plugins/shared/alerting/server/saved_objects/schemas/raw_api_key_pending_invalidation/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/saved_objects/schemas/raw_api_key_pending_invalidation/index.ts rename to x-pack/platform/plugins/shared/alerting/server/saved_objects/schemas/raw_api_key_pending_invalidation/index.ts diff --git a/x-pack/plugins/alerting/server/saved_objects/schemas/raw_api_key_pending_invalidation/v1.ts b/x-pack/platform/plugins/shared/alerting/server/saved_objects/schemas/raw_api_key_pending_invalidation/v1.ts similarity index 100% rename from x-pack/plugins/alerting/server/saved_objects/schemas/raw_api_key_pending_invalidation/v1.ts rename to x-pack/platform/plugins/shared/alerting/server/saved_objects/schemas/raw_api_key_pending_invalidation/v1.ts diff --git a/x-pack/plugins/alerting/server/saved_objects/schemas/raw_maintenance_window/index.ts b/x-pack/platform/plugins/shared/alerting/server/saved_objects/schemas/raw_maintenance_window/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/saved_objects/schemas/raw_maintenance_window/index.ts rename to x-pack/platform/plugins/shared/alerting/server/saved_objects/schemas/raw_maintenance_window/index.ts diff --git a/x-pack/plugins/alerting/server/saved_objects/schemas/raw_maintenance_window/v1.ts b/x-pack/platform/plugins/shared/alerting/server/saved_objects/schemas/raw_maintenance_window/v1.ts similarity index 100% rename from x-pack/plugins/alerting/server/saved_objects/schemas/raw_maintenance_window/v1.ts rename to x-pack/platform/plugins/shared/alerting/server/saved_objects/schemas/raw_maintenance_window/v1.ts diff --git a/x-pack/plugins/alerting/server/saved_objects/schemas/raw_rule/index.ts b/x-pack/platform/plugins/shared/alerting/server/saved_objects/schemas/raw_rule/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/saved_objects/schemas/raw_rule/index.ts rename to x-pack/platform/plugins/shared/alerting/server/saved_objects/schemas/raw_rule/index.ts diff --git a/x-pack/plugins/alerting/server/saved_objects/schemas/raw_rule/latest.ts b/x-pack/platform/plugins/shared/alerting/server/saved_objects/schemas/raw_rule/latest.ts similarity index 100% rename from x-pack/plugins/alerting/server/saved_objects/schemas/raw_rule/latest.ts rename to x-pack/platform/plugins/shared/alerting/server/saved_objects/schemas/raw_rule/latest.ts diff --git a/x-pack/plugins/alerting/server/saved_objects/schemas/raw_rule/v1.ts b/x-pack/platform/plugins/shared/alerting/server/saved_objects/schemas/raw_rule/v1.ts similarity index 100% rename from x-pack/plugins/alerting/server/saved_objects/schemas/raw_rule/v1.ts rename to x-pack/platform/plugins/shared/alerting/server/saved_objects/schemas/raw_rule/v1.ts diff --git a/x-pack/plugins/alerting/server/saved_objects/schemas/raw_rule/v2.ts b/x-pack/platform/plugins/shared/alerting/server/saved_objects/schemas/raw_rule/v2.ts similarity index 100% rename from x-pack/plugins/alerting/server/saved_objects/schemas/raw_rule/v2.ts rename to x-pack/platform/plugins/shared/alerting/server/saved_objects/schemas/raw_rule/v2.ts diff --git a/x-pack/plugins/alerting/server/saved_objects/schemas/raw_rule/v3.ts b/x-pack/platform/plugins/shared/alerting/server/saved_objects/schemas/raw_rule/v3.ts similarity index 100% rename from x-pack/plugins/alerting/server/saved_objects/schemas/raw_rule/v3.ts rename to x-pack/platform/plugins/shared/alerting/server/saved_objects/schemas/raw_rule/v3.ts diff --git a/x-pack/plugins/alerting/server/saved_objects/schemas/raw_rules_settings/index.ts b/x-pack/platform/plugins/shared/alerting/server/saved_objects/schemas/raw_rules_settings/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/saved_objects/schemas/raw_rules_settings/index.ts rename to x-pack/platform/plugins/shared/alerting/server/saved_objects/schemas/raw_rules_settings/index.ts diff --git a/x-pack/plugins/alerting/server/saved_objects/schemas/raw_rules_settings/v1.ts b/x-pack/platform/plugins/shared/alerting/server/saved_objects/schemas/raw_rules_settings/v1.ts similarity index 100% rename from x-pack/plugins/alerting/server/saved_objects/schemas/raw_rules_settings/v1.ts rename to x-pack/platform/plugins/shared/alerting/server/saved_objects/schemas/raw_rules_settings/v1.ts diff --git a/x-pack/plugins/alerting/server/saved_objects/transform_rule_for_export.test.ts b/x-pack/platform/plugins/shared/alerting/server/saved_objects/transform_rule_for_export.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/saved_objects/transform_rule_for_export.test.ts rename to x-pack/platform/plugins/shared/alerting/server/saved_objects/transform_rule_for_export.test.ts diff --git a/x-pack/plugins/alerting/server/saved_objects/transform_rule_for_export.ts b/x-pack/platform/plugins/shared/alerting/server/saved_objects/transform_rule_for_export.ts similarity index 100% rename from x-pack/plugins/alerting/server/saved_objects/transform_rule_for_export.ts rename to x-pack/platform/plugins/shared/alerting/server/saved_objects/transform_rule_for_export.ts diff --git a/x-pack/plugins/alerting/server/task_runner/action_scheduler/action_scheduler.test.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/action_scheduler/action_scheduler.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/action_scheduler/action_scheduler.test.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/action_scheduler/action_scheduler.test.ts diff --git a/x-pack/plugins/alerting/server/task_runner/action_scheduler/action_scheduler.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/action_scheduler/action_scheduler.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/action_scheduler/action_scheduler.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/action_scheduler/action_scheduler.ts diff --git a/x-pack/plugins/alerting/server/task_runner/action_scheduler/index.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/action_scheduler/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/action_scheduler/index.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/action_scheduler/index.ts diff --git a/x-pack/plugins/alerting/server/task_runner/action_scheduler/lib/build_rule_url.test.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/action_scheduler/lib/build_rule_url.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/action_scheduler/lib/build_rule_url.test.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/action_scheduler/lib/build_rule_url.test.ts diff --git a/x-pack/plugins/alerting/server/task_runner/action_scheduler/lib/build_rule_url.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/action_scheduler/lib/build_rule_url.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/action_scheduler/lib/build_rule_url.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/action_scheduler/lib/build_rule_url.ts diff --git a/x-pack/plugins/alerting/server/task_runner/action_scheduler/lib/format_action_to_enqueue.test.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/action_scheduler/lib/format_action_to_enqueue.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/action_scheduler/lib/format_action_to_enqueue.test.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/action_scheduler/lib/format_action_to_enqueue.test.ts diff --git a/x-pack/plugins/alerting/server/task_runner/action_scheduler/lib/format_action_to_enqueue.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/action_scheduler/lib/format_action_to_enqueue.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/action_scheduler/lib/format_action_to_enqueue.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/action_scheduler/lib/format_action_to_enqueue.ts diff --git a/x-pack/plugins/alerting/server/task_runner/action_scheduler/lib/get_summarized_alerts.test.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/action_scheduler/lib/get_summarized_alerts.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/action_scheduler/lib/get_summarized_alerts.test.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/action_scheduler/lib/get_summarized_alerts.test.ts diff --git a/x-pack/plugins/alerting/server/task_runner/action_scheduler/lib/get_summarized_alerts.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/action_scheduler/lib/get_summarized_alerts.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/action_scheduler/lib/get_summarized_alerts.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/action_scheduler/lib/get_summarized_alerts.ts diff --git a/x-pack/plugins/alerting/server/task_runner/action_scheduler/lib/index.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/action_scheduler/lib/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/action_scheduler/lib/index.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/action_scheduler/lib/index.ts diff --git a/x-pack/plugins/alerting/server/task_runner/action_scheduler/lib/rule_action_helper.test.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/action_scheduler/lib/rule_action_helper.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/action_scheduler/lib/rule_action_helper.test.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/action_scheduler/lib/rule_action_helper.test.ts diff --git a/x-pack/plugins/alerting/server/task_runner/action_scheduler/lib/rule_action_helper.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/action_scheduler/lib/rule_action_helper.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/action_scheduler/lib/rule_action_helper.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/action_scheduler/lib/rule_action_helper.ts diff --git a/x-pack/plugins/alerting/server/task_runner/action_scheduler/lib/should_schedule_action.test.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/action_scheduler/lib/should_schedule_action.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/action_scheduler/lib/should_schedule_action.test.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/action_scheduler/lib/should_schedule_action.test.ts diff --git a/x-pack/plugins/alerting/server/task_runner/action_scheduler/lib/should_schedule_action.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/action_scheduler/lib/should_schedule_action.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/action_scheduler/lib/should_schedule_action.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/action_scheduler/lib/should_schedule_action.ts diff --git a/x-pack/plugins/alerting/server/task_runner/action_scheduler/schedulers/index.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/action_scheduler/schedulers/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/action_scheduler/schedulers/index.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/action_scheduler/schedulers/index.ts diff --git a/x-pack/plugins/alerting/server/task_runner/action_scheduler/schedulers/per_alert_action_scheduler.test.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/action_scheduler/schedulers/per_alert_action_scheduler.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/action_scheduler/schedulers/per_alert_action_scheduler.test.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/action_scheduler/schedulers/per_alert_action_scheduler.test.ts diff --git a/x-pack/plugins/alerting/server/task_runner/action_scheduler/schedulers/per_alert_action_scheduler.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/action_scheduler/schedulers/per_alert_action_scheduler.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/action_scheduler/schedulers/per_alert_action_scheduler.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/action_scheduler/schedulers/per_alert_action_scheduler.ts diff --git a/x-pack/plugins/alerting/server/task_runner/action_scheduler/schedulers/summary_action_scheduler.test.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/action_scheduler/schedulers/summary_action_scheduler.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/action_scheduler/schedulers/summary_action_scheduler.test.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/action_scheduler/schedulers/summary_action_scheduler.test.ts diff --git a/x-pack/plugins/alerting/server/task_runner/action_scheduler/schedulers/summary_action_scheduler.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/action_scheduler/schedulers/summary_action_scheduler.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/action_scheduler/schedulers/summary_action_scheduler.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/action_scheduler/schedulers/summary_action_scheduler.ts diff --git a/x-pack/plugins/alerting/server/task_runner/action_scheduler/schedulers/system_action_scheduler.test.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/action_scheduler/schedulers/system_action_scheduler.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/action_scheduler/schedulers/system_action_scheduler.test.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/action_scheduler/schedulers/system_action_scheduler.test.ts diff --git a/x-pack/plugins/alerting/server/task_runner/action_scheduler/schedulers/system_action_scheduler.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/action_scheduler/schedulers/system_action_scheduler.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/action_scheduler/schedulers/system_action_scheduler.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/action_scheduler/schedulers/system_action_scheduler.ts diff --git a/x-pack/plugins/alerting/server/task_runner/action_scheduler/test_fixtures.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/action_scheduler/test_fixtures.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/action_scheduler/test_fixtures.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/action_scheduler/test_fixtures.ts diff --git a/x-pack/plugins/alerting/server/task_runner/action_scheduler/types.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/action_scheduler/types.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/action_scheduler/types.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/action_scheduler/types.ts diff --git a/x-pack/plugins/alerting/server/task_runner/ad_hoc_task_runner.test.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/ad_hoc_task_runner.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/ad_hoc_task_runner.test.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/ad_hoc_task_runner.test.ts diff --git a/x-pack/plugins/alerting/server/task_runner/ad_hoc_task_runner.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/ad_hoc_task_runner.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/ad_hoc_task_runner.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/ad_hoc_task_runner.ts diff --git a/x-pack/plugins/alerting/server/task_runner/ad_hoc_task_running_handler.test.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/ad_hoc_task_running_handler.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/ad_hoc_task_running_handler.test.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/ad_hoc_task_running_handler.test.ts diff --git a/x-pack/plugins/alerting/server/task_runner/ad_hoc_task_running_handler.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/ad_hoc_task_running_handler.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/ad_hoc_task_running_handler.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/ad_hoc_task_running_handler.ts diff --git a/x-pack/plugins/alerting/server/task_runner/alert_task_instance.test.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/alert_task_instance.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/alert_task_instance.test.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/alert_task_instance.test.ts diff --git a/x-pack/plugins/alerting/server/task_runner/alert_task_instance.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/alert_task_instance.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/alert_task_instance.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/alert_task_instance.ts diff --git a/x-pack/plugins/alerting/server/task_runner/fixtures.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/fixtures.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/fixtures.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/fixtures.ts diff --git a/x-pack/plugins/alerting/server/task_runner/get_executor_services.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/get_executor_services.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/get_executor_services.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/get_executor_services.ts diff --git a/x-pack/plugins/alerting/server/task_runner/index.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/index.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/index.ts diff --git a/x-pack/plugins/alerting/server/task_runner/inject_action_params.test.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/inject_action_params.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/inject_action_params.test.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/inject_action_params.test.ts diff --git a/x-pack/plugins/alerting/server/task_runner/inject_action_params.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/inject_action_params.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/inject_action_params.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/inject_action_params.ts diff --git a/x-pack/plugins/alerting/server/task_runner/lib/clear_expired_snoozes.test.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/lib/clear_expired_snoozes.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/lib/clear_expired_snoozes.test.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/lib/clear_expired_snoozes.test.ts diff --git a/x-pack/plugins/alerting/server/task_runner/lib/clear_expired_snoozes.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/lib/clear_expired_snoozes.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/lib/clear_expired_snoozes.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/lib/clear_expired_snoozes.ts diff --git a/x-pack/plugins/alerting/server/task_runner/lib/index.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/lib/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/lib/index.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/lib/index.ts diff --git a/x-pack/plugins/alerting/server/task_runner/lib/partially_update_ad_hoc_run.test.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/lib/partially_update_ad_hoc_run.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/lib/partially_update_ad_hoc_run.test.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/lib/partially_update_ad_hoc_run.test.ts diff --git a/x-pack/plugins/alerting/server/task_runner/lib/partially_update_ad_hoc_run.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/lib/partially_update_ad_hoc_run.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/lib/partially_update_ad_hoc_run.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/lib/partially_update_ad_hoc_run.ts diff --git a/x-pack/plugins/alerting/server/task_runner/lib/process_run_result.test.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/lib/process_run_result.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/lib/process_run_result.test.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/lib/process_run_result.test.ts diff --git a/x-pack/plugins/alerting/server/task_runner/lib/process_run_result.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/lib/process_run_result.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/lib/process_run_result.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/lib/process_run_result.ts diff --git a/x-pack/plugins/alerting/server/task_runner/lib/task_runner_logger.test.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/lib/task_runner_logger.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/lib/task_runner_logger.test.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/lib/task_runner_logger.test.ts diff --git a/x-pack/plugins/alerting/server/task_runner/lib/task_runner_logger.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/lib/task_runner_logger.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/lib/task_runner_logger.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/lib/task_runner_logger.ts diff --git a/x-pack/plugins/alerting/server/task_runner/lib/with_alerting_span.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/lib/with_alerting_span.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/lib/with_alerting_span.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/lib/with_alerting_span.ts diff --git a/x-pack/plugins/alerting/server/task_runner/log_alerts.test.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/log_alerts.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/log_alerts.test.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/log_alerts.test.ts diff --git a/x-pack/plugins/alerting/server/task_runner/log_alerts.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/log_alerts.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/log_alerts.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/log_alerts.ts diff --git a/x-pack/plugins/alerting/server/task_runner/maintenance_windows/get_maintenance_windows.test.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/maintenance_windows/get_maintenance_windows.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/maintenance_windows/get_maintenance_windows.test.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/maintenance_windows/get_maintenance_windows.test.ts diff --git a/x-pack/plugins/alerting/server/task_runner/maintenance_windows/get_maintenance_windows.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/maintenance_windows/get_maintenance_windows.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/maintenance_windows/get_maintenance_windows.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/maintenance_windows/get_maintenance_windows.ts diff --git a/x-pack/plugins/alerting/server/task_runner/maintenance_windows/index.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/maintenance_windows/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/maintenance_windows/index.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/maintenance_windows/index.ts diff --git a/x-pack/plugins/alerting/server/task_runner/maintenance_windows/maintenance_windows_service.mock.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/maintenance_windows/maintenance_windows_service.mock.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/maintenance_windows/maintenance_windows_service.mock.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/maintenance_windows/maintenance_windows_service.mock.ts diff --git a/x-pack/plugins/alerting/server/task_runner/maintenance_windows/maintenance_windows_service.test.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/maintenance_windows/maintenance_windows_service.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/maintenance_windows/maintenance_windows_service.test.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/maintenance_windows/maintenance_windows_service.test.ts diff --git a/x-pack/plugins/alerting/server/task_runner/maintenance_windows/maintenance_windows_service.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/maintenance_windows/maintenance_windows_service.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/maintenance_windows/maintenance_windows_service.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/maintenance_windows/maintenance_windows_service.ts diff --git a/x-pack/plugins/alerting/server/task_runner/rule_loader.test.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/rule_loader.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/rule_loader.test.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/rule_loader.test.ts diff --git a/x-pack/plugins/alerting/server/task_runner/rule_loader.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/rule_loader.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/rule_loader.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/rule_loader.ts diff --git a/x-pack/plugins/alerting/server/task_runner/rule_running_handler.test.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/rule_running_handler.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/rule_running_handler.test.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/rule_running_handler.test.ts diff --git a/x-pack/plugins/alerting/server/task_runner/rule_running_handler.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/rule_running_handler.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/rule_running_handler.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/rule_running_handler.ts diff --git a/x-pack/plugins/alerting/server/task_runner/rule_type_runner.test.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/rule_type_runner.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/rule_type_runner.test.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/rule_type_runner.test.ts diff --git a/x-pack/plugins/alerting/server/task_runner/rule_type_runner.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/rule_type_runner.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/rule_type_runner.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/rule_type_runner.ts diff --git a/x-pack/plugins/alerting/server/task_runner/task_runner.test.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/task_runner.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/task_runner.test.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/task_runner.test.ts diff --git a/x-pack/plugins/alerting/server/task_runner/task_runner.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/task_runner.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/task_runner.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/task_runner.ts diff --git a/x-pack/plugins/alerting/server/task_runner/task_runner_alerts_client.test.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/task_runner_alerts_client.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/task_runner_alerts_client.test.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/task_runner_alerts_client.test.ts diff --git a/x-pack/plugins/alerting/server/task_runner/task_runner_cancel.test.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/task_runner_cancel.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/task_runner_cancel.test.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/task_runner_cancel.test.ts diff --git a/x-pack/plugins/alerting/server/task_runner/task_runner_factory.test.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/task_runner_factory.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/task_runner_factory.test.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/task_runner_factory.test.ts diff --git a/x-pack/plugins/alerting/server/task_runner/task_runner_factory.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/task_runner_factory.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/task_runner_factory.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/task_runner_factory.ts diff --git a/x-pack/plugins/alerting/server/task_runner/task_runner_timer.test.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/task_runner_timer.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/task_runner_timer.test.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/task_runner_timer.test.ts diff --git a/x-pack/plugins/alerting/server/task_runner/task_runner_timer.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/task_runner_timer.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/task_runner_timer.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/task_runner_timer.ts diff --git a/x-pack/plugins/alerting/server/task_runner/transform_action_params.test.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/transform_action_params.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/transform_action_params.test.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/transform_action_params.test.ts diff --git a/x-pack/plugins/alerting/server/task_runner/transform_action_params.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/transform_action_params.ts similarity index 95% rename from x-pack/plugins/alerting/server/task_runner/transform_action_params.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/transform_action_params.ts index fb934db0ffb7d..cb28d0aefcbd0 100644 --- a/x-pack/plugins/alerting/server/task_runner/transform_action_params.ts +++ b/x-pack/platform/plugins/shared/alerting/server/task_runner/transform_action_params.ts @@ -85,7 +85,7 @@ export function transformActionParams({ }: TransformActionParamsOptions): RuleActionParams { // when the list of variables we pass in here changes, // the UI will need to be updated as well; see: - // x-pack/plugins/triggers_actions_ui/public/application/lib/action_variables.ts + // x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/action_variables.ts const variables: ActionContextVariables = { alertId, @@ -158,7 +158,7 @@ export function transformSummaryActionParams({ }): RuleActionParams { // when the list of variables we pass in here changes, // the UI will need to be updated as well; see: - // x-pack/plugins/triggers_actions_ui/public/application/lib/action_variables.ts + // x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/action_variables.ts const variables: SummaryActionContextVariables = { alertId: rule.id, diff --git a/x-pack/plugins/alerting/server/task_runner/types.ts b/x-pack/platform/plugins/shared/alerting/server/task_runner/types.ts similarity index 100% rename from x-pack/plugins/alerting/server/task_runner/types.ts rename to x-pack/platform/plugins/shared/alerting/server/task_runner/types.ts diff --git a/x-pack/plugins/alerting/server/test_utils/index.ts b/x-pack/platform/plugins/shared/alerting/server/test_utils/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/test_utils/index.ts rename to x-pack/platform/plugins/shared/alerting/server/test_utils/index.ts diff --git a/x-pack/plugins/alerting/server/types.ts b/x-pack/platform/plugins/shared/alerting/server/types.ts similarity index 100% rename from x-pack/plugins/alerting/server/types.ts rename to x-pack/platform/plugins/shared/alerting/server/types.ts diff --git a/x-pack/plugins/alerting/server/usage/alerting_usage_collector.test.ts b/x-pack/platform/plugins/shared/alerting/server/usage/alerting_usage_collector.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/usage/alerting_usage_collector.test.ts rename to x-pack/platform/plugins/shared/alerting/server/usage/alerting_usage_collector.test.ts diff --git a/x-pack/plugins/alerting/server/usage/alerting_usage_collector.ts b/x-pack/platform/plugins/shared/alerting/server/usage/alerting_usage_collector.ts similarity index 100% rename from x-pack/plugins/alerting/server/usage/alerting_usage_collector.ts rename to x-pack/platform/plugins/shared/alerting/server/usage/alerting_usage_collector.ts diff --git a/x-pack/plugins/alerting/server/usage/index.ts b/x-pack/platform/plugins/shared/alerting/server/usage/index.ts similarity index 100% rename from x-pack/plugins/alerting/server/usage/index.ts rename to x-pack/platform/plugins/shared/alerting/server/usage/index.ts diff --git a/x-pack/plugins/alerting/server/usage/lib/get_telemetry_from_alerts.test.ts b/x-pack/platform/plugins/shared/alerting/server/usage/lib/get_telemetry_from_alerts.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/usage/lib/get_telemetry_from_alerts.test.ts rename to x-pack/platform/plugins/shared/alerting/server/usage/lib/get_telemetry_from_alerts.test.ts diff --git a/x-pack/plugins/alerting/server/usage/lib/get_telemetry_from_alerts.ts b/x-pack/platform/plugins/shared/alerting/server/usage/lib/get_telemetry_from_alerts.ts similarity index 100% rename from x-pack/plugins/alerting/server/usage/lib/get_telemetry_from_alerts.ts rename to x-pack/platform/plugins/shared/alerting/server/usage/lib/get_telemetry_from_alerts.ts diff --git a/x-pack/plugins/alerting/server/usage/lib/get_telemetry_from_event_log.test.ts b/x-pack/platform/plugins/shared/alerting/server/usage/lib/get_telemetry_from_event_log.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/usage/lib/get_telemetry_from_event_log.test.ts rename to x-pack/platform/plugins/shared/alerting/server/usage/lib/get_telemetry_from_event_log.test.ts diff --git a/x-pack/plugins/alerting/server/usage/lib/get_telemetry_from_event_log.ts b/x-pack/platform/plugins/shared/alerting/server/usage/lib/get_telemetry_from_event_log.ts similarity index 100% rename from x-pack/plugins/alerting/server/usage/lib/get_telemetry_from_event_log.ts rename to x-pack/platform/plugins/shared/alerting/server/usage/lib/get_telemetry_from_event_log.ts diff --git a/x-pack/plugins/alerting/server/usage/lib/get_telemetry_from_kibana.test.ts b/x-pack/platform/plugins/shared/alerting/server/usage/lib/get_telemetry_from_kibana.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/usage/lib/get_telemetry_from_kibana.test.ts rename to x-pack/platform/plugins/shared/alerting/server/usage/lib/get_telemetry_from_kibana.test.ts diff --git a/x-pack/plugins/alerting/server/usage/lib/get_telemetry_from_kibana.ts b/x-pack/platform/plugins/shared/alerting/server/usage/lib/get_telemetry_from_kibana.ts similarity index 100% rename from x-pack/plugins/alerting/server/usage/lib/get_telemetry_from_kibana.ts rename to x-pack/platform/plugins/shared/alerting/server/usage/lib/get_telemetry_from_kibana.ts diff --git a/x-pack/plugins/alerting/server/usage/lib/get_telemetry_from_task_manager.test.ts b/x-pack/platform/plugins/shared/alerting/server/usage/lib/get_telemetry_from_task_manager.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/usage/lib/get_telemetry_from_task_manager.test.ts rename to x-pack/platform/plugins/shared/alerting/server/usage/lib/get_telemetry_from_task_manager.test.ts diff --git a/x-pack/plugins/alerting/server/usage/lib/get_telemetry_from_task_manager.ts b/x-pack/platform/plugins/shared/alerting/server/usage/lib/get_telemetry_from_task_manager.ts similarity index 100% rename from x-pack/plugins/alerting/server/usage/lib/get_telemetry_from_task_manager.ts rename to x-pack/platform/plugins/shared/alerting/server/usage/lib/get_telemetry_from_task_manager.ts diff --git a/x-pack/plugins/alerting/server/usage/lib/group_connectors_by_consumers.ts b/x-pack/platform/plugins/shared/alerting/server/usage/lib/group_connectors_by_consumers.ts similarity index 100% rename from x-pack/plugins/alerting/server/usage/lib/group_connectors_by_consumers.ts rename to x-pack/platform/plugins/shared/alerting/server/usage/lib/group_connectors_by_consumers.ts diff --git a/x-pack/plugins/alerting/server/usage/lib/group_rules_by_notify_when.test.ts b/x-pack/platform/plugins/shared/alerting/server/usage/lib/group_rules_by_notify_when.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/usage/lib/group_rules_by_notify_when.test.ts rename to x-pack/platform/plugins/shared/alerting/server/usage/lib/group_rules_by_notify_when.test.ts diff --git a/x-pack/plugins/alerting/server/usage/lib/group_rules_by_notify_when.ts b/x-pack/platform/plugins/shared/alerting/server/usage/lib/group_rules_by_notify_when.ts similarity index 100% rename from x-pack/plugins/alerting/server/usage/lib/group_rules_by_notify_when.ts rename to x-pack/platform/plugins/shared/alerting/server/usage/lib/group_rules_by_notify_when.ts diff --git a/x-pack/plugins/alerting/server/usage/lib/group_rules_by_search_type.test.ts b/x-pack/platform/plugins/shared/alerting/server/usage/lib/group_rules_by_search_type.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/usage/lib/group_rules_by_search_type.test.ts rename to x-pack/platform/plugins/shared/alerting/server/usage/lib/group_rules_by_search_type.test.ts diff --git a/x-pack/plugins/alerting/server/usage/lib/group_rules_by_search_type.ts b/x-pack/platform/plugins/shared/alerting/server/usage/lib/group_rules_by_search_type.ts similarity index 100% rename from x-pack/plugins/alerting/server/usage/lib/group_rules_by_search_type.ts rename to x-pack/platform/plugins/shared/alerting/server/usage/lib/group_rules_by_search_type.ts diff --git a/x-pack/plugins/alerting/server/usage/lib/group_rules_by_status.test.ts b/x-pack/platform/plugins/shared/alerting/server/usage/lib/group_rules_by_status.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/usage/lib/group_rules_by_status.test.ts rename to x-pack/platform/plugins/shared/alerting/server/usage/lib/group_rules_by_status.test.ts diff --git a/x-pack/plugins/alerting/server/usage/lib/group_rules_by_status.ts b/x-pack/platform/plugins/shared/alerting/server/usage/lib/group_rules_by_status.ts similarity index 100% rename from x-pack/plugins/alerting/server/usage/lib/group_rules_by_status.ts rename to x-pack/platform/plugins/shared/alerting/server/usage/lib/group_rules_by_status.ts diff --git a/x-pack/plugins/alerting/server/usage/lib/parse_simple_rule_type_bucket.test.ts b/x-pack/platform/plugins/shared/alerting/server/usage/lib/parse_simple_rule_type_bucket.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/usage/lib/parse_simple_rule_type_bucket.test.ts rename to x-pack/platform/plugins/shared/alerting/server/usage/lib/parse_simple_rule_type_bucket.test.ts diff --git a/x-pack/plugins/alerting/server/usage/lib/parse_simple_rule_type_bucket.ts b/x-pack/platform/plugins/shared/alerting/server/usage/lib/parse_simple_rule_type_bucket.ts similarity index 100% rename from x-pack/plugins/alerting/server/usage/lib/parse_simple_rule_type_bucket.ts rename to x-pack/platform/plugins/shared/alerting/server/usage/lib/parse_simple_rule_type_bucket.ts diff --git a/x-pack/plugins/alerting/server/usage/lib/replace_dots_with_underscores.test.ts b/x-pack/platform/plugins/shared/alerting/server/usage/lib/replace_dots_with_underscores.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/usage/lib/replace_dots_with_underscores.test.ts rename to x-pack/platform/plugins/shared/alerting/server/usage/lib/replace_dots_with_underscores.test.ts diff --git a/x-pack/plugins/alerting/server/usage/lib/replace_dots_with_underscores.ts b/x-pack/platform/plugins/shared/alerting/server/usage/lib/replace_dots_with_underscores.ts similarity index 100% rename from x-pack/plugins/alerting/server/usage/lib/replace_dots_with_underscores.ts rename to x-pack/platform/plugins/shared/alerting/server/usage/lib/replace_dots_with_underscores.ts diff --git a/x-pack/plugins/alerting/server/usage/task.ts b/x-pack/platform/plugins/shared/alerting/server/usage/task.ts similarity index 100% rename from x-pack/plugins/alerting/server/usage/task.ts rename to x-pack/platform/plugins/shared/alerting/server/usage/task.ts diff --git a/x-pack/plugins/alerting/server/usage/task_state.test.ts b/x-pack/platform/plugins/shared/alerting/server/usage/task_state.test.ts similarity index 100% rename from x-pack/plugins/alerting/server/usage/task_state.test.ts rename to x-pack/platform/plugins/shared/alerting/server/usage/task_state.test.ts diff --git a/x-pack/plugins/alerting/server/usage/task_state.ts b/x-pack/platform/plugins/shared/alerting/server/usage/task_state.ts similarity index 100% rename from x-pack/plugins/alerting/server/usage/task_state.ts rename to x-pack/platform/plugins/shared/alerting/server/usage/task_state.ts diff --git a/x-pack/plugins/alerting/server/usage/types.ts b/x-pack/platform/plugins/shared/alerting/server/usage/types.ts similarity index 100% rename from x-pack/plugins/alerting/server/usage/types.ts rename to x-pack/platform/plugins/shared/alerting/server/usage/types.ts diff --git a/x-pack/plugins/alerting/tsconfig.json b/x-pack/platform/plugins/shared/alerting/tsconfig.json similarity index 97% rename from x-pack/plugins/alerting/tsconfig.json rename to x-pack/platform/plugins/shared/alerting/tsconfig.json index 6019f8711d681..274cb8dde4527 100644 --- a/x-pack/plugins/alerting/tsconfig.json +++ b/x-pack/platform/plugins/shared/alerting/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "../../../tsconfig.base.json", + "extends": "../../../../../tsconfig.base.json", "compilerOptions": { "outDir": "target/types" }, diff --git a/x-pack/plugins/cases/README.md b/x-pack/platform/plugins/shared/cases/README.md similarity index 100% rename from x-pack/plugins/cases/README.md rename to x-pack/platform/plugins/shared/cases/README.md diff --git a/x-pack/plugins/cases/common/api/helpers.ts b/x-pack/platform/plugins/shared/cases/common/api/helpers.ts similarity index 100% rename from x-pack/plugins/cases/common/api/helpers.ts rename to x-pack/platform/plugins/shared/cases/common/api/helpers.ts diff --git a/x-pack/plugins/cases/common/api/index.ts b/x-pack/platform/plugins/shared/cases/common/api/index.ts similarity index 100% rename from x-pack/plugins/cases/common/api/index.ts rename to x-pack/platform/plugins/shared/cases/common/api/index.ts diff --git a/x-pack/plugins/cases/common/api/runtime_types.ts b/x-pack/platform/plugins/shared/cases/common/api/runtime_types.ts similarity index 100% rename from x-pack/plugins/cases/common/api/runtime_types.ts rename to x-pack/platform/plugins/shared/cases/common/api/runtime_types.ts diff --git a/x-pack/plugins/cases/common/api/saved_object.ts b/x-pack/platform/plugins/shared/cases/common/api/saved_object.ts similarity index 100% rename from x-pack/plugins/cases/common/api/saved_object.ts rename to x-pack/platform/plugins/shared/cases/common/api/saved_object.ts diff --git a/x-pack/plugins/cases/common/constants/application.ts b/x-pack/platform/plugins/shared/cases/common/constants/application.ts similarity index 100% rename from x-pack/plugins/cases/common/constants/application.ts rename to x-pack/platform/plugins/shared/cases/common/constants/application.ts diff --git a/x-pack/plugins/cases/common/constants/files.ts b/x-pack/platform/plugins/shared/cases/common/constants/files.ts similarity index 100% rename from x-pack/plugins/cases/common/constants/files.ts rename to x-pack/platform/plugins/shared/cases/common/constants/files.ts diff --git a/x-pack/plugins/cases/common/constants/index.ts b/x-pack/platform/plugins/shared/cases/common/constants/index.ts similarity index 100% rename from x-pack/plugins/cases/common/constants/index.ts rename to x-pack/platform/plugins/shared/cases/common/constants/index.ts diff --git a/x-pack/plugins/cases/common/constants/mime_types.ts b/x-pack/platform/plugins/shared/cases/common/constants/mime_types.ts similarity index 100% rename from x-pack/plugins/cases/common/constants/mime_types.ts rename to x-pack/platform/plugins/shared/cases/common/constants/mime_types.ts diff --git a/x-pack/plugins/cases/common/constants/owner.test.ts b/x-pack/platform/plugins/shared/cases/common/constants/owner.test.ts similarity index 100% rename from x-pack/plugins/cases/common/constants/owner.test.ts rename to x-pack/platform/plugins/shared/cases/common/constants/owner.test.ts diff --git a/x-pack/plugins/cases/common/constants/owners.ts b/x-pack/platform/plugins/shared/cases/common/constants/owners.ts similarity index 100% rename from x-pack/plugins/cases/common/constants/owners.ts rename to x-pack/platform/plugins/shared/cases/common/constants/owners.ts diff --git a/x-pack/plugins/cases/common/constants/types.ts b/x-pack/platform/plugins/shared/cases/common/constants/types.ts similarity index 100% rename from x-pack/plugins/cases/common/constants/types.ts rename to x-pack/platform/plugins/shared/cases/common/constants/types.ts diff --git a/x-pack/plugins/cases/common/constants/visualizations.ts b/x-pack/platform/plugins/shared/cases/common/constants/visualizations.ts similarity index 100% rename from x-pack/plugins/cases/common/constants/visualizations.ts rename to x-pack/platform/plugins/shared/cases/common/constants/visualizations.ts diff --git a/x-pack/plugins/cases/common/files/index.test.ts b/x-pack/platform/plugins/shared/cases/common/files/index.test.ts similarity index 100% rename from x-pack/plugins/cases/common/files/index.test.ts rename to x-pack/platform/plugins/shared/cases/common/files/index.test.ts diff --git a/x-pack/plugins/cases/common/files/index.ts b/x-pack/platform/plugins/shared/cases/common/files/index.ts similarity index 100% rename from x-pack/plugins/cases/common/files/index.ts rename to x-pack/platform/plugins/shared/cases/common/files/index.ts diff --git a/x-pack/plugins/cases/common/index.ts b/x-pack/platform/plugins/shared/cases/common/index.ts similarity index 100% rename from x-pack/plugins/cases/common/index.ts rename to x-pack/platform/plugins/shared/cases/common/index.ts diff --git a/x-pack/plugins/cases/common/registry.test.ts b/x-pack/platform/plugins/shared/cases/common/registry.test.ts similarity index 100% rename from x-pack/plugins/cases/common/registry.test.ts rename to x-pack/platform/plugins/shared/cases/common/registry.test.ts diff --git a/x-pack/plugins/cases/common/registry.ts b/x-pack/platform/plugins/shared/cases/common/registry.ts similarity index 100% rename from x-pack/plugins/cases/common/registry.ts rename to x-pack/platform/plugins/shared/cases/common/registry.ts diff --git a/x-pack/plugins/cases/common/schema/index.test.ts b/x-pack/platform/plugins/shared/cases/common/schema/index.test.ts similarity index 100% rename from x-pack/plugins/cases/common/schema/index.test.ts rename to x-pack/platform/plugins/shared/cases/common/schema/index.test.ts diff --git a/x-pack/plugins/cases/common/schema/index.ts b/x-pack/platform/plugins/shared/cases/common/schema/index.ts similarity index 100% rename from x-pack/plugins/cases/common/schema/index.ts rename to x-pack/platform/plugins/shared/cases/common/schema/index.ts diff --git a/x-pack/plugins/cases/common/schema/types.ts b/x-pack/platform/plugins/shared/cases/common/schema/types.ts similarity index 100% rename from x-pack/plugins/cases/common/schema/types.ts rename to x-pack/platform/plugins/shared/cases/common/schema/types.ts diff --git a/x-pack/plugins/cases/common/types.ts b/x-pack/platform/plugins/shared/cases/common/types.ts similarity index 100% rename from x-pack/plugins/cases/common/types.ts rename to x-pack/platform/plugins/shared/cases/common/types.ts diff --git a/x-pack/plugins/cases/common/types/api/alert/latest.ts b/x-pack/platform/plugins/shared/cases/common/types/api/alert/latest.ts similarity index 100% rename from x-pack/plugins/cases/common/types/api/alert/latest.ts rename to x-pack/platform/plugins/shared/cases/common/types/api/alert/latest.ts diff --git a/x-pack/plugins/cases/common/types/api/alert/v1.test.ts b/x-pack/platform/plugins/shared/cases/common/types/api/alert/v1.test.ts similarity index 100% rename from x-pack/plugins/cases/common/types/api/alert/v1.test.ts rename to x-pack/platform/plugins/shared/cases/common/types/api/alert/v1.test.ts diff --git a/x-pack/plugins/cases/common/types/api/alert/v1.ts b/x-pack/platform/plugins/shared/cases/common/types/api/alert/v1.ts similarity index 100% rename from x-pack/plugins/cases/common/types/api/alert/v1.ts rename to x-pack/platform/plugins/shared/cases/common/types/api/alert/v1.ts diff --git a/x-pack/plugins/cases/common/types/api/attachment/latest.ts b/x-pack/platform/plugins/shared/cases/common/types/api/attachment/latest.ts similarity index 100% rename from x-pack/plugins/cases/common/types/api/attachment/latest.ts rename to x-pack/platform/plugins/shared/cases/common/types/api/attachment/latest.ts diff --git a/x-pack/plugins/cases/common/types/api/attachment/v1.test.ts b/x-pack/platform/plugins/shared/cases/common/types/api/attachment/v1.test.ts similarity index 100% rename from x-pack/plugins/cases/common/types/api/attachment/v1.test.ts rename to x-pack/platform/plugins/shared/cases/common/types/api/attachment/v1.test.ts diff --git a/x-pack/plugins/cases/common/types/api/attachment/v1.ts b/x-pack/platform/plugins/shared/cases/common/types/api/attachment/v1.ts similarity index 100% rename from x-pack/plugins/cases/common/types/api/attachment/v1.ts rename to x-pack/platform/plugins/shared/cases/common/types/api/attachment/v1.ts diff --git a/x-pack/plugins/cases/common/types/api/case/latest.ts b/x-pack/platform/plugins/shared/cases/common/types/api/case/latest.ts similarity index 100% rename from x-pack/plugins/cases/common/types/api/case/latest.ts rename to x-pack/platform/plugins/shared/cases/common/types/api/case/latest.ts diff --git a/x-pack/plugins/cases/common/types/api/case/v1.test.ts b/x-pack/platform/plugins/shared/cases/common/types/api/case/v1.test.ts similarity index 100% rename from x-pack/plugins/cases/common/types/api/case/v1.test.ts rename to x-pack/platform/plugins/shared/cases/common/types/api/case/v1.test.ts diff --git a/x-pack/plugins/cases/common/types/api/case/v1.ts b/x-pack/platform/plugins/shared/cases/common/types/api/case/v1.ts similarity index 100% rename from x-pack/plugins/cases/common/types/api/case/v1.ts rename to x-pack/platform/plugins/shared/cases/common/types/api/case/v1.ts diff --git a/x-pack/plugins/cases/common/types/api/configure/latest.ts b/x-pack/platform/plugins/shared/cases/common/types/api/configure/latest.ts similarity index 100% rename from x-pack/plugins/cases/common/types/api/configure/latest.ts rename to x-pack/platform/plugins/shared/cases/common/types/api/configure/latest.ts diff --git a/x-pack/plugins/cases/common/types/api/configure/v1.test.ts b/x-pack/platform/plugins/shared/cases/common/types/api/configure/v1.test.ts similarity index 100% rename from x-pack/plugins/cases/common/types/api/configure/v1.test.ts rename to x-pack/platform/plugins/shared/cases/common/types/api/configure/v1.test.ts diff --git a/x-pack/plugins/cases/common/types/api/configure/v1.ts b/x-pack/platform/plugins/shared/cases/common/types/api/configure/v1.ts similarity index 100% rename from x-pack/plugins/cases/common/types/api/configure/v1.ts rename to x-pack/platform/plugins/shared/cases/common/types/api/configure/v1.ts diff --git a/x-pack/plugins/cases/common/types/api/connector/latest.ts b/x-pack/platform/plugins/shared/cases/common/types/api/connector/latest.ts similarity index 100% rename from x-pack/plugins/cases/common/types/api/connector/latest.ts rename to x-pack/platform/plugins/shared/cases/common/types/api/connector/latest.ts diff --git a/x-pack/plugins/cases/common/types/api/connector/v1.test.ts b/x-pack/platform/plugins/shared/cases/common/types/api/connector/v1.test.ts similarity index 100% rename from x-pack/plugins/cases/common/types/api/connector/v1.test.ts rename to x-pack/platform/plugins/shared/cases/common/types/api/connector/v1.test.ts diff --git a/x-pack/plugins/cases/common/types/api/connector/v1.ts b/x-pack/platform/plugins/shared/cases/common/types/api/connector/v1.ts similarity index 100% rename from x-pack/plugins/cases/common/types/api/connector/v1.ts rename to x-pack/platform/plugins/shared/cases/common/types/api/connector/v1.ts diff --git a/x-pack/plugins/cases/common/types/api/custom_field/latest.ts b/x-pack/platform/plugins/shared/cases/common/types/api/custom_field/latest.ts similarity index 100% rename from x-pack/plugins/cases/common/types/api/custom_field/latest.ts rename to x-pack/platform/plugins/shared/cases/common/types/api/custom_field/latest.ts diff --git a/x-pack/plugins/cases/common/types/api/custom_field/v1.test.ts b/x-pack/platform/plugins/shared/cases/common/types/api/custom_field/v1.test.ts similarity index 100% rename from x-pack/plugins/cases/common/types/api/custom_field/v1.test.ts rename to x-pack/platform/plugins/shared/cases/common/types/api/custom_field/v1.test.ts diff --git a/x-pack/plugins/cases/common/types/api/custom_field/v1.ts b/x-pack/platform/plugins/shared/cases/common/types/api/custom_field/v1.ts similarity index 100% rename from x-pack/plugins/cases/common/types/api/custom_field/v1.ts rename to x-pack/platform/plugins/shared/cases/common/types/api/custom_field/v1.ts diff --git a/x-pack/plugins/cases/common/types/api/external_service/latest.ts b/x-pack/platform/plugins/shared/cases/common/types/api/external_service/latest.ts similarity index 100% rename from x-pack/plugins/cases/common/types/api/external_service/latest.ts rename to x-pack/platform/plugins/shared/cases/common/types/api/external_service/latest.ts diff --git a/x-pack/plugins/cases/common/types/api/external_service/v1.test.ts b/x-pack/platform/plugins/shared/cases/common/types/api/external_service/v1.test.ts similarity index 100% rename from x-pack/plugins/cases/common/types/api/external_service/v1.test.ts rename to x-pack/platform/plugins/shared/cases/common/types/api/external_service/v1.test.ts diff --git a/x-pack/plugins/cases/common/types/api/external_service/v1.ts b/x-pack/platform/plugins/shared/cases/common/types/api/external_service/v1.ts similarity index 100% rename from x-pack/plugins/cases/common/types/api/external_service/v1.ts rename to x-pack/platform/plugins/shared/cases/common/types/api/external_service/v1.ts diff --git a/x-pack/plugins/cases/common/types/api/index.ts b/x-pack/platform/plugins/shared/cases/common/types/api/index.ts similarity index 100% rename from x-pack/plugins/cases/common/types/api/index.ts rename to x-pack/platform/plugins/shared/cases/common/types/api/index.ts diff --git a/x-pack/plugins/cases/common/types/api/metrics/latest.ts b/x-pack/platform/plugins/shared/cases/common/types/api/metrics/latest.ts similarity index 100% rename from x-pack/plugins/cases/common/types/api/metrics/latest.ts rename to x-pack/platform/plugins/shared/cases/common/types/api/metrics/latest.ts diff --git a/x-pack/plugins/cases/common/types/api/metrics/v1.test.ts b/x-pack/platform/plugins/shared/cases/common/types/api/metrics/v1.test.ts similarity index 100% rename from x-pack/plugins/cases/common/types/api/metrics/v1.test.ts rename to x-pack/platform/plugins/shared/cases/common/types/api/metrics/v1.test.ts diff --git a/x-pack/plugins/cases/common/types/api/metrics/v1.ts b/x-pack/platform/plugins/shared/cases/common/types/api/metrics/v1.ts similarity index 100% rename from x-pack/plugins/cases/common/types/api/metrics/v1.ts rename to x-pack/platform/plugins/shared/cases/common/types/api/metrics/v1.ts diff --git a/x-pack/plugins/cases/common/types/api/stats/latest.ts b/x-pack/platform/plugins/shared/cases/common/types/api/stats/latest.ts similarity index 100% rename from x-pack/plugins/cases/common/types/api/stats/latest.ts rename to x-pack/platform/plugins/shared/cases/common/types/api/stats/latest.ts diff --git a/x-pack/plugins/cases/common/types/api/stats/v1.ts b/x-pack/platform/plugins/shared/cases/common/types/api/stats/v1.ts similarity index 100% rename from x-pack/plugins/cases/common/types/api/stats/v1.ts rename to x-pack/platform/plugins/shared/cases/common/types/api/stats/v1.ts diff --git a/x-pack/plugins/cases/common/types/api/user/latest.ts b/x-pack/platform/plugins/shared/cases/common/types/api/user/latest.ts similarity index 100% rename from x-pack/plugins/cases/common/types/api/user/latest.ts rename to x-pack/platform/plugins/shared/cases/common/types/api/user/latest.ts diff --git a/x-pack/plugins/cases/common/types/api/user/v1.test.ts b/x-pack/platform/plugins/shared/cases/common/types/api/user/v1.test.ts similarity index 100% rename from x-pack/plugins/cases/common/types/api/user/v1.test.ts rename to x-pack/platform/plugins/shared/cases/common/types/api/user/v1.test.ts diff --git a/x-pack/plugins/cases/common/types/api/user/v1.ts b/x-pack/platform/plugins/shared/cases/common/types/api/user/v1.ts similarity index 100% rename from x-pack/plugins/cases/common/types/api/user/v1.ts rename to x-pack/platform/plugins/shared/cases/common/types/api/user/v1.ts diff --git a/x-pack/plugins/cases/common/types/api/user_action/latest.ts b/x-pack/platform/plugins/shared/cases/common/types/api/user_action/latest.ts similarity index 100% rename from x-pack/plugins/cases/common/types/api/user_action/latest.ts rename to x-pack/platform/plugins/shared/cases/common/types/api/user_action/latest.ts diff --git a/x-pack/plugins/cases/common/types/api/user_action/v1.test.ts b/x-pack/platform/plugins/shared/cases/common/types/api/user_action/v1.test.ts similarity index 100% rename from x-pack/plugins/cases/common/types/api/user_action/v1.test.ts rename to x-pack/platform/plugins/shared/cases/common/types/api/user_action/v1.test.ts diff --git a/x-pack/plugins/cases/common/types/api/user_action/v1.ts b/x-pack/platform/plugins/shared/cases/common/types/api/user_action/v1.ts similarity index 100% rename from x-pack/plugins/cases/common/types/api/user_action/v1.ts rename to x-pack/platform/plugins/shared/cases/common/types/api/user_action/v1.ts diff --git a/x-pack/plugins/cases/common/types/domain/attachment/latest.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/attachment/latest.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/attachment/latest.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/attachment/latest.ts diff --git a/x-pack/plugins/cases/common/types/domain/attachment/v1.test.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/attachment/v1.test.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/attachment/v1.test.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/attachment/v1.test.ts diff --git a/x-pack/plugins/cases/common/types/domain/attachment/v1.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/attachment/v1.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/attachment/v1.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/attachment/v1.ts diff --git a/x-pack/plugins/cases/common/types/domain/case/latest.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/case/latest.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/case/latest.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/case/latest.ts diff --git a/x-pack/plugins/cases/common/types/domain/case/v1.test.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/case/v1.test.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/case/v1.test.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/case/v1.test.ts diff --git a/x-pack/plugins/cases/common/types/domain/case/v1.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/case/v1.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/case/v1.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/case/v1.ts diff --git a/x-pack/plugins/cases/common/types/domain/configure/latest.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/configure/latest.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/configure/latest.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/configure/latest.ts diff --git a/x-pack/plugins/cases/common/types/domain/configure/v1.test.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/configure/v1.test.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/configure/v1.test.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/configure/v1.test.ts diff --git a/x-pack/plugins/cases/common/types/domain/configure/v1.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/configure/v1.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/configure/v1.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/configure/v1.ts diff --git a/x-pack/plugins/cases/common/types/domain/connector/latest.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/connector/latest.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/connector/latest.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/connector/latest.ts diff --git a/x-pack/plugins/cases/common/types/domain/connector/v1.test.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/connector/v1.test.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/connector/v1.test.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/connector/v1.test.ts diff --git a/x-pack/plugins/cases/common/types/domain/connector/v1.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/connector/v1.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/connector/v1.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/connector/v1.ts diff --git a/x-pack/plugins/cases/common/types/domain/custom_field/latest.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/custom_field/latest.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/custom_field/latest.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/custom_field/latest.ts diff --git a/x-pack/plugins/cases/common/types/domain/custom_field/v1.test.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/custom_field/v1.test.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/custom_field/v1.test.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/custom_field/v1.test.ts diff --git a/x-pack/plugins/cases/common/types/domain/custom_field/v1.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/custom_field/v1.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/custom_field/v1.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/custom_field/v1.ts diff --git a/x-pack/plugins/cases/common/types/domain/external_service/latest.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/external_service/latest.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/external_service/latest.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/external_service/latest.ts diff --git a/x-pack/plugins/cases/common/types/domain/external_service/v1.test.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/external_service/v1.test.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/external_service/v1.test.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/external_service/v1.test.ts diff --git a/x-pack/plugins/cases/common/types/domain/external_service/v1.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/external_service/v1.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/external_service/v1.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/external_service/v1.ts diff --git a/x-pack/plugins/cases/common/types/domain/index.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/index.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/index.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/index.ts diff --git a/x-pack/plugins/cases/common/types/domain/user/latest.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/user/latest.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/user/latest.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/user/latest.ts diff --git a/x-pack/plugins/cases/common/types/domain/user/v1.test.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/user/v1.test.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/user/v1.test.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/user/v1.test.ts diff --git a/x-pack/plugins/cases/common/types/domain/user/v1.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/user/v1.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/user/v1.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/user/v1.ts diff --git a/x-pack/plugins/cases/common/types/domain/user_action/action/latest.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/user_action/action/latest.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/user_action/action/latest.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/user_action/action/latest.ts diff --git a/x-pack/plugins/cases/common/types/domain/user_action/action/v1.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/user_action/action/v1.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/user_action/action/v1.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/user_action/action/v1.ts diff --git a/x-pack/plugins/cases/common/types/domain/user_action/assignees/latest.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/user_action/assignees/latest.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/user_action/assignees/latest.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/user_action/assignees/latest.ts diff --git a/x-pack/plugins/cases/common/types/domain/user_action/assignees/v1.test.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/user_action/assignees/v1.test.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/user_action/assignees/v1.test.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/user_action/assignees/v1.test.ts diff --git a/x-pack/plugins/cases/common/types/domain/user_action/assignees/v1.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/user_action/assignees/v1.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/user_action/assignees/v1.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/user_action/assignees/v1.ts diff --git a/x-pack/plugins/cases/common/types/domain/user_action/category/latest.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/user_action/category/latest.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/user_action/category/latest.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/user_action/category/latest.ts diff --git a/x-pack/plugins/cases/common/types/domain/user_action/category/v1.test.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/user_action/category/v1.test.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/user_action/category/v1.test.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/user_action/category/v1.test.ts diff --git a/x-pack/plugins/cases/common/types/domain/user_action/category/v1.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/user_action/category/v1.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/user_action/category/v1.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/user_action/category/v1.ts diff --git a/x-pack/plugins/cases/common/types/domain/user_action/comment/latest.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/user_action/comment/latest.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/user_action/comment/latest.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/user_action/comment/latest.ts diff --git a/x-pack/plugins/cases/common/types/domain/user_action/comment/v1.test.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/user_action/comment/v1.test.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/user_action/comment/v1.test.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/user_action/comment/v1.test.ts diff --git a/x-pack/plugins/cases/common/types/domain/user_action/comment/v1.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/user_action/comment/v1.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/user_action/comment/v1.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/user_action/comment/v1.ts diff --git a/x-pack/plugins/cases/common/types/domain/user_action/connector/latest.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/user_action/connector/latest.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/user_action/connector/latest.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/user_action/connector/latest.ts diff --git a/x-pack/plugins/cases/common/types/domain/user_action/connector/v1.test.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/user_action/connector/v1.test.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/user_action/connector/v1.test.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/user_action/connector/v1.test.ts diff --git a/x-pack/plugins/cases/common/types/domain/user_action/connector/v1.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/user_action/connector/v1.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/user_action/connector/v1.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/user_action/connector/v1.ts diff --git a/x-pack/plugins/cases/common/types/domain/user_action/create_case/latest.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/user_action/create_case/latest.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/user_action/create_case/latest.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/user_action/create_case/latest.ts diff --git a/x-pack/plugins/cases/common/types/domain/user_action/create_case/v1.test.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/user_action/create_case/v1.test.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/user_action/create_case/v1.test.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/user_action/create_case/v1.test.ts diff --git a/x-pack/plugins/cases/common/types/domain/user_action/create_case/v1.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/user_action/create_case/v1.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/user_action/create_case/v1.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/user_action/create_case/v1.ts diff --git a/x-pack/plugins/cases/common/types/domain/user_action/custom_fields/latest.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/user_action/custom_fields/latest.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/user_action/custom_fields/latest.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/user_action/custom_fields/latest.ts diff --git a/x-pack/plugins/cases/common/types/domain/user_action/custom_fields/v1.test.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/user_action/custom_fields/v1.test.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/user_action/custom_fields/v1.test.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/user_action/custom_fields/v1.test.ts diff --git a/x-pack/plugins/cases/common/types/domain/user_action/custom_fields/v1.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/user_action/custom_fields/v1.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/user_action/custom_fields/v1.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/user_action/custom_fields/v1.ts diff --git a/x-pack/plugins/cases/common/types/domain/user_action/delete_case/latest.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/user_action/delete_case/latest.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/user_action/delete_case/latest.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/user_action/delete_case/latest.ts diff --git a/x-pack/plugins/cases/common/types/domain/user_action/delete_case/v1.test.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/user_action/delete_case/v1.test.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/user_action/delete_case/v1.test.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/user_action/delete_case/v1.test.ts diff --git a/x-pack/plugins/cases/common/types/domain/user_action/delete_case/v1.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/user_action/delete_case/v1.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/user_action/delete_case/v1.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/user_action/delete_case/v1.ts diff --git a/x-pack/plugins/cases/common/types/domain/user_action/description/latest.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/user_action/description/latest.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/user_action/description/latest.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/user_action/description/latest.ts diff --git a/x-pack/plugins/cases/common/types/domain/user_action/description/v1.test.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/user_action/description/v1.test.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/user_action/description/v1.test.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/user_action/description/v1.test.ts diff --git a/x-pack/plugins/cases/common/types/domain/user_action/description/v1.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/user_action/description/v1.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/user_action/description/v1.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/user_action/description/v1.ts diff --git a/x-pack/plugins/cases/common/types/domain/user_action/latest.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/user_action/latest.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/user_action/latest.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/user_action/latest.ts diff --git a/x-pack/plugins/cases/common/types/domain/user_action/pushed/latest.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/user_action/pushed/latest.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/user_action/pushed/latest.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/user_action/pushed/latest.ts diff --git a/x-pack/plugins/cases/common/types/domain/user_action/pushed/v1.test.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/user_action/pushed/v1.test.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/user_action/pushed/v1.test.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/user_action/pushed/v1.test.ts diff --git a/x-pack/plugins/cases/common/types/domain/user_action/pushed/v1.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/user_action/pushed/v1.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/user_action/pushed/v1.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/user_action/pushed/v1.ts diff --git a/x-pack/plugins/cases/common/types/domain/user_action/settings/latest.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/user_action/settings/latest.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/user_action/settings/latest.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/user_action/settings/latest.ts diff --git a/x-pack/plugins/cases/common/types/domain/user_action/settings/v1.test.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/user_action/settings/v1.test.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/user_action/settings/v1.test.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/user_action/settings/v1.test.ts diff --git a/x-pack/plugins/cases/common/types/domain/user_action/settings/v1.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/user_action/settings/v1.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/user_action/settings/v1.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/user_action/settings/v1.ts diff --git a/x-pack/plugins/cases/common/types/domain/user_action/severity/latest.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/user_action/severity/latest.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/user_action/severity/latest.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/user_action/severity/latest.ts diff --git a/x-pack/plugins/cases/common/types/domain/user_action/severity/v1.test.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/user_action/severity/v1.test.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/user_action/severity/v1.test.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/user_action/severity/v1.test.ts diff --git a/x-pack/plugins/cases/common/types/domain/user_action/severity/v1.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/user_action/severity/v1.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/user_action/severity/v1.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/user_action/severity/v1.ts diff --git a/x-pack/plugins/cases/common/types/domain/user_action/status/latest.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/user_action/status/latest.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/user_action/status/latest.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/user_action/status/latest.ts diff --git a/x-pack/plugins/cases/common/types/domain/user_action/status/v1.test.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/user_action/status/v1.test.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/user_action/status/v1.test.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/user_action/status/v1.test.ts diff --git a/x-pack/plugins/cases/common/types/domain/user_action/status/v1.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/user_action/status/v1.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/user_action/status/v1.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/user_action/status/v1.ts diff --git a/x-pack/plugins/cases/common/types/domain/user_action/tags/latest.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/user_action/tags/latest.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/user_action/tags/latest.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/user_action/tags/latest.ts diff --git a/x-pack/plugins/cases/common/types/domain/user_action/tags/v1.test.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/user_action/tags/v1.test.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/user_action/tags/v1.test.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/user_action/tags/v1.test.ts diff --git a/x-pack/plugins/cases/common/types/domain/user_action/tags/v1.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/user_action/tags/v1.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/user_action/tags/v1.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/user_action/tags/v1.ts diff --git a/x-pack/plugins/cases/common/types/domain/user_action/title/latest.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/user_action/title/latest.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/user_action/title/latest.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/user_action/title/latest.ts diff --git a/x-pack/plugins/cases/common/types/domain/user_action/title/v1.test.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/user_action/title/v1.test.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/user_action/title/v1.test.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/user_action/title/v1.test.ts diff --git a/x-pack/plugins/cases/common/types/domain/user_action/title/v1.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/user_action/title/v1.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/user_action/title/v1.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/user_action/title/v1.ts diff --git a/x-pack/plugins/cases/common/types/domain/user_action/v1.test.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/user_action/v1.test.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/user_action/v1.test.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/user_action/v1.test.ts diff --git a/x-pack/plugins/cases/common/types/domain/user_action/v1.ts b/x-pack/platform/plugins/shared/cases/common/types/domain/user_action/v1.ts similarity index 100% rename from x-pack/plugins/cases/common/types/domain/user_action/v1.ts rename to x-pack/platform/plugins/shared/cases/common/types/domain/user_action/v1.ts diff --git a/x-pack/plugins/cases/common/ui/index.ts b/x-pack/platform/plugins/shared/cases/common/ui/index.ts similarity index 100% rename from x-pack/plugins/cases/common/ui/index.ts rename to x-pack/platform/plugins/shared/cases/common/ui/index.ts diff --git a/x-pack/plugins/cases/common/ui/types.ts b/x-pack/platform/plugins/shared/cases/common/ui/types.ts similarity index 98% rename from x-pack/plugins/cases/common/ui/types.ts rename to x-pack/platform/plugins/shared/cases/common/ui/types.ts index a03f38979ceac..b731237c6205b 100644 --- a/x-pack/plugins/cases/common/ui/types.ts +++ b/x-pack/platform/plugins/shared/cases/common/ui/types.ts @@ -172,7 +172,7 @@ export type SingleCaseMetricsFeature = Exclude ({ all: [ diff --git a/x-pack/plugins/cases/common/utils/connectors_api.ts b/x-pack/platform/plugins/shared/cases/common/utils/connectors_api.ts similarity index 100% rename from x-pack/plugins/cases/common/utils/connectors_api.ts rename to x-pack/platform/plugins/shared/cases/common/utils/connectors_api.ts diff --git a/x-pack/plugins/cases/common/utils/index.ts b/x-pack/platform/plugins/shared/cases/common/utils/index.ts similarity index 100% rename from x-pack/plugins/cases/common/utils/index.ts rename to x-pack/platform/plugins/shared/cases/common/utils/index.ts diff --git a/x-pack/plugins/cases/common/utils/markdown_plugins/lens/constants.ts b/x-pack/platform/plugins/shared/cases/common/utils/markdown_plugins/lens/constants.ts similarity index 100% rename from x-pack/plugins/cases/common/utils/markdown_plugins/lens/constants.ts rename to x-pack/platform/plugins/shared/cases/common/utils/markdown_plugins/lens/constants.ts diff --git a/x-pack/plugins/cases/common/utils/markdown_plugins/lens/index.ts b/x-pack/platform/plugins/shared/cases/common/utils/markdown_plugins/lens/index.ts similarity index 100% rename from x-pack/plugins/cases/common/utils/markdown_plugins/lens/index.ts rename to x-pack/platform/plugins/shared/cases/common/utils/markdown_plugins/lens/index.ts diff --git a/x-pack/plugins/cases/common/utils/markdown_plugins/lens/parser.ts b/x-pack/platform/plugins/shared/cases/common/utils/markdown_plugins/lens/parser.ts similarity index 100% rename from x-pack/plugins/cases/common/utils/markdown_plugins/lens/parser.ts rename to x-pack/platform/plugins/shared/cases/common/utils/markdown_plugins/lens/parser.ts diff --git a/x-pack/plugins/cases/common/utils/markdown_plugins/lens/serializer.ts b/x-pack/platform/plugins/shared/cases/common/utils/markdown_plugins/lens/serializer.ts similarity index 100% rename from x-pack/plugins/cases/common/utils/markdown_plugins/lens/serializer.ts rename to x-pack/platform/plugins/shared/cases/common/utils/markdown_plugins/lens/serializer.ts diff --git a/x-pack/plugins/cases/common/utils/markdown_plugins/timeline/index.ts b/x-pack/platform/plugins/shared/cases/common/utils/markdown_plugins/timeline/index.ts similarity index 100% rename from x-pack/plugins/cases/common/utils/markdown_plugins/timeline/index.ts rename to x-pack/platform/plugins/shared/cases/common/utils/markdown_plugins/timeline/index.ts diff --git a/x-pack/plugins/cases/common/utils/markdown_plugins/timeline/parser.ts b/x-pack/platform/plugins/shared/cases/common/utils/markdown_plugins/timeline/parser.ts similarity index 100% rename from x-pack/plugins/cases/common/utils/markdown_plugins/timeline/parser.ts rename to x-pack/platform/plugins/shared/cases/common/utils/markdown_plugins/timeline/parser.ts diff --git a/x-pack/plugins/cases/common/utils/markdown_plugins/timeline/serializer.ts b/x-pack/platform/plugins/shared/cases/common/utils/markdown_plugins/timeline/serializer.ts similarity index 100% rename from x-pack/plugins/cases/common/utils/markdown_plugins/timeline/serializer.ts rename to x-pack/platform/plugins/shared/cases/common/utils/markdown_plugins/timeline/serializer.ts diff --git a/x-pack/plugins/cases/common/utils/markdown_plugins/timeline/translations.ts b/x-pack/platform/plugins/shared/cases/common/utils/markdown_plugins/timeline/translations.ts similarity index 100% rename from x-pack/plugins/cases/common/utils/markdown_plugins/timeline/translations.ts rename to x-pack/platform/plugins/shared/cases/common/utils/markdown_plugins/timeline/translations.ts diff --git a/x-pack/plugins/cases/common/utils/markdown_plugins/utils.test.ts b/x-pack/platform/plugins/shared/cases/common/utils/markdown_plugins/utils.test.ts similarity index 100% rename from x-pack/plugins/cases/common/utils/markdown_plugins/utils.test.ts rename to x-pack/platform/plugins/shared/cases/common/utils/markdown_plugins/utils.test.ts diff --git a/x-pack/plugins/cases/common/utils/markdown_plugins/utils.ts b/x-pack/platform/plugins/shared/cases/common/utils/markdown_plugins/utils.ts similarity index 100% rename from x-pack/plugins/cases/common/utils/markdown_plugins/utils.ts rename to x-pack/platform/plugins/shared/cases/common/utils/markdown_plugins/utils.ts diff --git a/x-pack/plugins/cases/common/utils/owner.test.ts b/x-pack/platform/plugins/shared/cases/common/utils/owner.test.ts similarity index 100% rename from x-pack/plugins/cases/common/utils/owner.test.ts rename to x-pack/platform/plugins/shared/cases/common/utils/owner.test.ts diff --git a/x-pack/plugins/cases/common/utils/owner.ts b/x-pack/platform/plugins/shared/cases/common/utils/owner.ts similarity index 100% rename from x-pack/plugins/cases/common/utils/owner.ts rename to x-pack/platform/plugins/shared/cases/common/utils/owner.ts diff --git a/x-pack/plugins/cases/common/utils/user_actions.test.ts b/x-pack/platform/plugins/shared/cases/common/utils/user_actions.test.ts similarity index 100% rename from x-pack/plugins/cases/common/utils/user_actions.test.ts rename to x-pack/platform/plugins/shared/cases/common/utils/user_actions.test.ts diff --git a/x-pack/plugins/cases/common/utils/user_actions.ts b/x-pack/platform/plugins/shared/cases/common/utils/user_actions.ts similarity index 100% rename from x-pack/plugins/cases/common/utils/user_actions.ts rename to x-pack/platform/plugins/shared/cases/common/utils/user_actions.ts diff --git a/x-pack/plugins/cases/docs/openapi/README.md b/x-pack/platform/plugins/shared/cases/docs/openapi/README.md similarity index 73% rename from x-pack/plugins/cases/docs/openapi/README.md rename to x-pack/platform/plugins/shared/cases/docs/openapi/README.md index 6de117e966fe0..da3211520da73 100644 --- a/x-pack/plugins/cases/docs/openapi/README.md +++ b/x-pack/platform/plugins/shared/cases/docs/openapi/README.md @@ -1,6 +1,6 @@ # OpenAPI (Experimental) -The current self-contained spec file is [as JSON](https://raw.githubusercontent.com/elastic/kibana/master/x-pack/plugins/cases/common/openapi/bundled.json) or [as YAML](https://raw.githubusercontent.com/elastic/kibana/master/x-pack/plugins/cases/common/openapi/bundled.yaml) and can be used for online tools like those found at . +The current self-contained spec file is [as JSON](https://raw.githubusercontent.com/elastic/kibana/master/x-pack/platform/plugins/shared/cases/common/openapi/bundled.json) or [as YAML](https://raw.githubusercontent.com/elastic/kibana/master/x-pack/platform/plugins/shared/cases/common/openapi/bundled.yaml) and can be used for online tools like those found at . This spec is experimental and may be incomplete or change later. A guide about the openApi specification can be found at [https://swagger.io/docs/specification/about/](https://swagger.io/docs/specification/about/). diff --git a/x-pack/plugins/cases/docs/openapi/bundled.json b/x-pack/platform/plugins/shared/cases/docs/openapi/bundled.json similarity index 100% rename from x-pack/plugins/cases/docs/openapi/bundled.json rename to x-pack/platform/plugins/shared/cases/docs/openapi/bundled.json diff --git a/x-pack/plugins/cases/docs/openapi/bundled.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/bundled.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/bundled.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/bundled.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/README.md b/x-pack/platform/plugins/shared/cases/docs/openapi/components/README.md similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/README.md rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/README.md diff --git a/x-pack/plugins/cases/docs/openapi/components/examples/add_comment_request.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/examples/add_comment_request.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/examples/add_comment_request.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/examples/add_comment_request.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/examples/add_comment_response.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/examples/add_comment_response.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/examples/add_comment_response.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/examples/add_comment_response.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/examples/create_case_request.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/examples/create_case_request.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/examples/create_case_request.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/examples/create_case_request.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/examples/create_case_response.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/examples/create_case_response.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/examples/create_case_response.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/examples/create_case_response.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/examples/find_case_activity_response.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/examples/find_case_activity_response.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/examples/find_case_activity_response.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/examples/find_case_activity_response.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/examples/find_case_response.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/examples/find_case_response.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/examples/find_case_response.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/examples/find_case_response.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/examples/find_connector_response.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/examples/find_connector_response.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/examples/find_connector_response.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/examples/find_connector_response.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/examples/get_case_alerts_response.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/examples/get_case_alerts_response.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/examples/get_case_alerts_response.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/examples/get_case_alerts_response.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/examples/get_case_configuration_response.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/examples/get_case_configuration_response.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/examples/get_case_configuration_response.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/examples/get_case_configuration_response.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/examples/get_case_observability_response.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/examples/get_case_observability_response.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/examples/get_case_observability_response.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/examples/get_case_observability_response.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/examples/get_case_response.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/examples/get_case_response.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/examples/get_case_response.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/examples/get_case_response.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/examples/get_comment_response.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/examples/get_comment_response.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/examples/get_comment_response.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/examples/get_comment_response.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/examples/get_reporters_response.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/examples/get_reporters_response.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/examples/get_reporters_response.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/examples/get_reporters_response.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/examples/get_tags_response.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/examples/get_tags_response.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/examples/get_tags_response.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/examples/get_tags_response.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/examples/push_case_response.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/examples/push_case_response.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/examples/push_case_response.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/examples/push_case_response.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/examples/set_case_configuration_request.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/examples/set_case_configuration_request.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/examples/set_case_configuration_request.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/examples/set_case_configuration_request.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/examples/set_case_configuration_response.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/examples/set_case_configuration_response.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/examples/set_case_configuration_response.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/examples/set_case_configuration_response.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/examples/update_case_configuration_request.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/examples/update_case_configuration_request.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/examples/update_case_configuration_request.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/examples/update_case_configuration_request.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/examples/update_case_configuration_response.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/examples/update_case_configuration_response.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/examples/update_case_configuration_response.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/examples/update_case_configuration_response.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/examples/update_case_request.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/examples/update_case_request.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/examples/update_case_request.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/examples/update_case_request.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/examples/update_case_response.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/examples/update_case_response.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/examples/update_case_response.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/examples/update_case_response.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/examples/update_comment_request.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/examples/update_comment_request.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/examples/update_comment_request.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/examples/update_comment_request.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/examples/update_comment_response.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/examples/update_comment_response.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/examples/update_comment_response.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/examples/update_comment_response.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/headers/kbn_xsrf.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/headers/kbn_xsrf.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/headers/kbn_xsrf.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/headers/kbn_xsrf.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/parameters/alert_id.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/parameters/alert_id.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/parameters/alert_id.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/parameters/alert_id.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/parameters/assignees_filter.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/parameters/assignees_filter.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/parameters/assignees_filter.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/parameters/assignees_filter.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/parameters/case_id.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/parameters/case_id.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/parameters/case_id.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/parameters/case_id.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/parameters/category.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/parameters/category.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/parameters/category.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/parameters/category.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/parameters/comment_id.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/parameters/comment_id.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/parameters/comment_id.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/parameters/comment_id.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/parameters/configuration_id.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/parameters/configuration_id.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/parameters/configuration_id.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/parameters/configuration_id.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/parameters/connector_id.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/parameters/connector_id.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/parameters/connector_id.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/parameters/connector_id.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/parameters/defaultSearchOperator.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/parameters/defaultSearchOperator.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/parameters/defaultSearchOperator.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/parameters/defaultSearchOperator.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/parameters/from.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/parameters/from.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/parameters/from.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/parameters/from.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/parameters/ids.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/parameters/ids.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/parameters/ids.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/parameters/ids.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/parameters/includeComments.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/parameters/includeComments.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/parameters/includeComments.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/parameters/includeComments.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/parameters/owner_filter.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/parameters/owner_filter.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/parameters/owner_filter.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/parameters/owner_filter.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/parameters/page_index.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/parameters/page_index.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/parameters/page_index.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/parameters/page_index.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/parameters/page_size.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/parameters/page_size.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/parameters/page_size.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/parameters/page_size.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/parameters/reporters.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/parameters/reporters.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/parameters/reporters.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/parameters/reporters.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/parameters/search.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/parameters/search.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/parameters/search.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/parameters/search.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/parameters/searchFields.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/parameters/searchFields.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/parameters/searchFields.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/parameters/searchFields.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/parameters/searchFieldsType.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/parameters/searchFieldsType.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/parameters/searchFieldsType.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/parameters/searchFieldsType.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/parameters/searchFieldsTypeArray.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/parameters/searchFieldsTypeArray.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/parameters/searchFieldsTypeArray.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/parameters/searchFieldsTypeArray.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/parameters/severity.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/parameters/severity.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/parameters/severity.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/parameters/severity.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/parameters/sortField.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/parameters/sortField.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/parameters/sortField.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/parameters/sortField.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/parameters/sort_order.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/parameters/sort_order.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/parameters/sort_order.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/parameters/sort_order.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/parameters/space_id.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/parameters/space_id.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/parameters/space_id.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/parameters/space_id.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/parameters/status.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/parameters/status.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/parameters/status.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/parameters/status.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/parameters/tags.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/parameters/tags.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/parameters/tags.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/parameters/tags.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/parameters/to.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/parameters/to.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/parameters/to.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/parameters/to.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/parameters/user_action_types.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/parameters/user_action_types.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/parameters/user_action_types.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/parameters/user_action_types.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/4xx_response.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/4xx_response.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/4xx_response.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/4xx_response.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/action_types.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/action_types.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/action_types.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/action_types.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/actions.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/actions.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/actions.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/actions.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/add_alert_comment_request_properties.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/add_alert_comment_request_properties.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/add_alert_comment_request_properties.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/add_alert_comment_request_properties.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/add_case_comment_request.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/add_case_comment_request.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/add_case_comment_request.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/add_case_comment_request.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/add_case_file_request.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/add_case_file_request.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/add_case_file_request.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/add_case_file_request.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/add_user_comment_request_properties.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/add_user_comment_request_properties.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/add_user_comment_request_properties.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/add_user_comment_request_properties.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/alert_comment_response_properties.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/alert_comment_response_properties.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/alert_comment_response_properties.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/alert_comment_response_properties.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/alert_identifiers.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/alert_identifiers.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/alert_identifiers.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/alert_identifiers.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/alert_indices.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/alert_indices.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/alert_indices.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/alert_indices.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/alert_response_properties.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/alert_response_properties.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/alert_response_properties.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/alert_response_properties.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/assignees.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/assignees.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/assignees.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/assignees.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/case_categories.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/case_categories.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/case_categories.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/case_categories.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/case_category.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/case_category.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/case_category.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/case_category.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/case_configure_connector_properties.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/case_configure_connector_properties.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/case_configure_connector_properties.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/case_configure_connector_properties.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/case_configure_customfields.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/case_configure_customfields.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/case_configure_customfields.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/case_configure_customfields.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/case_configure_response_properties.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/case_configure_response_properties.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/case_configure_response_properties.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/case_configure_response_properties.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/case_customfields.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/case_customfields.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/case_customfields.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/case_customfields.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/case_description.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/case_description.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/case_description.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/case_description.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/case_response_closed_by_properties.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/case_response_closed_by_properties.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/case_response_closed_by_properties.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/case_response_closed_by_properties.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/case_response_connector_field_properties.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/case_response_connector_field_properties.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/case_response_connector_field_properties.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/case_response_connector_field_properties.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/case_response_created_by_properties.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/case_response_created_by_properties.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/case_response_created_by_properties.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/case_response_created_by_properties.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/case_response_properties.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/case_response_properties.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/case_response_properties.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/case_response_properties.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/case_response_pushed_by_properties.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/case_response_pushed_by_properties.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/case_response_pushed_by_properties.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/case_response_pushed_by_properties.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/case_response_updated_by_properties.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/case_response_updated_by_properties.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/case_response_updated_by_properties.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/case_response_updated_by_properties.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/case_severity.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/case_severity.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/case_severity.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/case_severity.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/case_status.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/case_status.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/case_status.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/case_status.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/case_tags.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/case_tags.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/case_tags.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/case_tags.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/case_title.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/case_title.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/case_title.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/case_title.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/closure_types.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/closure_types.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/closure_types.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/closure_types.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/comment_types.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/comment_types.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/comment_types.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/comment_types.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/connector_properties.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/connector_properties.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/connector_properties.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/connector_properties.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/connector_properties_cases_webhook.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/connector_properties_cases_webhook.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/connector_properties_cases_webhook.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/connector_properties_cases_webhook.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/connector_properties_jira.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/connector_properties_jira.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/connector_properties_jira.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/connector_properties_jira.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/connector_properties_none.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/connector_properties_none.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/connector_properties_none.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/connector_properties_none.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/connector_properties_resilient.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/connector_properties_resilient.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/connector_properties_resilient.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/connector_properties_resilient.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/connector_properties_servicenow.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/connector_properties_servicenow.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/connector_properties_servicenow.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/connector_properties_servicenow.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/connector_properties_servicenow_sir.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/connector_properties_servicenow_sir.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/connector_properties_servicenow_sir.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/connector_properties_servicenow_sir.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/connector_properties_swimlane.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/connector_properties_swimlane.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/connector_properties_swimlane.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/connector_properties_swimlane.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/connector_response_properties.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/connector_response_properties.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/connector_response_properties.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/connector_response_properties.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/connector_types.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/connector_types.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/connector_types.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/connector_types.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/create_case_request.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/create_case_request.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/create_case_request.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/create_case_request.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/external_service.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/external_service.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/external_service.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/external_service.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/owner.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/owner.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/owner.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/owner.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/owners.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/owners.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/owners.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/owners.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/payload_alert_comment.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/payload_alert_comment.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/payload_alert_comment.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/payload_alert_comment.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/payload_assignees.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/payload_assignees.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/payload_assignees.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/payload_assignees.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/payload_connector.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/payload_connector.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/payload_connector.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/payload_connector.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/payload_create_case.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/payload_create_case.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/payload_create_case.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/payload_create_case.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/payload_delete.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/payload_delete.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/payload_delete.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/payload_delete.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/payload_description.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/payload_description.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/payload_description.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/payload_description.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/payload_pushed.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/payload_pushed.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/payload_pushed.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/payload_pushed.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/payload_settings.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/payload_settings.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/payload_settings.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/payload_settings.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/payload_severity.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/payload_severity.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/payload_severity.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/payload_severity.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/payload_status.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/payload_status.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/payload_status.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/payload_status.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/payload_tags.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/payload_tags.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/payload_tags.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/payload_tags.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/payload_title.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/payload_title.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/payload_title.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/payload_title.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/payload_user_comment.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/payload_user_comment.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/payload_user_comment.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/payload_user_comment.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/rule.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/rule.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/rule.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/rule.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/rule_properties.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/rule_properties.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/rule_properties.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/rule_properties.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/set_case_configuration_request.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/set_case_configuration_request.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/set_case_configuration_request.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/set_case_configuration_request.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/settings.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/settings.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/settings.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/settings.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/string.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/string.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/string.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/string.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/string_array.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/string_array.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/string_array.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/string_array.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/template_tags.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/template_tags.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/template_tags.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/template_tags.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/templates.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/templates.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/templates.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/templates.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/update_alert_comment_request_properties.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/update_alert_comment_request_properties.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/update_alert_comment_request_properties.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/update_alert_comment_request_properties.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/update_case_comment_request.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/update_case_comment_request.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/update_case_comment_request.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/update_case_comment_request.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/update_case_configuration_request.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/update_case_configuration_request.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/update_case_configuration_request.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/update_case_configuration_request.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/update_case_request.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/update_case_request.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/update_case_request.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/update_case_request.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/update_user_comment_request_properties.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/update_user_comment_request_properties.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/update_user_comment_request_properties.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/update_user_comment_request_properties.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/user_actions_find_response_properties.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/user_actions_find_response_properties.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/user_actions_find_response_properties.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/user_actions_find_response_properties.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/user_actions_response_properties.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/user_actions_response_properties.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/user_actions_response_properties.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/user_actions_response_properties.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/user_comment_response_properties.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/user_comment_response_properties.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/user_comment_response_properties.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/user_comment_response_properties.yaml diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/user_properties.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/user_properties.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/components/schemas/user_properties.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/components/schemas/user_properties.yaml diff --git a/x-pack/plugins/cases/docs/openapi/entrypoint.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/entrypoint.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/entrypoint.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/entrypoint.yaml diff --git a/x-pack/plugins/cases/docs/openapi/paths/README.md b/x-pack/platform/plugins/shared/cases/docs/openapi/paths/README.md similarity index 100% rename from x-pack/plugins/cases/docs/openapi/paths/README.md rename to x-pack/platform/plugins/shared/cases/docs/openapi/paths/README.md diff --git a/x-pack/plugins/cases/docs/openapi/paths/api@cases.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/paths/api@cases.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/paths/api@cases.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/paths/api@cases.yaml diff --git a/x-pack/plugins/cases/docs/openapi/paths/api@cases@_find.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/paths/api@cases@_find.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/paths/api@cases@_find.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/paths/api@cases@_find.yaml diff --git a/x-pack/plugins/cases/docs/openapi/paths/api@cases@alerts@{alertid}.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/paths/api@cases@alerts@{alertid}.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/paths/api@cases@alerts@{alertid}.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/paths/api@cases@alerts@{alertid}.yaml diff --git a/x-pack/plugins/cases/docs/openapi/paths/api@cases@configure.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/paths/api@cases@configure.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/paths/api@cases@configure.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/paths/api@cases@configure.yaml diff --git a/x-pack/plugins/cases/docs/openapi/paths/api@cases@configure@connectors@_find.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/paths/api@cases@configure@connectors@_find.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/paths/api@cases@configure@connectors@_find.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/paths/api@cases@configure@connectors@_find.yaml diff --git a/x-pack/plugins/cases/docs/openapi/paths/api@cases@configure@{configurationid}.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/paths/api@cases@configure@{configurationid}.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/paths/api@cases@configure@{configurationid}.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/paths/api@cases@configure@{configurationid}.yaml diff --git a/x-pack/plugins/cases/docs/openapi/paths/api@cases@reporters.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/paths/api@cases@reporters.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/paths/api@cases@reporters.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/paths/api@cases@reporters.yaml diff --git a/x-pack/plugins/cases/docs/openapi/paths/api@cases@status.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/paths/api@cases@status.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/paths/api@cases@status.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/paths/api@cases@status.yaml diff --git a/x-pack/plugins/cases/docs/openapi/paths/api@cases@tags.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/paths/api@cases@tags.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/paths/api@cases@tags.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/paths/api@cases@tags.yaml diff --git a/x-pack/plugins/cases/docs/openapi/paths/api@cases@{caseid}.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/paths/api@cases@{caseid}.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/paths/api@cases@{caseid}.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/paths/api@cases@{caseid}.yaml diff --git a/x-pack/plugins/cases/docs/openapi/paths/api@cases@{caseid}@alerts.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/paths/api@cases@{caseid}@alerts.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/paths/api@cases@{caseid}@alerts.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/paths/api@cases@{caseid}@alerts.yaml diff --git a/x-pack/plugins/cases/docs/openapi/paths/api@cases@{caseid}@comments.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/paths/api@cases@{caseid}@comments.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/paths/api@cases@{caseid}@comments.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/paths/api@cases@{caseid}@comments.yaml diff --git a/x-pack/plugins/cases/docs/openapi/paths/api@cases@{caseid}@comments@_find.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/paths/api@cases@{caseid}@comments@_find.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/paths/api@cases@{caseid}@comments@_find.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/paths/api@cases@{caseid}@comments@_find.yaml diff --git a/x-pack/plugins/cases/docs/openapi/paths/api@cases@{caseid}@comments@{commentid}.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/paths/api@cases@{caseid}@comments@{commentid}.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/paths/api@cases@{caseid}@comments@{commentid}.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/paths/api@cases@{caseid}@comments@{commentid}.yaml diff --git a/x-pack/plugins/cases/docs/openapi/paths/api@cases@{caseid}@connector@{connectorid}@_push.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/paths/api@cases@{caseid}@connector@{connectorid}@_push.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/paths/api@cases@{caseid}@connector@{connectorid}@_push.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/paths/api@cases@{caseid}@connector@{connectorid}@_push.yaml diff --git a/x-pack/plugins/cases/docs/openapi/paths/api@cases@{caseid}@files.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/paths/api@cases@{caseid}@files.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/paths/api@cases@{caseid}@files.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/paths/api@cases@{caseid}@files.yaml diff --git a/x-pack/plugins/cases/docs/openapi/paths/api@cases@{caseid}@user_actions.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/paths/api@cases@{caseid}@user_actions.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/paths/api@cases@{caseid}@user_actions.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/paths/api@cases@{caseid}@user_actions.yaml diff --git a/x-pack/plugins/cases/docs/openapi/paths/api@cases@{caseid}@user_actions@_find.yaml b/x-pack/platform/plugins/shared/cases/docs/openapi/paths/api@cases@{caseid}@user_actions@_find.yaml similarity index 100% rename from x-pack/plugins/cases/docs/openapi/paths/api@cases@{caseid}@user_actions@_find.yaml rename to x-pack/platform/plugins/shared/cases/docs/openapi/paths/api@cases@{caseid}@user_actions@_find.yaml diff --git a/x-pack/plugins/cases/images/all_cases.png b/x-pack/platform/plugins/shared/cases/images/all_cases.png similarity index 100% rename from x-pack/plugins/cases/images/all_cases.png rename to x-pack/platform/plugins/shared/cases/images/all_cases.png diff --git a/x-pack/plugins/cases/images/all_cases_selector_modal.png b/x-pack/platform/plugins/shared/cases/images/all_cases_selector_modal.png similarity index 100% rename from x-pack/plugins/cases/images/all_cases_selector_modal.png rename to x-pack/platform/plugins/shared/cases/images/all_cases_selector_modal.png diff --git a/x-pack/plugins/cases/images/case_view.png b/x-pack/platform/plugins/shared/cases/images/case_view.png similarity index 100% rename from x-pack/plugins/cases/images/case_view.png rename to x-pack/platform/plugins/shared/cases/images/case_view.png diff --git a/x-pack/plugins/cases/images/configure.png b/x-pack/platform/plugins/shared/cases/images/configure.png similarity index 100% rename from x-pack/plugins/cases/images/configure.png rename to x-pack/platform/plugins/shared/cases/images/configure.png diff --git a/x-pack/plugins/cases/images/create.png b/x-pack/platform/plugins/shared/cases/images/create.png similarity index 100% rename from x-pack/plugins/cases/images/create.png rename to x-pack/platform/plugins/shared/cases/images/create.png diff --git a/x-pack/plugins/cases/images/logo.png b/x-pack/platform/plugins/shared/cases/images/logo.png similarity index 100% rename from x-pack/plugins/cases/images/logo.png rename to x-pack/platform/plugins/shared/cases/images/logo.png diff --git a/x-pack/plugins/cases/images/recent_cases.png b/x-pack/platform/plugins/shared/cases/images/recent_cases.png similarity index 100% rename from x-pack/plugins/cases/images/recent_cases.png rename to x-pack/platform/plugins/shared/cases/images/recent_cases.png diff --git a/x-pack/plugins/cases/jest.config.js b/x-pack/platform/plugins/shared/cases/jest.config.js similarity index 62% rename from x-pack/plugins/cases/jest.config.js rename to x-pack/platform/plugins/shared/cases/jest.config.js index 3b1b0b1223191..34224c8f912e8 100644 --- a/x-pack/plugins/cases/jest.config.js +++ b/x-pack/platform/plugins/shared/cases/jest.config.js @@ -7,9 +7,9 @@ module.exports = { preset: '@kbn/test', - rootDir: '../../..', - roots: ['/x-pack/plugins/cases'], - coverageDirectory: '/target/kibana-coverage/jest/x-pack/plugins/cases', + rootDir: '../../../../..', + roots: ['/x-pack/platform/plugins/shared/cases'], + coverageDirectory: '/target/kibana-coverage/jest/x-pack/platform/plugins/shared/cases', coverageReporters: ['text', 'html'], - collectCoverageFrom: ['/x-pack/plugins/cases/{common,public,server}/**/*.{ts,tsx}'], + collectCoverageFrom: ['/x-pack/platform/plugins/shared/cases/{common,public,server}/**/*.{ts,tsx}'], }; diff --git a/x-pack/plugins/cases/kibana.jsonc b/x-pack/platform/plugins/shared/cases/kibana.jsonc similarity index 100% rename from x-pack/plugins/cases/kibana.jsonc rename to x-pack/platform/plugins/shared/cases/kibana.jsonc diff --git a/x-pack/plugins/cases/package.json b/x-pack/platform/plugins/shared/cases/package.json similarity index 100% rename from x-pack/plugins/cases/package.json rename to x-pack/platform/plugins/shared/cases/package.json diff --git a/x-pack/plugins/cases/public/api/__mocks__/index.ts b/x-pack/platform/plugins/shared/cases/public/api/__mocks__/index.ts similarity index 100% rename from x-pack/plugins/cases/public/api/__mocks__/index.ts rename to x-pack/platform/plugins/shared/cases/public/api/__mocks__/index.ts diff --git a/x-pack/plugins/cases/public/api/decoders.ts b/x-pack/platform/plugins/shared/cases/public/api/decoders.ts similarity index 100% rename from x-pack/plugins/cases/public/api/decoders.ts rename to x-pack/platform/plugins/shared/cases/public/api/decoders.ts diff --git a/x-pack/plugins/cases/public/api/index.test.ts b/x-pack/platform/plugins/shared/cases/public/api/index.test.ts similarity index 100% rename from x-pack/plugins/cases/public/api/index.test.ts rename to x-pack/platform/plugins/shared/cases/public/api/index.test.ts diff --git a/x-pack/plugins/cases/public/api/index.ts b/x-pack/platform/plugins/shared/cases/public/api/index.ts similarity index 100% rename from x-pack/plugins/cases/public/api/index.ts rename to x-pack/platform/plugins/shared/cases/public/api/index.ts diff --git a/x-pack/plugins/cases/public/api/utils.test.ts b/x-pack/platform/plugins/shared/cases/public/api/utils.test.ts similarity index 100% rename from x-pack/plugins/cases/public/api/utils.test.ts rename to x-pack/platform/plugins/shared/cases/public/api/utils.test.ts diff --git a/x-pack/plugins/cases/public/api/utils.ts b/x-pack/platform/plugins/shared/cases/public/api/utils.ts similarity index 100% rename from x-pack/plugins/cases/public/api/utils.ts rename to x-pack/platform/plugins/shared/cases/public/api/utils.ts diff --git a/x-pack/plugins/cases/public/application.tsx b/x-pack/platform/plugins/shared/cases/public/application.tsx similarity index 100% rename from x-pack/plugins/cases/public/application.tsx rename to x-pack/platform/plugins/shared/cases/public/application.tsx diff --git a/x-pack/plugins/cases/public/client/api/index.test.ts b/x-pack/platform/plugins/shared/cases/public/client/api/index.test.ts similarity index 100% rename from x-pack/plugins/cases/public/client/api/index.test.ts rename to x-pack/platform/plugins/shared/cases/public/client/api/index.test.ts diff --git a/x-pack/plugins/cases/public/client/api/index.ts b/x-pack/platform/plugins/shared/cases/public/client/api/index.ts similarity index 100% rename from x-pack/plugins/cases/public/client/api/index.ts rename to x-pack/platform/plugins/shared/cases/public/client/api/index.ts diff --git a/x-pack/plugins/cases/public/client/attachment_framework/external_reference_registry.ts b/x-pack/platform/plugins/shared/cases/public/client/attachment_framework/external_reference_registry.ts similarity index 100% rename from x-pack/plugins/cases/public/client/attachment_framework/external_reference_registry.ts rename to x-pack/platform/plugins/shared/cases/public/client/attachment_framework/external_reference_registry.ts diff --git a/x-pack/plugins/cases/public/client/attachment_framework/persistable_state_registry.ts b/x-pack/platform/plugins/shared/cases/public/client/attachment_framework/persistable_state_registry.ts similarity index 100% rename from x-pack/plugins/cases/public/client/attachment_framework/persistable_state_registry.ts rename to x-pack/platform/plugins/shared/cases/public/client/attachment_framework/persistable_state_registry.ts diff --git a/x-pack/plugins/cases/public/client/attachment_framework/types.ts b/x-pack/platform/plugins/shared/cases/public/client/attachment_framework/types.ts similarity index 100% rename from x-pack/plugins/cases/public/client/attachment_framework/types.ts rename to x-pack/platform/plugins/shared/cases/public/client/attachment_framework/types.ts diff --git a/x-pack/plugins/cases/public/client/helpers/can_use_cases.test.ts b/x-pack/platform/plugins/shared/cases/public/client/helpers/can_use_cases.test.ts similarity index 100% rename from x-pack/plugins/cases/public/client/helpers/can_use_cases.test.ts rename to x-pack/platform/plugins/shared/cases/public/client/helpers/can_use_cases.test.ts diff --git a/x-pack/plugins/cases/public/client/helpers/can_use_cases.ts b/x-pack/platform/plugins/shared/cases/public/client/helpers/can_use_cases.ts similarity index 100% rename from x-pack/plugins/cases/public/client/helpers/can_use_cases.ts rename to x-pack/platform/plugins/shared/cases/public/client/helpers/can_use_cases.ts diff --git a/x-pack/plugins/cases/public/client/helpers/capabilities.test.ts b/x-pack/platform/plugins/shared/cases/public/client/helpers/capabilities.test.ts similarity index 100% rename from x-pack/plugins/cases/public/client/helpers/capabilities.test.ts rename to x-pack/platform/plugins/shared/cases/public/client/helpers/capabilities.test.ts diff --git a/x-pack/plugins/cases/public/client/helpers/capabilities.ts b/x-pack/platform/plugins/shared/cases/public/client/helpers/capabilities.ts similarity index 100% rename from x-pack/plugins/cases/public/client/helpers/capabilities.ts rename to x-pack/platform/plugins/shared/cases/public/client/helpers/capabilities.ts diff --git a/x-pack/plugins/cases/public/client/helpers/get_rule_id_from_event.ts b/x-pack/platform/plugins/shared/cases/public/client/helpers/get_rule_id_from_event.ts similarity index 100% rename from x-pack/plugins/cases/public/client/helpers/get_rule_id_from_event.ts rename to x-pack/platform/plugins/shared/cases/public/client/helpers/get_rule_id_from_event.ts diff --git a/x-pack/plugins/cases/public/client/helpers/group_alerts_by_rule.ts b/x-pack/platform/plugins/shared/cases/public/client/helpers/group_alerts_by_rule.ts similarity index 100% rename from x-pack/plugins/cases/public/client/helpers/group_alerts_by_rule.ts rename to x-pack/platform/plugins/shared/cases/public/client/helpers/group_alerts_by_rule.ts diff --git a/x-pack/plugins/cases/public/client/ui/get_all_cases_selector_modal.tsx b/x-pack/platform/plugins/shared/cases/public/client/ui/get_all_cases_selector_modal.tsx similarity index 100% rename from x-pack/plugins/cases/public/client/ui/get_all_cases_selector_modal.tsx rename to x-pack/platform/plugins/shared/cases/public/client/ui/get_all_cases_selector_modal.tsx diff --git a/x-pack/plugins/cases/public/client/ui/get_cases.tsx b/x-pack/platform/plugins/shared/cases/public/client/ui/get_cases.tsx similarity index 100% rename from x-pack/plugins/cases/public/client/ui/get_cases.tsx rename to x-pack/platform/plugins/shared/cases/public/client/ui/get_cases.tsx diff --git a/x-pack/plugins/cases/public/client/ui/get_cases_context.tsx b/x-pack/platform/plugins/shared/cases/public/client/ui/get_cases_context.tsx similarity index 100% rename from x-pack/plugins/cases/public/client/ui/get_cases_context.tsx rename to x-pack/platform/plugins/shared/cases/public/client/ui/get_cases_context.tsx diff --git a/x-pack/plugins/cases/public/client/ui/get_create_case_flyout.tsx b/x-pack/platform/plugins/shared/cases/public/client/ui/get_create_case_flyout.tsx similarity index 100% rename from x-pack/plugins/cases/public/client/ui/get_create_case_flyout.tsx rename to x-pack/platform/plugins/shared/cases/public/client/ui/get_create_case_flyout.tsx diff --git a/x-pack/plugins/cases/public/client/ui/get_recent_cases.tsx b/x-pack/platform/plugins/shared/cases/public/client/ui/get_recent_cases.tsx similarity index 100% rename from x-pack/plugins/cases/public/client/ui/get_recent_cases.tsx rename to x-pack/platform/plugins/shared/cases/public/client/ui/get_recent_cases.tsx diff --git a/x-pack/plugins/cases/public/common/apm/use_cases_transactions.test.ts b/x-pack/platform/plugins/shared/cases/public/common/apm/use_cases_transactions.test.ts similarity index 100% rename from x-pack/plugins/cases/public/common/apm/use_cases_transactions.test.ts rename to x-pack/platform/plugins/shared/cases/public/common/apm/use_cases_transactions.test.ts diff --git a/x-pack/plugins/cases/public/common/apm/use_cases_transactions.ts b/x-pack/platform/plugins/shared/cases/public/common/apm/use_cases_transactions.ts similarity index 100% rename from x-pack/plugins/cases/public/common/apm/use_cases_transactions.ts rename to x-pack/platform/plugins/shared/cases/public/common/apm/use_cases_transactions.ts diff --git a/x-pack/plugins/cases/public/common/apm/use_start_transaction.ts b/x-pack/platform/plugins/shared/cases/public/common/apm/use_start_transaction.ts similarity index 100% rename from x-pack/plugins/cases/public/common/apm/use_start_transaction.ts rename to x-pack/platform/plugins/shared/cases/public/common/apm/use_start_transaction.ts diff --git a/x-pack/plugins/cases/public/common/errors.ts b/x-pack/platform/plugins/shared/cases/public/common/errors.ts similarity index 100% rename from x-pack/plugins/cases/public/common/errors.ts rename to x-pack/platform/plugins/shared/cases/public/common/errors.ts diff --git a/x-pack/plugins/cases/public/common/hooks.test.tsx b/x-pack/platform/plugins/shared/cases/public/common/hooks.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/common/hooks.test.tsx rename to x-pack/platform/plugins/shared/cases/public/common/hooks.test.tsx diff --git a/x-pack/plugins/cases/public/common/hooks.ts b/x-pack/platform/plugins/shared/cases/public/common/hooks.ts similarity index 100% rename from x-pack/plugins/cases/public/common/hooks.ts rename to x-pack/platform/plugins/shared/cases/public/common/hooks.ts diff --git a/x-pack/plugins/cases/public/common/lib/kibana/__mocks__/index.ts b/x-pack/platform/plugins/shared/cases/public/common/lib/kibana/__mocks__/index.ts similarity index 100% rename from x-pack/plugins/cases/public/common/lib/kibana/__mocks__/index.ts rename to x-pack/platform/plugins/shared/cases/public/common/lib/kibana/__mocks__/index.ts diff --git a/x-pack/plugins/cases/public/common/lib/kibana/__mocks__/use_application.tsx b/x-pack/platform/plugins/shared/cases/public/common/lib/kibana/__mocks__/use_application.tsx similarity index 100% rename from x-pack/plugins/cases/public/common/lib/kibana/__mocks__/use_application.tsx rename to x-pack/platform/plugins/shared/cases/public/common/lib/kibana/__mocks__/use_application.tsx diff --git a/x-pack/plugins/cases/public/common/lib/kibana/hooks.test.tsx b/x-pack/platform/plugins/shared/cases/public/common/lib/kibana/hooks.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/common/lib/kibana/hooks.test.tsx rename to x-pack/platform/plugins/shared/cases/public/common/lib/kibana/hooks.test.tsx diff --git a/x-pack/plugins/cases/public/common/lib/kibana/hooks.ts b/x-pack/platform/plugins/shared/cases/public/common/lib/kibana/hooks.ts similarity index 100% rename from x-pack/plugins/cases/public/common/lib/kibana/hooks.ts rename to x-pack/platform/plugins/shared/cases/public/common/lib/kibana/hooks.ts diff --git a/x-pack/plugins/cases/public/common/lib/kibana/index.ts b/x-pack/platform/plugins/shared/cases/public/common/lib/kibana/index.ts similarity index 100% rename from x-pack/plugins/cases/public/common/lib/kibana/index.ts rename to x-pack/platform/plugins/shared/cases/public/common/lib/kibana/index.ts diff --git a/x-pack/plugins/cases/public/common/lib/kibana/kibana_react.mock.tsx b/x-pack/platform/plugins/shared/cases/public/common/lib/kibana/kibana_react.mock.tsx similarity index 100% rename from x-pack/plugins/cases/public/common/lib/kibana/kibana_react.mock.tsx rename to x-pack/platform/plugins/shared/cases/public/common/lib/kibana/kibana_react.mock.tsx diff --git a/x-pack/plugins/cases/public/common/lib/kibana/kibana_react.ts b/x-pack/platform/plugins/shared/cases/public/common/lib/kibana/kibana_react.ts similarity index 100% rename from x-pack/plugins/cases/public/common/lib/kibana/kibana_react.ts rename to x-pack/platform/plugins/shared/cases/public/common/lib/kibana/kibana_react.ts diff --git a/x-pack/plugins/cases/public/common/lib/kibana/services.ts b/x-pack/platform/plugins/shared/cases/public/common/lib/kibana/services.ts similarity index 100% rename from x-pack/plugins/cases/public/common/lib/kibana/services.ts rename to x-pack/platform/plugins/shared/cases/public/common/lib/kibana/services.ts diff --git a/x-pack/plugins/cases/public/common/lib/kibana/use_application.test.tsx b/x-pack/platform/plugins/shared/cases/public/common/lib/kibana/use_application.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/common/lib/kibana/use_application.test.tsx rename to x-pack/platform/plugins/shared/cases/public/common/lib/kibana/use_application.test.tsx diff --git a/x-pack/plugins/cases/public/common/lib/kibana/use_application.tsx b/x-pack/platform/plugins/shared/cases/public/common/lib/kibana/use_application.tsx similarity index 100% rename from x-pack/plugins/cases/public/common/lib/kibana/use_application.tsx rename to x-pack/platform/plugins/shared/cases/public/common/lib/kibana/use_application.tsx diff --git a/x-pack/plugins/cases/public/common/mock/connectors.ts b/x-pack/platform/plugins/shared/cases/public/common/mock/connectors.ts similarity index 100% rename from x-pack/plugins/cases/public/common/mock/connectors.ts rename to x-pack/platform/plugins/shared/cases/public/common/mock/connectors.ts diff --git a/x-pack/plugins/cases/public/common/mock/index.ts b/x-pack/platform/plugins/shared/cases/public/common/mock/index.ts similarity index 100% rename from x-pack/plugins/cases/public/common/mock/index.ts rename to x-pack/platform/plugins/shared/cases/public/common/mock/index.ts diff --git a/x-pack/plugins/cases/public/common/mock/permissions.ts b/x-pack/platform/plugins/shared/cases/public/common/mock/permissions.ts similarity index 100% rename from x-pack/plugins/cases/public/common/mock/permissions.ts rename to x-pack/platform/plugins/shared/cases/public/common/mock/permissions.ts diff --git a/x-pack/plugins/cases/public/common/mock/register_connectors.ts b/x-pack/platform/plugins/shared/cases/public/common/mock/register_connectors.ts similarity index 100% rename from x-pack/plugins/cases/public/common/mock/register_connectors.ts rename to x-pack/platform/plugins/shared/cases/public/common/mock/register_connectors.ts diff --git a/x-pack/plugins/cases/public/common/mock/test_providers.tsx b/x-pack/platform/plugins/shared/cases/public/common/mock/test_providers.tsx similarity index 100% rename from x-pack/plugins/cases/public/common/mock/test_providers.tsx rename to x-pack/platform/plugins/shared/cases/public/common/mock/test_providers.tsx diff --git a/x-pack/plugins/cases/public/common/navigation/__mocks__/hooks.ts b/x-pack/platform/plugins/shared/cases/public/common/navigation/__mocks__/hooks.ts similarity index 100% rename from x-pack/plugins/cases/public/common/navigation/__mocks__/hooks.ts rename to x-pack/platform/plugins/shared/cases/public/common/navigation/__mocks__/hooks.ts diff --git a/x-pack/plugins/cases/public/common/navigation/deep_links.test.ts b/x-pack/platform/plugins/shared/cases/public/common/navigation/deep_links.test.ts similarity index 100% rename from x-pack/plugins/cases/public/common/navigation/deep_links.test.ts rename to x-pack/platform/plugins/shared/cases/public/common/navigation/deep_links.test.ts diff --git a/x-pack/plugins/cases/public/common/navigation/deep_links.ts b/x-pack/platform/plugins/shared/cases/public/common/navigation/deep_links.ts similarity index 100% rename from x-pack/plugins/cases/public/common/navigation/deep_links.ts rename to x-pack/platform/plugins/shared/cases/public/common/navigation/deep_links.ts diff --git a/x-pack/plugins/cases/public/common/navigation/hooks.test.tsx b/x-pack/platform/plugins/shared/cases/public/common/navigation/hooks.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/common/navigation/hooks.test.tsx rename to x-pack/platform/plugins/shared/cases/public/common/navigation/hooks.test.tsx diff --git a/x-pack/plugins/cases/public/common/navigation/hooks.ts b/x-pack/platform/plugins/shared/cases/public/common/navigation/hooks.ts similarity index 100% rename from x-pack/plugins/cases/public/common/navigation/hooks.ts rename to x-pack/platform/plugins/shared/cases/public/common/navigation/hooks.ts diff --git a/x-pack/plugins/cases/public/common/navigation/index.ts b/x-pack/platform/plugins/shared/cases/public/common/navigation/index.ts similarity index 100% rename from x-pack/plugins/cases/public/common/navigation/index.ts rename to x-pack/platform/plugins/shared/cases/public/common/navigation/index.ts diff --git a/x-pack/plugins/cases/public/common/navigation/paths.test.ts b/x-pack/platform/plugins/shared/cases/public/common/navigation/paths.test.ts similarity index 100% rename from x-pack/plugins/cases/public/common/navigation/paths.test.ts rename to x-pack/platform/plugins/shared/cases/public/common/navigation/paths.test.ts diff --git a/x-pack/plugins/cases/public/common/navigation/paths.ts b/x-pack/platform/plugins/shared/cases/public/common/navigation/paths.ts similarity index 100% rename from x-pack/plugins/cases/public/common/navigation/paths.ts rename to x-pack/platform/plugins/shared/cases/public/common/navigation/paths.ts diff --git a/x-pack/plugins/cases/public/common/test_utils.tsx b/x-pack/platform/plugins/shared/cases/public/common/test_utils.tsx similarity index 100% rename from x-pack/plugins/cases/public/common/test_utils.tsx rename to x-pack/platform/plugins/shared/cases/public/common/test_utils.tsx diff --git a/x-pack/plugins/cases/public/common/translations.ts b/x-pack/platform/plugins/shared/cases/public/common/translations.ts similarity index 100% rename from x-pack/plugins/cases/public/common/translations.ts rename to x-pack/platform/plugins/shared/cases/public/common/translations.ts diff --git a/x-pack/plugins/cases/public/common/use_cases_features.test.tsx b/x-pack/platform/plugins/shared/cases/public/common/use_cases_features.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/common/use_cases_features.test.tsx rename to x-pack/platform/plugins/shared/cases/public/common/use_cases_features.test.tsx diff --git a/x-pack/plugins/cases/public/common/use_cases_features.tsx b/x-pack/platform/plugins/shared/cases/public/common/use_cases_features.tsx similarity index 100% rename from x-pack/plugins/cases/public/common/use_cases_features.tsx rename to x-pack/platform/plugins/shared/cases/public/common/use_cases_features.tsx diff --git a/x-pack/plugins/cases/public/common/use_cases_local_storage.test.tsx b/x-pack/platform/plugins/shared/cases/public/common/use_cases_local_storage.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/common/use_cases_local_storage.test.tsx rename to x-pack/platform/plugins/shared/cases/public/common/use_cases_local_storage.test.tsx diff --git a/x-pack/plugins/cases/public/common/use_cases_local_storage.tsx b/x-pack/platform/plugins/shared/cases/public/common/use_cases_local_storage.tsx similarity index 100% rename from x-pack/plugins/cases/public/common/use_cases_local_storage.tsx rename to x-pack/platform/plugins/shared/cases/public/common/use_cases_local_storage.tsx diff --git a/x-pack/plugins/cases/public/common/use_cases_toast.test.tsx b/x-pack/platform/plugins/shared/cases/public/common/use_cases_toast.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/common/use_cases_toast.test.tsx rename to x-pack/platform/plugins/shared/cases/public/common/use_cases_toast.test.tsx diff --git a/x-pack/plugins/cases/public/common/use_cases_toast.tsx b/x-pack/platform/plugins/shared/cases/public/common/use_cases_toast.tsx similarity index 100% rename from x-pack/plugins/cases/public/common/use_cases_toast.tsx rename to x-pack/platform/plugins/shared/cases/public/common/use_cases_toast.tsx diff --git a/x-pack/plugins/cases/public/common/use_is_user_typing.test.tsx b/x-pack/platform/plugins/shared/cases/public/common/use_is_user_typing.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/common/use_is_user_typing.test.tsx rename to x-pack/platform/plugins/shared/cases/public/common/use_is_user_typing.test.tsx diff --git a/x-pack/plugins/cases/public/common/use_is_user_typing.tsx b/x-pack/platform/plugins/shared/cases/public/common/use_is_user_typing.tsx similarity index 100% rename from x-pack/plugins/cases/public/common/use_is_user_typing.tsx rename to x-pack/platform/plugins/shared/cases/public/common/use_is_user_typing.tsx diff --git a/x-pack/plugins/cases/public/common/use_license.test.tsx b/x-pack/platform/plugins/shared/cases/public/common/use_license.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/common/use_license.test.tsx rename to x-pack/platform/plugins/shared/cases/public/common/use_license.test.tsx diff --git a/x-pack/plugins/cases/public/common/use_license.tsx b/x-pack/platform/plugins/shared/cases/public/common/use_license.tsx similarity index 100% rename from x-pack/plugins/cases/public/common/use_license.tsx rename to x-pack/platform/plugins/shared/cases/public/common/use_license.tsx diff --git a/x-pack/plugins/cases/public/components/__mock__/form.ts b/x-pack/platform/plugins/shared/cases/public/components/__mock__/form.ts similarity index 100% rename from x-pack/plugins/cases/public/components/__mock__/form.ts rename to x-pack/platform/plugins/shared/cases/public/components/__mock__/form.ts diff --git a/x-pack/plugins/cases/public/components/__mock__/timeline.tsx b/x-pack/platform/plugins/shared/cases/public/components/__mock__/timeline.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/__mock__/timeline.tsx rename to x-pack/platform/plugins/shared/cases/public/components/__mock__/timeline.tsx diff --git a/x-pack/plugins/cases/public/components/actions/assignees/edit_assignees_flyout.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/actions/assignees/edit_assignees_flyout.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/actions/assignees/edit_assignees_flyout.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/actions/assignees/edit_assignees_flyout.test.tsx diff --git a/x-pack/plugins/cases/public/components/actions/assignees/edit_assignees_flyout.tsx b/x-pack/platform/plugins/shared/cases/public/components/actions/assignees/edit_assignees_flyout.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/actions/assignees/edit_assignees_flyout.tsx rename to x-pack/platform/plugins/shared/cases/public/components/actions/assignees/edit_assignees_flyout.tsx diff --git a/x-pack/plugins/cases/public/components/actions/assignees/edit_assignees_selectable.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/actions/assignees/edit_assignees_selectable.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/actions/assignees/edit_assignees_selectable.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/actions/assignees/edit_assignees_selectable.test.tsx diff --git a/x-pack/plugins/cases/public/components/actions/assignees/edit_assignees_selectable.tsx b/x-pack/platform/plugins/shared/cases/public/components/actions/assignees/edit_assignees_selectable.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/actions/assignees/edit_assignees_selectable.tsx rename to x-pack/platform/plugins/shared/cases/public/components/actions/assignees/edit_assignees_selectable.tsx diff --git a/x-pack/plugins/cases/public/components/actions/assignees/no_selected_assignees.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/actions/assignees/no_selected_assignees.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/actions/assignees/no_selected_assignees.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/actions/assignees/no_selected_assignees.test.tsx diff --git a/x-pack/plugins/cases/public/components/actions/assignees/no_selected_assignees.tsx b/x-pack/platform/plugins/shared/cases/public/components/actions/assignees/no_selected_assignees.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/actions/assignees/no_selected_assignees.tsx rename to x-pack/platform/plugins/shared/cases/public/components/actions/assignees/no_selected_assignees.tsx diff --git a/x-pack/plugins/cases/public/components/actions/assignees/translations.ts b/x-pack/platform/plugins/shared/cases/public/components/actions/assignees/translations.ts similarity index 100% rename from x-pack/plugins/cases/public/components/actions/assignees/translations.ts rename to x-pack/platform/plugins/shared/cases/public/components/actions/assignees/translations.ts diff --git a/x-pack/plugins/cases/public/components/actions/assignees/use_assignees_action.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/actions/assignees/use_assignees_action.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/actions/assignees/use_assignees_action.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/actions/assignees/use_assignees_action.test.tsx diff --git a/x-pack/plugins/cases/public/components/actions/assignees/use_assignees_action.tsx b/x-pack/platform/plugins/shared/cases/public/components/actions/assignees/use_assignees_action.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/actions/assignees/use_assignees_action.tsx rename to x-pack/platform/plugins/shared/cases/public/components/actions/assignees/use_assignees_action.tsx diff --git a/x-pack/plugins/cases/public/components/actions/copy_id/use_copy_id_action.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/actions/copy_id/use_copy_id_action.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/actions/copy_id/use_copy_id_action.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/actions/copy_id/use_copy_id_action.test.tsx diff --git a/x-pack/plugins/cases/public/components/actions/copy_id/use_copy_id_action.tsx b/x-pack/platform/plugins/shared/cases/public/components/actions/copy_id/use_copy_id_action.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/actions/copy_id/use_copy_id_action.tsx rename to x-pack/platform/plugins/shared/cases/public/components/actions/copy_id/use_copy_id_action.tsx diff --git a/x-pack/plugins/cases/public/components/actions/delete/translations.ts b/x-pack/platform/plugins/shared/cases/public/components/actions/delete/translations.ts similarity index 100% rename from x-pack/plugins/cases/public/components/actions/delete/translations.ts rename to x-pack/platform/plugins/shared/cases/public/components/actions/delete/translations.ts diff --git a/x-pack/plugins/cases/public/components/actions/delete/use_delete_action.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/actions/delete/use_delete_action.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/actions/delete/use_delete_action.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/actions/delete/use_delete_action.test.tsx diff --git a/x-pack/plugins/cases/public/components/actions/delete/use_delete_action.tsx b/x-pack/platform/plugins/shared/cases/public/components/actions/delete/use_delete_action.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/actions/delete/use_delete_action.tsx rename to x-pack/platform/plugins/shared/cases/public/components/actions/delete/use_delete_action.tsx diff --git a/x-pack/plugins/cases/public/components/actions/severity/translations.ts b/x-pack/platform/plugins/shared/cases/public/components/actions/severity/translations.ts similarity index 100% rename from x-pack/plugins/cases/public/components/actions/severity/translations.ts rename to x-pack/platform/plugins/shared/cases/public/components/actions/severity/translations.ts diff --git a/x-pack/plugins/cases/public/components/actions/severity/use_severity_action.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/actions/severity/use_severity_action.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/actions/severity/use_severity_action.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/actions/severity/use_severity_action.test.tsx diff --git a/x-pack/plugins/cases/public/components/actions/severity/use_severity_action.tsx b/x-pack/platform/plugins/shared/cases/public/components/actions/severity/use_severity_action.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/actions/severity/use_severity_action.tsx rename to x-pack/platform/plugins/shared/cases/public/components/actions/severity/use_severity_action.tsx diff --git a/x-pack/plugins/cases/public/components/actions/status/translations.ts b/x-pack/platform/plugins/shared/cases/public/components/actions/status/translations.ts similarity index 100% rename from x-pack/plugins/cases/public/components/actions/status/translations.ts rename to x-pack/platform/plugins/shared/cases/public/components/actions/status/translations.ts diff --git a/x-pack/plugins/cases/public/components/actions/status/use_should_disable_status.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/actions/status/use_should_disable_status.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/actions/status/use_should_disable_status.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/actions/status/use_should_disable_status.test.tsx diff --git a/x-pack/plugins/cases/public/components/actions/status/use_should_disable_status.tsx b/x-pack/platform/plugins/shared/cases/public/components/actions/status/use_should_disable_status.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/actions/status/use_should_disable_status.tsx rename to x-pack/platform/plugins/shared/cases/public/components/actions/status/use_should_disable_status.tsx diff --git a/x-pack/plugins/cases/public/components/actions/status/use_status_action.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/actions/status/use_status_action.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/actions/status/use_status_action.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/actions/status/use_status_action.test.tsx diff --git a/x-pack/plugins/cases/public/components/actions/status/use_status_action.tsx b/x-pack/platform/plugins/shared/cases/public/components/actions/status/use_status_action.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/actions/status/use_status_action.tsx rename to x-pack/platform/plugins/shared/cases/public/components/actions/status/use_status_action.tsx diff --git a/x-pack/plugins/cases/public/components/actions/tags/edit_tags_flyout.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/actions/tags/edit_tags_flyout.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/actions/tags/edit_tags_flyout.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/actions/tags/edit_tags_flyout.test.tsx diff --git a/x-pack/plugins/cases/public/components/actions/tags/edit_tags_flyout.tsx b/x-pack/platform/plugins/shared/cases/public/components/actions/tags/edit_tags_flyout.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/actions/tags/edit_tags_flyout.tsx rename to x-pack/platform/plugins/shared/cases/public/components/actions/tags/edit_tags_flyout.tsx diff --git a/x-pack/plugins/cases/public/components/actions/tags/edit_tags_selectable.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/actions/tags/edit_tags_selectable.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/actions/tags/edit_tags_selectable.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/actions/tags/edit_tags_selectable.test.tsx diff --git a/x-pack/plugins/cases/public/components/actions/tags/edit_tags_selectable.tsx b/x-pack/platform/plugins/shared/cases/public/components/actions/tags/edit_tags_selectable.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/actions/tags/edit_tags_selectable.tsx rename to x-pack/platform/plugins/shared/cases/public/components/actions/tags/edit_tags_selectable.tsx diff --git a/x-pack/plugins/cases/public/components/actions/tags/translations.ts b/x-pack/platform/plugins/shared/cases/public/components/actions/tags/translations.ts similarity index 100% rename from x-pack/plugins/cases/public/components/actions/tags/translations.ts rename to x-pack/platform/plugins/shared/cases/public/components/actions/tags/translations.ts diff --git a/x-pack/plugins/cases/public/components/actions/tags/use_tags_action.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/actions/tags/use_tags_action.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/actions/tags/use_tags_action.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/actions/tags/use_tags_action.test.tsx diff --git a/x-pack/plugins/cases/public/components/actions/tags/use_tags_action.tsx b/x-pack/platform/plugins/shared/cases/public/components/actions/tags/use_tags_action.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/actions/tags/use_tags_action.tsx rename to x-pack/platform/plugins/shared/cases/public/components/actions/tags/use_tags_action.tsx diff --git a/x-pack/plugins/cases/public/components/actions/translations.ts b/x-pack/platform/plugins/shared/cases/public/components/actions/translations.ts similarity index 100% rename from x-pack/plugins/cases/public/components/actions/translations.ts rename to x-pack/platform/plugins/shared/cases/public/components/actions/translations.ts diff --git a/x-pack/plugins/cases/public/components/actions/types.ts b/x-pack/platform/plugins/shared/cases/public/components/actions/types.ts similarity index 100% rename from x-pack/plugins/cases/public/components/actions/types.ts rename to x-pack/platform/plugins/shared/cases/public/components/actions/types.ts diff --git a/x-pack/plugins/cases/public/components/actions/use_items_action.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/actions/use_items_action.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/actions/use_items_action.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/actions/use_items_action.test.tsx diff --git a/x-pack/plugins/cases/public/components/actions/use_items_action.tsx b/x-pack/platform/plugins/shared/cases/public/components/actions/use_items_action.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/actions/use_items_action.tsx rename to x-pack/platform/plugins/shared/cases/public/components/actions/use_items_action.tsx diff --git a/x-pack/plugins/cases/public/components/actions/use_items_state.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/actions/use_items_state.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/actions/use_items_state.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/actions/use_items_state.test.tsx diff --git a/x-pack/plugins/cases/public/components/actions/use_items_state.tsx b/x-pack/platform/plugins/shared/cases/public/components/actions/use_items_state.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/actions/use_items_state.tsx rename to x-pack/platform/plugins/shared/cases/public/components/actions/use_items_state.tsx diff --git a/x-pack/plugins/cases/public/components/add_comment/index.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/add_comment/index.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/add_comment/index.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/add_comment/index.test.tsx diff --git a/x-pack/plugins/cases/public/components/add_comment/index.tsx b/x-pack/platform/plugins/shared/cases/public/components/add_comment/index.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/add_comment/index.tsx rename to x-pack/platform/plugins/shared/cases/public/components/add_comment/index.tsx diff --git a/x-pack/plugins/cases/public/components/add_comment/schema.tsx b/x-pack/platform/plugins/shared/cases/public/components/add_comment/schema.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/add_comment/schema.tsx rename to x-pack/platform/plugins/shared/cases/public/components/add_comment/schema.tsx diff --git a/x-pack/plugins/cases/public/components/add_comment/translations.ts b/x-pack/platform/plugins/shared/cases/public/components/add_comment/translations.ts similarity index 100% rename from x-pack/plugins/cases/public/components/add_comment/translations.ts rename to x-pack/platform/plugins/shared/cases/public/components/add_comment/translations.ts diff --git a/x-pack/plugins/cases/public/components/all_cases/all_cases_list.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/all_cases/all_cases_list.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/all_cases_list.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/all_cases_list.test.tsx diff --git a/x-pack/plugins/cases/public/components/all_cases/all_cases_list.tsx b/x-pack/platform/plugins/shared/cases/public/components/all_cases/all_cases_list.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/all_cases_list.tsx rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/all_cases_list.tsx diff --git a/x-pack/plugins/cases/public/components/all_cases/assignees_column.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/all_cases/assignees_column.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/assignees_column.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/assignees_column.test.tsx diff --git a/x-pack/plugins/cases/public/components/all_cases/assignees_column.tsx b/x-pack/platform/plugins/shared/cases/public/components/all_cases/assignees_column.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/assignees_column.tsx rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/assignees_column.tsx diff --git a/x-pack/plugins/cases/public/components/all_cases/assignees_filter.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/all_cases/assignees_filter.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/assignees_filter.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/assignees_filter.test.tsx diff --git a/x-pack/plugins/cases/public/components/all_cases/assignees_filter.tsx b/x-pack/platform/plugins/shared/cases/public/components/all_cases/assignees_filter.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/assignees_filter.tsx rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/assignees_filter.tsx diff --git a/x-pack/plugins/cases/public/components/all_cases/cases_metrics.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/all_cases/cases_metrics.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/cases_metrics.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/cases_metrics.test.tsx diff --git a/x-pack/plugins/cases/public/components/all_cases/cases_metrics.tsx b/x-pack/platform/plugins/shared/cases/public/components/all_cases/cases_metrics.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/cases_metrics.tsx rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/cases_metrics.tsx diff --git a/x-pack/plugins/cases/public/components/all_cases/columns_popover.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/all_cases/columns_popover.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/columns_popover.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/columns_popover.test.tsx diff --git a/x-pack/plugins/cases/public/components/all_cases/columns_popover.tsx b/x-pack/platform/plugins/shared/cases/public/components/all_cases/columns_popover.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/columns_popover.tsx rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/columns_popover.tsx diff --git a/x-pack/plugins/cases/public/components/all_cases/constants.ts b/x-pack/platform/plugins/shared/cases/public/components/all_cases/constants.ts similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/constants.ts rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/constants.ts diff --git a/x-pack/plugins/cases/public/components/all_cases/header.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/all_cases/header.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/header.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/header.test.tsx diff --git a/x-pack/plugins/cases/public/components/all_cases/header.tsx b/x-pack/platform/plugins/shared/cases/public/components/all_cases/header.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/header.tsx rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/header.tsx diff --git a/x-pack/plugins/cases/public/components/all_cases/index.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/all_cases/index.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/index.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/index.test.tsx diff --git a/x-pack/plugins/cases/public/components/all_cases/index.tsx b/x-pack/platform/plugins/shared/cases/public/components/all_cases/index.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/index.tsx rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/index.tsx diff --git a/x-pack/plugins/cases/public/components/all_cases/multi_select_filter.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/all_cases/multi_select_filter.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/multi_select_filter.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/multi_select_filter.test.tsx diff --git a/x-pack/plugins/cases/public/components/all_cases/multi_select_filter.tsx b/x-pack/platform/plugins/shared/cases/public/components/all_cases/multi_select_filter.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/multi_select_filter.tsx rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/multi_select_filter.tsx diff --git a/x-pack/plugins/cases/public/components/all_cases/nav_buttons.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/all_cases/nav_buttons.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/nav_buttons.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/nav_buttons.test.tsx diff --git a/x-pack/plugins/cases/public/components/all_cases/nav_buttons.tsx b/x-pack/platform/plugins/shared/cases/public/components/all_cases/nav_buttons.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/nav_buttons.tsx rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/nav_buttons.tsx diff --git a/x-pack/plugins/cases/public/components/all_cases/schema.test.ts b/x-pack/platform/plugins/shared/cases/public/components/all_cases/schema.test.ts similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/schema.test.ts rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/schema.test.ts diff --git a/x-pack/plugins/cases/public/components/all_cases/schema.ts b/x-pack/platform/plugins/shared/cases/public/components/all_cases/schema.ts similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/schema.ts rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/schema.ts diff --git a/x-pack/plugins/cases/public/components/all_cases/search.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/all_cases/search.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/search.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/search.test.tsx diff --git a/x-pack/plugins/cases/public/components/all_cases/search.tsx b/x-pack/platform/plugins/shared/cases/public/components/all_cases/search.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/search.tsx rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/search.tsx diff --git a/x-pack/plugins/cases/public/components/all_cases/selector_modal/all_cases_selector_modal.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/all_cases/selector_modal/all_cases_selector_modal.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/selector_modal/all_cases_selector_modal.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/selector_modal/all_cases_selector_modal.test.tsx diff --git a/x-pack/plugins/cases/public/components/all_cases/selector_modal/all_cases_selector_modal.tsx b/x-pack/platform/plugins/shared/cases/public/components/all_cases/selector_modal/all_cases_selector_modal.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/selector_modal/all_cases_selector_modal.tsx rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/selector_modal/all_cases_selector_modal.tsx diff --git a/x-pack/plugins/cases/public/components/all_cases/selector_modal/index.tsx b/x-pack/platform/plugins/shared/cases/public/components/all_cases/selector_modal/index.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/selector_modal/index.tsx rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/selector_modal/index.tsx diff --git a/x-pack/plugins/cases/public/components/all_cases/selector_modal/use_cases_add_to_existing_case_modal.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/all_cases/selector_modal/use_cases_add_to_existing_case_modal.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/selector_modal/use_cases_add_to_existing_case_modal.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/selector_modal/use_cases_add_to_existing_case_modal.test.tsx diff --git a/x-pack/plugins/cases/public/components/all_cases/selector_modal/use_cases_add_to_existing_case_modal.tsx b/x-pack/platform/plugins/shared/cases/public/components/all_cases/selector_modal/use_cases_add_to_existing_case_modal.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/selector_modal/use_cases_add_to_existing_case_modal.tsx rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/selector_modal/use_cases_add_to_existing_case_modal.tsx diff --git a/x-pack/plugins/cases/public/components/all_cases/severity_filter.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/all_cases/severity_filter.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/severity_filter.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/severity_filter.test.tsx diff --git a/x-pack/plugins/cases/public/components/all_cases/severity_filter.tsx b/x-pack/platform/plugins/shared/cases/public/components/all_cases/severity_filter.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/severity_filter.tsx rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/severity_filter.tsx diff --git a/x-pack/plugins/cases/public/components/all_cases/solution_filter.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/all_cases/solution_filter.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/solution_filter.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/solution_filter.test.tsx diff --git a/x-pack/plugins/cases/public/components/all_cases/solution_filter.tsx b/x-pack/platform/plugins/shared/cases/public/components/all_cases/solution_filter.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/solution_filter.tsx rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/solution_filter.tsx diff --git a/x-pack/plugins/cases/public/components/all_cases/status_filter.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/all_cases/status_filter.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/status_filter.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/status_filter.test.tsx diff --git a/x-pack/plugins/cases/public/components/all_cases/status_filter.tsx b/x-pack/platform/plugins/shared/cases/public/components/all_cases/status_filter.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/status_filter.tsx rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/status_filter.tsx diff --git a/x-pack/plugins/cases/public/components/all_cases/table.tsx b/x-pack/platform/plugins/shared/cases/public/components/all_cases/table.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/table.tsx rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/table.tsx diff --git a/x-pack/plugins/cases/public/components/all_cases/table_filter_config/more_filters_selectable.tsx b/x-pack/platform/plugins/shared/cases/public/components/all_cases/table_filter_config/more_filters_selectable.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/table_filter_config/more_filters_selectable.tsx rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/table_filter_config/more_filters_selectable.tsx diff --git a/x-pack/plugins/cases/public/components/all_cases/table_filter_config/types.ts b/x-pack/platform/plugins/shared/cases/public/components/all_cases/table_filter_config/types.ts similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/table_filter_config/types.ts rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/table_filter_config/types.ts diff --git a/x-pack/plugins/cases/public/components/all_cases/table_filter_config/use_custom_fields_filter_config.tsx b/x-pack/platform/plugins/shared/cases/public/components/all_cases/table_filter_config/use_custom_fields_filter_config.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/table_filter_config/use_custom_fields_filter_config.tsx rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/table_filter_config/use_custom_fields_filter_config.tsx diff --git a/x-pack/plugins/cases/public/components/all_cases/table_filter_config/use_filter_config.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/all_cases/table_filter_config/use_filter_config.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/table_filter_config/use_filter_config.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/table_filter_config/use_filter_config.test.tsx diff --git a/x-pack/plugins/cases/public/components/all_cases/table_filter_config/use_filter_config.tsx b/x-pack/platform/plugins/shared/cases/public/components/all_cases/table_filter_config/use_filter_config.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/table_filter_config/use_filter_config.tsx rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/table_filter_config/use_filter_config.tsx diff --git a/x-pack/plugins/cases/public/components/all_cases/table_filter_config/use_system_filter_config.tsx b/x-pack/platform/plugins/shared/cases/public/components/all_cases/table_filter_config/use_system_filter_config.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/table_filter_config/use_system_filter_config.tsx rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/table_filter_config/use_system_filter_config.tsx diff --git a/x-pack/plugins/cases/public/components/all_cases/table_filters.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/all_cases/table_filters.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/table_filters.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/table_filters.test.tsx diff --git a/x-pack/plugins/cases/public/components/all_cases/table_filters.tsx b/x-pack/platform/plugins/shared/cases/public/components/all_cases/table_filters.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/table_filters.tsx rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/table_filters.tsx diff --git a/x-pack/plugins/cases/public/components/all_cases/translations.ts b/x-pack/platform/plugins/shared/cases/public/components/all_cases/translations.ts similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/translations.ts rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/translations.ts diff --git a/x-pack/plugins/cases/public/components/all_cases/types.ts b/x-pack/platform/plugins/shared/cases/public/components/all_cases/types.ts similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/types.ts rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/types.ts diff --git a/x-pack/plugins/cases/public/components/all_cases/use_actions.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/all_cases/use_actions.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/use_actions.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/use_actions.test.tsx diff --git a/x-pack/plugins/cases/public/components/all_cases/use_actions.tsx b/x-pack/platform/plugins/shared/cases/public/components/all_cases/use_actions.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/use_actions.tsx rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/use_actions.tsx diff --git a/x-pack/plugins/cases/public/components/all_cases/use_all_cases_state.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/all_cases/use_all_cases_state.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/use_all_cases_state.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/use_all_cases_state.test.tsx diff --git a/x-pack/plugins/cases/public/components/all_cases/use_all_cases_state.tsx b/x-pack/platform/plugins/shared/cases/public/components/all_cases/use_all_cases_state.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/use_all_cases_state.tsx rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/use_all_cases_state.tsx diff --git a/x-pack/plugins/cases/public/components/all_cases/use_bulk_actions.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/all_cases/use_bulk_actions.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/use_bulk_actions.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/use_bulk_actions.test.tsx diff --git a/x-pack/plugins/cases/public/components/all_cases/use_bulk_actions.tsx b/x-pack/platform/plugins/shared/cases/public/components/all_cases/use_bulk_actions.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/use_bulk_actions.tsx rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/use_bulk_actions.tsx diff --git a/x-pack/plugins/cases/public/components/all_cases/use_cases_columns.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/all_cases/use_cases_columns.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/use_cases_columns.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/use_cases_columns.test.tsx diff --git a/x-pack/plugins/cases/public/components/all_cases/use_cases_columns.tsx b/x-pack/platform/plugins/shared/cases/public/components/all_cases/use_cases_columns.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/use_cases_columns.tsx rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/use_cases_columns.tsx diff --git a/x-pack/plugins/cases/public/components/all_cases/use_cases_columns_configuration.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/all_cases/use_cases_columns_configuration.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/use_cases_columns_configuration.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/use_cases_columns_configuration.test.tsx diff --git a/x-pack/plugins/cases/public/components/all_cases/use_cases_columns_configuration.tsx b/x-pack/platform/plugins/shared/cases/public/components/all_cases/use_cases_columns_configuration.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/use_cases_columns_configuration.tsx rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/use_cases_columns_configuration.tsx diff --git a/x-pack/plugins/cases/public/components/all_cases/use_cases_columns_selection.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/all_cases/use_cases_columns_selection.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/use_cases_columns_selection.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/use_cases_columns_selection.test.tsx diff --git a/x-pack/plugins/cases/public/components/all_cases/use_cases_columns_selection.tsx b/x-pack/platform/plugins/shared/cases/public/components/all_cases/use_cases_columns_selection.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/use_cases_columns_selection.tsx rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/use_cases_columns_selection.tsx diff --git a/x-pack/plugins/cases/public/components/all_cases/use_is_loading_cases.tsx b/x-pack/platform/plugins/shared/cases/public/components/all_cases/use_is_loading_cases.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/use_is_loading_cases.tsx rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/use_is_loading_cases.tsx diff --git a/x-pack/plugins/cases/public/components/all_cases/use_on_refresh_cases.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/all_cases/use_on_refresh_cases.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/use_on_refresh_cases.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/use_on_refresh_cases.test.tsx diff --git a/x-pack/plugins/cases/public/components/all_cases/use_on_refresh_cases.tsx b/x-pack/platform/plugins/shared/cases/public/components/all_cases/use_on_refresh_cases.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/use_on_refresh_cases.tsx rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/use_on_refresh_cases.tsx diff --git a/x-pack/plugins/cases/public/components/all_cases/utility_bar.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/all_cases/utility_bar.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/utility_bar.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/utility_bar.test.tsx diff --git a/x-pack/plugins/cases/public/components/all_cases/utility_bar.tsx b/x-pack/platform/plugins/shared/cases/public/components/all_cases/utility_bar.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/utility_bar.tsx rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/utility_bar.tsx diff --git a/x-pack/plugins/cases/public/components/all_cases/utils/all_cases_url_state_deserializer.test.ts b/x-pack/platform/plugins/shared/cases/public/components/all_cases/utils/all_cases_url_state_deserializer.test.ts similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/utils/all_cases_url_state_deserializer.test.ts rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/utils/all_cases_url_state_deserializer.test.ts diff --git a/x-pack/plugins/cases/public/components/all_cases/utils/all_cases_url_state_deserializer.ts b/x-pack/platform/plugins/shared/cases/public/components/all_cases/utils/all_cases_url_state_deserializer.ts similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/utils/all_cases_url_state_deserializer.ts rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/utils/all_cases_url_state_deserializer.ts diff --git a/x-pack/plugins/cases/public/components/all_cases/utils/all_cases_url_state_serializer.test.ts b/x-pack/platform/plugins/shared/cases/public/components/all_cases/utils/all_cases_url_state_serializer.test.ts similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/utils/all_cases_url_state_serializer.test.ts rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/utils/all_cases_url_state_serializer.test.ts diff --git a/x-pack/plugins/cases/public/components/all_cases/utils/all_cases_url_state_serializer.ts b/x-pack/platform/plugins/shared/cases/public/components/all_cases/utils/all_cases_url_state_serializer.ts similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/utils/all_cases_url_state_serializer.ts rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/utils/all_cases_url_state_serializer.ts diff --git a/x-pack/plugins/cases/public/components/all_cases/utils/index.test.ts b/x-pack/platform/plugins/shared/cases/public/components/all_cases/utils/index.test.ts similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/utils/index.test.ts rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/utils/index.test.ts diff --git a/x-pack/plugins/cases/public/components/all_cases/utils/index.ts b/x-pack/platform/plugins/shared/cases/public/components/all_cases/utils/index.ts similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/utils/index.ts rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/utils/index.ts diff --git a/x-pack/plugins/cases/public/components/all_cases/utils/merge_selected_columns_with_configuration.ts b/x-pack/platform/plugins/shared/cases/public/components/all_cases/utils/merge_selected_columns_with_configuration.ts similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/utils/merge_selected_columns_with_configuration.ts rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/utils/merge_selected_columns_with_configuration.ts diff --git a/x-pack/plugins/cases/public/components/all_cases/utils/parse_url_params.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/all_cases/utils/parse_url_params.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/utils/parse_url_params.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/utils/parse_url_params.test.tsx diff --git a/x-pack/plugins/cases/public/components/all_cases/utils/parse_url_params.tsx b/x-pack/platform/plugins/shared/cases/public/components/all_cases/utils/parse_url_params.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/utils/parse_url_params.tsx rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/utils/parse_url_params.tsx diff --git a/x-pack/plugins/cases/public/components/all_cases/utils/sanitize_state.test.ts b/x-pack/platform/plugins/shared/cases/public/components/all_cases/utils/sanitize_state.test.ts similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/utils/sanitize_state.test.ts rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/utils/sanitize_state.test.ts diff --git a/x-pack/plugins/cases/public/components/all_cases/utils/sanitize_state.ts b/x-pack/platform/plugins/shared/cases/public/components/all_cases/utils/sanitize_state.ts similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/utils/sanitize_state.ts rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/utils/sanitize_state.ts diff --git a/x-pack/plugins/cases/public/components/all_cases/utils/stringify_url_params.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/all_cases/utils/stringify_url_params.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/utils/stringify_url_params.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/utils/stringify_url_params.test.tsx diff --git a/x-pack/plugins/cases/public/components/all_cases/utils/stringify_url_params.tsx b/x-pack/platform/plugins/shared/cases/public/components/all_cases/utils/stringify_url_params.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/all_cases/utils/stringify_url_params.tsx rename to x-pack/platform/plugins/shared/cases/public/components/all_cases/utils/stringify_url_params.tsx diff --git a/x-pack/plugins/cases/public/components/app/index.tsx b/x-pack/platform/plugins/shared/cases/public/components/app/index.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/app/index.tsx rename to x-pack/platform/plugins/shared/cases/public/components/app/index.tsx diff --git a/x-pack/plugins/cases/public/components/app/routes.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/app/routes.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/app/routes.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/app/routes.test.tsx diff --git a/x-pack/plugins/cases/public/components/app/routes.tsx b/x-pack/platform/plugins/shared/cases/public/components/app/routes.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/app/routes.tsx rename to x-pack/platform/plugins/shared/cases/public/components/app/routes.tsx diff --git a/x-pack/plugins/cases/public/components/app/translations.ts b/x-pack/platform/plugins/shared/cases/public/components/app/translations.ts similarity index 100% rename from x-pack/plugins/cases/public/components/app/translations.ts rename to x-pack/platform/plugins/shared/cases/public/components/app/translations.ts diff --git a/x-pack/plugins/cases/public/components/app/types.ts b/x-pack/platform/plugins/shared/cases/public/components/app/types.ts similarity index 100% rename from x-pack/plugins/cases/public/components/app/types.ts rename to x-pack/platform/plugins/shared/cases/public/components/app/types.ts diff --git a/x-pack/plugins/cases/public/components/app/use_available_owners.test.ts b/x-pack/platform/plugins/shared/cases/public/components/app/use_available_owners.test.ts similarity index 100% rename from x-pack/plugins/cases/public/components/app/use_available_owners.test.ts rename to x-pack/platform/plugins/shared/cases/public/components/app/use_available_owners.test.ts diff --git a/x-pack/plugins/cases/public/components/app/use_available_owners.ts b/x-pack/platform/plugins/shared/cases/public/components/app/use_available_owners.ts similarity index 100% rename from x-pack/plugins/cases/public/components/app/use_available_owners.ts rename to x-pack/platform/plugins/shared/cases/public/components/app/use_available_owners.ts diff --git a/x-pack/plugins/cases/public/components/app/use_readonly_header.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/app/use_readonly_header.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/app/use_readonly_header.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/app/use_readonly_header.test.tsx diff --git a/x-pack/plugins/cases/public/components/app/use_readonly_header.ts b/x-pack/platform/plugins/shared/cases/public/components/app/use_readonly_header.ts similarity index 100% rename from x-pack/plugins/cases/public/components/app/use_readonly_header.ts rename to x-pack/platform/plugins/shared/cases/public/components/app/use_readonly_header.ts diff --git a/x-pack/plugins/cases/public/components/callouts/case_callouts.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/callouts/case_callouts.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/callouts/case_callouts.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/callouts/case_callouts.test.tsx diff --git a/x-pack/plugins/cases/public/components/callouts/case_callouts.tsx b/x-pack/platform/plugins/shared/cases/public/components/callouts/case_callouts.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/callouts/case_callouts.tsx rename to x-pack/platform/plugins/shared/cases/public/components/callouts/case_callouts.tsx diff --git a/x-pack/plugins/cases/public/components/callouts/platinum_callout.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/callouts/platinum_callout.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/callouts/platinum_callout.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/callouts/platinum_callout.test.tsx diff --git a/x-pack/plugins/cases/public/components/callouts/platinum_callout.tsx b/x-pack/platform/plugins/shared/cases/public/components/callouts/platinum_callout.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/callouts/platinum_callout.tsx rename to x-pack/platform/plugins/shared/cases/public/components/callouts/platinum_callout.tsx diff --git a/x-pack/plugins/cases/public/components/callouts/translations.ts b/x-pack/platform/plugins/shared/cases/public/components/callouts/translations.ts similarity index 100% rename from x-pack/plugins/cases/public/components/callouts/translations.ts rename to x-pack/platform/plugins/shared/cases/public/components/callouts/translations.ts diff --git a/x-pack/plugins/cases/public/components/case_action_bar/action_bar_status_item.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/case_action_bar/action_bar_status_item.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/case_action_bar/action_bar_status_item.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/case_action_bar/action_bar_status_item.test.tsx diff --git a/x-pack/plugins/cases/public/components/case_action_bar/action_bar_status_item.tsx b/x-pack/platform/plugins/shared/cases/public/components/case_action_bar/action_bar_status_item.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/case_action_bar/action_bar_status_item.tsx rename to x-pack/platform/plugins/shared/cases/public/components/case_action_bar/action_bar_status_item.tsx diff --git a/x-pack/plugins/cases/public/components/case_action_bar/actions.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/case_action_bar/actions.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/case_action_bar/actions.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/case_action_bar/actions.test.tsx diff --git a/x-pack/plugins/cases/public/components/case_action_bar/actions.tsx b/x-pack/platform/plugins/shared/cases/public/components/case_action_bar/actions.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/case_action_bar/actions.tsx rename to x-pack/platform/plugins/shared/cases/public/components/case_action_bar/actions.tsx diff --git a/x-pack/plugins/cases/public/components/case_action_bar/helpers.test.ts b/x-pack/platform/plugins/shared/cases/public/components/case_action_bar/helpers.test.ts similarity index 100% rename from x-pack/plugins/cases/public/components/case_action_bar/helpers.test.ts rename to x-pack/platform/plugins/shared/cases/public/components/case_action_bar/helpers.test.ts diff --git a/x-pack/plugins/cases/public/components/case_action_bar/helpers.ts b/x-pack/platform/plugins/shared/cases/public/components/case_action_bar/helpers.ts similarity index 100% rename from x-pack/plugins/cases/public/components/case_action_bar/helpers.ts rename to x-pack/platform/plugins/shared/cases/public/components/case_action_bar/helpers.ts diff --git a/x-pack/plugins/cases/public/components/case_action_bar/index.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/case_action_bar/index.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/case_action_bar/index.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/case_action_bar/index.test.tsx diff --git a/x-pack/plugins/cases/public/components/case_action_bar/index.tsx b/x-pack/platform/plugins/shared/cases/public/components/case_action_bar/index.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/case_action_bar/index.tsx rename to x-pack/platform/plugins/shared/cases/public/components/case_action_bar/index.tsx diff --git a/x-pack/plugins/cases/public/components/case_action_bar/status_context_menu.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/case_action_bar/status_context_menu.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/case_action_bar/status_context_menu.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/case_action_bar/status_context_menu.test.tsx diff --git a/x-pack/plugins/cases/public/components/case_action_bar/status_context_menu.tsx b/x-pack/platform/plugins/shared/cases/public/components/case_action_bar/status_context_menu.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/case_action_bar/status_context_menu.tsx rename to x-pack/platform/plugins/shared/cases/public/components/case_action_bar/status_context_menu.tsx diff --git a/x-pack/plugins/cases/public/components/case_form_fields/assignees.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/case_form_fields/assignees.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/case_form_fields/assignees.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/case_form_fields/assignees.test.tsx diff --git a/x-pack/plugins/cases/public/components/case_form_fields/assignees.tsx b/x-pack/platform/plugins/shared/cases/public/components/case_form_fields/assignees.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/case_form_fields/assignees.tsx rename to x-pack/platform/plugins/shared/cases/public/components/case_form_fields/assignees.tsx diff --git a/x-pack/plugins/cases/public/components/case_form_fields/category.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/case_form_fields/category.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/case_form_fields/category.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/case_form_fields/category.test.tsx diff --git a/x-pack/plugins/cases/public/components/case_form_fields/category.tsx b/x-pack/platform/plugins/shared/cases/public/components/case_form_fields/category.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/case_form_fields/category.tsx rename to x-pack/platform/plugins/shared/cases/public/components/case_form_fields/category.tsx diff --git a/x-pack/plugins/cases/public/components/case_form_fields/connector.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/case_form_fields/connector.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/case_form_fields/connector.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/case_form_fields/connector.test.tsx diff --git a/x-pack/plugins/cases/public/components/case_form_fields/connector.tsx b/x-pack/platform/plugins/shared/cases/public/components/case_form_fields/connector.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/case_form_fields/connector.tsx rename to x-pack/platform/plugins/shared/cases/public/components/case_form_fields/connector.tsx diff --git a/x-pack/plugins/cases/public/components/case_form_fields/custom_fields.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/case_form_fields/custom_fields.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/case_form_fields/custom_fields.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/case_form_fields/custom_fields.test.tsx diff --git a/x-pack/plugins/cases/public/components/case_form_fields/custom_fields.tsx b/x-pack/platform/plugins/shared/cases/public/components/case_form_fields/custom_fields.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/case_form_fields/custom_fields.tsx rename to x-pack/platform/plugins/shared/cases/public/components/case_form_fields/custom_fields.tsx diff --git a/x-pack/plugins/cases/public/components/case_form_fields/description.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/case_form_fields/description.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/case_form_fields/description.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/case_form_fields/description.test.tsx diff --git a/x-pack/plugins/cases/public/components/case_form_fields/description.tsx b/x-pack/platform/plugins/shared/cases/public/components/case_form_fields/description.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/case_form_fields/description.tsx rename to x-pack/platform/plugins/shared/cases/public/components/case_form_fields/description.tsx diff --git a/x-pack/plugins/cases/public/components/case_form_fields/index.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/case_form_fields/index.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/case_form_fields/index.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/case_form_fields/index.test.tsx diff --git a/x-pack/plugins/cases/public/components/case_form_fields/index.tsx b/x-pack/platform/plugins/shared/cases/public/components/case_form_fields/index.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/case_form_fields/index.tsx rename to x-pack/platform/plugins/shared/cases/public/components/case_form_fields/index.tsx diff --git a/x-pack/plugins/cases/public/components/case_form_fields/schema.tsx b/x-pack/platform/plugins/shared/cases/public/components/case_form_fields/schema.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/case_form_fields/schema.tsx rename to x-pack/platform/plugins/shared/cases/public/components/case_form_fields/schema.tsx diff --git a/x-pack/plugins/cases/public/components/case_form_fields/severity.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/case_form_fields/severity.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/case_form_fields/severity.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/case_form_fields/severity.test.tsx diff --git a/x-pack/plugins/cases/public/components/case_form_fields/severity.tsx b/x-pack/platform/plugins/shared/cases/public/components/case_form_fields/severity.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/case_form_fields/severity.tsx rename to x-pack/platform/plugins/shared/cases/public/components/case_form_fields/severity.tsx diff --git a/x-pack/plugins/cases/public/components/case_form_fields/sync_alerts_toggle.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/case_form_fields/sync_alerts_toggle.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/case_form_fields/sync_alerts_toggle.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/case_form_fields/sync_alerts_toggle.test.tsx diff --git a/x-pack/plugins/cases/public/components/case_form_fields/sync_alerts_toggle.tsx b/x-pack/platform/plugins/shared/cases/public/components/case_form_fields/sync_alerts_toggle.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/case_form_fields/sync_alerts_toggle.tsx rename to x-pack/platform/plugins/shared/cases/public/components/case_form_fields/sync_alerts_toggle.tsx diff --git a/x-pack/plugins/cases/public/components/case_form_fields/tags.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/case_form_fields/tags.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/case_form_fields/tags.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/case_form_fields/tags.test.tsx diff --git a/x-pack/plugins/cases/public/components/case_form_fields/tags.tsx b/x-pack/platform/plugins/shared/cases/public/components/case_form_fields/tags.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/case_form_fields/tags.tsx rename to x-pack/platform/plugins/shared/cases/public/components/case_form_fields/tags.tsx diff --git a/x-pack/plugins/cases/public/components/case_form_fields/title.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/case_form_fields/title.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/case_form_fields/title.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/case_form_fields/title.test.tsx diff --git a/x-pack/plugins/cases/public/components/case_form_fields/title.tsx b/x-pack/platform/plugins/shared/cases/public/components/case_form_fields/title.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/case_form_fields/title.tsx rename to x-pack/platform/plugins/shared/cases/public/components/case_form_fields/title.tsx diff --git a/x-pack/plugins/cases/public/components/case_form_fields/translations.ts b/x-pack/platform/plugins/shared/cases/public/components/case_form_fields/translations.ts similarity index 100% rename from x-pack/plugins/cases/public/components/case_form_fields/translations.ts rename to x-pack/platform/plugins/shared/cases/public/components/case_form_fields/translations.ts diff --git a/x-pack/plugins/cases/public/components/case_form_fields/utils.test.ts b/x-pack/platform/plugins/shared/cases/public/components/case_form_fields/utils.test.ts similarity index 100% rename from x-pack/plugins/cases/public/components/case_form_fields/utils.test.ts rename to x-pack/platform/plugins/shared/cases/public/components/case_form_fields/utils.test.ts diff --git a/x-pack/plugins/cases/public/components/case_form_fields/utils.ts b/x-pack/platform/plugins/shared/cases/public/components/case_form_fields/utils.ts similarity index 100% rename from x-pack/plugins/cases/public/components/case_form_fields/utils.ts rename to x-pack/platform/plugins/shared/cases/public/components/case_form_fields/utils.ts diff --git a/x-pack/plugins/cases/public/components/case_settings/sync_alerts_switch.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/case_settings/sync_alerts_switch.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/case_settings/sync_alerts_switch.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/case_settings/sync_alerts_switch.test.tsx diff --git a/x-pack/plugins/cases/public/components/case_settings/sync_alerts_switch.tsx b/x-pack/platform/plugins/shared/cases/public/components/case_settings/sync_alerts_switch.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/case_settings/sync_alerts_switch.tsx rename to x-pack/platform/plugins/shared/cases/public/components/case_settings/sync_alerts_switch.tsx diff --git a/x-pack/plugins/cases/public/components/case_view/__mocks__/use_on_refresh_case_view_page.tsx b/x-pack/platform/plugins/shared/cases/public/components/case_view/__mocks__/use_on_refresh_case_view_page.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/case_view/__mocks__/use_on_refresh_case_view_page.tsx rename to x-pack/platform/plugins/shared/cases/public/components/case_view/__mocks__/use_on_refresh_case_view_page.tsx diff --git a/x-pack/plugins/cases/public/components/case_view/case_view_page.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/case_view/case_view_page.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/case_view/case_view_page.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/case_view/case_view_page.test.tsx diff --git a/x-pack/plugins/cases/public/components/case_view/case_view_page.tsx b/x-pack/platform/plugins/shared/cases/public/components/case_view/case_view_page.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/case_view/case_view_page.tsx rename to x-pack/platform/plugins/shared/cases/public/components/case_view/case_view_page.tsx diff --git a/x-pack/plugins/cases/public/components/case_view/case_view_tabs.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/case_view/case_view_tabs.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/case_view/case_view_tabs.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/case_view/case_view_tabs.test.tsx diff --git a/x-pack/plugins/cases/public/components/case_view/case_view_tabs.tsx b/x-pack/platform/plugins/shared/cases/public/components/case_view/case_view_tabs.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/case_view/case_view_tabs.tsx rename to x-pack/platform/plugins/shared/cases/public/components/case_view/case_view_tabs.tsx diff --git a/x-pack/plugins/cases/public/components/case_view/components/assign_users.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/case_view/components/assign_users.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/case_view/components/assign_users.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/case_view/components/assign_users.test.tsx diff --git a/x-pack/plugins/cases/public/components/case_view/components/assign_users.tsx b/x-pack/platform/plugins/shared/cases/public/components/case_view/components/assign_users.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/case_view/components/assign_users.tsx rename to x-pack/platform/plugins/shared/cases/public/components/case_view/components/assign_users.tsx diff --git a/x-pack/plugins/cases/public/components/case_view/components/case_view_activity.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/case_view/components/case_view_activity.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/case_view/components/case_view_activity.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/case_view/components/case_view_activity.test.tsx diff --git a/x-pack/plugins/cases/public/components/case_view/components/case_view_activity.tsx b/x-pack/platform/plugins/shared/cases/public/components/case_view/components/case_view_activity.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/case_view/components/case_view_activity.tsx rename to x-pack/platform/plugins/shared/cases/public/components/case_view/components/case_view_activity.tsx diff --git a/x-pack/plugins/cases/public/components/case_view/components/case_view_alerts.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/case_view/components/case_view_alerts.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/case_view/components/case_view_alerts.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/case_view/components/case_view_alerts.test.tsx diff --git a/x-pack/plugins/cases/public/components/case_view/components/case_view_alerts.tsx b/x-pack/platform/plugins/shared/cases/public/components/case_view/components/case_view_alerts.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/case_view/components/case_view_alerts.tsx rename to x-pack/platform/plugins/shared/cases/public/components/case_view/components/case_view_alerts.tsx diff --git a/x-pack/plugins/cases/public/components/case_view/components/case_view_alerts_empty.tsx b/x-pack/platform/plugins/shared/cases/public/components/case_view/components/case_view_alerts_empty.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/case_view/components/case_view_alerts_empty.tsx rename to x-pack/platform/plugins/shared/cases/public/components/case_view/components/case_view_alerts_empty.tsx diff --git a/x-pack/plugins/cases/public/components/case_view/components/case_view_files.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/case_view/components/case_view_files.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/case_view/components/case_view_files.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/case_view/components/case_view_files.test.tsx diff --git a/x-pack/plugins/cases/public/components/case_view/components/case_view_files.tsx b/x-pack/platform/plugins/shared/cases/public/components/case_view/components/case_view_files.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/case_view/components/case_view_files.tsx rename to x-pack/platform/plugins/shared/cases/public/components/case_view/components/case_view_files.tsx diff --git a/x-pack/plugins/cases/public/components/case_view/components/custom_fields.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/case_view/components/custom_fields.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/case_view/components/custom_fields.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/case_view/components/custom_fields.test.tsx diff --git a/x-pack/plugins/cases/public/components/case_view/components/custom_fields.tsx b/x-pack/platform/plugins/shared/cases/public/components/case_view/components/custom_fields.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/case_view/components/custom_fields.tsx rename to x-pack/platform/plugins/shared/cases/public/components/case_view/components/custom_fields.tsx diff --git a/x-pack/plugins/cases/public/components/case_view/components/edit_category.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/case_view/components/edit_category.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/case_view/components/edit_category.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/case_view/components/edit_category.test.tsx diff --git a/x-pack/plugins/cases/public/components/case_view/components/edit_category.tsx b/x-pack/platform/plugins/shared/cases/public/components/case_view/components/edit_category.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/case_view/components/edit_category.tsx rename to x-pack/platform/plugins/shared/cases/public/components/case_view/components/edit_category.tsx diff --git a/x-pack/plugins/cases/public/components/case_view/components/edit_tags.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/case_view/components/edit_tags.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/case_view/components/edit_tags.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/case_view/components/edit_tags.test.tsx diff --git a/x-pack/plugins/cases/public/components/case_view/components/edit_tags.tsx b/x-pack/platform/plugins/shared/cases/public/components/case_view/components/edit_tags.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/case_view/components/edit_tags.tsx rename to x-pack/platform/plugins/shared/cases/public/components/case_view/components/edit_tags.tsx diff --git a/x-pack/plugins/cases/public/components/case_view/components/helpers.test.ts b/x-pack/platform/plugins/shared/cases/public/components/case_view/components/helpers.test.ts similarity index 100% rename from x-pack/plugins/cases/public/components/case_view/components/helpers.test.ts rename to x-pack/platform/plugins/shared/cases/public/components/case_view/components/helpers.test.ts diff --git a/x-pack/plugins/cases/public/components/case_view/components/helpers.ts b/x-pack/platform/plugins/shared/cases/public/components/case_view/components/helpers.ts similarity index 100% rename from x-pack/plugins/cases/public/components/case_view/components/helpers.ts rename to x-pack/platform/plugins/shared/cases/public/components/case_view/components/helpers.ts diff --git a/x-pack/plugins/cases/public/components/case_view/components/sidebar_section.tsx b/x-pack/platform/plugins/shared/cases/public/components/case_view/components/sidebar_section.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/case_view/components/sidebar_section.tsx rename to x-pack/platform/plugins/shared/cases/public/components/case_view/components/sidebar_section.tsx diff --git a/x-pack/plugins/cases/public/components/case_view/components/sidebar_title.tsx b/x-pack/platform/plugins/shared/cases/public/components/case_view/components/sidebar_title.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/case_view/components/sidebar_title.tsx rename to x-pack/platform/plugins/shared/cases/public/components/case_view/components/sidebar_title.tsx diff --git a/x-pack/plugins/cases/public/components/case_view/components/suggest_users_popover.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/case_view/components/suggest_users_popover.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/case_view/components/suggest_users_popover.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/case_view/components/suggest_users_popover.test.tsx diff --git a/x-pack/plugins/cases/public/components/case_view/components/suggest_users_popover.tsx b/x-pack/platform/plugins/shared/cases/public/components/case_view/components/suggest_users_popover.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/case_view/components/suggest_users_popover.tsx rename to x-pack/platform/plugins/shared/cases/public/components/case_view/components/suggest_users_popover.tsx diff --git a/x-pack/plugins/cases/public/components/case_view/components/user_list.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/case_view/components/user_list.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/case_view/components/user_list.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/case_view/components/user_list.test.tsx diff --git a/x-pack/plugins/cases/public/components/case_view/components/user_list.tsx b/x-pack/platform/plugins/shared/cases/public/components/case_view/components/user_list.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/case_view/components/user_list.tsx rename to x-pack/platform/plugins/shared/cases/public/components/case_view/components/user_list.tsx diff --git a/x-pack/plugins/cases/public/components/case_view/does_not_exist.tsx b/x-pack/platform/plugins/shared/cases/public/components/case_view/does_not_exist.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/case_view/does_not_exist.tsx rename to x-pack/platform/plugins/shared/cases/public/components/case_view/does_not_exist.tsx diff --git a/x-pack/plugins/cases/public/components/case_view/index.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/case_view/index.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/case_view/index.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/case_view/index.test.tsx diff --git a/x-pack/plugins/cases/public/components/case_view/index.tsx b/x-pack/platform/plugins/shared/cases/public/components/case_view/index.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/case_view/index.tsx rename to x-pack/platform/plugins/shared/cases/public/components/case_view/index.tsx diff --git a/x-pack/plugins/cases/public/components/case_view/metrics/index.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/case_view/metrics/index.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/case_view/metrics/index.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/case_view/metrics/index.test.tsx diff --git a/x-pack/plugins/cases/public/components/case_view/metrics/index.tsx b/x-pack/platform/plugins/shared/cases/public/components/case_view/metrics/index.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/case_view/metrics/index.tsx rename to x-pack/platform/plugins/shared/cases/public/components/case_view/metrics/index.tsx diff --git a/x-pack/plugins/cases/public/components/case_view/metrics/status.tsx b/x-pack/platform/plugins/shared/cases/public/components/case_view/metrics/status.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/case_view/metrics/status.tsx rename to x-pack/platform/plugins/shared/cases/public/components/case_view/metrics/status.tsx diff --git a/x-pack/plugins/cases/public/components/case_view/metrics/totals.tsx b/x-pack/platform/plugins/shared/cases/public/components/case_view/metrics/totals.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/case_view/metrics/totals.tsx rename to x-pack/platform/plugins/shared/cases/public/components/case_view/metrics/totals.tsx diff --git a/x-pack/plugins/cases/public/components/case_view/metrics/translations.ts b/x-pack/platform/plugins/shared/cases/public/components/case_view/metrics/translations.ts similarity index 100% rename from x-pack/plugins/cases/public/components/case_view/metrics/translations.ts rename to x-pack/platform/plugins/shared/cases/public/components/case_view/metrics/translations.ts diff --git a/x-pack/plugins/cases/public/components/case_view/mocks.ts b/x-pack/platform/plugins/shared/cases/public/components/case_view/mocks.ts similarity index 100% rename from x-pack/plugins/cases/public/components/case_view/mocks.ts rename to x-pack/platform/plugins/shared/cases/public/components/case_view/mocks.ts diff --git a/x-pack/plugins/cases/public/components/case_view/translations.ts b/x-pack/platform/plugins/shared/cases/public/components/case_view/translations.ts similarity index 100% rename from x-pack/plugins/cases/public/components/case_view/translations.ts rename to x-pack/platform/plugins/shared/cases/public/components/case_view/translations.ts diff --git a/x-pack/plugins/cases/public/components/case_view/types.ts b/x-pack/platform/plugins/shared/cases/public/components/case_view/types.ts similarity index 100% rename from x-pack/plugins/cases/public/components/case_view/types.ts rename to x-pack/platform/plugins/shared/cases/public/components/case_view/types.ts diff --git a/x-pack/plugins/cases/public/components/case_view/use_on_refresh_case_view_page.tsx b/x-pack/platform/plugins/shared/cases/public/components/case_view/use_on_refresh_case_view_page.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/case_view/use_on_refresh_case_view_page.tsx rename to x-pack/platform/plugins/shared/cases/public/components/case_view/use_on_refresh_case_view_page.tsx diff --git a/x-pack/plugins/cases/public/components/case_view/use_on_update_field.ts b/x-pack/platform/plugins/shared/cases/public/components/case_view/use_on_update_field.ts similarity index 100% rename from x-pack/plugins/cases/public/components/case_view/use_on_update_field.ts rename to x-pack/platform/plugins/shared/cases/public/components/case_view/use_on_update_field.ts diff --git a/x-pack/plugins/cases/public/components/cases_context/cases_global_components.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/cases_context/cases_global_components.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/cases_context/cases_global_components.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/cases_context/cases_global_components.test.tsx diff --git a/x-pack/plugins/cases/public/components/cases_context/cases_global_components.tsx b/x-pack/platform/plugins/shared/cases/public/components/cases_context/cases_global_components.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/cases_context/cases_global_components.tsx rename to x-pack/platform/plugins/shared/cases/public/components/cases_context/cases_global_components.tsx diff --git a/x-pack/plugins/cases/public/components/cases_context/index.tsx b/x-pack/platform/plugins/shared/cases/public/components/cases_context/index.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/cases_context/index.tsx rename to x-pack/platform/plugins/shared/cases/public/components/cases_context/index.tsx diff --git a/x-pack/plugins/cases/public/components/cases_context/query_client.ts b/x-pack/platform/plugins/shared/cases/public/components/cases_context/query_client.ts similarity index 100% rename from x-pack/plugins/cases/public/components/cases_context/query_client.ts rename to x-pack/platform/plugins/shared/cases/public/components/cases_context/query_client.ts diff --git a/x-pack/plugins/cases/public/components/cases_context/state/cases_context_reducer.ts b/x-pack/platform/plugins/shared/cases/public/components/cases_context/state/cases_context_reducer.ts similarity index 100% rename from x-pack/plugins/cases/public/components/cases_context/state/cases_context_reducer.ts rename to x-pack/platform/plugins/shared/cases/public/components/cases_context/state/cases_context_reducer.ts diff --git a/x-pack/plugins/cases/public/components/cases_context/state/cases_state_context.ts b/x-pack/platform/plugins/shared/cases/public/components/cases_context/state/cases_state_context.ts similarity index 92% rename from x-pack/plugins/cases/public/components/cases_context/state/cases_state_context.ts rename to x-pack/platform/plugins/shared/cases/public/components/cases_context/state/cases_state_context.ts index 14a8c01bef902..86a29b121e752 100644 --- a/x-pack/plugins/cases/public/components/cases_context/state/cases_state_context.ts +++ b/x-pack/platform/plugins/shared/cases/public/components/cases_context/state/cases_state_context.ts @@ -14,7 +14,7 @@ export const useCasesStateContext = () => { const casesStateContext = useContext(CasesStateContext); if (!casesStateContext) { throw new Error( - 'useCasesStateContext must be used within a CasesProvider and have a defined value. See https://github.com/elastic/kibana/blob/main/x-pack/plugins/cases/README.md#cases-ui' + 'useCasesStateContext must be used within a CasesProvider and have a defined value. See https://github.com/elastic/kibana/blob/main/x-pack/platform/plugins/shared/cases/README.md#cases-ui' ); } return casesStateContext; diff --git a/x-pack/plugins/cases/public/components/cases_context/state/use_is_add_to_case_open.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/cases_context/state/use_is_add_to_case_open.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/cases_context/state/use_is_add_to_case_open.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/cases_context/state/use_is_add_to_case_open.test.tsx diff --git a/x-pack/plugins/cases/public/components/cases_context/state/use_is_add_to_case_open.ts b/x-pack/platform/plugins/shared/cases/public/components/cases_context/state/use_is_add_to_case_open.ts similarity index 100% rename from x-pack/plugins/cases/public/components/cases_context/state/use_is_add_to_case_open.ts rename to x-pack/platform/plugins/shared/cases/public/components/cases_context/state/use_is_add_to_case_open.ts diff --git a/x-pack/plugins/cases/public/components/cases_context/use_cases_context.ts b/x-pack/platform/plugins/shared/cases/public/components/cases_context/use_cases_context.ts similarity index 90% rename from x-pack/plugins/cases/public/components/cases_context/use_cases_context.ts rename to x-pack/platform/plugins/shared/cases/public/components/cases_context/use_cases_context.ts index 8f93dfe4a02e6..a71ab0bb193e6 100644 --- a/x-pack/plugins/cases/public/components/cases_context/use_cases_context.ts +++ b/x-pack/platform/plugins/shared/cases/public/components/cases_context/use_cases_context.ts @@ -13,7 +13,7 @@ export const useCasesContext = () => { if (!casesContext) { throw new Error( - 'useCasesContext must be used within a CasesProvider and have a defined value. See https://github.com/elastic/kibana/blob/main/x-pack/plugins/cases/README.md#cases-ui' + 'useCasesContext must be used within a CasesProvider and have a defined value. See https://github.com/elastic/kibana/blob/main/x-pack/platform/plugins/shared/cases/README.md#cases-ui' ); } diff --git a/x-pack/plugins/cases/public/components/category/category_component.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/category/category_component.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/category/category_component.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/category/category_component.test.tsx diff --git a/x-pack/plugins/cases/public/components/category/category_component.tsx b/x-pack/platform/plugins/shared/cases/public/components/category/category_component.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/category/category_component.tsx rename to x-pack/platform/plugins/shared/cases/public/components/category/category_component.tsx diff --git a/x-pack/plugins/cases/public/components/category/category_form_field.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/category/category_form_field.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/category/category_form_field.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/category/category_form_field.test.tsx diff --git a/x-pack/plugins/cases/public/components/category/category_form_field.tsx b/x-pack/platform/plugins/shared/cases/public/components/category/category_form_field.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/category/category_form_field.tsx rename to x-pack/platform/plugins/shared/cases/public/components/category/category_form_field.tsx diff --git a/x-pack/plugins/cases/public/components/category/category_viewer_component.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/category/category_viewer_component.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/category/category_viewer_component.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/category/category_viewer_component.test.tsx diff --git a/x-pack/plugins/cases/public/components/category/category_viewer_component.tsx b/x-pack/platform/plugins/shared/cases/public/components/category/category_viewer_component.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/category/category_viewer_component.tsx rename to x-pack/platform/plugins/shared/cases/public/components/category/category_viewer_component.tsx diff --git a/x-pack/plugins/cases/public/components/category/translations.ts b/x-pack/platform/plugins/shared/cases/public/components/category/translations.ts similarity index 100% rename from x-pack/plugins/cases/public/components/category/translations.ts rename to x-pack/platform/plugins/shared/cases/public/components/category/translations.ts diff --git a/x-pack/plugins/cases/public/components/configure_cases/__mock__/index.tsx b/x-pack/platform/plugins/shared/cases/public/components/configure_cases/__mock__/index.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/configure_cases/__mock__/index.tsx rename to x-pack/platform/plugins/shared/cases/public/components/configure_cases/__mock__/index.tsx diff --git a/x-pack/plugins/cases/public/components/configure_cases/closure_options.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/configure_cases/closure_options.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/configure_cases/closure_options.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/configure_cases/closure_options.test.tsx diff --git a/x-pack/plugins/cases/public/components/configure_cases/closure_options.tsx b/x-pack/platform/plugins/shared/cases/public/components/configure_cases/closure_options.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/configure_cases/closure_options.tsx rename to x-pack/platform/plugins/shared/cases/public/components/configure_cases/closure_options.tsx diff --git a/x-pack/plugins/cases/public/components/configure_cases/closure_options_radio.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/configure_cases/closure_options_radio.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/configure_cases/closure_options_radio.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/configure_cases/closure_options_radio.test.tsx diff --git a/x-pack/plugins/cases/public/components/configure_cases/closure_options_radio.tsx b/x-pack/platform/plugins/shared/cases/public/components/configure_cases/closure_options_radio.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/configure_cases/closure_options_radio.tsx rename to x-pack/platform/plugins/shared/cases/public/components/configure_cases/closure_options_radio.tsx diff --git a/x-pack/plugins/cases/public/components/configure_cases/connectors.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/configure_cases/connectors.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/configure_cases/connectors.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/configure_cases/connectors.test.tsx diff --git a/x-pack/plugins/cases/public/components/configure_cases/connectors.tsx b/x-pack/platform/plugins/shared/cases/public/components/configure_cases/connectors.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/configure_cases/connectors.tsx rename to x-pack/platform/plugins/shared/cases/public/components/configure_cases/connectors.tsx diff --git a/x-pack/plugins/cases/public/components/configure_cases/connectors_dropdown.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/configure_cases/connectors_dropdown.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/configure_cases/connectors_dropdown.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/configure_cases/connectors_dropdown.test.tsx diff --git a/x-pack/plugins/cases/public/components/configure_cases/connectors_dropdown.tsx b/x-pack/platform/plugins/shared/cases/public/components/configure_cases/connectors_dropdown.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/configure_cases/connectors_dropdown.tsx rename to x-pack/platform/plugins/shared/cases/public/components/configure_cases/connectors_dropdown.tsx diff --git a/x-pack/plugins/cases/public/components/configure_cases/delete_confirmation_modal.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/configure_cases/delete_confirmation_modal.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/configure_cases/delete_confirmation_modal.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/configure_cases/delete_confirmation_modal.test.tsx diff --git a/x-pack/plugins/cases/public/components/configure_cases/delete_confirmation_modal.tsx b/x-pack/platform/plugins/shared/cases/public/components/configure_cases/delete_confirmation_modal.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/configure_cases/delete_confirmation_modal.tsx rename to x-pack/platform/plugins/shared/cases/public/components/configure_cases/delete_confirmation_modal.tsx diff --git a/x-pack/plugins/cases/public/components/configure_cases/field_mapping.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/configure_cases/field_mapping.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/configure_cases/field_mapping.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/configure_cases/field_mapping.test.tsx diff --git a/x-pack/plugins/cases/public/components/configure_cases/field_mapping.tsx b/x-pack/platform/plugins/shared/cases/public/components/configure_cases/field_mapping.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/configure_cases/field_mapping.tsx rename to x-pack/platform/plugins/shared/cases/public/components/configure_cases/field_mapping.tsx diff --git a/x-pack/plugins/cases/public/components/configure_cases/field_mapping_row_static.tsx b/x-pack/platform/plugins/shared/cases/public/components/configure_cases/field_mapping_row_static.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/configure_cases/field_mapping_row_static.tsx rename to x-pack/platform/plugins/shared/cases/public/components/configure_cases/field_mapping_row_static.tsx diff --git a/x-pack/plugins/cases/public/components/configure_cases/flyout.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/configure_cases/flyout.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/configure_cases/flyout.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/configure_cases/flyout.test.tsx diff --git a/x-pack/plugins/cases/public/components/configure_cases/flyout.tsx b/x-pack/platform/plugins/shared/cases/public/components/configure_cases/flyout.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/configure_cases/flyout.tsx rename to x-pack/platform/plugins/shared/cases/public/components/configure_cases/flyout.tsx diff --git a/x-pack/plugins/cases/public/components/configure_cases/index.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/configure_cases/index.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/configure_cases/index.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/configure_cases/index.test.tsx diff --git a/x-pack/plugins/cases/public/components/configure_cases/index.tsx b/x-pack/platform/plugins/shared/cases/public/components/configure_cases/index.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/configure_cases/index.tsx rename to x-pack/platform/plugins/shared/cases/public/components/configure_cases/index.tsx diff --git a/x-pack/plugins/cases/public/components/configure_cases/mapping.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/configure_cases/mapping.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/configure_cases/mapping.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/configure_cases/mapping.test.tsx diff --git a/x-pack/plugins/cases/public/components/configure_cases/mapping.tsx b/x-pack/platform/plugins/shared/cases/public/components/configure_cases/mapping.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/configure_cases/mapping.tsx rename to x-pack/platform/plugins/shared/cases/public/components/configure_cases/mapping.tsx diff --git a/x-pack/plugins/cases/public/components/configure_cases/translations.ts b/x-pack/platform/plugins/shared/cases/public/components/configure_cases/translations.ts similarity index 100% rename from x-pack/plugins/cases/public/components/configure_cases/translations.ts rename to x-pack/platform/plugins/shared/cases/public/components/configure_cases/translations.ts diff --git a/x-pack/plugins/cases/public/components/configure_cases/utils.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/configure_cases/utils.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/configure_cases/utils.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/configure_cases/utils.test.tsx diff --git a/x-pack/plugins/cases/public/components/configure_cases/utils.ts b/x-pack/platform/plugins/shared/cases/public/components/configure_cases/utils.ts similarity index 100% rename from x-pack/plugins/cases/public/components/configure_cases/utils.ts rename to x-pack/platform/plugins/shared/cases/public/components/configure_cases/utils.ts diff --git a/x-pack/plugins/cases/public/components/confirm_delete_case/index.tsx b/x-pack/platform/plugins/shared/cases/public/components/confirm_delete_case/index.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/confirm_delete_case/index.tsx rename to x-pack/platform/plugins/shared/cases/public/components/confirm_delete_case/index.tsx diff --git a/x-pack/plugins/cases/public/components/confirm_delete_case/translations.ts b/x-pack/platform/plugins/shared/cases/public/components/confirm_delete_case/translations.ts similarity index 100% rename from x-pack/plugins/cases/public/components/confirm_delete_case/translations.ts rename to x-pack/platform/plugins/shared/cases/public/components/confirm_delete_case/translations.ts diff --git a/x-pack/plugins/cases/public/components/connector_selector/form.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/connector_selector/form.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/connector_selector/form.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/connector_selector/form.test.tsx diff --git a/x-pack/plugins/cases/public/components/connector_selector/form.tsx b/x-pack/platform/plugins/shared/cases/public/components/connector_selector/form.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/connector_selector/form.tsx rename to x-pack/platform/plugins/shared/cases/public/components/connector_selector/form.tsx diff --git a/x-pack/plugins/cases/public/components/connectors/card.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/connectors/card.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/card.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/connectors/card.test.tsx diff --git a/x-pack/plugins/cases/public/components/connectors/card.tsx b/x-pack/platform/plugins/shared/cases/public/components/connectors/card.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/card.tsx rename to x-pack/platform/plugins/shared/cases/public/components/connectors/card.tsx diff --git a/x-pack/plugins/cases/public/components/connectors/cases_webhook/case_fields.tsx b/x-pack/platform/plugins/shared/cases/public/components/connectors/cases_webhook/case_fields.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/cases_webhook/case_fields.tsx rename to x-pack/platform/plugins/shared/cases/public/components/connectors/cases_webhook/case_fields.tsx diff --git a/x-pack/plugins/cases/public/components/connectors/cases_webhook/case_fields_preview.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/connectors/cases_webhook/case_fields_preview.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/cases_webhook/case_fields_preview.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/connectors/cases_webhook/case_fields_preview.test.tsx diff --git a/x-pack/plugins/cases/public/components/connectors/cases_webhook/case_fields_preview.tsx b/x-pack/platform/plugins/shared/cases/public/components/connectors/cases_webhook/case_fields_preview.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/cases_webhook/case_fields_preview.tsx rename to x-pack/platform/plugins/shared/cases/public/components/connectors/cases_webhook/case_fields_preview.tsx diff --git a/x-pack/plugins/cases/public/components/connectors/cases_webhook/index.ts b/x-pack/platform/plugins/shared/cases/public/components/connectors/cases_webhook/index.ts similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/cases_webhook/index.ts rename to x-pack/platform/plugins/shared/cases/public/components/connectors/cases_webhook/index.ts diff --git a/x-pack/plugins/cases/public/components/connectors/cases_webhook/translations.ts b/x-pack/platform/plugins/shared/cases/public/components/connectors/cases_webhook/translations.ts similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/cases_webhook/translations.ts rename to x-pack/platform/plugins/shared/cases/public/components/connectors/cases_webhook/translations.ts diff --git a/x-pack/plugins/cases/public/components/connectors/connectors_registry.ts b/x-pack/platform/plugins/shared/cases/public/components/connectors/connectors_registry.ts similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/connectors_registry.ts rename to x-pack/platform/plugins/shared/cases/public/components/connectors/connectors_registry.ts diff --git a/x-pack/plugins/cases/public/components/connectors/constants.ts b/x-pack/platform/plugins/shared/cases/public/components/connectors/constants.ts similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/constants.ts rename to x-pack/platform/plugins/shared/cases/public/components/connectors/constants.ts diff --git a/x-pack/plugins/cases/public/components/connectors/deprecated_callout.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/connectors/deprecated_callout.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/deprecated_callout.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/connectors/deprecated_callout.test.tsx diff --git a/x-pack/plugins/cases/public/components/connectors/deprecated_callout.tsx b/x-pack/platform/plugins/shared/cases/public/components/connectors/deprecated_callout.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/deprecated_callout.tsx rename to x-pack/platform/plugins/shared/cases/public/components/connectors/deprecated_callout.tsx diff --git a/x-pack/plugins/cases/public/components/connectors/fields_form.tsx b/x-pack/platform/plugins/shared/cases/public/components/connectors/fields_form.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/fields_form.tsx rename to x-pack/platform/plugins/shared/cases/public/components/connectors/fields_form.tsx diff --git a/x-pack/plugins/cases/public/components/connectors/fields_preview_form.tsx b/x-pack/platform/plugins/shared/cases/public/components/connectors/fields_preview_form.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/fields_preview_form.tsx rename to x-pack/platform/plugins/shared/cases/public/components/connectors/fields_preview_form.tsx diff --git a/x-pack/plugins/cases/public/components/connectors/index.ts b/x-pack/platform/plugins/shared/cases/public/components/connectors/index.ts similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/index.ts rename to x-pack/platform/plugins/shared/cases/public/components/connectors/index.ts diff --git a/x-pack/plugins/cases/public/components/connectors/jira/__mocks__/api.ts b/x-pack/platform/plugins/shared/cases/public/components/connectors/jira/__mocks__/api.ts similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/jira/__mocks__/api.ts rename to x-pack/platform/plugins/shared/cases/public/components/connectors/jira/__mocks__/api.ts diff --git a/x-pack/plugins/cases/public/components/connectors/jira/api.test.ts b/x-pack/platform/plugins/shared/cases/public/components/connectors/jira/api.test.ts similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/jira/api.test.ts rename to x-pack/platform/plugins/shared/cases/public/components/connectors/jira/api.test.ts diff --git a/x-pack/plugins/cases/public/components/connectors/jira/api.ts b/x-pack/platform/plugins/shared/cases/public/components/connectors/jira/api.ts similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/jira/api.ts rename to x-pack/platform/plugins/shared/cases/public/components/connectors/jira/api.ts diff --git a/x-pack/plugins/cases/public/components/connectors/jira/case_fields.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/connectors/jira/case_fields.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/jira/case_fields.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/connectors/jira/case_fields.test.tsx diff --git a/x-pack/plugins/cases/public/components/connectors/jira/case_fields.tsx b/x-pack/platform/plugins/shared/cases/public/components/connectors/jira/case_fields.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/jira/case_fields.tsx rename to x-pack/platform/plugins/shared/cases/public/components/connectors/jira/case_fields.tsx diff --git a/x-pack/plugins/cases/public/components/connectors/jira/case_fields_preview.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/connectors/jira/case_fields_preview.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/jira/case_fields_preview.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/connectors/jira/case_fields_preview.test.tsx diff --git a/x-pack/plugins/cases/public/components/connectors/jira/case_fields_preview.tsx b/x-pack/platform/plugins/shared/cases/public/components/connectors/jira/case_fields_preview.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/jira/case_fields_preview.tsx rename to x-pack/platform/plugins/shared/cases/public/components/connectors/jira/case_fields_preview.tsx diff --git a/x-pack/plugins/cases/public/components/connectors/jira/index.ts b/x-pack/platform/plugins/shared/cases/public/components/connectors/jira/index.ts similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/jira/index.ts rename to x-pack/platform/plugins/shared/cases/public/components/connectors/jira/index.ts diff --git a/x-pack/plugins/cases/public/components/connectors/jira/search_issues.tsx b/x-pack/platform/plugins/shared/cases/public/components/connectors/jira/search_issues.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/jira/search_issues.tsx rename to x-pack/platform/plugins/shared/cases/public/components/connectors/jira/search_issues.tsx diff --git a/x-pack/plugins/cases/public/components/connectors/jira/translations.ts b/x-pack/platform/plugins/shared/cases/public/components/connectors/jira/translations.ts similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/jira/translations.ts rename to x-pack/platform/plugins/shared/cases/public/components/connectors/jira/translations.ts diff --git a/x-pack/plugins/cases/public/components/connectors/jira/types.ts b/x-pack/platform/plugins/shared/cases/public/components/connectors/jira/types.ts similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/jira/types.ts rename to x-pack/platform/plugins/shared/cases/public/components/connectors/jira/types.ts diff --git a/x-pack/plugins/cases/public/components/connectors/jira/use_get_fields_by_issue_type.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/connectors/jira/use_get_fields_by_issue_type.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/jira/use_get_fields_by_issue_type.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/connectors/jira/use_get_fields_by_issue_type.test.tsx diff --git a/x-pack/plugins/cases/public/components/connectors/jira/use_get_fields_by_issue_type.tsx b/x-pack/platform/plugins/shared/cases/public/components/connectors/jira/use_get_fields_by_issue_type.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/jira/use_get_fields_by_issue_type.tsx rename to x-pack/platform/plugins/shared/cases/public/components/connectors/jira/use_get_fields_by_issue_type.tsx diff --git a/x-pack/plugins/cases/public/components/connectors/jira/use_get_issue.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/connectors/jira/use_get_issue.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/jira/use_get_issue.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/connectors/jira/use_get_issue.test.tsx diff --git a/x-pack/plugins/cases/public/components/connectors/jira/use_get_issue.tsx b/x-pack/platform/plugins/shared/cases/public/components/connectors/jira/use_get_issue.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/jira/use_get_issue.tsx rename to x-pack/platform/plugins/shared/cases/public/components/connectors/jira/use_get_issue.tsx diff --git a/x-pack/plugins/cases/public/components/connectors/jira/use_get_issue_types.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/connectors/jira/use_get_issue_types.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/jira/use_get_issue_types.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/connectors/jira/use_get_issue_types.test.tsx diff --git a/x-pack/plugins/cases/public/components/connectors/jira/use_get_issue_types.tsx b/x-pack/platform/plugins/shared/cases/public/components/connectors/jira/use_get_issue_types.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/jira/use_get_issue_types.tsx rename to x-pack/platform/plugins/shared/cases/public/components/connectors/jira/use_get_issue_types.tsx diff --git a/x-pack/plugins/cases/public/components/connectors/jira/use_get_issues.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/connectors/jira/use_get_issues.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/jira/use_get_issues.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/connectors/jira/use_get_issues.test.tsx diff --git a/x-pack/plugins/cases/public/components/connectors/jira/use_get_issues.tsx b/x-pack/platform/plugins/shared/cases/public/components/connectors/jira/use_get_issues.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/jira/use_get_issues.tsx rename to x-pack/platform/plugins/shared/cases/public/components/connectors/jira/use_get_issues.tsx diff --git a/x-pack/plugins/cases/public/components/connectors/mock.ts b/x-pack/platform/plugins/shared/cases/public/components/connectors/mock.ts similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/mock.ts rename to x-pack/platform/plugins/shared/cases/public/components/connectors/mock.ts diff --git a/x-pack/plugins/cases/public/components/connectors/resilient/__mocks__/api.ts b/x-pack/platform/plugins/shared/cases/public/components/connectors/resilient/__mocks__/api.ts similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/resilient/__mocks__/api.ts rename to x-pack/platform/plugins/shared/cases/public/components/connectors/resilient/__mocks__/api.ts diff --git a/x-pack/plugins/cases/public/components/connectors/resilient/api.ts b/x-pack/platform/plugins/shared/cases/public/components/connectors/resilient/api.ts similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/resilient/api.ts rename to x-pack/platform/plugins/shared/cases/public/components/connectors/resilient/api.ts diff --git a/x-pack/plugins/cases/public/components/connectors/resilient/case_fields.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/connectors/resilient/case_fields.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/resilient/case_fields.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/connectors/resilient/case_fields.test.tsx diff --git a/x-pack/plugins/cases/public/components/connectors/resilient/case_fields.tsx b/x-pack/platform/plugins/shared/cases/public/components/connectors/resilient/case_fields.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/resilient/case_fields.tsx rename to x-pack/platform/plugins/shared/cases/public/components/connectors/resilient/case_fields.tsx diff --git a/x-pack/plugins/cases/public/components/connectors/resilient/case_fields_preview.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/connectors/resilient/case_fields_preview.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/resilient/case_fields_preview.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/connectors/resilient/case_fields_preview.test.tsx diff --git a/x-pack/plugins/cases/public/components/connectors/resilient/case_fields_preview.tsx b/x-pack/platform/plugins/shared/cases/public/components/connectors/resilient/case_fields_preview.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/resilient/case_fields_preview.tsx rename to x-pack/platform/plugins/shared/cases/public/components/connectors/resilient/case_fields_preview.tsx diff --git a/x-pack/plugins/cases/public/components/connectors/resilient/index.ts b/x-pack/platform/plugins/shared/cases/public/components/connectors/resilient/index.ts similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/resilient/index.ts rename to x-pack/platform/plugins/shared/cases/public/components/connectors/resilient/index.ts diff --git a/x-pack/plugins/cases/public/components/connectors/resilient/translations.ts b/x-pack/platform/plugins/shared/cases/public/components/connectors/resilient/translations.ts similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/resilient/translations.ts rename to x-pack/platform/plugins/shared/cases/public/components/connectors/resilient/translations.ts diff --git a/x-pack/plugins/cases/public/components/connectors/resilient/types.ts b/x-pack/platform/plugins/shared/cases/public/components/connectors/resilient/types.ts similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/resilient/types.ts rename to x-pack/platform/plugins/shared/cases/public/components/connectors/resilient/types.ts diff --git a/x-pack/plugins/cases/public/components/connectors/resilient/use_get_incident_types.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/connectors/resilient/use_get_incident_types.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/resilient/use_get_incident_types.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/connectors/resilient/use_get_incident_types.test.tsx diff --git a/x-pack/plugins/cases/public/components/connectors/resilient/use_get_incident_types.tsx b/x-pack/platform/plugins/shared/cases/public/components/connectors/resilient/use_get_incident_types.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/resilient/use_get_incident_types.tsx rename to x-pack/platform/plugins/shared/cases/public/components/connectors/resilient/use_get_incident_types.tsx diff --git a/x-pack/plugins/cases/public/components/connectors/resilient/use_get_severity.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/connectors/resilient/use_get_severity.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/resilient/use_get_severity.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/connectors/resilient/use_get_severity.test.tsx diff --git a/x-pack/plugins/cases/public/components/connectors/resilient/use_get_severity.tsx b/x-pack/platform/plugins/shared/cases/public/components/connectors/resilient/use_get_severity.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/resilient/use_get_severity.tsx rename to x-pack/platform/plugins/shared/cases/public/components/connectors/resilient/use_get_severity.tsx diff --git a/x-pack/plugins/cases/public/components/connectors/rewrite_response_to_camel_case.test.ts b/x-pack/platform/plugins/shared/cases/public/components/connectors/rewrite_response_to_camel_case.test.ts similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/rewrite_response_to_camel_case.test.ts rename to x-pack/platform/plugins/shared/cases/public/components/connectors/rewrite_response_to_camel_case.test.ts diff --git a/x-pack/plugins/cases/public/components/connectors/rewrite_response_to_camel_case.ts b/x-pack/platform/plugins/shared/cases/public/components/connectors/rewrite_response_to_camel_case.ts similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/rewrite_response_to_camel_case.ts rename to x-pack/platform/plugins/shared/cases/public/components/connectors/rewrite_response_to_camel_case.ts diff --git a/x-pack/plugins/cases/public/components/connectors/servicenow/__mocks__/api.ts b/x-pack/platform/plugins/shared/cases/public/components/connectors/servicenow/__mocks__/api.ts similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/servicenow/__mocks__/api.ts rename to x-pack/platform/plugins/shared/cases/public/components/connectors/servicenow/__mocks__/api.ts diff --git a/x-pack/plugins/cases/public/components/connectors/servicenow/api.test.ts b/x-pack/platform/plugins/shared/cases/public/components/connectors/servicenow/api.test.ts similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/servicenow/api.test.ts rename to x-pack/platform/plugins/shared/cases/public/components/connectors/servicenow/api.test.ts diff --git a/x-pack/plugins/cases/public/components/connectors/servicenow/api.ts b/x-pack/platform/plugins/shared/cases/public/components/connectors/servicenow/api.ts similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/servicenow/api.ts rename to x-pack/platform/plugins/shared/cases/public/components/connectors/servicenow/api.ts diff --git a/x-pack/plugins/cases/public/components/connectors/servicenow/helpers.ts b/x-pack/platform/plugins/shared/cases/public/components/connectors/servicenow/helpers.ts similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/servicenow/helpers.ts rename to x-pack/platform/plugins/shared/cases/public/components/connectors/servicenow/helpers.ts diff --git a/x-pack/plugins/cases/public/components/connectors/servicenow/index.ts b/x-pack/platform/plugins/shared/cases/public/components/connectors/servicenow/index.ts similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/servicenow/index.ts rename to x-pack/platform/plugins/shared/cases/public/components/connectors/servicenow/index.ts diff --git a/x-pack/plugins/cases/public/components/connectors/servicenow/servicenow_itsm_case_fields.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/connectors/servicenow/servicenow_itsm_case_fields.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/servicenow/servicenow_itsm_case_fields.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/connectors/servicenow/servicenow_itsm_case_fields.test.tsx diff --git a/x-pack/plugins/cases/public/components/connectors/servicenow/servicenow_itsm_case_fields.tsx b/x-pack/platform/plugins/shared/cases/public/components/connectors/servicenow/servicenow_itsm_case_fields.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/servicenow/servicenow_itsm_case_fields.tsx rename to x-pack/platform/plugins/shared/cases/public/components/connectors/servicenow/servicenow_itsm_case_fields.tsx diff --git a/x-pack/plugins/cases/public/components/connectors/servicenow/servicenow_itsm_case_fields_preview.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/connectors/servicenow/servicenow_itsm_case_fields_preview.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/servicenow/servicenow_itsm_case_fields_preview.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/connectors/servicenow/servicenow_itsm_case_fields_preview.test.tsx diff --git a/x-pack/plugins/cases/public/components/connectors/servicenow/servicenow_itsm_case_fields_preview.tsx b/x-pack/platform/plugins/shared/cases/public/components/connectors/servicenow/servicenow_itsm_case_fields_preview.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/servicenow/servicenow_itsm_case_fields_preview.tsx rename to x-pack/platform/plugins/shared/cases/public/components/connectors/servicenow/servicenow_itsm_case_fields_preview.tsx diff --git a/x-pack/plugins/cases/public/components/connectors/servicenow/servicenow_sir_case_fields.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/connectors/servicenow/servicenow_sir_case_fields.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/servicenow/servicenow_sir_case_fields.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/connectors/servicenow/servicenow_sir_case_fields.test.tsx diff --git a/x-pack/plugins/cases/public/components/connectors/servicenow/servicenow_sir_case_fields.tsx b/x-pack/platform/plugins/shared/cases/public/components/connectors/servicenow/servicenow_sir_case_fields.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/servicenow/servicenow_sir_case_fields.tsx rename to x-pack/platform/plugins/shared/cases/public/components/connectors/servicenow/servicenow_sir_case_fields.tsx diff --git a/x-pack/plugins/cases/public/components/connectors/servicenow/servicenow_sir_case_fields_preview.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/connectors/servicenow/servicenow_sir_case_fields_preview.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/servicenow/servicenow_sir_case_fields_preview.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/connectors/servicenow/servicenow_sir_case_fields_preview.test.tsx diff --git a/x-pack/plugins/cases/public/components/connectors/servicenow/servicenow_sir_case_fields_preview.tsx b/x-pack/platform/plugins/shared/cases/public/components/connectors/servicenow/servicenow_sir_case_fields_preview.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/servicenow/servicenow_sir_case_fields_preview.tsx rename to x-pack/platform/plugins/shared/cases/public/components/connectors/servicenow/servicenow_sir_case_fields_preview.tsx diff --git a/x-pack/plugins/cases/public/components/connectors/servicenow/translations.ts b/x-pack/platform/plugins/shared/cases/public/components/connectors/servicenow/translations.ts similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/servicenow/translations.ts rename to x-pack/platform/plugins/shared/cases/public/components/connectors/servicenow/translations.ts diff --git a/x-pack/plugins/cases/public/components/connectors/servicenow/types.ts b/x-pack/platform/plugins/shared/cases/public/components/connectors/servicenow/types.ts similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/servicenow/types.ts rename to x-pack/platform/plugins/shared/cases/public/components/connectors/servicenow/types.ts diff --git a/x-pack/plugins/cases/public/components/connectors/servicenow/use_get_choices.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/connectors/servicenow/use_get_choices.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/servicenow/use_get_choices.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/connectors/servicenow/use_get_choices.test.tsx diff --git a/x-pack/plugins/cases/public/components/connectors/servicenow/use_get_choices.tsx b/x-pack/platform/plugins/shared/cases/public/components/connectors/servicenow/use_get_choices.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/servicenow/use_get_choices.tsx rename to x-pack/platform/plugins/shared/cases/public/components/connectors/servicenow/use_get_choices.tsx diff --git a/x-pack/plugins/cases/public/components/connectors/swimlane/case_fields.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/connectors/swimlane/case_fields.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/swimlane/case_fields.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/connectors/swimlane/case_fields.test.tsx diff --git a/x-pack/plugins/cases/public/components/connectors/swimlane/case_fields.tsx b/x-pack/platform/plugins/shared/cases/public/components/connectors/swimlane/case_fields.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/swimlane/case_fields.tsx rename to x-pack/platform/plugins/shared/cases/public/components/connectors/swimlane/case_fields.tsx diff --git a/x-pack/plugins/cases/public/components/connectors/swimlane/case_fields_preview.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/connectors/swimlane/case_fields_preview.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/swimlane/case_fields_preview.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/connectors/swimlane/case_fields_preview.test.tsx diff --git a/x-pack/plugins/cases/public/components/connectors/swimlane/case_fields_preview.tsx b/x-pack/platform/plugins/shared/cases/public/components/connectors/swimlane/case_fields_preview.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/swimlane/case_fields_preview.tsx rename to x-pack/platform/plugins/shared/cases/public/components/connectors/swimlane/case_fields_preview.tsx diff --git a/x-pack/plugins/cases/public/components/connectors/swimlane/index.ts b/x-pack/platform/plugins/shared/cases/public/components/connectors/swimlane/index.ts similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/swimlane/index.ts rename to x-pack/platform/plugins/shared/cases/public/components/connectors/swimlane/index.ts diff --git a/x-pack/plugins/cases/public/components/connectors/swimlane/translations.ts b/x-pack/platform/plugins/shared/cases/public/components/connectors/swimlane/translations.ts similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/swimlane/translations.ts rename to x-pack/platform/plugins/shared/cases/public/components/connectors/swimlane/translations.ts diff --git a/x-pack/plugins/cases/public/components/connectors/swimlane/validator.test.ts b/x-pack/platform/plugins/shared/cases/public/components/connectors/swimlane/validator.test.ts similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/swimlane/validator.test.ts rename to x-pack/platform/plugins/shared/cases/public/components/connectors/swimlane/validator.test.ts diff --git a/x-pack/plugins/cases/public/components/connectors/swimlane/validator.ts b/x-pack/platform/plugins/shared/cases/public/components/connectors/swimlane/validator.ts similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/swimlane/validator.ts rename to x-pack/platform/plugins/shared/cases/public/components/connectors/swimlane/validator.ts diff --git a/x-pack/plugins/cases/public/components/connectors/test_utils.tsx b/x-pack/platform/plugins/shared/cases/public/components/connectors/test_utils.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/test_utils.tsx rename to x-pack/platform/plugins/shared/cases/public/components/connectors/test_utils.tsx diff --git a/x-pack/plugins/cases/public/components/connectors/thehive/case_fields.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/connectors/thehive/case_fields.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/thehive/case_fields.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/connectors/thehive/case_fields.test.tsx diff --git a/x-pack/plugins/cases/public/components/connectors/thehive/case_fields.tsx b/x-pack/platform/plugins/shared/cases/public/components/connectors/thehive/case_fields.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/thehive/case_fields.tsx rename to x-pack/platform/plugins/shared/cases/public/components/connectors/thehive/case_fields.tsx diff --git a/x-pack/plugins/cases/public/components/connectors/thehive/case_fields_preview.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/connectors/thehive/case_fields_preview.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/thehive/case_fields_preview.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/connectors/thehive/case_fields_preview.test.tsx diff --git a/x-pack/plugins/cases/public/components/connectors/thehive/case_fields_preview.tsx b/x-pack/platform/plugins/shared/cases/public/components/connectors/thehive/case_fields_preview.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/thehive/case_fields_preview.tsx rename to x-pack/platform/plugins/shared/cases/public/components/connectors/thehive/case_fields_preview.tsx diff --git a/x-pack/plugins/cases/public/components/connectors/thehive/index.ts b/x-pack/platform/plugins/shared/cases/public/components/connectors/thehive/index.ts similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/thehive/index.ts rename to x-pack/platform/plugins/shared/cases/public/components/connectors/thehive/index.ts diff --git a/x-pack/plugins/cases/public/components/connectors/thehive/translations.ts b/x-pack/platform/plugins/shared/cases/public/components/connectors/thehive/translations.ts similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/thehive/translations.ts rename to x-pack/platform/plugins/shared/cases/public/components/connectors/thehive/translations.ts diff --git a/x-pack/plugins/cases/public/components/connectors/thehive/types.ts b/x-pack/platform/plugins/shared/cases/public/components/connectors/thehive/types.ts similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/thehive/types.ts rename to x-pack/platform/plugins/shared/cases/public/components/connectors/thehive/types.ts diff --git a/x-pack/plugins/cases/public/components/connectors/types.ts b/x-pack/platform/plugins/shared/cases/public/components/connectors/types.ts similarity index 100% rename from x-pack/plugins/cases/public/components/connectors/types.ts rename to x-pack/platform/plugins/shared/cases/public/components/connectors/types.ts diff --git a/x-pack/plugins/cases/public/components/create/cancel_creation_confirmation_modal.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/create/cancel_creation_confirmation_modal.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/create/cancel_creation_confirmation_modal.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/create/cancel_creation_confirmation_modal.test.tsx diff --git a/x-pack/plugins/cases/public/components/create/cancel_creation_confirmation_modal.tsx b/x-pack/platform/plugins/shared/cases/public/components/create/cancel_creation_confirmation_modal.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/create/cancel_creation_confirmation_modal.tsx rename to x-pack/platform/plugins/shared/cases/public/components/create/cancel_creation_confirmation_modal.tsx diff --git a/x-pack/plugins/cases/public/components/create/flyout/create_case_flyout.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/create/flyout/create_case_flyout.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/create/flyout/create_case_flyout.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/create/flyout/create_case_flyout.test.tsx diff --git a/x-pack/plugins/cases/public/components/create/flyout/create_case_flyout.tsx b/x-pack/platform/plugins/shared/cases/public/components/create/flyout/create_case_flyout.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/create/flyout/create_case_flyout.tsx rename to x-pack/platform/plugins/shared/cases/public/components/create/flyout/create_case_flyout.tsx diff --git a/x-pack/plugins/cases/public/components/create/flyout/index.tsx b/x-pack/platform/plugins/shared/cases/public/components/create/flyout/index.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/create/flyout/index.tsx rename to x-pack/platform/plugins/shared/cases/public/components/create/flyout/index.tsx diff --git a/x-pack/plugins/cases/public/components/create/flyout/use_cases_add_to_new_case_flyout.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/create/flyout/use_cases_add_to_new_case_flyout.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/create/flyout/use_cases_add_to_new_case_flyout.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/create/flyout/use_cases_add_to_new_case_flyout.test.tsx diff --git a/x-pack/plugins/cases/public/components/create/flyout/use_cases_add_to_new_case_flyout.tsx b/x-pack/platform/plugins/shared/cases/public/components/create/flyout/use_cases_add_to_new_case_flyout.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/create/flyout/use_cases_add_to_new_case_flyout.tsx rename to x-pack/platform/plugins/shared/cases/public/components/create/flyout/use_cases_add_to_new_case_flyout.tsx diff --git a/x-pack/plugins/cases/public/components/create/form.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/create/form.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/create/form.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/create/form.test.tsx diff --git a/x-pack/plugins/cases/public/components/create/form.tsx b/x-pack/platform/plugins/shared/cases/public/components/create/form.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/create/form.tsx rename to x-pack/platform/plugins/shared/cases/public/components/create/form.tsx diff --git a/x-pack/plugins/cases/public/components/create/form_context.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/create/form_context.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/create/form_context.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/create/form_context.test.tsx diff --git a/x-pack/plugins/cases/public/components/create/form_context.tsx b/x-pack/platform/plugins/shared/cases/public/components/create/form_context.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/create/form_context.tsx rename to x-pack/platform/plugins/shared/cases/public/components/create/form_context.tsx diff --git a/x-pack/plugins/cases/public/components/create/form_fields.tsx b/x-pack/platform/plugins/shared/cases/public/components/create/form_fields.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/create/form_fields.tsx rename to x-pack/platform/plugins/shared/cases/public/components/create/form_fields.tsx diff --git a/x-pack/plugins/cases/public/components/create/index.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/create/index.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/create/index.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/create/index.test.tsx diff --git a/x-pack/plugins/cases/public/components/create/index.tsx b/x-pack/platform/plugins/shared/cases/public/components/create/index.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/create/index.tsx rename to x-pack/platform/plugins/shared/cases/public/components/create/index.tsx diff --git a/x-pack/plugins/cases/public/components/create/mock.ts b/x-pack/platform/plugins/shared/cases/public/components/create/mock.ts similarity index 100% rename from x-pack/plugins/cases/public/components/create/mock.ts rename to x-pack/platform/plugins/shared/cases/public/components/create/mock.ts diff --git a/x-pack/plugins/cases/public/components/create/owner_selector.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/create/owner_selector.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/create/owner_selector.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/create/owner_selector.test.tsx diff --git a/x-pack/plugins/cases/public/components/create/owner_selector.tsx b/x-pack/platform/plugins/shared/cases/public/components/create/owner_selector.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/create/owner_selector.tsx rename to x-pack/platform/plugins/shared/cases/public/components/create/owner_selector.tsx diff --git a/x-pack/plugins/cases/public/components/create/schema.tsx b/x-pack/platform/plugins/shared/cases/public/components/create/schema.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/create/schema.tsx rename to x-pack/platform/plugins/shared/cases/public/components/create/schema.tsx diff --git a/x-pack/plugins/cases/public/components/create/submit_button.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/create/submit_button.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/create/submit_button.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/create/submit_button.test.tsx diff --git a/x-pack/plugins/cases/public/components/create/submit_button.tsx b/x-pack/platform/plugins/shared/cases/public/components/create/submit_button.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/create/submit_button.tsx rename to x-pack/platform/plugins/shared/cases/public/components/create/submit_button.tsx diff --git a/x-pack/plugins/cases/public/components/create/template.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/create/template.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/create/template.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/create/template.test.tsx diff --git a/x-pack/plugins/cases/public/components/create/templates.tsx b/x-pack/platform/plugins/shared/cases/public/components/create/templates.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/create/templates.tsx rename to x-pack/platform/plugins/shared/cases/public/components/create/templates.tsx diff --git a/x-pack/plugins/cases/public/components/create/translations.ts b/x-pack/platform/plugins/shared/cases/public/components/create/translations.ts similarity index 100% rename from x-pack/plugins/cases/public/components/create/translations.ts rename to x-pack/platform/plugins/shared/cases/public/components/create/translations.ts diff --git a/x-pack/plugins/cases/public/components/create/use_cancel_creation_action.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/create/use_cancel_creation_action.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/create/use_cancel_creation_action.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/create/use_cancel_creation_action.test.tsx diff --git a/x-pack/plugins/cases/public/components/create/use_cancel_creation_action.tsx b/x-pack/platform/plugins/shared/cases/public/components/create/use_cancel_creation_action.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/create/use_cancel_creation_action.tsx rename to x-pack/platform/plugins/shared/cases/public/components/create/use_cancel_creation_action.tsx diff --git a/x-pack/plugins/cases/public/components/create/utils.test.ts b/x-pack/platform/plugins/shared/cases/public/components/create/utils.test.ts similarity index 100% rename from x-pack/plugins/cases/public/components/create/utils.test.ts rename to x-pack/platform/plugins/shared/cases/public/components/create/utils.test.ts diff --git a/x-pack/plugins/cases/public/components/create/utils.ts b/x-pack/platform/plugins/shared/cases/public/components/create/utils.ts similarity index 100% rename from x-pack/plugins/cases/public/components/create/utils.ts rename to x-pack/platform/plugins/shared/cases/public/components/create/utils.ts diff --git a/x-pack/plugins/cases/public/components/custom_fields/builder.tsx b/x-pack/platform/plugins/shared/cases/public/components/custom_fields/builder.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/custom_fields/builder.tsx rename to x-pack/platform/plugins/shared/cases/public/components/custom_fields/builder.tsx diff --git a/x-pack/plugins/cases/public/components/custom_fields/custom_fields_list/index.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/custom_fields/custom_fields_list/index.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/custom_fields/custom_fields_list/index.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/custom_fields/custom_fields_list/index.test.tsx diff --git a/x-pack/plugins/cases/public/components/custom_fields/custom_fields_list/index.tsx b/x-pack/platform/plugins/shared/cases/public/components/custom_fields/custom_fields_list/index.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/custom_fields/custom_fields_list/index.tsx rename to x-pack/platform/plugins/shared/cases/public/components/custom_fields/custom_fields_list/index.tsx diff --git a/x-pack/plugins/cases/public/components/custom_fields/delete_confirmation_modal.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/custom_fields/delete_confirmation_modal.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/custom_fields/delete_confirmation_modal.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/custom_fields/delete_confirmation_modal.test.tsx diff --git a/x-pack/plugins/cases/public/components/custom_fields/delete_confirmation_modal.tsx b/x-pack/platform/plugins/shared/cases/public/components/custom_fields/delete_confirmation_modal.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/custom_fields/delete_confirmation_modal.tsx rename to x-pack/platform/plugins/shared/cases/public/components/custom_fields/delete_confirmation_modal.tsx diff --git a/x-pack/plugins/cases/public/components/custom_fields/form.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/custom_fields/form.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/custom_fields/form.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/custom_fields/form.test.tsx diff --git a/x-pack/plugins/cases/public/components/custom_fields/form.tsx b/x-pack/platform/plugins/shared/cases/public/components/custom_fields/form.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/custom_fields/form.tsx rename to x-pack/platform/plugins/shared/cases/public/components/custom_fields/form.tsx diff --git a/x-pack/plugins/cases/public/components/custom_fields/form_fields.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/custom_fields/form_fields.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/custom_fields/form_fields.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/custom_fields/form_fields.test.tsx diff --git a/x-pack/plugins/cases/public/components/custom_fields/form_fields.tsx b/x-pack/platform/plugins/shared/cases/public/components/custom_fields/form_fields.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/custom_fields/form_fields.tsx rename to x-pack/platform/plugins/shared/cases/public/components/custom_fields/form_fields.tsx diff --git a/x-pack/plugins/cases/public/components/custom_fields/index.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/custom_fields/index.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/custom_fields/index.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/custom_fields/index.test.tsx diff --git a/x-pack/plugins/cases/public/components/custom_fields/index.tsx b/x-pack/platform/plugins/shared/cases/public/components/custom_fields/index.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/custom_fields/index.tsx rename to x-pack/platform/plugins/shared/cases/public/components/custom_fields/index.tsx diff --git a/x-pack/plugins/cases/public/components/custom_fields/number/config.ts b/x-pack/platform/plugins/shared/cases/public/components/custom_fields/number/config.ts similarity index 100% rename from x-pack/plugins/cases/public/components/custom_fields/number/config.ts rename to x-pack/platform/plugins/shared/cases/public/components/custom_fields/number/config.ts diff --git a/x-pack/plugins/cases/public/components/custom_fields/number/configure.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/custom_fields/number/configure.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/custom_fields/number/configure.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/custom_fields/number/configure.test.tsx diff --git a/x-pack/plugins/cases/public/components/custom_fields/number/configure.tsx b/x-pack/platform/plugins/shared/cases/public/components/custom_fields/number/configure.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/custom_fields/number/configure.tsx rename to x-pack/platform/plugins/shared/cases/public/components/custom_fields/number/configure.tsx diff --git a/x-pack/plugins/cases/public/components/custom_fields/number/configure_number_field.test.ts b/x-pack/platform/plugins/shared/cases/public/components/custom_fields/number/configure_number_field.test.ts similarity index 100% rename from x-pack/plugins/cases/public/components/custom_fields/number/configure_number_field.test.ts rename to x-pack/platform/plugins/shared/cases/public/components/custom_fields/number/configure_number_field.test.ts diff --git a/x-pack/plugins/cases/public/components/custom_fields/number/configure_number_field.ts b/x-pack/platform/plugins/shared/cases/public/components/custom_fields/number/configure_number_field.ts similarity index 100% rename from x-pack/plugins/cases/public/components/custom_fields/number/configure_number_field.ts rename to x-pack/platform/plugins/shared/cases/public/components/custom_fields/number/configure_number_field.ts diff --git a/x-pack/plugins/cases/public/components/custom_fields/number/create.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/custom_fields/number/create.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/custom_fields/number/create.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/custom_fields/number/create.test.tsx diff --git a/x-pack/plugins/cases/public/components/custom_fields/number/create.tsx b/x-pack/platform/plugins/shared/cases/public/components/custom_fields/number/create.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/custom_fields/number/create.tsx rename to x-pack/platform/plugins/shared/cases/public/components/custom_fields/number/create.tsx diff --git a/x-pack/plugins/cases/public/components/custom_fields/number/edit.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/custom_fields/number/edit.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/custom_fields/number/edit.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/custom_fields/number/edit.test.tsx diff --git a/x-pack/plugins/cases/public/components/custom_fields/number/edit.tsx b/x-pack/platform/plugins/shared/cases/public/components/custom_fields/number/edit.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/custom_fields/number/edit.tsx rename to x-pack/platform/plugins/shared/cases/public/components/custom_fields/number/edit.tsx diff --git a/x-pack/plugins/cases/public/components/custom_fields/number/get_eui_table_column.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/custom_fields/number/get_eui_table_column.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/custom_fields/number/get_eui_table_column.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/custom_fields/number/get_eui_table_column.test.tsx diff --git a/x-pack/plugins/cases/public/components/custom_fields/number/get_eui_table_column.tsx b/x-pack/platform/plugins/shared/cases/public/components/custom_fields/number/get_eui_table_column.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/custom_fields/number/get_eui_table_column.tsx rename to x-pack/platform/plugins/shared/cases/public/components/custom_fields/number/get_eui_table_column.tsx diff --git a/x-pack/plugins/cases/public/components/custom_fields/number/view.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/custom_fields/number/view.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/custom_fields/number/view.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/custom_fields/number/view.test.tsx diff --git a/x-pack/plugins/cases/public/components/custom_fields/number/view.tsx b/x-pack/platform/plugins/shared/cases/public/components/custom_fields/number/view.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/custom_fields/number/view.tsx rename to x-pack/platform/plugins/shared/cases/public/components/custom_fields/number/view.tsx diff --git a/x-pack/plugins/cases/public/components/custom_fields/schema.tsx b/x-pack/platform/plugins/shared/cases/public/components/custom_fields/schema.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/custom_fields/schema.tsx rename to x-pack/platform/plugins/shared/cases/public/components/custom_fields/schema.tsx diff --git a/x-pack/plugins/cases/public/components/custom_fields/text/config.ts b/x-pack/platform/plugins/shared/cases/public/components/custom_fields/text/config.ts similarity index 100% rename from x-pack/plugins/cases/public/components/custom_fields/text/config.ts rename to x-pack/platform/plugins/shared/cases/public/components/custom_fields/text/config.ts diff --git a/x-pack/plugins/cases/public/components/custom_fields/text/configure.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/custom_fields/text/configure.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/custom_fields/text/configure.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/custom_fields/text/configure.test.tsx diff --git a/x-pack/plugins/cases/public/components/custom_fields/text/configure.tsx b/x-pack/platform/plugins/shared/cases/public/components/custom_fields/text/configure.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/custom_fields/text/configure.tsx rename to x-pack/platform/plugins/shared/cases/public/components/custom_fields/text/configure.tsx diff --git a/x-pack/plugins/cases/public/components/custom_fields/text/configure_text_field.test.ts b/x-pack/platform/plugins/shared/cases/public/components/custom_fields/text/configure_text_field.test.ts similarity index 100% rename from x-pack/plugins/cases/public/components/custom_fields/text/configure_text_field.test.ts rename to x-pack/platform/plugins/shared/cases/public/components/custom_fields/text/configure_text_field.test.ts diff --git a/x-pack/plugins/cases/public/components/custom_fields/text/configure_text_field.ts b/x-pack/platform/plugins/shared/cases/public/components/custom_fields/text/configure_text_field.ts similarity index 100% rename from x-pack/plugins/cases/public/components/custom_fields/text/configure_text_field.ts rename to x-pack/platform/plugins/shared/cases/public/components/custom_fields/text/configure_text_field.ts diff --git a/x-pack/plugins/cases/public/components/custom_fields/text/create.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/custom_fields/text/create.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/custom_fields/text/create.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/custom_fields/text/create.test.tsx diff --git a/x-pack/plugins/cases/public/components/custom_fields/text/create.tsx b/x-pack/platform/plugins/shared/cases/public/components/custom_fields/text/create.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/custom_fields/text/create.tsx rename to x-pack/platform/plugins/shared/cases/public/components/custom_fields/text/create.tsx diff --git a/x-pack/plugins/cases/public/components/custom_fields/text/edit.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/custom_fields/text/edit.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/custom_fields/text/edit.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/custom_fields/text/edit.test.tsx diff --git a/x-pack/plugins/cases/public/components/custom_fields/text/edit.tsx b/x-pack/platform/plugins/shared/cases/public/components/custom_fields/text/edit.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/custom_fields/text/edit.tsx rename to x-pack/platform/plugins/shared/cases/public/components/custom_fields/text/edit.tsx diff --git a/x-pack/plugins/cases/public/components/custom_fields/text/get_eui_table_column.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/custom_fields/text/get_eui_table_column.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/custom_fields/text/get_eui_table_column.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/custom_fields/text/get_eui_table_column.test.tsx diff --git a/x-pack/plugins/cases/public/components/custom_fields/text/get_eui_table_column.tsx b/x-pack/platform/plugins/shared/cases/public/components/custom_fields/text/get_eui_table_column.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/custom_fields/text/get_eui_table_column.tsx rename to x-pack/platform/plugins/shared/cases/public/components/custom_fields/text/get_eui_table_column.tsx diff --git a/x-pack/plugins/cases/public/components/custom_fields/text/view.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/custom_fields/text/view.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/custom_fields/text/view.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/custom_fields/text/view.test.tsx diff --git a/x-pack/plugins/cases/public/components/custom_fields/text/view.tsx b/x-pack/platform/plugins/shared/cases/public/components/custom_fields/text/view.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/custom_fields/text/view.tsx rename to x-pack/platform/plugins/shared/cases/public/components/custom_fields/text/view.tsx diff --git a/x-pack/plugins/cases/public/components/custom_fields/toggle/configure.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/custom_fields/toggle/configure.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/custom_fields/toggle/configure.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/custom_fields/toggle/configure.test.tsx diff --git a/x-pack/plugins/cases/public/components/custom_fields/toggle/configure.tsx b/x-pack/platform/plugins/shared/cases/public/components/custom_fields/toggle/configure.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/custom_fields/toggle/configure.tsx rename to x-pack/platform/plugins/shared/cases/public/components/custom_fields/toggle/configure.tsx diff --git a/x-pack/plugins/cases/public/components/custom_fields/toggle/configure_text_field.test.ts b/x-pack/platform/plugins/shared/cases/public/components/custom_fields/toggle/configure_text_field.test.ts similarity index 100% rename from x-pack/plugins/cases/public/components/custom_fields/toggle/configure_text_field.test.ts rename to x-pack/platform/plugins/shared/cases/public/components/custom_fields/toggle/configure_text_field.test.ts diff --git a/x-pack/plugins/cases/public/components/custom_fields/toggle/configure_toggle_field.ts b/x-pack/platform/plugins/shared/cases/public/components/custom_fields/toggle/configure_toggle_field.ts similarity index 100% rename from x-pack/plugins/cases/public/components/custom_fields/toggle/configure_toggle_field.ts rename to x-pack/platform/plugins/shared/cases/public/components/custom_fields/toggle/configure_toggle_field.ts diff --git a/x-pack/plugins/cases/public/components/custom_fields/toggle/create.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/custom_fields/toggle/create.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/custom_fields/toggle/create.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/custom_fields/toggle/create.test.tsx diff --git a/x-pack/plugins/cases/public/components/custom_fields/toggle/create.tsx b/x-pack/platform/plugins/shared/cases/public/components/custom_fields/toggle/create.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/custom_fields/toggle/create.tsx rename to x-pack/platform/plugins/shared/cases/public/components/custom_fields/toggle/create.tsx diff --git a/x-pack/plugins/cases/public/components/custom_fields/toggle/edit.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/custom_fields/toggle/edit.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/custom_fields/toggle/edit.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/custom_fields/toggle/edit.test.tsx diff --git a/x-pack/plugins/cases/public/components/custom_fields/toggle/edit.tsx b/x-pack/platform/plugins/shared/cases/public/components/custom_fields/toggle/edit.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/custom_fields/toggle/edit.tsx rename to x-pack/platform/plugins/shared/cases/public/components/custom_fields/toggle/edit.tsx diff --git a/x-pack/plugins/cases/public/components/custom_fields/toggle/get_eui_table_column.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/custom_fields/toggle/get_eui_table_column.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/custom_fields/toggle/get_eui_table_column.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/custom_fields/toggle/get_eui_table_column.test.tsx diff --git a/x-pack/plugins/cases/public/components/custom_fields/toggle/get_eui_table_column.tsx b/x-pack/platform/plugins/shared/cases/public/components/custom_fields/toggle/get_eui_table_column.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/custom_fields/toggle/get_eui_table_column.tsx rename to x-pack/platform/plugins/shared/cases/public/components/custom_fields/toggle/get_eui_table_column.tsx diff --git a/x-pack/plugins/cases/public/components/custom_fields/toggle/view.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/custom_fields/toggle/view.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/custom_fields/toggle/view.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/custom_fields/toggle/view.test.tsx diff --git a/x-pack/plugins/cases/public/components/custom_fields/toggle/view.tsx b/x-pack/platform/plugins/shared/cases/public/components/custom_fields/toggle/view.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/custom_fields/toggle/view.tsx rename to x-pack/platform/plugins/shared/cases/public/components/custom_fields/toggle/view.tsx diff --git a/x-pack/plugins/cases/public/components/custom_fields/translations.ts b/x-pack/platform/plugins/shared/cases/public/components/custom_fields/translations.ts similarity index 100% rename from x-pack/plugins/cases/public/components/custom_fields/translations.ts rename to x-pack/platform/plugins/shared/cases/public/components/custom_fields/translations.ts diff --git a/x-pack/plugins/cases/public/components/custom_fields/types.ts b/x-pack/platform/plugins/shared/cases/public/components/custom_fields/types.ts similarity index 100% rename from x-pack/plugins/cases/public/components/custom_fields/types.ts rename to x-pack/platform/plugins/shared/cases/public/components/custom_fields/types.ts diff --git a/x-pack/plugins/cases/public/components/custom_fields/utils.test.ts b/x-pack/platform/plugins/shared/cases/public/components/custom_fields/utils.test.ts similarity index 100% rename from x-pack/plugins/cases/public/components/custom_fields/utils.test.ts rename to x-pack/platform/plugins/shared/cases/public/components/custom_fields/utils.test.ts diff --git a/x-pack/plugins/cases/public/components/custom_fields/utils.ts b/x-pack/platform/plugins/shared/cases/public/components/custom_fields/utils.ts similarity index 100% rename from x-pack/plugins/cases/public/components/custom_fields/utils.ts rename to x-pack/platform/plugins/shared/cases/public/components/custom_fields/utils.ts diff --git a/x-pack/plugins/cases/public/components/description/index.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/description/index.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/description/index.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/description/index.test.tsx diff --git a/x-pack/plugins/cases/public/components/description/index.tsx b/x-pack/platform/plugins/shared/cases/public/components/description/index.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/description/index.tsx rename to x-pack/platform/plugins/shared/cases/public/components/description/index.tsx diff --git a/x-pack/plugins/cases/public/components/description/schema.ts b/x-pack/platform/plugins/shared/cases/public/components/description/schema.ts similarity index 100% rename from x-pack/plugins/cases/public/components/description/schema.ts rename to x-pack/platform/plugins/shared/cases/public/components/description/schema.ts diff --git a/x-pack/plugins/cases/public/components/edit_connector/connectors_form.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/edit_connector/connectors_form.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/edit_connector/connectors_form.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/edit_connector/connectors_form.test.tsx diff --git a/x-pack/plugins/cases/public/components/edit_connector/connectors_form.tsx b/x-pack/platform/plugins/shared/cases/public/components/edit_connector/connectors_form.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/edit_connector/connectors_form.tsx rename to x-pack/platform/plugins/shared/cases/public/components/edit_connector/connectors_form.tsx diff --git a/x-pack/plugins/cases/public/components/edit_connector/index.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/edit_connector/index.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/edit_connector/index.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/edit_connector/index.test.tsx diff --git a/x-pack/plugins/cases/public/components/edit_connector/index.tsx b/x-pack/platform/plugins/shared/cases/public/components/edit_connector/index.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/edit_connector/index.tsx rename to x-pack/platform/plugins/shared/cases/public/components/edit_connector/index.tsx diff --git a/x-pack/plugins/cases/public/components/edit_connector/push_button.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/edit_connector/push_button.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/edit_connector/push_button.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/edit_connector/push_button.test.tsx diff --git a/x-pack/plugins/cases/public/components/edit_connector/push_button.tsx b/x-pack/platform/plugins/shared/cases/public/components/edit_connector/push_button.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/edit_connector/push_button.tsx rename to x-pack/platform/plugins/shared/cases/public/components/edit_connector/push_button.tsx diff --git a/x-pack/plugins/cases/public/components/edit_connector/push_callouts.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/edit_connector/push_callouts.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/edit_connector/push_callouts.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/edit_connector/push_callouts.test.tsx diff --git a/x-pack/plugins/cases/public/components/edit_connector/push_callouts.tsx b/x-pack/platform/plugins/shared/cases/public/components/edit_connector/push_callouts.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/edit_connector/push_callouts.tsx rename to x-pack/platform/plugins/shared/cases/public/components/edit_connector/push_callouts.tsx diff --git a/x-pack/plugins/cases/public/components/edit_connector/translations.ts b/x-pack/platform/plugins/shared/cases/public/components/edit_connector/translations.ts similarity index 100% rename from x-pack/plugins/cases/public/components/edit_connector/translations.ts rename to x-pack/platform/plugins/shared/cases/public/components/edit_connector/translations.ts diff --git a/x-pack/plugins/cases/public/components/empty_value/__snapshots__/empty_value.test.tsx.snap b/x-pack/platform/plugins/shared/cases/public/components/empty_value/__snapshots__/empty_value.test.tsx.snap similarity index 100% rename from x-pack/plugins/cases/public/components/empty_value/__snapshots__/empty_value.test.tsx.snap rename to x-pack/platform/plugins/shared/cases/public/components/empty_value/__snapshots__/empty_value.test.tsx.snap diff --git a/x-pack/plugins/cases/public/components/empty_value/empty_value.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/empty_value/empty_value.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/empty_value/empty_value.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/empty_value/empty_value.test.tsx diff --git a/x-pack/plugins/cases/public/components/empty_value/index.tsx b/x-pack/platform/plugins/shared/cases/public/components/empty_value/index.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/empty_value/index.tsx rename to x-pack/platform/plugins/shared/cases/public/components/empty_value/index.tsx diff --git a/x-pack/plugins/cases/public/components/empty_value/translations.ts b/x-pack/platform/plugins/shared/cases/public/components/empty_value/translations.ts similarity index 100% rename from x-pack/plugins/cases/public/components/empty_value/translations.ts rename to x-pack/platform/plugins/shared/cases/public/components/empty_value/translations.ts diff --git a/x-pack/plugins/cases/public/components/experimental_badge/experimental_badge.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/experimental_badge/experimental_badge.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/experimental_badge/experimental_badge.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/experimental_badge/experimental_badge.test.tsx diff --git a/x-pack/plugins/cases/public/components/experimental_badge/experimental_badge.tsx b/x-pack/platform/plugins/shared/cases/public/components/experimental_badge/experimental_badge.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/experimental_badge/experimental_badge.tsx rename to x-pack/platform/plugins/shared/cases/public/components/experimental_badge/experimental_badge.tsx diff --git a/x-pack/plugins/cases/public/components/files/add_file.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/files/add_file.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/files/add_file.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/files/add_file.test.tsx diff --git a/x-pack/plugins/cases/public/components/files/add_file.tsx b/x-pack/platform/plugins/shared/cases/public/components/files/add_file.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/files/add_file.tsx rename to x-pack/platform/plugins/shared/cases/public/components/files/add_file.tsx diff --git a/x-pack/plugins/cases/public/components/files/file_actions_popover_button.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/files/file_actions_popover_button.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/files/file_actions_popover_button.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/files/file_actions_popover_button.test.tsx diff --git a/x-pack/plugins/cases/public/components/files/file_actions_popover_button.tsx b/x-pack/platform/plugins/shared/cases/public/components/files/file_actions_popover_button.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/files/file_actions_popover_button.tsx rename to x-pack/platform/plugins/shared/cases/public/components/files/file_actions_popover_button.tsx diff --git a/x-pack/plugins/cases/public/components/files/file_attachment_event.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/files/file_attachment_event.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/files/file_attachment_event.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/files/file_attachment_event.test.tsx diff --git a/x-pack/plugins/cases/public/components/files/file_attachment_event.tsx b/x-pack/platform/plugins/shared/cases/public/components/files/file_attachment_event.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/files/file_attachment_event.tsx rename to x-pack/platform/plugins/shared/cases/public/components/files/file_attachment_event.tsx diff --git a/x-pack/plugins/cases/public/components/files/file_delete_button.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/files/file_delete_button.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/files/file_delete_button.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/files/file_delete_button.test.tsx diff --git a/x-pack/plugins/cases/public/components/files/file_delete_button.tsx b/x-pack/platform/plugins/shared/cases/public/components/files/file_delete_button.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/files/file_delete_button.tsx rename to x-pack/platform/plugins/shared/cases/public/components/files/file_delete_button.tsx diff --git a/x-pack/plugins/cases/public/components/files/file_download_button.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/files/file_download_button.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/files/file_download_button.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/files/file_download_button.test.tsx diff --git a/x-pack/plugins/cases/public/components/files/file_download_button.tsx b/x-pack/platform/plugins/shared/cases/public/components/files/file_download_button.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/files/file_download_button.tsx rename to x-pack/platform/plugins/shared/cases/public/components/files/file_download_button.tsx diff --git a/x-pack/plugins/cases/public/components/files/file_name_link.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/files/file_name_link.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/files/file_name_link.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/files/file_name_link.test.tsx diff --git a/x-pack/plugins/cases/public/components/files/file_name_link.tsx b/x-pack/platform/plugins/shared/cases/public/components/files/file_name_link.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/files/file_name_link.tsx rename to x-pack/platform/plugins/shared/cases/public/components/files/file_name_link.tsx diff --git a/x-pack/plugins/cases/public/components/files/file_preview.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/files/file_preview.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/files/file_preview.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/files/file_preview.test.tsx diff --git a/x-pack/plugins/cases/public/components/files/file_preview.tsx b/x-pack/platform/plugins/shared/cases/public/components/files/file_preview.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/files/file_preview.tsx rename to x-pack/platform/plugins/shared/cases/public/components/files/file_preview.tsx diff --git a/x-pack/plugins/cases/public/components/files/file_type.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/files/file_type.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/files/file_type.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/files/file_type.test.tsx diff --git a/x-pack/plugins/cases/public/components/files/file_type.tsx b/x-pack/platform/plugins/shared/cases/public/components/files/file_type.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/files/file_type.tsx rename to x-pack/platform/plugins/shared/cases/public/components/files/file_type.tsx diff --git a/x-pack/plugins/cases/public/components/files/files_table.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/files/files_table.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/files/files_table.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/files/files_table.test.tsx diff --git a/x-pack/plugins/cases/public/components/files/files_table.tsx b/x-pack/platform/plugins/shared/cases/public/components/files/files_table.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/files/files_table.tsx rename to x-pack/platform/plugins/shared/cases/public/components/files/files_table.tsx diff --git a/x-pack/plugins/cases/public/components/files/files_utility_bar.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/files/files_utility_bar.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/files/files_utility_bar.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/files/files_utility_bar.test.tsx diff --git a/x-pack/plugins/cases/public/components/files/files_utility_bar.tsx b/x-pack/platform/plugins/shared/cases/public/components/files/files_utility_bar.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/files/files_utility_bar.tsx rename to x-pack/platform/plugins/shared/cases/public/components/files/files_utility_bar.tsx diff --git a/x-pack/plugins/cases/public/components/files/translations.tsx b/x-pack/platform/plugins/shared/cases/public/components/files/translations.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/files/translations.tsx rename to x-pack/platform/plugins/shared/cases/public/components/files/translations.tsx diff --git a/x-pack/plugins/cases/public/components/files/types.ts b/x-pack/platform/plugins/shared/cases/public/components/files/types.ts similarity index 100% rename from x-pack/plugins/cases/public/components/files/types.ts rename to x-pack/platform/plugins/shared/cases/public/components/files/types.ts diff --git a/x-pack/plugins/cases/public/components/files/use_file_preview.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/files/use_file_preview.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/files/use_file_preview.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/files/use_file_preview.test.tsx diff --git a/x-pack/plugins/cases/public/components/files/use_file_preview.tsx b/x-pack/platform/plugins/shared/cases/public/components/files/use_file_preview.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/files/use_file_preview.tsx rename to x-pack/platform/plugins/shared/cases/public/components/files/use_file_preview.tsx diff --git a/x-pack/plugins/cases/public/components/files/use_files_table_columns.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/files/use_files_table_columns.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/files/use_files_table_columns.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/files/use_files_table_columns.test.tsx diff --git a/x-pack/plugins/cases/public/components/files/use_files_table_columns.tsx b/x-pack/platform/plugins/shared/cases/public/components/files/use_files_table_columns.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/files/use_files_table_columns.tsx rename to x-pack/platform/plugins/shared/cases/public/components/files/use_files_table_columns.tsx diff --git a/x-pack/plugins/cases/public/components/files/utils.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/files/utils.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/files/utils.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/files/utils.test.tsx diff --git a/x-pack/plugins/cases/public/components/files/utils.tsx b/x-pack/platform/plugins/shared/cases/public/components/files/utils.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/files/utils.tsx rename to x-pack/platform/plugins/shared/cases/public/components/files/utils.tsx diff --git a/x-pack/plugins/cases/public/components/filter_popover/index.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/filter_popover/index.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/filter_popover/index.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/filter_popover/index.test.tsx diff --git a/x-pack/plugins/cases/public/components/filter_popover/index.tsx b/x-pack/platform/plugins/shared/cases/public/components/filter_popover/index.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/filter_popover/index.tsx rename to x-pack/platform/plugins/shared/cases/public/components/filter_popover/index.tsx diff --git a/x-pack/plugins/cases/public/components/formatted_date/__snapshots__/index.test.tsx.snap b/x-pack/platform/plugins/shared/cases/public/components/formatted_date/__snapshots__/index.test.tsx.snap similarity index 100% rename from x-pack/plugins/cases/public/components/formatted_date/__snapshots__/index.test.tsx.snap rename to x-pack/platform/plugins/shared/cases/public/components/formatted_date/__snapshots__/index.test.tsx.snap diff --git a/x-pack/plugins/cases/public/components/formatted_date/index.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/formatted_date/index.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/formatted_date/index.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/formatted_date/index.test.tsx diff --git a/x-pack/plugins/cases/public/components/formatted_date/index.tsx b/x-pack/platform/plugins/shared/cases/public/components/formatted_date/index.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/formatted_date/index.tsx rename to x-pack/platform/plugins/shared/cases/public/components/formatted_date/index.tsx diff --git a/x-pack/plugins/cases/public/components/formatted_date/maybe_date.test.ts b/x-pack/platform/plugins/shared/cases/public/components/formatted_date/maybe_date.test.ts similarity index 100% rename from x-pack/plugins/cases/public/components/formatted_date/maybe_date.test.ts rename to x-pack/platform/plugins/shared/cases/public/components/formatted_date/maybe_date.test.ts diff --git a/x-pack/plugins/cases/public/components/formatted_date/maybe_date.ts b/x-pack/platform/plugins/shared/cases/public/components/formatted_date/maybe_date.ts similarity index 100% rename from x-pack/plugins/cases/public/components/formatted_date/maybe_date.ts rename to x-pack/platform/plugins/shared/cases/public/components/formatted_date/maybe_date.ts diff --git a/x-pack/plugins/cases/public/components/header_page/editable_title.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/header_page/editable_title.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/header_page/editable_title.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/header_page/editable_title.test.tsx diff --git a/x-pack/plugins/cases/public/components/header_page/editable_title.tsx b/x-pack/platform/plugins/shared/cases/public/components/header_page/editable_title.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/header_page/editable_title.tsx rename to x-pack/platform/plugins/shared/cases/public/components/header_page/editable_title.tsx diff --git a/x-pack/plugins/cases/public/components/header_page/index.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/header_page/index.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/header_page/index.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/header_page/index.test.tsx diff --git a/x-pack/plugins/cases/public/components/header_page/index.tsx b/x-pack/platform/plugins/shared/cases/public/components/header_page/index.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/header_page/index.tsx rename to x-pack/platform/plugins/shared/cases/public/components/header_page/index.tsx diff --git a/x-pack/plugins/cases/public/components/header_page/title.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/header_page/title.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/header_page/title.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/header_page/title.test.tsx diff --git a/x-pack/plugins/cases/public/components/header_page/title.tsx b/x-pack/platform/plugins/shared/cases/public/components/header_page/title.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/header_page/title.tsx rename to x-pack/platform/plugins/shared/cases/public/components/header_page/title.tsx diff --git a/x-pack/plugins/cases/public/components/header_page/translations.ts b/x-pack/platform/plugins/shared/cases/public/components/header_page/translations.ts similarity index 100% rename from x-pack/plugins/cases/public/components/header_page/translations.ts rename to x-pack/platform/plugins/shared/cases/public/components/header_page/translations.ts diff --git a/x-pack/plugins/cases/public/components/insert_timeline/index.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/insert_timeline/index.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/insert_timeline/index.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/insert_timeline/index.test.tsx diff --git a/x-pack/plugins/cases/public/components/insert_timeline/index.tsx b/x-pack/platform/plugins/shared/cases/public/components/insert_timeline/index.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/insert_timeline/index.tsx rename to x-pack/platform/plugins/shared/cases/public/components/insert_timeline/index.tsx diff --git a/x-pack/plugins/cases/public/components/link_icon/__snapshots__/index.test.tsx.snap b/x-pack/platform/plugins/shared/cases/public/components/link_icon/__snapshots__/index.test.tsx.snap similarity index 100% rename from x-pack/plugins/cases/public/components/link_icon/__snapshots__/index.test.tsx.snap rename to x-pack/platform/plugins/shared/cases/public/components/link_icon/__snapshots__/index.test.tsx.snap diff --git a/x-pack/plugins/cases/public/components/link_icon/index.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/link_icon/index.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/link_icon/index.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/link_icon/index.test.tsx diff --git a/x-pack/plugins/cases/public/components/link_icon/index.tsx b/x-pack/platform/plugins/shared/cases/public/components/link_icon/index.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/link_icon/index.tsx rename to x-pack/platform/plugins/shared/cases/public/components/link_icon/index.tsx diff --git a/x-pack/plugins/cases/public/components/links/index.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/links/index.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/links/index.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/links/index.test.tsx diff --git a/x-pack/plugins/cases/public/components/links/index.tsx b/x-pack/platform/plugins/shared/cases/public/components/links/index.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/links/index.tsx rename to x-pack/platform/plugins/shared/cases/public/components/links/index.tsx diff --git a/x-pack/plugins/cases/public/components/links/translations.ts b/x-pack/platform/plugins/shared/cases/public/components/links/translations.ts similarity index 100% rename from x-pack/plugins/cases/public/components/links/translations.ts rename to x-pack/platform/plugins/shared/cases/public/components/links/translations.ts diff --git a/x-pack/plugins/cases/public/components/localized_date_tooltip/index.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/localized_date_tooltip/index.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/localized_date_tooltip/index.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/localized_date_tooltip/index.test.tsx diff --git a/x-pack/plugins/cases/public/components/localized_date_tooltip/index.tsx b/x-pack/platform/plugins/shared/cases/public/components/localized_date_tooltip/index.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/localized_date_tooltip/index.tsx rename to x-pack/platform/plugins/shared/cases/public/components/localized_date_tooltip/index.tsx diff --git a/x-pack/plugins/cases/public/components/markdown_editor/context.tsx b/x-pack/platform/plugins/shared/cases/public/components/markdown_editor/context.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/markdown_editor/context.tsx rename to x-pack/platform/plugins/shared/cases/public/components/markdown_editor/context.tsx diff --git a/x-pack/plugins/cases/public/components/markdown_editor/editable_markdown_footer.tsx b/x-pack/platform/plugins/shared/cases/public/components/markdown_editor/editable_markdown_footer.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/markdown_editor/editable_markdown_footer.tsx rename to x-pack/platform/plugins/shared/cases/public/components/markdown_editor/editable_markdown_footer.tsx diff --git a/x-pack/plugins/cases/public/components/markdown_editor/editable_markdown_renderer.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/markdown_editor/editable_markdown_renderer.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/markdown_editor/editable_markdown_renderer.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/markdown_editor/editable_markdown_renderer.test.tsx diff --git a/x-pack/plugins/cases/public/components/markdown_editor/editable_markdown_renderer.tsx b/x-pack/platform/plugins/shared/cases/public/components/markdown_editor/editable_markdown_renderer.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/markdown_editor/editable_markdown_renderer.tsx rename to x-pack/platform/plugins/shared/cases/public/components/markdown_editor/editable_markdown_renderer.tsx diff --git a/x-pack/plugins/cases/public/components/markdown_editor/editor.tsx b/x-pack/platform/plugins/shared/cases/public/components/markdown_editor/editor.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/markdown_editor/editor.tsx rename to x-pack/platform/plugins/shared/cases/public/components/markdown_editor/editor.tsx diff --git a/x-pack/plugins/cases/public/components/markdown_editor/eui_form.tsx b/x-pack/platform/plugins/shared/cases/public/components/markdown_editor/eui_form.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/markdown_editor/eui_form.tsx rename to x-pack/platform/plugins/shared/cases/public/components/markdown_editor/eui_form.tsx diff --git a/x-pack/plugins/cases/public/components/markdown_editor/index.tsx b/x-pack/platform/plugins/shared/cases/public/components/markdown_editor/index.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/markdown_editor/index.tsx rename to x-pack/platform/plugins/shared/cases/public/components/markdown_editor/index.tsx diff --git a/x-pack/plugins/cases/public/components/markdown_editor/markdown_link.tsx b/x-pack/platform/plugins/shared/cases/public/components/markdown_editor/markdown_link.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/markdown_editor/markdown_link.tsx rename to x-pack/platform/plugins/shared/cases/public/components/markdown_editor/markdown_link.tsx diff --git a/x-pack/plugins/cases/public/components/markdown_editor/plugins/lens/__mocks__/use_lens_draft_comment.ts b/x-pack/platform/plugins/shared/cases/public/components/markdown_editor/plugins/lens/__mocks__/use_lens_draft_comment.ts similarity index 100% rename from x-pack/plugins/cases/public/components/markdown_editor/plugins/lens/__mocks__/use_lens_draft_comment.ts rename to x-pack/platform/plugins/shared/cases/public/components/markdown_editor/plugins/lens/__mocks__/use_lens_draft_comment.ts diff --git a/x-pack/plugins/cases/public/components/markdown_editor/plugins/lens/constants.ts b/x-pack/platform/plugins/shared/cases/public/components/markdown_editor/plugins/lens/constants.ts similarity index 100% rename from x-pack/plugins/cases/public/components/markdown_editor/plugins/lens/constants.ts rename to x-pack/platform/plugins/shared/cases/public/components/markdown_editor/plugins/lens/constants.ts diff --git a/x-pack/plugins/cases/public/components/markdown_editor/plugins/lens/index.ts b/x-pack/platform/plugins/shared/cases/public/components/markdown_editor/plugins/lens/index.ts similarity index 100% rename from x-pack/plugins/cases/public/components/markdown_editor/plugins/lens/index.ts rename to x-pack/platform/plugins/shared/cases/public/components/markdown_editor/plugins/lens/index.ts diff --git a/x-pack/plugins/cases/public/components/markdown_editor/plugins/lens/parser.ts b/x-pack/platform/plugins/shared/cases/public/components/markdown_editor/plugins/lens/parser.ts similarity index 100% rename from x-pack/plugins/cases/public/components/markdown_editor/plugins/lens/parser.ts rename to x-pack/platform/plugins/shared/cases/public/components/markdown_editor/plugins/lens/parser.ts diff --git a/x-pack/plugins/cases/public/components/markdown_editor/plugins/lens/plugin.tsx b/x-pack/platform/plugins/shared/cases/public/components/markdown_editor/plugins/lens/plugin.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/markdown_editor/plugins/lens/plugin.tsx rename to x-pack/platform/plugins/shared/cases/public/components/markdown_editor/plugins/lens/plugin.tsx diff --git a/x-pack/plugins/cases/public/components/markdown_editor/plugins/lens/translations.ts b/x-pack/platform/plugins/shared/cases/public/components/markdown_editor/plugins/lens/translations.ts similarity index 100% rename from x-pack/plugins/cases/public/components/markdown_editor/plugins/lens/translations.ts rename to x-pack/platform/plugins/shared/cases/public/components/markdown_editor/plugins/lens/translations.ts diff --git a/x-pack/plugins/cases/public/components/markdown_editor/plugins/lens/use_lens_button_toggle.ts b/x-pack/platform/plugins/shared/cases/public/components/markdown_editor/plugins/lens/use_lens_button_toggle.ts similarity index 100% rename from x-pack/plugins/cases/public/components/markdown_editor/plugins/lens/use_lens_button_toggle.ts rename to x-pack/platform/plugins/shared/cases/public/components/markdown_editor/plugins/lens/use_lens_button_toggle.ts diff --git a/x-pack/plugins/cases/public/components/markdown_editor/plugins/lens/use_lens_draft_comment.ts b/x-pack/platform/plugins/shared/cases/public/components/markdown_editor/plugins/lens/use_lens_draft_comment.ts similarity index 100% rename from x-pack/plugins/cases/public/components/markdown_editor/plugins/lens/use_lens_draft_comment.ts rename to x-pack/platform/plugins/shared/cases/public/components/markdown_editor/plugins/lens/use_lens_draft_comment.ts diff --git a/x-pack/plugins/cases/public/components/markdown_editor/plugins/lens/use_lens_open_visualization.tsx b/x-pack/platform/plugins/shared/cases/public/components/markdown_editor/plugins/lens/use_lens_open_visualization.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/markdown_editor/plugins/lens/use_lens_open_visualization.tsx rename to x-pack/platform/plugins/shared/cases/public/components/markdown_editor/plugins/lens/use_lens_open_visualization.tsx diff --git a/x-pack/plugins/cases/public/components/markdown_editor/renderer.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/markdown_editor/renderer.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/markdown_editor/renderer.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/markdown_editor/renderer.test.tsx diff --git a/x-pack/plugins/cases/public/components/markdown_editor/renderer.tsx b/x-pack/platform/plugins/shared/cases/public/components/markdown_editor/renderer.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/markdown_editor/renderer.tsx rename to x-pack/platform/plugins/shared/cases/public/components/markdown_editor/renderer.tsx diff --git a/x-pack/plugins/cases/public/components/markdown_editor/scrollable_markdown_renderer.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/markdown_editor/scrollable_markdown_renderer.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/markdown_editor/scrollable_markdown_renderer.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/markdown_editor/scrollable_markdown_renderer.test.tsx diff --git a/x-pack/plugins/cases/public/components/markdown_editor/scrollable_markdown_renderer.tsx b/x-pack/platform/plugins/shared/cases/public/components/markdown_editor/scrollable_markdown_renderer.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/markdown_editor/scrollable_markdown_renderer.tsx rename to x-pack/platform/plugins/shared/cases/public/components/markdown_editor/scrollable_markdown_renderer.tsx diff --git a/x-pack/plugins/cases/public/components/markdown_editor/translations.ts b/x-pack/platform/plugins/shared/cases/public/components/markdown_editor/translations.ts similarity index 100% rename from x-pack/plugins/cases/public/components/markdown_editor/translations.ts rename to x-pack/platform/plugins/shared/cases/public/components/markdown_editor/translations.ts diff --git a/x-pack/plugins/cases/public/components/markdown_editor/types.ts b/x-pack/platform/plugins/shared/cases/public/components/markdown_editor/types.ts similarity index 100% rename from x-pack/plugins/cases/public/components/markdown_editor/types.ts rename to x-pack/platform/plugins/shared/cases/public/components/markdown_editor/types.ts diff --git a/x-pack/plugins/cases/public/components/markdown_editor/use_markdown_session_storage.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/markdown_editor/use_markdown_session_storage.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/markdown_editor/use_markdown_session_storage.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/markdown_editor/use_markdown_session_storage.test.tsx diff --git a/x-pack/plugins/cases/public/components/markdown_editor/use_markdown_session_storage.tsx b/x-pack/platform/plugins/shared/cases/public/components/markdown_editor/use_markdown_session_storage.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/markdown_editor/use_markdown_session_storage.tsx rename to x-pack/platform/plugins/shared/cases/public/components/markdown_editor/use_markdown_session_storage.tsx diff --git a/x-pack/plugins/cases/public/components/markdown_editor/use_plugins.ts b/x-pack/platform/plugins/shared/cases/public/components/markdown_editor/use_plugins.ts similarity index 100% rename from x-pack/plugins/cases/public/components/markdown_editor/use_plugins.ts rename to x-pack/platform/plugins/shared/cases/public/components/markdown_editor/use_plugins.ts diff --git a/x-pack/plugins/cases/public/components/markdown_editor/utils.test.ts b/x-pack/platform/plugins/shared/cases/public/components/markdown_editor/utils.test.ts similarity index 100% rename from x-pack/plugins/cases/public/components/markdown_editor/utils.test.ts rename to x-pack/platform/plugins/shared/cases/public/components/markdown_editor/utils.test.ts diff --git a/x-pack/plugins/cases/public/components/markdown_editor/utils.ts b/x-pack/platform/plugins/shared/cases/public/components/markdown_editor/utils.ts similarity index 100% rename from x-pack/plugins/cases/public/components/markdown_editor/utils.ts rename to x-pack/platform/plugins/shared/cases/public/components/markdown_editor/utils.ts diff --git a/x-pack/plugins/cases/public/components/no_privileges/index.tsx b/x-pack/platform/plugins/shared/cases/public/components/no_privileges/index.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/no_privileges/index.tsx rename to x-pack/platform/plugins/shared/cases/public/components/no_privileges/index.tsx diff --git a/x-pack/plugins/cases/public/components/no_privileges/translations.ts b/x-pack/platform/plugins/shared/cases/public/components/no_privileges/translations.ts similarity index 100% rename from x-pack/plugins/cases/public/components/no_privileges/translations.ts rename to x-pack/platform/plugins/shared/cases/public/components/no_privileges/translations.ts diff --git a/x-pack/plugins/cases/public/components/optional_field_label/index.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/optional_field_label/index.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/optional_field_label/index.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/optional_field_label/index.test.tsx diff --git a/x-pack/plugins/cases/public/components/optional_field_label/index.tsx b/x-pack/platform/plugins/shared/cases/public/components/optional_field_label/index.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/optional_field_label/index.tsx rename to x-pack/platform/plugins/shared/cases/public/components/optional_field_label/index.tsx diff --git a/x-pack/plugins/cases/public/components/property_actions/index.tsx b/x-pack/platform/plugins/shared/cases/public/components/property_actions/index.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/property_actions/index.tsx rename to x-pack/platform/plugins/shared/cases/public/components/property_actions/index.tsx diff --git a/x-pack/plugins/cases/public/components/property_actions/translations.ts b/x-pack/platform/plugins/shared/cases/public/components/property_actions/translations.ts similarity index 100% rename from x-pack/plugins/cases/public/components/property_actions/translations.ts rename to x-pack/platform/plugins/shared/cases/public/components/property_actions/translations.ts diff --git a/x-pack/plugins/cases/public/components/recent_cases/filters/index.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/recent_cases/filters/index.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/recent_cases/filters/index.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/recent_cases/filters/index.test.tsx diff --git a/x-pack/plugins/cases/public/components/recent_cases/filters/index.tsx b/x-pack/platform/plugins/shared/cases/public/components/recent_cases/filters/index.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/recent_cases/filters/index.tsx rename to x-pack/platform/plugins/shared/cases/public/components/recent_cases/filters/index.tsx diff --git a/x-pack/plugins/cases/public/components/recent_cases/get_filter_options.test.ts b/x-pack/platform/plugins/shared/cases/public/components/recent_cases/get_filter_options.test.ts similarity index 100% rename from x-pack/plugins/cases/public/components/recent_cases/get_filter_options.test.ts rename to x-pack/platform/plugins/shared/cases/public/components/recent_cases/get_filter_options.test.ts diff --git a/x-pack/plugins/cases/public/components/recent_cases/get_filter_options.ts b/x-pack/platform/plugins/shared/cases/public/components/recent_cases/get_filter_options.ts similarity index 100% rename from x-pack/plugins/cases/public/components/recent_cases/get_filter_options.ts rename to x-pack/platform/plugins/shared/cases/public/components/recent_cases/get_filter_options.ts diff --git a/x-pack/plugins/cases/public/components/recent_cases/icon_with_count.tsx b/x-pack/platform/plugins/shared/cases/public/components/recent_cases/icon_with_count.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/recent_cases/icon_with_count.tsx rename to x-pack/platform/plugins/shared/cases/public/components/recent_cases/icon_with_count.tsx diff --git a/x-pack/plugins/cases/public/components/recent_cases/index.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/recent_cases/index.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/recent_cases/index.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/recent_cases/index.test.tsx diff --git a/x-pack/plugins/cases/public/components/recent_cases/index.tsx b/x-pack/platform/plugins/shared/cases/public/components/recent_cases/index.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/recent_cases/index.tsx rename to x-pack/platform/plugins/shared/cases/public/components/recent_cases/index.tsx diff --git a/x-pack/plugins/cases/public/components/recent_cases/loading_placeholders.tsx b/x-pack/platform/plugins/shared/cases/public/components/recent_cases/loading_placeholders.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/recent_cases/loading_placeholders.tsx rename to x-pack/platform/plugins/shared/cases/public/components/recent_cases/loading_placeholders.tsx diff --git a/x-pack/plugins/cases/public/components/recent_cases/no_cases/index.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/recent_cases/no_cases/index.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/recent_cases/no_cases/index.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/recent_cases/no_cases/index.test.tsx diff --git a/x-pack/plugins/cases/public/components/recent_cases/no_cases/index.tsx b/x-pack/platform/plugins/shared/cases/public/components/recent_cases/no_cases/index.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/recent_cases/no_cases/index.tsx rename to x-pack/platform/plugins/shared/cases/public/components/recent_cases/no_cases/index.tsx diff --git a/x-pack/plugins/cases/public/components/recent_cases/recent_cases.tsx b/x-pack/platform/plugins/shared/cases/public/components/recent_cases/recent_cases.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/recent_cases/recent_cases.tsx rename to x-pack/platform/plugins/shared/cases/public/components/recent_cases/recent_cases.tsx diff --git a/x-pack/plugins/cases/public/components/recent_cases/translations.ts b/x-pack/platform/plugins/shared/cases/public/components/recent_cases/translations.ts similarity index 100% rename from x-pack/plugins/cases/public/components/recent_cases/translations.ts rename to x-pack/platform/plugins/shared/cases/public/components/recent_cases/translations.ts diff --git a/x-pack/plugins/cases/public/components/recent_cases/types.ts b/x-pack/platform/plugins/shared/cases/public/components/recent_cases/types.ts similarity index 100% rename from x-pack/plugins/cases/public/components/recent_cases/types.ts rename to x-pack/platform/plugins/shared/cases/public/components/recent_cases/types.ts diff --git a/x-pack/plugins/cases/public/components/removable_item/removable_item.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/removable_item/removable_item.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/removable_item/removable_item.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/removable_item/removable_item.test.tsx diff --git a/x-pack/plugins/cases/public/components/removable_item/removable_item.tsx b/x-pack/platform/plugins/shared/cases/public/components/removable_item/removable_item.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/removable_item/removable_item.tsx rename to x-pack/platform/plugins/shared/cases/public/components/removable_item/removable_item.tsx diff --git a/x-pack/plugins/cases/public/components/severity/config.ts b/x-pack/platform/plugins/shared/cases/public/components/severity/config.ts similarity index 100% rename from x-pack/plugins/cases/public/components/severity/config.ts rename to x-pack/platform/plugins/shared/cases/public/components/severity/config.ts diff --git a/x-pack/plugins/cases/public/components/severity/selector.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/severity/selector.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/severity/selector.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/severity/selector.test.tsx diff --git a/x-pack/plugins/cases/public/components/severity/selector.tsx b/x-pack/platform/plugins/shared/cases/public/components/severity/selector.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/severity/selector.tsx rename to x-pack/platform/plugins/shared/cases/public/components/severity/selector.tsx diff --git a/x-pack/plugins/cases/public/components/severity/sidebar_selector.tsx b/x-pack/platform/plugins/shared/cases/public/components/severity/sidebar_selector.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/severity/sidebar_selector.tsx rename to x-pack/platform/plugins/shared/cases/public/components/severity/sidebar_selector.tsx diff --git a/x-pack/plugins/cases/public/components/severity/translations.ts b/x-pack/platform/plugins/shared/cases/public/components/severity/translations.ts similarity index 100% rename from x-pack/plugins/cases/public/components/severity/translations.ts rename to x-pack/platform/plugins/shared/cases/public/components/severity/translations.ts diff --git a/x-pack/plugins/cases/public/components/status/button.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/status/button.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/status/button.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/status/button.test.tsx diff --git a/x-pack/plugins/cases/public/components/status/button.tsx b/x-pack/platform/plugins/shared/cases/public/components/status/button.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/status/button.tsx rename to x-pack/platform/plugins/shared/cases/public/components/status/button.tsx diff --git a/x-pack/plugins/cases/public/components/status/config.ts b/x-pack/platform/plugins/shared/cases/public/components/status/config.ts similarity index 100% rename from x-pack/plugins/cases/public/components/status/config.ts rename to x-pack/platform/plugins/shared/cases/public/components/status/config.ts diff --git a/x-pack/plugins/cases/public/components/status/index.ts b/x-pack/platform/plugins/shared/cases/public/components/status/index.ts similarity index 100% rename from x-pack/plugins/cases/public/components/status/index.ts rename to x-pack/platform/plugins/shared/cases/public/components/status/index.ts diff --git a/x-pack/plugins/cases/public/components/status/status_popover_button.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/status/status_popover_button.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/status/status_popover_button.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/status/status_popover_button.test.tsx diff --git a/x-pack/plugins/cases/public/components/status/status_popover_button.tsx b/x-pack/platform/plugins/shared/cases/public/components/status/status_popover_button.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/status/status_popover_button.tsx rename to x-pack/platform/plugins/shared/cases/public/components/status/status_popover_button.tsx diff --git a/x-pack/plugins/cases/public/components/status/status_stats.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/status/status_stats.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/status/status_stats.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/status/status_stats.test.tsx diff --git a/x-pack/plugins/cases/public/components/status/status_stats.tsx b/x-pack/platform/plugins/shared/cases/public/components/status/status_stats.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/status/status_stats.tsx rename to x-pack/platform/plugins/shared/cases/public/components/status/status_stats.tsx diff --git a/x-pack/plugins/cases/public/components/status/translations.ts b/x-pack/platform/plugins/shared/cases/public/components/status/translations.ts similarity index 100% rename from x-pack/plugins/cases/public/components/status/translations.ts rename to x-pack/platform/plugins/shared/cases/public/components/status/translations.ts diff --git a/x-pack/plugins/cases/public/components/status/types.ts b/x-pack/platform/plugins/shared/cases/public/components/status/types.ts similarity index 100% rename from x-pack/plugins/cases/public/components/status/types.ts rename to x-pack/platform/plugins/shared/cases/public/components/status/types.ts diff --git a/x-pack/plugins/cases/public/components/system_actions/cases/cases.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/system_actions/cases/cases.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/system_actions/cases/cases.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/system_actions/cases/cases.test.tsx diff --git a/x-pack/plugins/cases/public/components/system_actions/cases/cases.tsx b/x-pack/platform/plugins/shared/cases/public/components/system_actions/cases/cases.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/system_actions/cases/cases.tsx rename to x-pack/platform/plugins/shared/cases/public/components/system_actions/cases/cases.tsx diff --git a/x-pack/plugins/cases/public/components/system_actions/cases/cases_params.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/system_actions/cases/cases_params.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/system_actions/cases/cases_params.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/system_actions/cases/cases_params.test.tsx diff --git a/x-pack/plugins/cases/public/components/system_actions/cases/cases_params.tsx b/x-pack/platform/plugins/shared/cases/public/components/system_actions/cases/cases_params.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/system_actions/cases/cases_params.tsx rename to x-pack/platform/plugins/shared/cases/public/components/system_actions/cases/cases_params.tsx diff --git a/x-pack/plugins/cases/public/components/system_actions/cases/constants.ts b/x-pack/platform/plugins/shared/cases/public/components/system_actions/cases/constants.ts similarity index 100% rename from x-pack/plugins/cases/public/components/system_actions/cases/constants.ts rename to x-pack/platform/plugins/shared/cases/public/components/system_actions/cases/constants.ts diff --git a/x-pack/plugins/cases/public/components/system_actions/cases/translations.ts b/x-pack/platform/plugins/shared/cases/public/components/system_actions/cases/translations.ts similarity index 100% rename from x-pack/plugins/cases/public/components/system_actions/cases/translations.ts rename to x-pack/platform/plugins/shared/cases/public/components/system_actions/cases/translations.ts diff --git a/x-pack/plugins/cases/public/components/system_actions/cases/types.ts b/x-pack/platform/plugins/shared/cases/public/components/system_actions/cases/types.ts similarity index 100% rename from x-pack/plugins/cases/public/components/system_actions/cases/types.ts rename to x-pack/platform/plugins/shared/cases/public/components/system_actions/cases/types.ts diff --git a/x-pack/plugins/cases/public/components/system_actions/cases/utils.test.ts b/x-pack/platform/plugins/shared/cases/public/components/system_actions/cases/utils.test.ts similarity index 100% rename from x-pack/plugins/cases/public/components/system_actions/cases/utils.test.ts rename to x-pack/platform/plugins/shared/cases/public/components/system_actions/cases/utils.test.ts diff --git a/x-pack/plugins/cases/public/components/system_actions/cases/utils.ts b/x-pack/platform/plugins/shared/cases/public/components/system_actions/cases/utils.ts similarity index 100% rename from x-pack/plugins/cases/public/components/system_actions/cases/utils.ts rename to x-pack/platform/plugins/shared/cases/public/components/system_actions/cases/utils.ts diff --git a/x-pack/plugins/cases/public/components/system_actions/index.ts b/x-pack/platform/plugins/shared/cases/public/components/system_actions/index.ts similarity index 100% rename from x-pack/plugins/cases/public/components/system_actions/index.ts rename to x-pack/platform/plugins/shared/cases/public/components/system_actions/index.ts diff --git a/x-pack/plugins/cases/public/components/tags/tags.tsx b/x-pack/platform/plugins/shared/cases/public/components/tags/tags.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/tags/tags.tsx rename to x-pack/platform/plugins/shared/cases/public/components/tags/tags.tsx diff --git a/x-pack/plugins/cases/public/components/tags/translations.ts b/x-pack/platform/plugins/shared/cases/public/components/tags/translations.ts similarity index 100% rename from x-pack/plugins/cases/public/components/tags/translations.ts rename to x-pack/platform/plugins/shared/cases/public/components/tags/translations.ts diff --git a/x-pack/plugins/cases/public/components/templates/form.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/templates/form.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/templates/form.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/templates/form.test.tsx diff --git a/x-pack/plugins/cases/public/components/templates/form.tsx b/x-pack/platform/plugins/shared/cases/public/components/templates/form.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/templates/form.tsx rename to x-pack/platform/plugins/shared/cases/public/components/templates/form.tsx diff --git a/x-pack/plugins/cases/public/components/templates/form_fields.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/templates/form_fields.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/templates/form_fields.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/templates/form_fields.test.tsx diff --git a/x-pack/plugins/cases/public/components/templates/form_fields.tsx b/x-pack/platform/plugins/shared/cases/public/components/templates/form_fields.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/templates/form_fields.tsx rename to x-pack/platform/plugins/shared/cases/public/components/templates/form_fields.tsx diff --git a/x-pack/plugins/cases/public/components/templates/index.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/templates/index.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/templates/index.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/templates/index.test.tsx diff --git a/x-pack/plugins/cases/public/components/templates/index.tsx b/x-pack/platform/plugins/shared/cases/public/components/templates/index.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/templates/index.tsx rename to x-pack/platform/plugins/shared/cases/public/components/templates/index.tsx diff --git a/x-pack/plugins/cases/public/components/templates/schema.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/templates/schema.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/templates/schema.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/templates/schema.test.tsx diff --git a/x-pack/plugins/cases/public/components/templates/schema.tsx b/x-pack/platform/plugins/shared/cases/public/components/templates/schema.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/templates/schema.tsx rename to x-pack/platform/plugins/shared/cases/public/components/templates/schema.tsx diff --git a/x-pack/plugins/cases/public/components/templates/template_fields.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/templates/template_fields.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/templates/template_fields.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/templates/template_fields.test.tsx diff --git a/x-pack/plugins/cases/public/components/templates/template_fields.tsx b/x-pack/platform/plugins/shared/cases/public/components/templates/template_fields.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/templates/template_fields.tsx rename to x-pack/platform/plugins/shared/cases/public/components/templates/template_fields.tsx diff --git a/x-pack/plugins/cases/public/components/templates/template_tags.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/templates/template_tags.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/templates/template_tags.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/templates/template_tags.test.tsx diff --git a/x-pack/plugins/cases/public/components/templates/template_tags.tsx b/x-pack/platform/plugins/shared/cases/public/components/templates/template_tags.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/templates/template_tags.tsx rename to x-pack/platform/plugins/shared/cases/public/components/templates/template_tags.tsx diff --git a/x-pack/plugins/cases/public/components/templates/templates_list.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/templates/templates_list.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/templates/templates_list.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/templates/templates_list.test.tsx diff --git a/x-pack/plugins/cases/public/components/templates/templates_list.tsx b/x-pack/platform/plugins/shared/cases/public/components/templates/templates_list.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/templates/templates_list.tsx rename to x-pack/platform/plugins/shared/cases/public/components/templates/templates_list.tsx diff --git a/x-pack/plugins/cases/public/components/templates/translations.ts b/x-pack/platform/plugins/shared/cases/public/components/templates/translations.ts similarity index 100% rename from x-pack/plugins/cases/public/components/templates/translations.ts rename to x-pack/platform/plugins/shared/cases/public/components/templates/translations.ts diff --git a/x-pack/plugins/cases/public/components/templates/types.ts b/x-pack/platform/plugins/shared/cases/public/components/templates/types.ts similarity index 100% rename from x-pack/plugins/cases/public/components/templates/types.ts rename to x-pack/platform/plugins/shared/cases/public/components/templates/types.ts diff --git a/x-pack/plugins/cases/public/components/templates/utils.test.ts b/x-pack/platform/plugins/shared/cases/public/components/templates/utils.test.ts similarity index 100% rename from x-pack/plugins/cases/public/components/templates/utils.test.ts rename to x-pack/platform/plugins/shared/cases/public/components/templates/utils.test.ts diff --git a/x-pack/plugins/cases/public/components/templates/utils.ts b/x-pack/platform/plugins/shared/cases/public/components/templates/utils.ts similarity index 100% rename from x-pack/plugins/cases/public/components/templates/utils.ts rename to x-pack/platform/plugins/shared/cases/public/components/templates/utils.ts diff --git a/x-pack/plugins/cases/public/components/timeline_context/index.tsx b/x-pack/platform/plugins/shared/cases/public/components/timeline_context/index.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/timeline_context/index.tsx rename to x-pack/platform/plugins/shared/cases/public/components/timeline_context/index.tsx diff --git a/x-pack/plugins/cases/public/components/timeline_context/use_timeline_context.ts b/x-pack/platform/plugins/shared/cases/public/components/timeline_context/use_timeline_context.ts similarity index 100% rename from x-pack/plugins/cases/public/components/timeline_context/use_timeline_context.ts rename to x-pack/platform/plugins/shared/cases/public/components/timeline_context/use_timeline_context.ts diff --git a/x-pack/plugins/cases/public/components/truncated_text/index.tsx b/x-pack/platform/plugins/shared/cases/public/components/truncated_text/index.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/truncated_text/index.tsx rename to x-pack/platform/plugins/shared/cases/public/components/truncated_text/index.tsx diff --git a/x-pack/plugins/cases/public/components/types.ts b/x-pack/platform/plugins/shared/cases/public/components/types.ts similarity index 100% rename from x-pack/plugins/cases/public/components/types.ts rename to x-pack/platform/plugins/shared/cases/public/components/types.ts diff --git a/x-pack/plugins/cases/public/components/use_breadcrumbs/index.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/use_breadcrumbs/index.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/use_breadcrumbs/index.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/use_breadcrumbs/index.test.tsx diff --git a/x-pack/plugins/cases/public/components/use_breadcrumbs/index.ts b/x-pack/platform/plugins/shared/cases/public/components/use_breadcrumbs/index.ts similarity index 100% rename from x-pack/plugins/cases/public/components/use_breadcrumbs/index.ts rename to x-pack/platform/plugins/shared/cases/public/components/use_breadcrumbs/index.ts diff --git a/x-pack/plugins/cases/public/components/use_create_case_modal/create_case_modal.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/use_create_case_modal/create_case_modal.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/use_create_case_modal/create_case_modal.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/use_create_case_modal/create_case_modal.test.tsx diff --git a/x-pack/plugins/cases/public/components/use_create_case_modal/create_case_modal.tsx b/x-pack/platform/plugins/shared/cases/public/components/use_create_case_modal/create_case_modal.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/use_create_case_modal/create_case_modal.tsx rename to x-pack/platform/plugins/shared/cases/public/components/use_create_case_modal/create_case_modal.tsx diff --git a/x-pack/plugins/cases/public/components/use_create_case_modal/index.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/use_create_case_modal/index.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/use_create_case_modal/index.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/use_create_case_modal/index.test.tsx diff --git a/x-pack/plugins/cases/public/components/use_create_case_modal/index.tsx b/x-pack/platform/plugins/shared/cases/public/components/use_create_case_modal/index.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/use_create_case_modal/index.tsx rename to x-pack/platform/plugins/shared/cases/public/components/use_create_case_modal/index.tsx diff --git a/x-pack/plugins/cases/public/components/use_push_to_service/callout/callout.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/use_push_to_service/callout/callout.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/use_push_to_service/callout/callout.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/use_push_to_service/callout/callout.test.tsx diff --git a/x-pack/plugins/cases/public/components/use_push_to_service/callout/callout.tsx b/x-pack/platform/plugins/shared/cases/public/components/use_push_to_service/callout/callout.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/use_push_to_service/callout/callout.tsx rename to x-pack/platform/plugins/shared/cases/public/components/use_push_to_service/callout/callout.tsx diff --git a/x-pack/plugins/cases/public/components/use_push_to_service/callout/helpers.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/use_push_to_service/callout/helpers.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/use_push_to_service/callout/helpers.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/use_push_to_service/callout/helpers.test.tsx diff --git a/x-pack/plugins/cases/public/components/use_push_to_service/callout/helpers.tsx b/x-pack/platform/plugins/shared/cases/public/components/use_push_to_service/callout/helpers.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/use_push_to_service/callout/helpers.tsx rename to x-pack/platform/plugins/shared/cases/public/components/use_push_to_service/callout/helpers.tsx diff --git a/x-pack/plugins/cases/public/components/use_push_to_service/callout/index.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/use_push_to_service/callout/index.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/use_push_to_service/callout/index.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/use_push_to_service/callout/index.test.tsx diff --git a/x-pack/plugins/cases/public/components/use_push_to_service/callout/index.tsx b/x-pack/platform/plugins/shared/cases/public/components/use_push_to_service/callout/index.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/use_push_to_service/callout/index.tsx rename to x-pack/platform/plugins/shared/cases/public/components/use_push_to_service/callout/index.tsx diff --git a/x-pack/plugins/cases/public/components/use_push_to_service/callout/translations.ts b/x-pack/platform/plugins/shared/cases/public/components/use_push_to_service/callout/translations.ts similarity index 100% rename from x-pack/plugins/cases/public/components/use_push_to_service/callout/translations.ts rename to x-pack/platform/plugins/shared/cases/public/components/use_push_to_service/callout/translations.ts diff --git a/x-pack/plugins/cases/public/components/use_push_to_service/callout/types.ts b/x-pack/platform/plugins/shared/cases/public/components/use_push_to_service/callout/types.ts similarity index 100% rename from x-pack/plugins/cases/public/components/use_push_to_service/callout/types.ts rename to x-pack/platform/plugins/shared/cases/public/components/use_push_to_service/callout/types.ts diff --git a/x-pack/plugins/cases/public/components/use_push_to_service/helpers.tsx b/x-pack/platform/plugins/shared/cases/public/components/use_push_to_service/helpers.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/use_push_to_service/helpers.tsx rename to x-pack/platform/plugins/shared/cases/public/components/use_push_to_service/helpers.tsx diff --git a/x-pack/plugins/cases/public/components/use_push_to_service/index.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/use_push_to_service/index.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/use_push_to_service/index.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/use_push_to_service/index.test.tsx diff --git a/x-pack/plugins/cases/public/components/use_push_to_service/index.tsx b/x-pack/platform/plugins/shared/cases/public/components/use_push_to_service/index.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/use_push_to_service/index.tsx rename to x-pack/platform/plugins/shared/cases/public/components/use_push_to_service/index.tsx diff --git a/x-pack/plugins/cases/public/components/use_push_to_service/translations.ts b/x-pack/platform/plugins/shared/cases/public/components/use_push_to_service/translations.ts similarity index 100% rename from x-pack/plugins/cases/public/components/use_push_to_service/translations.ts rename to x-pack/platform/plugins/shared/cases/public/components/use_push_to_service/translations.ts diff --git a/x-pack/plugins/cases/public/components/user_actions/assignees.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/assignees.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/assignees.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/assignees.test.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/assignees.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/assignees.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/assignees.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/assignees.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/builder.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/builder.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/builder.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/builder.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/category.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/category.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/category.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/category.test.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/category.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/category.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/category.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/category.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/comment/__snapshots__/registered_attachments.test.tsx.snap b/x-pack/platform/plugins/shared/cases/public/components/user_actions/comment/__snapshots__/registered_attachments.test.tsx.snap similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/comment/__snapshots__/registered_attachments.test.tsx.snap rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/comment/__snapshots__/registered_attachments.test.tsx.snap diff --git a/x-pack/plugins/cases/public/components/user_actions/comment/actions.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/comment/actions.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/comment/actions.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/comment/actions.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/comment/alert.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/comment/alert.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/comment/alert.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/comment/alert.test.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/comment/alert.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/comment/alert.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/comment/alert.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/comment/alert.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/comment/alert_event.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/comment/alert_event.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/comment/alert_event.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/comment/alert_event.test.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/comment/alert_event.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/comment/alert_event.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/comment/alert_event.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/comment/alert_event.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/comment/comment.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/comment/comment.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/comment/comment.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/comment/comment.test.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/comment/comment.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/comment/comment.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/comment/comment.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/comment/comment.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/comment/external_reference.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/comment/external_reference.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/comment/external_reference.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/comment/external_reference.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/comment/host_isolation_event.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/comment/host_isolation_event.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/comment/host_isolation_event.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/comment/host_isolation_event.test.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/comment/host_isolation_event.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/comment/host_isolation_event.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/comment/host_isolation_event.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/comment/host_isolation_event.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/comment/persistable_state.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/comment/persistable_state.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/comment/persistable_state.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/comment/persistable_state.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/comment/registered_attachments.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/comment/registered_attachments.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/comment/registered_attachments.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/comment/registered_attachments.test.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/comment/registered_attachments.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/comment/registered_attachments.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/comment/registered_attachments.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/comment/registered_attachments.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/comment/show_alert.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/comment/show_alert.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/comment/show_alert.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/comment/show_alert.test.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/comment/show_alert.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/comment/show_alert.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/comment/show_alert.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/comment/show_alert.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/comment/show_alert_table_link.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/comment/show_alert_table_link.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/comment/show_alert_table_link.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/comment/show_alert_table_link.test.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/comment/show_alert_table_link.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/comment/show_alert_table_link.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/comment/show_alert_table_link.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/comment/show_alert_table_link.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/comment/translations.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/comment/translations.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/comment/translations.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/comment/translations.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/comment/user.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/comment/user.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/comment/user.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/comment/user.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/common.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/common.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/common.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/common.test.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/common.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/common.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/common.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/common.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/connector.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/connector.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/connector.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/connector.test.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/connector.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/connector.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/connector.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/connector.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/constants.ts b/x-pack/platform/plugins/shared/cases/public/components/user_actions/constants.ts similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/constants.ts rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/constants.ts diff --git a/x-pack/plugins/cases/public/components/user_actions/content_toolbar.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/content_toolbar.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/content_toolbar.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/content_toolbar.test.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/content_toolbar.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/content_toolbar.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/content_toolbar.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/content_toolbar.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/copy_link.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/copy_link.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/copy_link.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/copy_link.test.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/copy_link.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/copy_link.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/copy_link.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/copy_link.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/create_case.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/create_case.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/create_case.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/create_case.test.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/create_case.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/create_case.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/create_case.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/create_case.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/custom_fields/custom_fields.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/custom_fields/custom_fields.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/custom_fields/custom_fields.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/custom_fields/custom_fields.test.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/custom_fields/custom_fields.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/custom_fields/custom_fields.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/custom_fields/custom_fields.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/custom_fields/custom_fields.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/delete_attachment_confirmation_modal.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/delete_attachment_confirmation_modal.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/delete_attachment_confirmation_modal.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/delete_attachment_confirmation_modal.test.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/delete_attachment_confirmation_modal.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/delete_attachment_confirmation_modal.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/delete_attachment_confirmation_modal.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/delete_attachment_confirmation_modal.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/description.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/description.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/description.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/description.test.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/description.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/description.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/description.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/description.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/helpers.test.ts b/x-pack/platform/plugins/shared/cases/public/components/user_actions/helpers.test.ts similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/helpers.test.ts rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/helpers.test.ts diff --git a/x-pack/plugins/cases/public/components/user_actions/helpers.ts b/x-pack/platform/plugins/shared/cases/public/components/user_actions/helpers.ts similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/helpers.ts rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/helpers.ts diff --git a/x-pack/plugins/cases/public/components/user_actions/index.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/index.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/index.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/index.test.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/index.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/index.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/index.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/index.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/markdown_form.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/markdown_form.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/markdown_form.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/markdown_form.test.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/markdown_form.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/markdown_form.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/markdown_form.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/markdown_form.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/mock.ts b/x-pack/platform/plugins/shared/cases/public/components/user_actions/mock.ts similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/mock.ts rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/mock.ts diff --git a/x-pack/plugins/cases/public/components/user_actions/move_to_reference.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/move_to_reference.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/move_to_reference.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/move_to_reference.test.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/move_to_reference.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/move_to_reference.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/move_to_reference.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/move_to_reference.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/property_actions/alert_property_actions.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/property_actions/alert_property_actions.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/property_actions/alert_property_actions.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/property_actions/alert_property_actions.test.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/property_actions/alert_property_actions.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/property_actions/alert_property_actions.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/property_actions/alert_property_actions.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/property_actions/alert_property_actions.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/property_actions/property_actions.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/property_actions/property_actions.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/property_actions/property_actions.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/property_actions/property_actions.test.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/property_actions/property_actions.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/property_actions/property_actions.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/property_actions/property_actions.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/property_actions/property_actions.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/property_actions/registered_attachments_property_actions.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/property_actions/registered_attachments_property_actions.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/property_actions/registered_attachments_property_actions.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/property_actions/registered_attachments_property_actions.test.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/property_actions/registered_attachments_property_actions.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/property_actions/registered_attachments_property_actions.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/property_actions/registered_attachments_property_actions.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/property_actions/registered_attachments_property_actions.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/property_actions/translations.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/property_actions/translations.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/property_actions/translations.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/property_actions/translations.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/property_actions/use_delete_property_action.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/property_actions/use_delete_property_action.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/property_actions/use_delete_property_action.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/property_actions/use_delete_property_action.test.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/property_actions/use_delete_property_action.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/property_actions/use_delete_property_action.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/property_actions/use_delete_property_action.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/property_actions/use_delete_property_action.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/property_actions/user_comment_property_actions.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/property_actions/user_comment_property_actions.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/property_actions/user_comment_property_actions.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/property_actions/user_comment_property_actions.test.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/property_actions/user_comment_property_actions.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/property_actions/user_comment_property_actions.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/property_actions/user_comment_property_actions.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/property_actions/user_comment_property_actions.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/pushed.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/pushed.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/pushed.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/pushed.test.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/pushed.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/pushed.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/pushed.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/pushed.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/schema.ts b/x-pack/platform/plugins/shared/cases/public/components/user_actions/schema.ts similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/schema.ts rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/schema.ts diff --git a/x-pack/plugins/cases/public/components/user_actions/settings.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/settings.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/settings.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/settings.test.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/settings.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/settings.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/settings.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/settings.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/severity.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/severity.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/severity.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/severity.test.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/severity.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/severity.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/severity.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/severity.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/show_more_button.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/show_more_button.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/show_more_button.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/show_more_button.test.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/show_more_button.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/show_more_button.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/show_more_button.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/show_more_button.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/status.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/status.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/status.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/status.test.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/status.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/status.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/status.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/status.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/tags.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/tags.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/tags.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/tags.test.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/tags.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/tags.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/tags.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/tags.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/timestamp.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/timestamp.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/timestamp.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/timestamp.test.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/timestamp.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/timestamp.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/timestamp.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/timestamp.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/title.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/title.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/title.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/title.test.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/title.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/title.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/title.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/title.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/translations.ts b/x-pack/platform/plugins/shared/cases/public/components/user_actions/translations.ts similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/translations.ts rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/translations.ts diff --git a/x-pack/plugins/cases/public/components/user_actions/types.ts b/x-pack/platform/plugins/shared/cases/public/components/user_actions/types.ts similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/types.ts rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/types.ts diff --git a/x-pack/plugins/cases/public/components/user_actions/use_last_page.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/use_last_page.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/use_last_page.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/use_last_page.test.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/use_last_page.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/use_last_page.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/use_last_page.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/use_last_page.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/use_user_actions_handler.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/use_user_actions_handler.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/use_user_actions_handler.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/use_user_actions_handler.test.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/use_user_actions_handler.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/use_user_actions_handler.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/use_user_actions_handler.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/use_user_actions_handler.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/use_user_actions_last_page.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/use_user_actions_last_page.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/use_user_actions_last_page.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/use_user_actions_last_page.test.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/use_user_actions_last_page.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/use_user_actions_last_page.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/use_user_actions_last_page.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/use_user_actions_last_page.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/use_user_actions_pagination.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/use_user_actions_pagination.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/use_user_actions_pagination.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/use_user_actions_pagination.test.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/use_user_actions_pagination.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/use_user_actions_pagination.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/use_user_actions_pagination.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/use_user_actions_pagination.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/use_user_permissions.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/use_user_permissions.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/use_user_permissions.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/use_user_permissions.test.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/use_user_permissions.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/use_user_permissions.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/use_user_permissions.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/use_user_permissions.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/user_actions_aria_labels.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/user_actions_aria_labels.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/user_actions_aria_labels.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/user_actions_aria_labels.test.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/user_actions_aria_labels.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/user_actions_aria_labels.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/user_actions_aria_labels.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/user_actions_aria_labels.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/user_actions_list.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/user_actions_list.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/user_actions_list.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/user_actions_list.test.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions/user_actions_list.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions/user_actions_list.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions/user_actions_list.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions/user_actions_list.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions_activity_bar/filter_activity.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions_activity_bar/filter_activity.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions_activity_bar/filter_activity.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions_activity_bar/filter_activity.test.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions_activity_bar/filter_activity.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions_activity_bar/filter_activity.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions_activity_bar/filter_activity.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions_activity_bar/filter_activity.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions_activity_bar/index.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions_activity_bar/index.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions_activity_bar/index.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions_activity_bar/index.test.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions_activity_bar/index.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions_activity_bar/index.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions_activity_bar/index.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions_activity_bar/index.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions_activity_bar/sort_activity.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions_activity_bar/sort_activity.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions_activity_bar/sort_activity.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions_activity_bar/sort_activity.test.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions_activity_bar/sort_activity.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_actions_activity_bar/sort_activity.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions_activity_bar/sort_activity.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_actions_activity_bar/sort_activity.tsx diff --git a/x-pack/plugins/cases/public/components/user_actions_activity_bar/translations.ts b/x-pack/platform/plugins/shared/cases/public/components/user_actions_activity_bar/translations.ts similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions_activity_bar/translations.ts rename to x-pack/platform/plugins/shared/cases/public/components/user_actions_activity_bar/translations.ts diff --git a/x-pack/plugins/cases/public/components/user_actions_activity_bar/types.ts b/x-pack/platform/plugins/shared/cases/public/components/user_actions_activity_bar/types.ts similarity index 100% rename from x-pack/plugins/cases/public/components/user_actions_activity_bar/types.ts rename to x-pack/platform/plugins/shared/cases/public/components/user_actions_activity_bar/types.ts diff --git a/x-pack/plugins/cases/public/components/user_profiles/data_test_subject.ts b/x-pack/platform/plugins/shared/cases/public/components/user_profiles/data_test_subject.ts similarity index 100% rename from x-pack/plugins/cases/public/components/user_profiles/data_test_subject.ts rename to x-pack/platform/plugins/shared/cases/public/components/user_profiles/data_test_subject.ts diff --git a/x-pack/plugins/cases/public/components/user_profiles/display_name.test.ts b/x-pack/platform/plugins/shared/cases/public/components/user_profiles/display_name.test.ts similarity index 100% rename from x-pack/plugins/cases/public/components/user_profiles/display_name.test.ts rename to x-pack/platform/plugins/shared/cases/public/components/user_profiles/display_name.test.ts diff --git a/x-pack/plugins/cases/public/components/user_profiles/display_name.ts b/x-pack/platform/plugins/shared/cases/public/components/user_profiles/display_name.ts similarity index 100% rename from x-pack/plugins/cases/public/components/user_profiles/display_name.ts rename to x-pack/platform/plugins/shared/cases/public/components/user_profiles/display_name.ts diff --git a/x-pack/plugins/cases/public/components/user_profiles/empty_message.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_profiles/empty_message.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_profiles/empty_message.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_profiles/empty_message.test.tsx diff --git a/x-pack/plugins/cases/public/components/user_profiles/empty_message.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_profiles/empty_message.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_profiles/empty_message.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_profiles/empty_message.tsx diff --git a/x-pack/plugins/cases/public/components/user_profiles/hoverable_avatar.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_profiles/hoverable_avatar.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_profiles/hoverable_avatar.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_profiles/hoverable_avatar.test.tsx diff --git a/x-pack/plugins/cases/public/components/user_profiles/hoverable_avatar.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_profiles/hoverable_avatar.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_profiles/hoverable_avatar.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_profiles/hoverable_avatar.tsx diff --git a/x-pack/plugins/cases/public/components/user_profiles/hoverable_avatar_resolver.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_profiles/hoverable_avatar_resolver.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_profiles/hoverable_avatar_resolver.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_profiles/hoverable_avatar_resolver.test.tsx diff --git a/x-pack/plugins/cases/public/components/user_profiles/hoverable_avatar_resolver.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_profiles/hoverable_avatar_resolver.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_profiles/hoverable_avatar_resolver.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_profiles/hoverable_avatar_resolver.tsx diff --git a/x-pack/plugins/cases/public/components/user_profiles/hoverable_user_with_avatar.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_profiles/hoverable_user_with_avatar.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_profiles/hoverable_user_with_avatar.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_profiles/hoverable_user_with_avatar.test.tsx diff --git a/x-pack/plugins/cases/public/components/user_profiles/hoverable_user_with_avatar.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_profiles/hoverable_user_with_avatar.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_profiles/hoverable_user_with_avatar.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_profiles/hoverable_user_with_avatar.tsx diff --git a/x-pack/plugins/cases/public/components/user_profiles/hoverable_user_with_avatar_resolver.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_profiles/hoverable_user_with_avatar_resolver.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_profiles/hoverable_user_with_avatar_resolver.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_profiles/hoverable_user_with_avatar_resolver.test.tsx diff --git a/x-pack/plugins/cases/public/components/user_profiles/hoverable_user_with_avatar_resolver.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_profiles/hoverable_user_with_avatar_resolver.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_profiles/hoverable_user_with_avatar_resolver.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_profiles/hoverable_user_with_avatar_resolver.tsx diff --git a/x-pack/plugins/cases/public/components/user_profiles/hoverable_username_resolver.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_profiles/hoverable_username_resolver.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_profiles/hoverable_username_resolver.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_profiles/hoverable_username_resolver.test.tsx diff --git a/x-pack/plugins/cases/public/components/user_profiles/hoverable_username_resolver.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_profiles/hoverable_username_resolver.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_profiles/hoverable_username_resolver.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_profiles/hoverable_username_resolver.tsx diff --git a/x-pack/plugins/cases/public/components/user_profiles/no_matches.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_profiles/no_matches.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_profiles/no_matches.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_profiles/no_matches.test.tsx diff --git a/x-pack/plugins/cases/public/components/user_profiles/no_matches.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_profiles/no_matches.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_profiles/no_matches.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_profiles/no_matches.tsx diff --git a/x-pack/plugins/cases/public/components/user_profiles/removable_user.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_profiles/removable_user.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_profiles/removable_user.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_profiles/removable_user.test.tsx diff --git a/x-pack/plugins/cases/public/components/user_profiles/removable_user.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_profiles/removable_user.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_profiles/removable_user.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_profiles/removable_user.tsx diff --git a/x-pack/plugins/cases/public/components/user_profiles/small_user_avatar.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_profiles/small_user_avatar.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_profiles/small_user_avatar.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_profiles/small_user_avatar.test.tsx diff --git a/x-pack/plugins/cases/public/components/user_profiles/small_user_avatar.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_profiles/small_user_avatar.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_profiles/small_user_avatar.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_profiles/small_user_avatar.tsx diff --git a/x-pack/plugins/cases/public/components/user_profiles/sort.test.ts b/x-pack/platform/plugins/shared/cases/public/components/user_profiles/sort.test.ts similarity index 100% rename from x-pack/plugins/cases/public/components/user_profiles/sort.test.ts rename to x-pack/platform/plugins/shared/cases/public/components/user_profiles/sort.test.ts diff --git a/x-pack/plugins/cases/public/components/user_profiles/sort.ts b/x-pack/platform/plugins/shared/cases/public/components/user_profiles/sort.ts similarity index 100% rename from x-pack/plugins/cases/public/components/user_profiles/sort.ts rename to x-pack/platform/plugins/shared/cases/public/components/user_profiles/sort.ts diff --git a/x-pack/plugins/cases/public/components/user_profiles/translations.ts b/x-pack/platform/plugins/shared/cases/public/components/user_profiles/translations.ts similarity index 100% rename from x-pack/plugins/cases/public/components/user_profiles/translations.ts rename to x-pack/platform/plugins/shared/cases/public/components/user_profiles/translations.ts diff --git a/x-pack/plugins/cases/public/components/user_profiles/types.ts b/x-pack/platform/plugins/shared/cases/public/components/user_profiles/types.ts similarity index 100% rename from x-pack/plugins/cases/public/components/user_profiles/types.ts rename to x-pack/platform/plugins/shared/cases/public/components/user_profiles/types.ts diff --git a/x-pack/plugins/cases/public/components/user_profiles/unknown_user.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_profiles/unknown_user.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_profiles/unknown_user.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_profiles/unknown_user.tsx diff --git a/x-pack/plugins/cases/public/components/user_profiles/user_avatar.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_profiles/user_avatar.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_profiles/user_avatar.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_profiles/user_avatar.test.tsx diff --git a/x-pack/plugins/cases/public/components/user_profiles/user_avatar.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_profiles/user_avatar.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_profiles/user_avatar.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_profiles/user_avatar.tsx diff --git a/x-pack/plugins/cases/public/components/user_profiles/user_converter.test.ts b/x-pack/platform/plugins/shared/cases/public/components/user_profiles/user_converter.test.ts similarity index 100% rename from x-pack/plugins/cases/public/components/user_profiles/user_converter.test.ts rename to x-pack/platform/plugins/shared/cases/public/components/user_profiles/user_converter.test.ts diff --git a/x-pack/plugins/cases/public/components/user_profiles/user_converter.ts b/x-pack/platform/plugins/shared/cases/public/components/user_profiles/user_converter.ts similarity index 100% rename from x-pack/plugins/cases/public/components/user_profiles/user_converter.ts rename to x-pack/platform/plugins/shared/cases/public/components/user_profiles/user_converter.ts diff --git a/x-pack/plugins/cases/public/components/user_profiles/user_tooltip.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_profiles/user_tooltip.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_profiles/user_tooltip.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_profiles/user_tooltip.test.tsx diff --git a/x-pack/plugins/cases/public/components/user_profiles/user_tooltip.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_profiles/user_tooltip.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_profiles/user_tooltip.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_profiles/user_tooltip.tsx diff --git a/x-pack/plugins/cases/public/components/user_profiles/username.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_profiles/username.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_profiles/username.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_profiles/username.test.tsx diff --git a/x-pack/plugins/cases/public/components/user_profiles/username.tsx b/x-pack/platform/plugins/shared/cases/public/components/user_profiles/username.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/user_profiles/username.tsx rename to x-pack/platform/plugins/shared/cases/public/components/user_profiles/username.tsx diff --git a/x-pack/plugins/cases/public/components/utils.test.ts b/x-pack/platform/plugins/shared/cases/public/components/utils.test.ts similarity index 100% rename from x-pack/plugins/cases/public/components/utils.test.ts rename to x-pack/platform/plugins/shared/cases/public/components/utils.test.ts diff --git a/x-pack/plugins/cases/public/components/utils.ts b/x-pack/platform/plugins/shared/cases/public/components/utils.ts similarity index 100% rename from x-pack/plugins/cases/public/components/utils.ts rename to x-pack/platform/plugins/shared/cases/public/components/utils.ts diff --git a/x-pack/plugins/cases/public/components/visualizations/actions/__mocks__/action_wrapper.tsx b/x-pack/platform/plugins/shared/cases/public/components/visualizations/actions/__mocks__/action_wrapper.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/visualizations/actions/__mocks__/action_wrapper.tsx rename to x-pack/platform/plugins/shared/cases/public/components/visualizations/actions/__mocks__/action_wrapper.tsx diff --git a/x-pack/plugins/cases/public/components/visualizations/actions/action_wrapper.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/visualizations/actions/action_wrapper.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/visualizations/actions/action_wrapper.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/visualizations/actions/action_wrapper.test.tsx diff --git a/x-pack/plugins/cases/public/components/visualizations/actions/action_wrapper.tsx b/x-pack/platform/plugins/shared/cases/public/components/visualizations/actions/action_wrapper.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/visualizations/actions/action_wrapper.tsx rename to x-pack/platform/plugins/shared/cases/public/components/visualizations/actions/action_wrapper.tsx diff --git a/x-pack/plugins/cases/public/components/visualizations/actions/add_to_existing_case.tsx b/x-pack/platform/plugins/shared/cases/public/components/visualizations/actions/add_to_existing_case.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/visualizations/actions/add_to_existing_case.tsx rename to x-pack/platform/plugins/shared/cases/public/components/visualizations/actions/add_to_existing_case.tsx diff --git a/x-pack/plugins/cases/public/components/visualizations/actions/convert_to_absolute_time_range.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/visualizations/actions/convert_to_absolute_time_range.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/visualizations/actions/convert_to_absolute_time_range.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/visualizations/actions/convert_to_absolute_time_range.test.tsx diff --git a/x-pack/plugins/cases/public/components/visualizations/actions/convert_to_absolute_time_range.ts b/x-pack/platform/plugins/shared/cases/public/components/visualizations/actions/convert_to_absolute_time_range.ts similarity index 100% rename from x-pack/plugins/cases/public/components/visualizations/actions/convert_to_absolute_time_range.ts rename to x-pack/platform/plugins/shared/cases/public/components/visualizations/actions/convert_to_absolute_time_range.ts diff --git a/x-pack/plugins/cases/public/components/visualizations/actions/index.ts b/x-pack/platform/plugins/shared/cases/public/components/visualizations/actions/index.ts similarity index 100% rename from x-pack/plugins/cases/public/components/visualizations/actions/index.ts rename to x-pack/platform/plugins/shared/cases/public/components/visualizations/actions/index.ts diff --git a/x-pack/plugins/cases/public/components/visualizations/actions/is_compatible.test.ts b/x-pack/platform/plugins/shared/cases/public/components/visualizations/actions/is_compatible.test.ts similarity index 100% rename from x-pack/plugins/cases/public/components/visualizations/actions/is_compatible.test.ts rename to x-pack/platform/plugins/shared/cases/public/components/visualizations/actions/is_compatible.test.ts diff --git a/x-pack/plugins/cases/public/components/visualizations/actions/is_compatible.ts b/x-pack/platform/plugins/shared/cases/public/components/visualizations/actions/is_compatible.ts similarity index 100% rename from x-pack/plugins/cases/public/components/visualizations/actions/is_compatible.ts rename to x-pack/platform/plugins/shared/cases/public/components/visualizations/actions/is_compatible.ts diff --git a/x-pack/plugins/cases/public/components/visualizations/actions/mocks.ts b/x-pack/platform/plugins/shared/cases/public/components/visualizations/actions/mocks.ts similarity index 100% rename from x-pack/plugins/cases/public/components/visualizations/actions/mocks.ts rename to x-pack/platform/plugins/shared/cases/public/components/visualizations/actions/mocks.ts diff --git a/x-pack/plugins/cases/public/components/visualizations/actions/open_modal.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/visualizations/actions/open_modal.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/visualizations/actions/open_modal.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/visualizations/actions/open_modal.test.tsx diff --git a/x-pack/plugins/cases/public/components/visualizations/actions/open_modal.tsx b/x-pack/platform/plugins/shared/cases/public/components/visualizations/actions/open_modal.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/visualizations/actions/open_modal.tsx rename to x-pack/platform/plugins/shared/cases/public/components/visualizations/actions/open_modal.tsx diff --git a/x-pack/plugins/cases/public/components/visualizations/actions/register.ts b/x-pack/platform/plugins/shared/cases/public/components/visualizations/actions/register.ts similarity index 100% rename from x-pack/plugins/cases/public/components/visualizations/actions/register.ts rename to x-pack/platform/plugins/shared/cases/public/components/visualizations/actions/register.ts diff --git a/x-pack/plugins/cases/public/components/visualizations/actions/translations.ts b/x-pack/platform/plugins/shared/cases/public/components/visualizations/actions/translations.ts similarity index 100% rename from x-pack/plugins/cases/public/components/visualizations/actions/translations.ts rename to x-pack/platform/plugins/shared/cases/public/components/visualizations/actions/translations.ts diff --git a/x-pack/plugins/cases/public/components/visualizations/actions/types.ts b/x-pack/platform/plugins/shared/cases/public/components/visualizations/actions/types.ts similarity index 100% rename from x-pack/plugins/cases/public/components/visualizations/actions/types.ts rename to x-pack/platform/plugins/shared/cases/public/components/visualizations/actions/types.ts diff --git a/x-pack/plugins/cases/public/components/visualizations/actions/utils.test.ts b/x-pack/platform/plugins/shared/cases/public/components/visualizations/actions/utils.test.ts similarity index 100% rename from x-pack/plugins/cases/public/components/visualizations/actions/utils.test.ts rename to x-pack/platform/plugins/shared/cases/public/components/visualizations/actions/utils.test.ts diff --git a/x-pack/plugins/cases/public/components/visualizations/actions/utils.ts b/x-pack/platform/plugins/shared/cases/public/components/visualizations/actions/utils.ts similarity index 100% rename from x-pack/plugins/cases/public/components/visualizations/actions/utils.ts rename to x-pack/platform/plugins/shared/cases/public/components/visualizations/actions/utils.ts diff --git a/x-pack/plugins/cases/public/components/visualizations/attachment.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/visualizations/attachment.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/visualizations/attachment.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/visualizations/attachment.test.tsx diff --git a/x-pack/plugins/cases/public/components/visualizations/attachment.tsx b/x-pack/platform/plugins/shared/cases/public/components/visualizations/attachment.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/visualizations/attachment.tsx rename to x-pack/platform/plugins/shared/cases/public/components/visualizations/attachment.tsx diff --git a/x-pack/plugins/cases/public/components/visualizations/index.mock.ts b/x-pack/platform/plugins/shared/cases/public/components/visualizations/index.mock.ts similarity index 100% rename from x-pack/plugins/cases/public/components/visualizations/index.mock.ts rename to x-pack/platform/plugins/shared/cases/public/components/visualizations/index.mock.ts diff --git a/x-pack/plugins/cases/public/components/visualizations/lens_renderer.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/visualizations/lens_renderer.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/visualizations/lens_renderer.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/visualizations/lens_renderer.test.tsx diff --git a/x-pack/plugins/cases/public/components/visualizations/lens_renderer.tsx b/x-pack/platform/plugins/shared/cases/public/components/visualizations/lens_renderer.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/visualizations/lens_renderer.tsx rename to x-pack/platform/plugins/shared/cases/public/components/visualizations/lens_renderer.tsx diff --git a/x-pack/plugins/cases/public/components/visualizations/open_lens_button.test.tsx b/x-pack/platform/plugins/shared/cases/public/components/visualizations/open_lens_button.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/visualizations/open_lens_button.test.tsx rename to x-pack/platform/plugins/shared/cases/public/components/visualizations/open_lens_button.test.tsx diff --git a/x-pack/plugins/cases/public/components/visualizations/open_lens_button.tsx b/x-pack/platform/plugins/shared/cases/public/components/visualizations/open_lens_button.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/visualizations/open_lens_button.tsx rename to x-pack/platform/plugins/shared/cases/public/components/visualizations/open_lens_button.tsx diff --git a/x-pack/plugins/cases/public/components/visualizations/translations.tsx b/x-pack/platform/plugins/shared/cases/public/components/visualizations/translations.tsx similarity index 100% rename from x-pack/plugins/cases/public/components/visualizations/translations.tsx rename to x-pack/platform/plugins/shared/cases/public/components/visualizations/translations.tsx diff --git a/x-pack/plugins/cases/public/components/visualizations/types.ts b/x-pack/platform/plugins/shared/cases/public/components/visualizations/types.ts similarity index 100% rename from x-pack/plugins/cases/public/components/visualizations/types.ts rename to x-pack/platform/plugins/shared/cases/public/components/visualizations/types.ts diff --git a/x-pack/plugins/cases/public/containers/__mocks__/api.ts b/x-pack/platform/plugins/shared/cases/public/containers/__mocks__/api.ts similarity index 100% rename from x-pack/plugins/cases/public/containers/__mocks__/api.ts rename to x-pack/platform/plugins/shared/cases/public/containers/__mocks__/api.ts diff --git a/x-pack/plugins/cases/public/containers/__mocks__/use_get_action_license.tsx b/x-pack/platform/plugins/shared/cases/public/containers/__mocks__/use_get_action_license.tsx similarity index 100% rename from x-pack/plugins/cases/public/containers/__mocks__/use_get_action_license.tsx rename to x-pack/platform/plugins/shared/cases/public/containers/__mocks__/use_get_action_license.tsx diff --git a/x-pack/plugins/cases/public/containers/api.test.tsx b/x-pack/platform/plugins/shared/cases/public/containers/api.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/containers/api.test.tsx rename to x-pack/platform/plugins/shared/cases/public/containers/api.test.tsx diff --git a/x-pack/plugins/cases/public/containers/api.ts b/x-pack/platform/plugins/shared/cases/public/containers/api.ts similarity index 100% rename from x-pack/plugins/cases/public/containers/api.ts rename to x-pack/platform/plugins/shared/cases/public/containers/api.ts diff --git a/x-pack/plugins/cases/public/containers/configure/__mocks__/api.ts b/x-pack/platform/plugins/shared/cases/public/containers/configure/__mocks__/api.ts similarity index 100% rename from x-pack/plugins/cases/public/containers/configure/__mocks__/api.ts rename to x-pack/platform/plugins/shared/cases/public/containers/configure/__mocks__/api.ts diff --git a/x-pack/plugins/cases/public/containers/configure/api.test.ts b/x-pack/platform/plugins/shared/cases/public/containers/configure/api.test.ts similarity index 100% rename from x-pack/plugins/cases/public/containers/configure/api.test.ts rename to x-pack/platform/plugins/shared/cases/public/containers/configure/api.test.ts diff --git a/x-pack/plugins/cases/public/containers/configure/api.ts b/x-pack/platform/plugins/shared/cases/public/containers/configure/api.ts similarity index 100% rename from x-pack/plugins/cases/public/containers/configure/api.ts rename to x-pack/platform/plugins/shared/cases/public/containers/configure/api.ts diff --git a/x-pack/plugins/cases/public/containers/configure/mock.ts b/x-pack/platform/plugins/shared/cases/public/containers/configure/mock.ts similarity index 100% rename from x-pack/plugins/cases/public/containers/configure/mock.ts rename to x-pack/platform/plugins/shared/cases/public/containers/configure/mock.ts diff --git a/x-pack/plugins/cases/public/containers/configure/translations.ts b/x-pack/platform/plugins/shared/cases/public/containers/configure/translations.ts similarity index 100% rename from x-pack/plugins/cases/public/containers/configure/translations.ts rename to x-pack/platform/plugins/shared/cases/public/containers/configure/translations.ts diff --git a/x-pack/plugins/cases/public/containers/configure/types.ts b/x-pack/platform/plugins/shared/cases/public/containers/configure/types.ts similarity index 100% rename from x-pack/plugins/cases/public/containers/configure/types.ts rename to x-pack/platform/plugins/shared/cases/public/containers/configure/types.ts diff --git a/x-pack/plugins/cases/public/containers/configure/use_action_types.test.tsx b/x-pack/platform/plugins/shared/cases/public/containers/configure/use_action_types.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/containers/configure/use_action_types.test.tsx rename to x-pack/platform/plugins/shared/cases/public/containers/configure/use_action_types.test.tsx diff --git a/x-pack/plugins/cases/public/containers/configure/use_action_types.tsx b/x-pack/platform/plugins/shared/cases/public/containers/configure/use_action_types.tsx similarity index 100% rename from x-pack/plugins/cases/public/containers/configure/use_action_types.tsx rename to x-pack/platform/plugins/shared/cases/public/containers/configure/use_action_types.tsx diff --git a/x-pack/plugins/cases/public/containers/configure/use_get_all_case_configurations.test.ts b/x-pack/platform/plugins/shared/cases/public/containers/configure/use_get_all_case_configurations.test.ts similarity index 100% rename from x-pack/plugins/cases/public/containers/configure/use_get_all_case_configurations.test.ts rename to x-pack/platform/plugins/shared/cases/public/containers/configure/use_get_all_case_configurations.test.ts diff --git a/x-pack/plugins/cases/public/containers/configure/use_get_all_case_configurations.tsx b/x-pack/platform/plugins/shared/cases/public/containers/configure/use_get_all_case_configurations.tsx similarity index 100% rename from x-pack/plugins/cases/public/containers/configure/use_get_all_case_configurations.tsx rename to x-pack/platform/plugins/shared/cases/public/containers/configure/use_get_all_case_configurations.tsx diff --git a/x-pack/plugins/cases/public/containers/configure/use_get_case_configuration.test.tsx b/x-pack/platform/plugins/shared/cases/public/containers/configure/use_get_case_configuration.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/containers/configure/use_get_case_configuration.test.tsx rename to x-pack/platform/plugins/shared/cases/public/containers/configure/use_get_case_configuration.test.tsx diff --git a/x-pack/plugins/cases/public/containers/configure/use_get_case_configuration.tsx b/x-pack/platform/plugins/shared/cases/public/containers/configure/use_get_case_configuration.tsx similarity index 100% rename from x-pack/plugins/cases/public/containers/configure/use_get_case_configuration.tsx rename to x-pack/platform/plugins/shared/cases/public/containers/configure/use_get_case_configuration.tsx diff --git a/x-pack/plugins/cases/public/containers/configure/use_get_case_configurations_query.test.ts b/x-pack/platform/plugins/shared/cases/public/containers/configure/use_get_case_configurations_query.test.ts similarity index 100% rename from x-pack/plugins/cases/public/containers/configure/use_get_case_configurations_query.test.ts rename to x-pack/platform/plugins/shared/cases/public/containers/configure/use_get_case_configurations_query.test.ts diff --git a/x-pack/plugins/cases/public/containers/configure/use_get_case_configurations_query.tsx b/x-pack/platform/plugins/shared/cases/public/containers/configure/use_get_case_configurations_query.tsx similarity index 100% rename from x-pack/plugins/cases/public/containers/configure/use_get_case_configurations_query.tsx rename to x-pack/platform/plugins/shared/cases/public/containers/configure/use_get_case_configurations_query.tsx diff --git a/x-pack/plugins/cases/public/containers/configure/use_get_supported_action_connectors.tsx b/x-pack/platform/plugins/shared/cases/public/containers/configure/use_get_supported_action_connectors.tsx similarity index 100% rename from x-pack/plugins/cases/public/containers/configure/use_get_supported_action_connectors.tsx rename to x-pack/platform/plugins/shared/cases/public/containers/configure/use_get_supported_action_connectors.tsx diff --git a/x-pack/plugins/cases/public/containers/configure/use_get_supported_action_connectors.tsx.test.tsx b/x-pack/platform/plugins/shared/cases/public/containers/configure/use_get_supported_action_connectors.tsx.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/containers/configure/use_get_supported_action_connectors.tsx.test.tsx rename to x-pack/platform/plugins/shared/cases/public/containers/configure/use_get_supported_action_connectors.tsx.test.tsx diff --git a/x-pack/plugins/cases/public/containers/configure/use_persist_configuration.test.tsx b/x-pack/platform/plugins/shared/cases/public/containers/configure/use_persist_configuration.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/containers/configure/use_persist_configuration.test.tsx rename to x-pack/platform/plugins/shared/cases/public/containers/configure/use_persist_configuration.test.tsx diff --git a/x-pack/plugins/cases/public/containers/configure/use_persist_configuration.tsx b/x-pack/platform/plugins/shared/cases/public/containers/configure/use_persist_configuration.tsx similarity index 100% rename from x-pack/plugins/cases/public/containers/configure/use_persist_configuration.tsx rename to x-pack/platform/plugins/shared/cases/public/containers/configure/use_persist_configuration.tsx diff --git a/x-pack/plugins/cases/public/containers/configure/utils.test.ts b/x-pack/platform/plugins/shared/cases/public/containers/configure/utils.test.ts similarity index 100% rename from x-pack/plugins/cases/public/containers/configure/utils.test.ts rename to x-pack/platform/plugins/shared/cases/public/containers/configure/utils.test.ts diff --git a/x-pack/plugins/cases/public/containers/configure/utils.ts b/x-pack/platform/plugins/shared/cases/public/containers/configure/utils.ts similarity index 100% rename from x-pack/plugins/cases/public/containers/configure/utils.ts rename to x-pack/platform/plugins/shared/cases/public/containers/configure/utils.ts diff --git a/x-pack/plugins/cases/public/containers/constants.ts b/x-pack/platform/plugins/shared/cases/public/containers/constants.ts similarity index 100% rename from x-pack/plugins/cases/public/containers/constants.ts rename to x-pack/platform/plugins/shared/cases/public/containers/constants.ts diff --git a/x-pack/plugins/cases/public/containers/mock.ts b/x-pack/platform/plugins/shared/cases/public/containers/mock.ts similarity index 99% rename from x-pack/plugins/cases/public/containers/mock.ts rename to x-pack/platform/plugins/shared/cases/public/containers/mock.ts index 1ed160cf1847b..4e965db06caa2 100644 --- a/x-pack/plugins/cases/public/containers/mock.ts +++ b/x-pack/platform/plugins/shared/cases/public/containers/mock.ts @@ -743,7 +743,7 @@ export const getUserAction = ( type: UserActionTypes.assignees, payload: { assignees: [ - // These values map to uids in x-pack/plugins/cases/public/containers/user_profiles/api.mock.ts + // These values map to uids in x-pack/platform/plugins/shared/cases/public/containers/user_profiles/api.mock.ts { uid: 'u_J41Oh6L9ki-Vo2tOogS8WRTENzhHurGtRc87NgEAlkc_0' }, { uid: 'u_A_tM4n0wPkdiQ9smmd8o0Hr_h61XQfu8aRPh9GMoRoc_0' }, ], diff --git a/x-pack/plugins/cases/public/containers/translations.ts b/x-pack/platform/plugins/shared/cases/public/containers/translations.ts similarity index 100% rename from x-pack/plugins/cases/public/containers/translations.ts rename to x-pack/platform/plugins/shared/cases/public/containers/translations.ts diff --git a/x-pack/plugins/cases/public/containers/types.ts b/x-pack/platform/plugins/shared/cases/public/containers/types.ts similarity index 100% rename from x-pack/plugins/cases/public/containers/types.ts rename to x-pack/platform/plugins/shared/cases/public/containers/types.ts diff --git a/x-pack/plugins/cases/public/containers/use_bulk_update_case.test.tsx b/x-pack/platform/plugins/shared/cases/public/containers/use_bulk_update_case.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/containers/use_bulk_update_case.test.tsx rename to x-pack/platform/plugins/shared/cases/public/containers/use_bulk_update_case.test.tsx diff --git a/x-pack/plugins/cases/public/containers/use_bulk_update_case.tsx b/x-pack/platform/plugins/shared/cases/public/containers/use_bulk_update_case.tsx similarity index 100% rename from x-pack/plugins/cases/public/containers/use_bulk_update_case.tsx rename to x-pack/platform/plugins/shared/cases/public/containers/use_bulk_update_case.tsx diff --git a/x-pack/plugins/cases/public/containers/use_create_attachments.test.tsx b/x-pack/platform/plugins/shared/cases/public/containers/use_create_attachments.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/containers/use_create_attachments.test.tsx rename to x-pack/platform/plugins/shared/cases/public/containers/use_create_attachments.test.tsx diff --git a/x-pack/plugins/cases/public/containers/use_create_attachments.tsx b/x-pack/platform/plugins/shared/cases/public/containers/use_create_attachments.tsx similarity index 100% rename from x-pack/plugins/cases/public/containers/use_create_attachments.tsx rename to x-pack/platform/plugins/shared/cases/public/containers/use_create_attachments.tsx diff --git a/x-pack/plugins/cases/public/containers/use_delete_cases.test.tsx b/x-pack/platform/plugins/shared/cases/public/containers/use_delete_cases.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/containers/use_delete_cases.test.tsx rename to x-pack/platform/plugins/shared/cases/public/containers/use_delete_cases.test.tsx diff --git a/x-pack/plugins/cases/public/containers/use_delete_cases.tsx b/x-pack/platform/plugins/shared/cases/public/containers/use_delete_cases.tsx similarity index 100% rename from x-pack/plugins/cases/public/containers/use_delete_cases.tsx rename to x-pack/platform/plugins/shared/cases/public/containers/use_delete_cases.tsx diff --git a/x-pack/plugins/cases/public/containers/use_delete_comment.test.tsx b/x-pack/platform/plugins/shared/cases/public/containers/use_delete_comment.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/containers/use_delete_comment.test.tsx rename to x-pack/platform/plugins/shared/cases/public/containers/use_delete_comment.test.tsx diff --git a/x-pack/plugins/cases/public/containers/use_delete_comment.tsx b/x-pack/platform/plugins/shared/cases/public/containers/use_delete_comment.tsx similarity index 100% rename from x-pack/plugins/cases/public/containers/use_delete_comment.tsx rename to x-pack/platform/plugins/shared/cases/public/containers/use_delete_comment.tsx diff --git a/x-pack/plugins/cases/public/containers/use_delete_file_attachment.test.tsx b/x-pack/platform/plugins/shared/cases/public/containers/use_delete_file_attachment.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/containers/use_delete_file_attachment.test.tsx rename to x-pack/platform/plugins/shared/cases/public/containers/use_delete_file_attachment.test.tsx diff --git a/x-pack/plugins/cases/public/containers/use_delete_file_attachment.tsx b/x-pack/platform/plugins/shared/cases/public/containers/use_delete_file_attachment.tsx similarity index 100% rename from x-pack/plugins/cases/public/containers/use_delete_file_attachment.tsx rename to x-pack/platform/plugins/shared/cases/public/containers/use_delete_file_attachment.tsx diff --git a/x-pack/plugins/cases/public/containers/use_find_case_user_actions.test.tsx b/x-pack/platform/plugins/shared/cases/public/containers/use_find_case_user_actions.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/containers/use_find_case_user_actions.test.tsx rename to x-pack/platform/plugins/shared/cases/public/containers/use_find_case_user_actions.test.tsx diff --git a/x-pack/plugins/cases/public/containers/use_find_case_user_actions.tsx b/x-pack/platform/plugins/shared/cases/public/containers/use_find_case_user_actions.tsx similarity index 100% rename from x-pack/plugins/cases/public/containers/use_find_case_user_actions.tsx rename to x-pack/platform/plugins/shared/cases/public/containers/use_find_case_user_actions.tsx diff --git a/x-pack/plugins/cases/public/containers/use_get_action_license.test.tsx b/x-pack/platform/plugins/shared/cases/public/containers/use_get_action_license.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/containers/use_get_action_license.test.tsx rename to x-pack/platform/plugins/shared/cases/public/containers/use_get_action_license.test.tsx diff --git a/x-pack/plugins/cases/public/containers/use_get_action_license.tsx b/x-pack/platform/plugins/shared/cases/public/containers/use_get_action_license.tsx similarity index 100% rename from x-pack/plugins/cases/public/containers/use_get_action_license.tsx rename to x-pack/platform/plugins/shared/cases/public/containers/use_get_action_license.tsx diff --git a/x-pack/plugins/cases/public/containers/use_get_case.test.tsx b/x-pack/platform/plugins/shared/cases/public/containers/use_get_case.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/containers/use_get_case.test.tsx rename to x-pack/platform/plugins/shared/cases/public/containers/use_get_case.test.tsx diff --git a/x-pack/plugins/cases/public/containers/use_get_case.tsx b/x-pack/platform/plugins/shared/cases/public/containers/use_get_case.tsx similarity index 100% rename from x-pack/plugins/cases/public/containers/use_get_case.tsx rename to x-pack/platform/plugins/shared/cases/public/containers/use_get_case.tsx diff --git a/x-pack/plugins/cases/public/containers/use_get_case_connectors.test.tsx b/x-pack/platform/plugins/shared/cases/public/containers/use_get_case_connectors.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/containers/use_get_case_connectors.test.tsx rename to x-pack/platform/plugins/shared/cases/public/containers/use_get_case_connectors.test.tsx diff --git a/x-pack/plugins/cases/public/containers/use_get_case_connectors.tsx b/x-pack/platform/plugins/shared/cases/public/containers/use_get_case_connectors.tsx similarity index 100% rename from x-pack/plugins/cases/public/containers/use_get_case_connectors.tsx rename to x-pack/platform/plugins/shared/cases/public/containers/use_get_case_connectors.tsx diff --git a/x-pack/plugins/cases/public/containers/use_get_case_file_stats.test.tsx b/x-pack/platform/plugins/shared/cases/public/containers/use_get_case_file_stats.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/containers/use_get_case_file_stats.test.tsx rename to x-pack/platform/plugins/shared/cases/public/containers/use_get_case_file_stats.test.tsx diff --git a/x-pack/plugins/cases/public/containers/use_get_case_file_stats.tsx b/x-pack/platform/plugins/shared/cases/public/containers/use_get_case_file_stats.tsx similarity index 100% rename from x-pack/plugins/cases/public/containers/use_get_case_file_stats.tsx rename to x-pack/platform/plugins/shared/cases/public/containers/use_get_case_file_stats.tsx diff --git a/x-pack/plugins/cases/public/containers/use_get_case_files.test.tsx b/x-pack/platform/plugins/shared/cases/public/containers/use_get_case_files.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/containers/use_get_case_files.test.tsx rename to x-pack/platform/plugins/shared/cases/public/containers/use_get_case_files.test.tsx diff --git a/x-pack/plugins/cases/public/containers/use_get_case_files.tsx b/x-pack/platform/plugins/shared/cases/public/containers/use_get_case_files.tsx similarity index 100% rename from x-pack/plugins/cases/public/containers/use_get_case_files.tsx rename to x-pack/platform/plugins/shared/cases/public/containers/use_get_case_files.tsx diff --git a/x-pack/plugins/cases/public/containers/use_get_case_metrics.test.tsx b/x-pack/platform/plugins/shared/cases/public/containers/use_get_case_metrics.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/containers/use_get_case_metrics.test.tsx rename to x-pack/platform/plugins/shared/cases/public/containers/use_get_case_metrics.test.tsx diff --git a/x-pack/plugins/cases/public/containers/use_get_case_metrics.tsx b/x-pack/platform/plugins/shared/cases/public/containers/use_get_case_metrics.tsx similarity index 100% rename from x-pack/plugins/cases/public/containers/use_get_case_metrics.tsx rename to x-pack/platform/plugins/shared/cases/public/containers/use_get_case_metrics.tsx diff --git a/x-pack/plugins/cases/public/containers/use_get_case_user_actions_stats.test.tsx b/x-pack/platform/plugins/shared/cases/public/containers/use_get_case_user_actions_stats.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/containers/use_get_case_user_actions_stats.test.tsx rename to x-pack/platform/plugins/shared/cases/public/containers/use_get_case_user_actions_stats.test.tsx diff --git a/x-pack/plugins/cases/public/containers/use_get_case_user_actions_stats.tsx b/x-pack/platform/plugins/shared/cases/public/containers/use_get_case_user_actions_stats.tsx similarity index 100% rename from x-pack/plugins/cases/public/containers/use_get_case_user_actions_stats.tsx rename to x-pack/platform/plugins/shared/cases/public/containers/use_get_case_user_actions_stats.tsx diff --git a/x-pack/plugins/cases/public/containers/use_get_case_users.test.tsx b/x-pack/platform/plugins/shared/cases/public/containers/use_get_case_users.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/containers/use_get_case_users.test.tsx rename to x-pack/platform/plugins/shared/cases/public/containers/use_get_case_users.test.tsx diff --git a/x-pack/plugins/cases/public/containers/use_get_case_users.tsx b/x-pack/platform/plugins/shared/cases/public/containers/use_get_case_users.tsx similarity index 100% rename from x-pack/plugins/cases/public/containers/use_get_case_users.tsx rename to x-pack/platform/plugins/shared/cases/public/containers/use_get_case_users.tsx diff --git a/x-pack/plugins/cases/public/containers/use_get_cases.test.tsx b/x-pack/platform/plugins/shared/cases/public/containers/use_get_cases.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/containers/use_get_cases.test.tsx rename to x-pack/platform/plugins/shared/cases/public/containers/use_get_cases.test.tsx diff --git a/x-pack/plugins/cases/public/containers/use_get_cases.tsx b/x-pack/platform/plugins/shared/cases/public/containers/use_get_cases.tsx similarity index 100% rename from x-pack/plugins/cases/public/containers/use_get_cases.tsx rename to x-pack/platform/plugins/shared/cases/public/containers/use_get_cases.tsx diff --git a/x-pack/plugins/cases/public/containers/use_get_cases_metrics.test.tsx b/x-pack/platform/plugins/shared/cases/public/containers/use_get_cases_metrics.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/containers/use_get_cases_metrics.test.tsx rename to x-pack/platform/plugins/shared/cases/public/containers/use_get_cases_metrics.test.tsx diff --git a/x-pack/plugins/cases/public/containers/use_get_cases_metrics.tsx b/x-pack/platform/plugins/shared/cases/public/containers/use_get_cases_metrics.tsx similarity index 100% rename from x-pack/plugins/cases/public/containers/use_get_cases_metrics.tsx rename to x-pack/platform/plugins/shared/cases/public/containers/use_get_cases_metrics.tsx diff --git a/x-pack/plugins/cases/public/containers/use_get_categories.test.tsx b/x-pack/platform/plugins/shared/cases/public/containers/use_get_categories.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/containers/use_get_categories.test.tsx rename to x-pack/platform/plugins/shared/cases/public/containers/use_get_categories.test.tsx diff --git a/x-pack/plugins/cases/public/containers/use_get_categories.tsx b/x-pack/platform/plugins/shared/cases/public/containers/use_get_categories.tsx similarity index 100% rename from x-pack/plugins/cases/public/containers/use_get_categories.tsx rename to x-pack/platform/plugins/shared/cases/public/containers/use_get_categories.tsx diff --git a/x-pack/plugins/cases/public/containers/use_get_feature_ids.test.tsx b/x-pack/platform/plugins/shared/cases/public/containers/use_get_feature_ids.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/containers/use_get_feature_ids.test.tsx rename to x-pack/platform/plugins/shared/cases/public/containers/use_get_feature_ids.test.tsx diff --git a/x-pack/plugins/cases/public/containers/use_get_feature_ids.tsx b/x-pack/platform/plugins/shared/cases/public/containers/use_get_feature_ids.tsx similarity index 100% rename from x-pack/plugins/cases/public/containers/use_get_feature_ids.tsx rename to x-pack/platform/plugins/shared/cases/public/containers/use_get_feature_ids.tsx diff --git a/x-pack/plugins/cases/public/containers/use_get_tags.test.tsx b/x-pack/platform/plugins/shared/cases/public/containers/use_get_tags.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/containers/use_get_tags.test.tsx rename to x-pack/platform/plugins/shared/cases/public/containers/use_get_tags.test.tsx diff --git a/x-pack/plugins/cases/public/containers/use_get_tags.tsx b/x-pack/platform/plugins/shared/cases/public/containers/use_get_tags.tsx similarity index 100% rename from x-pack/plugins/cases/public/containers/use_get_tags.tsx rename to x-pack/platform/plugins/shared/cases/public/containers/use_get_tags.tsx diff --git a/x-pack/plugins/cases/public/containers/use_infinite_find_case_user_actions.test.tsx b/x-pack/platform/plugins/shared/cases/public/containers/use_infinite_find_case_user_actions.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/containers/use_infinite_find_case_user_actions.test.tsx rename to x-pack/platform/plugins/shared/cases/public/containers/use_infinite_find_case_user_actions.test.tsx diff --git a/x-pack/plugins/cases/public/containers/use_infinite_find_case_user_actions.tsx b/x-pack/platform/plugins/shared/cases/public/containers/use_infinite_find_case_user_actions.tsx similarity index 100% rename from x-pack/plugins/cases/public/containers/use_infinite_find_case_user_actions.tsx rename to x-pack/platform/plugins/shared/cases/public/containers/use_infinite_find_case_user_actions.tsx diff --git a/x-pack/plugins/cases/public/containers/use_messages_storage.test.tsx b/x-pack/platform/plugins/shared/cases/public/containers/use_messages_storage.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/containers/use_messages_storage.test.tsx rename to x-pack/platform/plugins/shared/cases/public/containers/use_messages_storage.test.tsx diff --git a/x-pack/plugins/cases/public/containers/use_messages_storage.tsx b/x-pack/platform/plugins/shared/cases/public/containers/use_messages_storage.tsx similarity index 100% rename from x-pack/plugins/cases/public/containers/use_messages_storage.tsx rename to x-pack/platform/plugins/shared/cases/public/containers/use_messages_storage.tsx diff --git a/x-pack/plugins/cases/public/containers/use_post_case.test.tsx b/x-pack/platform/plugins/shared/cases/public/containers/use_post_case.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/containers/use_post_case.test.tsx rename to x-pack/platform/plugins/shared/cases/public/containers/use_post_case.test.tsx diff --git a/x-pack/plugins/cases/public/containers/use_post_case.tsx b/x-pack/platform/plugins/shared/cases/public/containers/use_post_case.tsx similarity index 100% rename from x-pack/plugins/cases/public/containers/use_post_case.tsx rename to x-pack/platform/plugins/shared/cases/public/containers/use_post_case.tsx diff --git a/x-pack/plugins/cases/public/containers/use_post_push_to_service.test.tsx b/x-pack/platform/plugins/shared/cases/public/containers/use_post_push_to_service.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/containers/use_post_push_to_service.test.tsx rename to x-pack/platform/plugins/shared/cases/public/containers/use_post_push_to_service.test.tsx diff --git a/x-pack/plugins/cases/public/containers/use_post_push_to_service.tsx b/x-pack/platform/plugins/shared/cases/public/containers/use_post_push_to_service.tsx similarity index 100% rename from x-pack/plugins/cases/public/containers/use_post_push_to_service.tsx rename to x-pack/platform/plugins/shared/cases/public/containers/use_post_push_to_service.tsx diff --git a/x-pack/plugins/cases/public/containers/use_replace_custom_field.test.tsx b/x-pack/platform/plugins/shared/cases/public/containers/use_replace_custom_field.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/containers/use_replace_custom_field.test.tsx rename to x-pack/platform/plugins/shared/cases/public/containers/use_replace_custom_field.test.tsx diff --git a/x-pack/plugins/cases/public/containers/use_replace_custom_field.tsx b/x-pack/platform/plugins/shared/cases/public/containers/use_replace_custom_field.tsx similarity index 100% rename from x-pack/plugins/cases/public/containers/use_replace_custom_field.tsx rename to x-pack/platform/plugins/shared/cases/public/containers/use_replace_custom_field.tsx diff --git a/x-pack/plugins/cases/public/containers/use_update_case.test.tsx b/x-pack/platform/plugins/shared/cases/public/containers/use_update_case.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/containers/use_update_case.test.tsx rename to x-pack/platform/plugins/shared/cases/public/containers/use_update_case.test.tsx diff --git a/x-pack/plugins/cases/public/containers/use_update_case.tsx b/x-pack/platform/plugins/shared/cases/public/containers/use_update_case.tsx similarity index 100% rename from x-pack/plugins/cases/public/containers/use_update_case.tsx rename to x-pack/platform/plugins/shared/cases/public/containers/use_update_case.tsx diff --git a/x-pack/plugins/cases/public/containers/use_update_comment.test.tsx b/x-pack/platform/plugins/shared/cases/public/containers/use_update_comment.test.tsx similarity index 100% rename from x-pack/plugins/cases/public/containers/use_update_comment.test.tsx rename to x-pack/platform/plugins/shared/cases/public/containers/use_update_comment.test.tsx diff --git a/x-pack/plugins/cases/public/containers/use_update_comment.tsx b/x-pack/platform/plugins/shared/cases/public/containers/use_update_comment.tsx similarity index 100% rename from x-pack/plugins/cases/public/containers/use_update_comment.tsx rename to x-pack/platform/plugins/shared/cases/public/containers/use_update_comment.tsx diff --git a/x-pack/plugins/cases/public/containers/user_profiles/__mocks__/api.ts b/x-pack/platform/plugins/shared/cases/public/containers/user_profiles/__mocks__/api.ts similarity index 100% rename from x-pack/plugins/cases/public/containers/user_profiles/__mocks__/api.ts rename to x-pack/platform/plugins/shared/cases/public/containers/user_profiles/__mocks__/api.ts diff --git a/x-pack/plugins/cases/public/containers/user_profiles/api.mock.ts b/x-pack/platform/plugins/shared/cases/public/containers/user_profiles/api.mock.ts similarity index 100% rename from x-pack/plugins/cases/public/containers/user_profiles/api.mock.ts rename to x-pack/platform/plugins/shared/cases/public/containers/user_profiles/api.mock.ts diff --git a/x-pack/plugins/cases/public/containers/user_profiles/api.test.ts b/x-pack/platform/plugins/shared/cases/public/containers/user_profiles/api.test.ts similarity index 100% rename from x-pack/plugins/cases/public/containers/user_profiles/api.test.ts rename to x-pack/platform/plugins/shared/cases/public/containers/user_profiles/api.test.ts diff --git a/x-pack/plugins/cases/public/containers/user_profiles/api.ts b/x-pack/platform/plugins/shared/cases/public/containers/user_profiles/api.ts similarity index 100% rename from x-pack/plugins/cases/public/containers/user_profiles/api.ts rename to x-pack/platform/plugins/shared/cases/public/containers/user_profiles/api.ts diff --git a/x-pack/plugins/cases/public/containers/user_profiles/use_assignees.test.ts b/x-pack/platform/plugins/shared/cases/public/containers/user_profiles/use_assignees.test.ts similarity index 100% rename from x-pack/plugins/cases/public/containers/user_profiles/use_assignees.test.ts rename to x-pack/platform/plugins/shared/cases/public/containers/user_profiles/use_assignees.test.ts diff --git a/x-pack/plugins/cases/public/containers/user_profiles/use_assignees.ts b/x-pack/platform/plugins/shared/cases/public/containers/user_profiles/use_assignees.ts similarity index 100% rename from x-pack/plugins/cases/public/containers/user_profiles/use_assignees.ts rename to x-pack/platform/plugins/shared/cases/public/containers/user_profiles/use_assignees.ts diff --git a/x-pack/plugins/cases/public/containers/user_profiles/use_bulk_get_user_profiles.test.ts b/x-pack/platform/plugins/shared/cases/public/containers/user_profiles/use_bulk_get_user_profiles.test.ts similarity index 100% rename from x-pack/plugins/cases/public/containers/user_profiles/use_bulk_get_user_profiles.test.ts rename to x-pack/platform/plugins/shared/cases/public/containers/user_profiles/use_bulk_get_user_profiles.test.ts diff --git a/x-pack/plugins/cases/public/containers/user_profiles/use_bulk_get_user_profiles.ts b/x-pack/platform/plugins/shared/cases/public/containers/user_profiles/use_bulk_get_user_profiles.ts similarity index 100% rename from x-pack/plugins/cases/public/containers/user_profiles/use_bulk_get_user_profiles.ts rename to x-pack/platform/plugins/shared/cases/public/containers/user_profiles/use_bulk_get_user_profiles.ts diff --git a/x-pack/plugins/cases/public/containers/user_profiles/use_get_current_user_profile.test.ts b/x-pack/platform/plugins/shared/cases/public/containers/user_profiles/use_get_current_user_profile.test.ts similarity index 100% rename from x-pack/plugins/cases/public/containers/user_profiles/use_get_current_user_profile.test.ts rename to x-pack/platform/plugins/shared/cases/public/containers/user_profiles/use_get_current_user_profile.test.ts diff --git a/x-pack/plugins/cases/public/containers/user_profiles/use_get_current_user_profile.ts b/x-pack/platform/plugins/shared/cases/public/containers/user_profiles/use_get_current_user_profile.ts similarity index 100% rename from x-pack/plugins/cases/public/containers/user_profiles/use_get_current_user_profile.ts rename to x-pack/platform/plugins/shared/cases/public/containers/user_profiles/use_get_current_user_profile.ts diff --git a/x-pack/plugins/cases/public/containers/user_profiles/use_suggest_user_profiles.test.ts b/x-pack/platform/plugins/shared/cases/public/containers/user_profiles/use_suggest_user_profiles.test.ts similarity index 100% rename from x-pack/plugins/cases/public/containers/user_profiles/use_suggest_user_profiles.test.ts rename to x-pack/platform/plugins/shared/cases/public/containers/user_profiles/use_suggest_user_profiles.test.ts diff --git a/x-pack/plugins/cases/public/containers/user_profiles/use_suggest_user_profiles.ts b/x-pack/platform/plugins/shared/cases/public/containers/user_profiles/use_suggest_user_profiles.ts similarity index 100% rename from x-pack/plugins/cases/public/containers/user_profiles/use_suggest_user_profiles.ts rename to x-pack/platform/plugins/shared/cases/public/containers/user_profiles/use_suggest_user_profiles.ts diff --git a/x-pack/plugins/cases/public/containers/utils.test.ts b/x-pack/platform/plugins/shared/cases/public/containers/utils.test.ts similarity index 100% rename from x-pack/plugins/cases/public/containers/utils.test.ts rename to x-pack/platform/plugins/shared/cases/public/containers/utils.test.ts diff --git a/x-pack/plugins/cases/public/containers/utils.ts b/x-pack/platform/plugins/shared/cases/public/containers/utils.ts similarity index 100% rename from x-pack/plugins/cases/public/containers/utils.ts rename to x-pack/platform/plugins/shared/cases/public/containers/utils.ts diff --git a/x-pack/plugins/cases/public/files/index.test.ts b/x-pack/platform/plugins/shared/cases/public/files/index.test.ts similarity index 100% rename from x-pack/plugins/cases/public/files/index.test.ts rename to x-pack/platform/plugins/shared/cases/public/files/index.test.ts diff --git a/x-pack/plugins/cases/public/files/index.ts b/x-pack/platform/plugins/shared/cases/public/files/index.ts similarity index 100% rename from x-pack/plugins/cases/public/files/index.ts rename to x-pack/platform/plugins/shared/cases/public/files/index.ts diff --git a/x-pack/plugins/cases/public/files/translations.ts b/x-pack/platform/plugins/shared/cases/public/files/translations.ts similarity index 100% rename from x-pack/plugins/cases/public/files/translations.ts rename to x-pack/platform/plugins/shared/cases/public/files/translations.ts diff --git a/x-pack/plugins/cases/public/files/types.ts b/x-pack/platform/plugins/shared/cases/public/files/types.ts similarity index 100% rename from x-pack/plugins/cases/public/files/types.ts rename to x-pack/platform/plugins/shared/cases/public/files/types.ts diff --git a/x-pack/plugins/cases/public/index.tsx b/x-pack/platform/plugins/shared/cases/public/index.tsx similarity index 100% rename from x-pack/plugins/cases/public/index.tsx rename to x-pack/platform/plugins/shared/cases/public/index.tsx diff --git a/x-pack/plugins/cases/public/internal_attachments/index.ts b/x-pack/platform/plugins/shared/cases/public/internal_attachments/index.ts similarity index 100% rename from x-pack/plugins/cases/public/internal_attachments/index.ts rename to x-pack/platform/plugins/shared/cases/public/internal_attachments/index.ts diff --git a/x-pack/plugins/cases/public/mocks.ts b/x-pack/platform/plugins/shared/cases/public/mocks.ts similarity index 100% rename from x-pack/plugins/cases/public/mocks.ts rename to x-pack/platform/plugins/shared/cases/public/mocks.ts diff --git a/x-pack/plugins/cases/public/mocks/mock_cases_context.tsx b/x-pack/platform/plugins/shared/cases/public/mocks/mock_cases_context.tsx similarity index 100% rename from x-pack/plugins/cases/public/mocks/mock_cases_context.tsx rename to x-pack/platform/plugins/shared/cases/public/mocks/mock_cases_context.tsx diff --git a/x-pack/plugins/cases/public/plugin.test.ts b/x-pack/platform/plugins/shared/cases/public/plugin.test.ts similarity index 100% rename from x-pack/plugins/cases/public/plugin.test.ts rename to x-pack/platform/plugins/shared/cases/public/plugin.test.ts diff --git a/x-pack/plugins/cases/public/plugin.ts b/x-pack/platform/plugins/shared/cases/public/plugin.ts similarity index 100% rename from x-pack/plugins/cases/public/plugin.ts rename to x-pack/platform/plugins/shared/cases/public/plugin.ts diff --git a/x-pack/plugins/cases/public/types.ts b/x-pack/platform/plugins/shared/cases/public/types.ts similarity index 100% rename from x-pack/plugins/cases/public/types.ts rename to x-pack/platform/plugins/shared/cases/public/types.ts diff --git a/x-pack/plugins/cases/public/utils/permissions.test.ts b/x-pack/platform/plugins/shared/cases/public/utils/permissions.test.ts similarity index 100% rename from x-pack/plugins/cases/public/utils/permissions.test.ts rename to x-pack/platform/plugins/shared/cases/public/utils/permissions.test.ts diff --git a/x-pack/plugins/cases/public/utils/permissions.ts b/x-pack/platform/plugins/shared/cases/public/utils/permissions.ts similarity index 100% rename from x-pack/plugins/cases/public/utils/permissions.ts rename to x-pack/platform/plugins/shared/cases/public/utils/permissions.ts diff --git a/x-pack/plugins/cases/public/utils/use_mount_appended.ts b/x-pack/platform/plugins/shared/cases/public/utils/use_mount_appended.ts similarity index 100% rename from x-pack/plugins/cases/public/utils/use_mount_appended.ts rename to x-pack/platform/plugins/shared/cases/public/utils/use_mount_appended.ts diff --git a/x-pack/plugins/cases/server/attachment_framework/external_reference_registry.ts b/x-pack/platform/plugins/shared/cases/server/attachment_framework/external_reference_registry.ts similarity index 100% rename from x-pack/plugins/cases/server/attachment_framework/external_reference_registry.ts rename to x-pack/platform/plugins/shared/cases/server/attachment_framework/external_reference_registry.ts diff --git a/x-pack/plugins/cases/server/attachment_framework/mocks.ts b/x-pack/platform/plugins/shared/cases/server/attachment_framework/mocks.ts similarity index 100% rename from x-pack/plugins/cases/server/attachment_framework/mocks.ts rename to x-pack/platform/plugins/shared/cases/server/attachment_framework/mocks.ts diff --git a/x-pack/plugins/cases/server/attachment_framework/persistable_state_registry.test.ts b/x-pack/platform/plugins/shared/cases/server/attachment_framework/persistable_state_registry.test.ts similarity index 100% rename from x-pack/plugins/cases/server/attachment_framework/persistable_state_registry.test.ts rename to x-pack/platform/plugins/shared/cases/server/attachment_framework/persistable_state_registry.test.ts diff --git a/x-pack/plugins/cases/server/attachment_framework/persistable_state_registry.ts b/x-pack/platform/plugins/shared/cases/server/attachment_framework/persistable_state_registry.ts similarity index 100% rename from x-pack/plugins/cases/server/attachment_framework/persistable_state_registry.ts rename to x-pack/platform/plugins/shared/cases/server/attachment_framework/persistable_state_registry.ts diff --git a/x-pack/plugins/cases/server/attachment_framework/so_references.test.ts b/x-pack/platform/plugins/shared/cases/server/attachment_framework/so_references.test.ts similarity index 100% rename from x-pack/plugins/cases/server/attachment_framework/so_references.test.ts rename to x-pack/platform/plugins/shared/cases/server/attachment_framework/so_references.test.ts diff --git a/x-pack/plugins/cases/server/attachment_framework/so_references.ts b/x-pack/platform/plugins/shared/cases/server/attachment_framework/so_references.ts similarity index 100% rename from x-pack/plugins/cases/server/attachment_framework/so_references.ts rename to x-pack/platform/plugins/shared/cases/server/attachment_framework/so_references.ts diff --git a/x-pack/plugins/cases/server/attachment_framework/types.ts b/x-pack/platform/plugins/shared/cases/server/attachment_framework/types.ts similarity index 100% rename from x-pack/plugins/cases/server/attachment_framework/types.ts rename to x-pack/platform/plugins/shared/cases/server/attachment_framework/types.ts diff --git a/x-pack/plugins/cases/server/authorization/__snapshots__/audit_logger.test.ts.snap b/x-pack/platform/plugins/shared/cases/server/authorization/__snapshots__/audit_logger.test.ts.snap similarity index 100% rename from x-pack/plugins/cases/server/authorization/__snapshots__/audit_logger.test.ts.snap rename to x-pack/platform/plugins/shared/cases/server/authorization/__snapshots__/audit_logger.test.ts.snap diff --git a/x-pack/plugins/cases/server/authorization/__snapshots__/authorization.test.ts.snap b/x-pack/platform/plugins/shared/cases/server/authorization/__snapshots__/authorization.test.ts.snap similarity index 100% rename from x-pack/plugins/cases/server/authorization/__snapshots__/authorization.test.ts.snap rename to x-pack/platform/plugins/shared/cases/server/authorization/__snapshots__/authorization.test.ts.snap diff --git a/x-pack/plugins/cases/server/authorization/audit_logger.test.ts b/x-pack/platform/plugins/shared/cases/server/authorization/audit_logger.test.ts similarity index 100% rename from x-pack/plugins/cases/server/authorization/audit_logger.test.ts rename to x-pack/platform/plugins/shared/cases/server/authorization/audit_logger.test.ts diff --git a/x-pack/plugins/cases/server/authorization/audit_logger.ts b/x-pack/platform/plugins/shared/cases/server/authorization/audit_logger.ts similarity index 100% rename from x-pack/plugins/cases/server/authorization/audit_logger.ts rename to x-pack/platform/plugins/shared/cases/server/authorization/audit_logger.ts diff --git a/x-pack/plugins/cases/server/authorization/authorization.test.ts b/x-pack/platform/plugins/shared/cases/server/authorization/authorization.test.ts similarity index 100% rename from x-pack/plugins/cases/server/authorization/authorization.test.ts rename to x-pack/platform/plugins/shared/cases/server/authorization/authorization.test.ts diff --git a/x-pack/plugins/cases/server/authorization/authorization.ts b/x-pack/platform/plugins/shared/cases/server/authorization/authorization.ts similarity index 100% rename from x-pack/plugins/cases/server/authorization/authorization.ts rename to x-pack/platform/plugins/shared/cases/server/authorization/authorization.ts diff --git a/x-pack/plugins/cases/server/authorization/index.test.ts b/x-pack/platform/plugins/shared/cases/server/authorization/index.test.ts similarity index 100% rename from x-pack/plugins/cases/server/authorization/index.test.ts rename to x-pack/platform/plugins/shared/cases/server/authorization/index.test.ts diff --git a/x-pack/plugins/cases/server/authorization/index.ts b/x-pack/platform/plugins/shared/cases/server/authorization/index.ts similarity index 100% rename from x-pack/plugins/cases/server/authorization/index.ts rename to x-pack/platform/plugins/shared/cases/server/authorization/index.ts diff --git a/x-pack/plugins/cases/server/authorization/mock.ts b/x-pack/platform/plugins/shared/cases/server/authorization/mock.ts similarity index 100% rename from x-pack/plugins/cases/server/authorization/mock.ts rename to x-pack/platform/plugins/shared/cases/server/authorization/mock.ts diff --git a/x-pack/plugins/cases/server/authorization/types.ts b/x-pack/platform/plugins/shared/cases/server/authorization/types.ts similarity index 100% rename from x-pack/plugins/cases/server/authorization/types.ts rename to x-pack/platform/plugins/shared/cases/server/authorization/types.ts diff --git a/x-pack/plugins/cases/server/authorization/utils.test.ts b/x-pack/platform/plugins/shared/cases/server/authorization/utils.test.ts similarity index 100% rename from x-pack/plugins/cases/server/authorization/utils.test.ts rename to x-pack/platform/plugins/shared/cases/server/authorization/utils.test.ts diff --git a/x-pack/plugins/cases/server/authorization/utils.ts b/x-pack/platform/plugins/shared/cases/server/authorization/utils.ts similarity index 100% rename from x-pack/plugins/cases/server/authorization/utils.ts rename to x-pack/platform/plugins/shared/cases/server/authorization/utils.ts diff --git a/x-pack/plugins/cases/server/client/alerts/get.test.ts b/x-pack/platform/plugins/shared/cases/server/client/alerts/get.test.ts similarity index 100% rename from x-pack/plugins/cases/server/client/alerts/get.test.ts rename to x-pack/platform/plugins/shared/cases/server/client/alerts/get.test.ts diff --git a/x-pack/plugins/cases/server/client/alerts/get.ts b/x-pack/platform/plugins/shared/cases/server/client/alerts/get.ts similarity index 100% rename from x-pack/plugins/cases/server/client/alerts/get.ts rename to x-pack/platform/plugins/shared/cases/server/client/alerts/get.ts diff --git a/x-pack/plugins/cases/server/client/alerts/types.ts b/x-pack/platform/plugins/shared/cases/server/client/alerts/types.ts similarity index 100% rename from x-pack/plugins/cases/server/client/alerts/types.ts rename to x-pack/platform/plugins/shared/cases/server/client/alerts/types.ts diff --git a/x-pack/plugins/cases/server/client/attachments/add.test.ts b/x-pack/platform/plugins/shared/cases/server/client/attachments/add.test.ts similarity index 100% rename from x-pack/plugins/cases/server/client/attachments/add.test.ts rename to x-pack/platform/plugins/shared/cases/server/client/attachments/add.test.ts diff --git a/x-pack/plugins/cases/server/client/attachments/add.ts b/x-pack/platform/plugins/shared/cases/server/client/attachments/add.ts similarity index 100% rename from x-pack/plugins/cases/server/client/attachments/add.ts rename to x-pack/platform/plugins/shared/cases/server/client/attachments/add.ts diff --git a/x-pack/plugins/cases/server/client/attachments/add_file.test.ts b/x-pack/platform/plugins/shared/cases/server/client/attachments/add_file.test.ts similarity index 100% rename from x-pack/plugins/cases/server/client/attachments/add_file.test.ts rename to x-pack/platform/plugins/shared/cases/server/client/attachments/add_file.test.ts diff --git a/x-pack/plugins/cases/server/client/attachments/add_file.ts b/x-pack/platform/plugins/shared/cases/server/client/attachments/add_file.ts similarity index 100% rename from x-pack/plugins/cases/server/client/attachments/add_file.ts rename to x-pack/platform/plugins/shared/cases/server/client/attachments/add_file.ts diff --git a/x-pack/plugins/cases/server/client/attachments/bulk_create.test.ts b/x-pack/platform/plugins/shared/cases/server/client/attachments/bulk_create.test.ts similarity index 100% rename from x-pack/plugins/cases/server/client/attachments/bulk_create.test.ts rename to x-pack/platform/plugins/shared/cases/server/client/attachments/bulk_create.test.ts diff --git a/x-pack/plugins/cases/server/client/attachments/bulk_create.ts b/x-pack/platform/plugins/shared/cases/server/client/attachments/bulk_create.ts similarity index 100% rename from x-pack/plugins/cases/server/client/attachments/bulk_create.ts rename to x-pack/platform/plugins/shared/cases/server/client/attachments/bulk_create.ts diff --git a/x-pack/plugins/cases/server/client/attachments/bulk_delete.test.ts b/x-pack/platform/plugins/shared/cases/server/client/attachments/bulk_delete.test.ts similarity index 100% rename from x-pack/plugins/cases/server/client/attachments/bulk_delete.test.ts rename to x-pack/platform/plugins/shared/cases/server/client/attachments/bulk_delete.test.ts diff --git a/x-pack/plugins/cases/server/client/attachments/bulk_delete.ts b/x-pack/platform/plugins/shared/cases/server/client/attachments/bulk_delete.ts similarity index 100% rename from x-pack/plugins/cases/server/client/attachments/bulk_delete.ts rename to x-pack/platform/plugins/shared/cases/server/client/attachments/bulk_delete.ts diff --git a/x-pack/plugins/cases/server/client/attachments/bulk_get.test.ts b/x-pack/platform/plugins/shared/cases/server/client/attachments/bulk_get.test.ts similarity index 100% rename from x-pack/plugins/cases/server/client/attachments/bulk_get.test.ts rename to x-pack/platform/plugins/shared/cases/server/client/attachments/bulk_get.test.ts diff --git a/x-pack/plugins/cases/server/client/attachments/bulk_get.ts b/x-pack/platform/plugins/shared/cases/server/client/attachments/bulk_get.ts similarity index 100% rename from x-pack/plugins/cases/server/client/attachments/bulk_get.ts rename to x-pack/platform/plugins/shared/cases/server/client/attachments/bulk_get.ts diff --git a/x-pack/plugins/cases/server/client/attachments/client.ts b/x-pack/platform/plugins/shared/cases/server/client/attachments/client.ts similarity index 100% rename from x-pack/plugins/cases/server/client/attachments/client.ts rename to x-pack/platform/plugins/shared/cases/server/client/attachments/client.ts diff --git a/x-pack/plugins/cases/server/client/attachments/delete.test.ts b/x-pack/platform/plugins/shared/cases/server/client/attachments/delete.test.ts similarity index 100% rename from x-pack/plugins/cases/server/client/attachments/delete.test.ts rename to x-pack/platform/plugins/shared/cases/server/client/attachments/delete.test.ts diff --git a/x-pack/plugins/cases/server/client/attachments/delete.ts b/x-pack/platform/plugins/shared/cases/server/client/attachments/delete.ts similarity index 100% rename from x-pack/plugins/cases/server/client/attachments/delete.ts rename to x-pack/platform/plugins/shared/cases/server/client/attachments/delete.ts diff --git a/x-pack/plugins/cases/server/client/attachments/get.test.ts b/x-pack/platform/plugins/shared/cases/server/client/attachments/get.test.ts similarity index 100% rename from x-pack/plugins/cases/server/client/attachments/get.test.ts rename to x-pack/platform/plugins/shared/cases/server/client/attachments/get.test.ts diff --git a/x-pack/plugins/cases/server/client/attachments/get.ts b/x-pack/platform/plugins/shared/cases/server/client/attachments/get.ts similarity index 100% rename from x-pack/plugins/cases/server/client/attachments/get.ts rename to x-pack/platform/plugins/shared/cases/server/client/attachments/get.ts diff --git a/x-pack/plugins/cases/server/client/attachments/types.ts b/x-pack/platform/plugins/shared/cases/server/client/attachments/types.ts similarity index 100% rename from x-pack/plugins/cases/server/client/attachments/types.ts rename to x-pack/platform/plugins/shared/cases/server/client/attachments/types.ts diff --git a/x-pack/plugins/cases/server/client/attachments/update.test.ts b/x-pack/platform/plugins/shared/cases/server/client/attachments/update.test.ts similarity index 100% rename from x-pack/plugins/cases/server/client/attachments/update.test.ts rename to x-pack/platform/plugins/shared/cases/server/client/attachments/update.test.ts diff --git a/x-pack/plugins/cases/server/client/attachments/update.ts b/x-pack/platform/plugins/shared/cases/server/client/attachments/update.ts similarity index 100% rename from x-pack/plugins/cases/server/client/attachments/update.ts rename to x-pack/platform/plugins/shared/cases/server/client/attachments/update.ts diff --git a/x-pack/plugins/cases/server/client/attachments/validators.ts b/x-pack/platform/plugins/shared/cases/server/client/attachments/validators.ts similarity index 100% rename from x-pack/plugins/cases/server/client/attachments/validators.ts rename to x-pack/platform/plugins/shared/cases/server/client/attachments/validators.ts diff --git a/x-pack/plugins/cases/server/client/cases/bulk_create.test.ts b/x-pack/platform/plugins/shared/cases/server/client/cases/bulk_create.test.ts similarity index 100% rename from x-pack/plugins/cases/server/client/cases/bulk_create.test.ts rename to x-pack/platform/plugins/shared/cases/server/client/cases/bulk_create.test.ts diff --git a/x-pack/plugins/cases/server/client/cases/bulk_create.ts b/x-pack/platform/plugins/shared/cases/server/client/cases/bulk_create.ts similarity index 100% rename from x-pack/plugins/cases/server/client/cases/bulk_create.ts rename to x-pack/platform/plugins/shared/cases/server/client/cases/bulk_create.ts diff --git a/x-pack/plugins/cases/server/client/cases/bulk_get.test.ts b/x-pack/platform/plugins/shared/cases/server/client/cases/bulk_get.test.ts similarity index 100% rename from x-pack/plugins/cases/server/client/cases/bulk_get.test.ts rename to x-pack/platform/plugins/shared/cases/server/client/cases/bulk_get.test.ts diff --git a/x-pack/plugins/cases/server/client/cases/bulk_get.ts b/x-pack/platform/plugins/shared/cases/server/client/cases/bulk_get.ts similarity index 100% rename from x-pack/plugins/cases/server/client/cases/bulk_get.ts rename to x-pack/platform/plugins/shared/cases/server/client/cases/bulk_get.ts diff --git a/x-pack/plugins/cases/server/client/cases/bulk_update.test.ts b/x-pack/platform/plugins/shared/cases/server/client/cases/bulk_update.test.ts similarity index 100% rename from x-pack/plugins/cases/server/client/cases/bulk_update.test.ts rename to x-pack/platform/plugins/shared/cases/server/client/cases/bulk_update.test.ts diff --git a/x-pack/plugins/cases/server/client/cases/bulk_update.ts b/x-pack/platform/plugins/shared/cases/server/client/cases/bulk_update.ts similarity index 100% rename from x-pack/plugins/cases/server/client/cases/bulk_update.ts rename to x-pack/platform/plugins/shared/cases/server/client/cases/bulk_update.ts diff --git a/x-pack/plugins/cases/server/client/cases/client.ts b/x-pack/platform/plugins/shared/cases/server/client/cases/client.ts similarity index 100% rename from x-pack/plugins/cases/server/client/cases/client.ts rename to x-pack/platform/plugins/shared/cases/server/client/cases/client.ts diff --git a/x-pack/plugins/cases/server/client/cases/create.test.ts b/x-pack/platform/plugins/shared/cases/server/client/cases/create.test.ts similarity index 100% rename from x-pack/plugins/cases/server/client/cases/create.test.ts rename to x-pack/platform/plugins/shared/cases/server/client/cases/create.test.ts diff --git a/x-pack/plugins/cases/server/client/cases/create.ts b/x-pack/platform/plugins/shared/cases/server/client/cases/create.ts similarity index 100% rename from x-pack/plugins/cases/server/client/cases/create.ts rename to x-pack/platform/plugins/shared/cases/server/client/cases/create.ts diff --git a/x-pack/plugins/cases/server/client/cases/delete.test.ts b/x-pack/platform/plugins/shared/cases/server/client/cases/delete.test.ts similarity index 100% rename from x-pack/plugins/cases/server/client/cases/delete.test.ts rename to x-pack/platform/plugins/shared/cases/server/client/cases/delete.test.ts diff --git a/x-pack/plugins/cases/server/client/cases/delete.ts b/x-pack/platform/plugins/shared/cases/server/client/cases/delete.ts similarity index 100% rename from x-pack/plugins/cases/server/client/cases/delete.ts rename to x-pack/platform/plugins/shared/cases/server/client/cases/delete.ts diff --git a/x-pack/plugins/cases/server/client/cases/get.test.ts b/x-pack/platform/plugins/shared/cases/server/client/cases/get.test.ts similarity index 100% rename from x-pack/plugins/cases/server/client/cases/get.test.ts rename to x-pack/platform/plugins/shared/cases/server/client/cases/get.test.ts diff --git a/x-pack/plugins/cases/server/client/cases/get.ts b/x-pack/platform/plugins/shared/cases/server/client/cases/get.ts similarity index 100% rename from x-pack/plugins/cases/server/client/cases/get.ts rename to x-pack/platform/plugins/shared/cases/server/client/cases/get.ts diff --git a/x-pack/plugins/cases/server/client/cases/mock.ts b/x-pack/platform/plugins/shared/cases/server/client/cases/mock.ts similarity index 100% rename from x-pack/plugins/cases/server/client/cases/mock.ts rename to x-pack/platform/plugins/shared/cases/server/client/cases/mock.ts diff --git a/x-pack/plugins/cases/server/client/cases/push.ts b/x-pack/platform/plugins/shared/cases/server/client/cases/push.ts similarity index 100% rename from x-pack/plugins/cases/server/client/cases/push.ts rename to x-pack/platform/plugins/shared/cases/server/client/cases/push.ts diff --git a/x-pack/plugins/cases/server/client/cases/replace_custom_field.test.ts b/x-pack/platform/plugins/shared/cases/server/client/cases/replace_custom_field.test.ts similarity index 100% rename from x-pack/plugins/cases/server/client/cases/replace_custom_field.test.ts rename to x-pack/platform/plugins/shared/cases/server/client/cases/replace_custom_field.test.ts diff --git a/x-pack/plugins/cases/server/client/cases/replace_custom_field.ts b/x-pack/platform/plugins/shared/cases/server/client/cases/replace_custom_field.ts similarity index 100% rename from x-pack/plugins/cases/server/client/cases/replace_custom_field.ts rename to x-pack/platform/plugins/shared/cases/server/client/cases/replace_custom_field.ts diff --git a/x-pack/plugins/cases/server/client/cases/search.test.ts b/x-pack/platform/plugins/shared/cases/server/client/cases/search.test.ts similarity index 100% rename from x-pack/plugins/cases/server/client/cases/search.test.ts rename to x-pack/platform/plugins/shared/cases/server/client/cases/search.test.ts diff --git a/x-pack/plugins/cases/server/client/cases/search.ts b/x-pack/platform/plugins/shared/cases/server/client/cases/search.ts similarity index 100% rename from x-pack/plugins/cases/server/client/cases/search.ts rename to x-pack/platform/plugins/shared/cases/server/client/cases/search.ts diff --git a/x-pack/plugins/cases/server/client/cases/translations.ts b/x-pack/platform/plugins/shared/cases/server/client/cases/translations.ts similarity index 100% rename from x-pack/plugins/cases/server/client/cases/translations.ts rename to x-pack/platform/plugins/shared/cases/server/client/cases/translations.ts diff --git a/x-pack/plugins/cases/server/client/cases/types.ts b/x-pack/platform/plugins/shared/cases/server/client/cases/types.ts similarity index 100% rename from x-pack/plugins/cases/server/client/cases/types.ts rename to x-pack/platform/plugins/shared/cases/server/client/cases/types.ts diff --git a/x-pack/plugins/cases/server/client/cases/utils.test.ts b/x-pack/platform/plugins/shared/cases/server/client/cases/utils.test.ts similarity index 100% rename from x-pack/plugins/cases/server/client/cases/utils.test.ts rename to x-pack/platform/plugins/shared/cases/server/client/cases/utils.test.ts diff --git a/x-pack/plugins/cases/server/client/cases/utils.ts b/x-pack/platform/plugins/shared/cases/server/client/cases/utils.ts similarity index 100% rename from x-pack/plugins/cases/server/client/cases/utils.ts rename to x-pack/platform/plugins/shared/cases/server/client/cases/utils.ts diff --git a/x-pack/plugins/cases/server/client/cases/validators.test.ts b/x-pack/platform/plugins/shared/cases/server/client/cases/validators.test.ts similarity index 100% rename from x-pack/plugins/cases/server/client/cases/validators.test.ts rename to x-pack/platform/plugins/shared/cases/server/client/cases/validators.test.ts diff --git a/x-pack/plugins/cases/server/client/cases/validators.ts b/x-pack/platform/plugins/shared/cases/server/client/cases/validators.ts similarity index 100% rename from x-pack/plugins/cases/server/client/cases/validators.ts rename to x-pack/platform/plugins/shared/cases/server/client/cases/validators.ts diff --git a/x-pack/plugins/cases/server/client/client.ts b/x-pack/platform/plugins/shared/cases/server/client/client.ts similarity index 100% rename from x-pack/plugins/cases/server/client/client.ts rename to x-pack/platform/plugins/shared/cases/server/client/client.ts diff --git a/x-pack/plugins/cases/server/client/client_internal.ts b/x-pack/platform/plugins/shared/cases/server/client/client_internal.ts similarity index 100% rename from x-pack/plugins/cases/server/client/client_internal.ts rename to x-pack/platform/plugins/shared/cases/server/client/client_internal.ts diff --git a/x-pack/plugins/cases/server/client/configure/client.test.ts b/x-pack/platform/plugins/shared/cases/server/client/configure/client.test.ts similarity index 100% rename from x-pack/plugins/cases/server/client/configure/client.test.ts rename to x-pack/platform/plugins/shared/cases/server/client/configure/client.test.ts diff --git a/x-pack/plugins/cases/server/client/configure/client.ts b/x-pack/platform/plugins/shared/cases/server/client/configure/client.ts similarity index 100% rename from x-pack/plugins/cases/server/client/configure/client.ts rename to x-pack/platform/plugins/shared/cases/server/client/configure/client.ts diff --git a/x-pack/plugins/cases/server/client/configure/create_mappings.ts b/x-pack/platform/plugins/shared/cases/server/client/configure/create_mappings.ts similarity index 100% rename from x-pack/plugins/cases/server/client/configure/create_mappings.ts rename to x-pack/platform/plugins/shared/cases/server/client/configure/create_mappings.ts diff --git a/x-pack/plugins/cases/server/client/configure/get_mappings.ts b/x-pack/platform/plugins/shared/cases/server/client/configure/get_mappings.ts similarity index 100% rename from x-pack/plugins/cases/server/client/configure/get_mappings.ts rename to x-pack/platform/plugins/shared/cases/server/client/configure/get_mappings.ts diff --git a/x-pack/plugins/cases/server/client/configure/types.ts b/x-pack/platform/plugins/shared/cases/server/client/configure/types.ts similarity index 100% rename from x-pack/plugins/cases/server/client/configure/types.ts rename to x-pack/platform/plugins/shared/cases/server/client/configure/types.ts diff --git a/x-pack/plugins/cases/server/client/configure/update_mappings.ts b/x-pack/platform/plugins/shared/cases/server/client/configure/update_mappings.ts similarity index 100% rename from x-pack/plugins/cases/server/client/configure/update_mappings.ts rename to x-pack/platform/plugins/shared/cases/server/client/configure/update_mappings.ts diff --git a/x-pack/plugins/cases/server/client/configure/validators.test.ts b/x-pack/platform/plugins/shared/cases/server/client/configure/validators.test.ts similarity index 100% rename from x-pack/plugins/cases/server/client/configure/validators.test.ts rename to x-pack/platform/plugins/shared/cases/server/client/configure/validators.test.ts diff --git a/x-pack/plugins/cases/server/client/configure/validators.ts b/x-pack/platform/plugins/shared/cases/server/client/configure/validators.ts similarity index 100% rename from x-pack/plugins/cases/server/client/configure/validators.ts rename to x-pack/platform/plugins/shared/cases/server/client/configure/validators.ts diff --git a/x-pack/plugins/cases/server/client/factory.test.ts b/x-pack/platform/plugins/shared/cases/server/client/factory.test.ts similarity index 100% rename from x-pack/plugins/cases/server/client/factory.test.ts rename to x-pack/platform/plugins/shared/cases/server/client/factory.test.ts diff --git a/x-pack/plugins/cases/server/client/factory.ts b/x-pack/platform/plugins/shared/cases/server/client/factory.ts similarity index 100% rename from x-pack/plugins/cases/server/client/factory.ts rename to x-pack/platform/plugins/shared/cases/server/client/factory.ts diff --git a/x-pack/plugins/cases/server/client/files/index.test.ts b/x-pack/platform/plugins/shared/cases/server/client/files/index.test.ts similarity index 100% rename from x-pack/plugins/cases/server/client/files/index.test.ts rename to x-pack/platform/plugins/shared/cases/server/client/files/index.test.ts diff --git a/x-pack/plugins/cases/server/client/files/index.ts b/x-pack/platform/plugins/shared/cases/server/client/files/index.ts similarity index 100% rename from x-pack/plugins/cases/server/client/files/index.ts rename to x-pack/platform/plugins/shared/cases/server/client/files/index.ts diff --git a/x-pack/plugins/cases/server/client/index.ts b/x-pack/platform/plugins/shared/cases/server/client/index.ts similarity index 100% rename from x-pack/plugins/cases/server/client/index.ts rename to x-pack/platform/plugins/shared/cases/server/client/index.ts diff --git a/x-pack/plugins/cases/server/client/metrics/actions/actions.test.ts b/x-pack/platform/plugins/shared/cases/server/client/metrics/actions/actions.test.ts similarity index 100% rename from x-pack/plugins/cases/server/client/metrics/actions/actions.test.ts rename to x-pack/platform/plugins/shared/cases/server/client/metrics/actions/actions.test.ts diff --git a/x-pack/plugins/cases/server/client/metrics/actions/actions.ts b/x-pack/platform/plugins/shared/cases/server/client/metrics/actions/actions.ts similarity index 100% rename from x-pack/plugins/cases/server/client/metrics/actions/actions.ts rename to x-pack/platform/plugins/shared/cases/server/client/metrics/actions/actions.ts diff --git a/x-pack/plugins/cases/server/client/metrics/actions/aggregations/isolate_host.ts b/x-pack/platform/plugins/shared/cases/server/client/metrics/actions/aggregations/isolate_host.ts similarity index 100% rename from x-pack/plugins/cases/server/client/metrics/actions/aggregations/isolate_host.ts rename to x-pack/platform/plugins/shared/cases/server/client/metrics/actions/aggregations/isolate_host.ts diff --git a/x-pack/plugins/cases/server/client/metrics/actions/index.ts b/x-pack/platform/plugins/shared/cases/server/client/metrics/actions/index.ts similarity index 100% rename from x-pack/plugins/cases/server/client/metrics/actions/index.ts rename to x-pack/platform/plugins/shared/cases/server/client/metrics/actions/index.ts diff --git a/x-pack/plugins/cases/server/client/metrics/aggregation_handler.ts b/x-pack/platform/plugins/shared/cases/server/client/metrics/aggregation_handler.ts similarity index 100% rename from x-pack/plugins/cases/server/client/metrics/aggregation_handler.ts rename to x-pack/platform/plugins/shared/cases/server/client/metrics/aggregation_handler.ts diff --git a/x-pack/plugins/cases/server/client/metrics/alerts/aggregations/hosts.ts b/x-pack/platform/plugins/shared/cases/server/client/metrics/alerts/aggregations/hosts.ts similarity index 100% rename from x-pack/plugins/cases/server/client/metrics/alerts/aggregations/hosts.ts rename to x-pack/platform/plugins/shared/cases/server/client/metrics/alerts/aggregations/hosts.ts diff --git a/x-pack/plugins/cases/server/client/metrics/alerts/aggregations/index.ts b/x-pack/platform/plugins/shared/cases/server/client/metrics/alerts/aggregations/index.ts similarity index 100% rename from x-pack/plugins/cases/server/client/metrics/alerts/aggregations/index.ts rename to x-pack/platform/plugins/shared/cases/server/client/metrics/alerts/aggregations/index.ts diff --git a/x-pack/plugins/cases/server/client/metrics/alerts/aggregations/users.ts b/x-pack/platform/plugins/shared/cases/server/client/metrics/alerts/aggregations/users.ts similarity index 100% rename from x-pack/plugins/cases/server/client/metrics/alerts/aggregations/users.ts rename to x-pack/platform/plugins/shared/cases/server/client/metrics/alerts/aggregations/users.ts diff --git a/x-pack/plugins/cases/server/client/metrics/alerts/count.test.ts b/x-pack/platform/plugins/shared/cases/server/client/metrics/alerts/count.test.ts similarity index 100% rename from x-pack/plugins/cases/server/client/metrics/alerts/count.test.ts rename to x-pack/platform/plugins/shared/cases/server/client/metrics/alerts/count.test.ts diff --git a/x-pack/plugins/cases/server/client/metrics/alerts/count.ts b/x-pack/platform/plugins/shared/cases/server/client/metrics/alerts/count.ts similarity index 100% rename from x-pack/plugins/cases/server/client/metrics/alerts/count.ts rename to x-pack/platform/plugins/shared/cases/server/client/metrics/alerts/count.ts diff --git a/x-pack/plugins/cases/server/client/metrics/alerts/details.test.ts b/x-pack/platform/plugins/shared/cases/server/client/metrics/alerts/details.test.ts similarity index 100% rename from x-pack/plugins/cases/server/client/metrics/alerts/details.test.ts rename to x-pack/platform/plugins/shared/cases/server/client/metrics/alerts/details.test.ts diff --git a/x-pack/plugins/cases/server/client/metrics/alerts/details.ts b/x-pack/platform/plugins/shared/cases/server/client/metrics/alerts/details.ts similarity index 100% rename from x-pack/plugins/cases/server/client/metrics/alerts/details.ts rename to x-pack/platform/plugins/shared/cases/server/client/metrics/alerts/details.ts diff --git a/x-pack/plugins/cases/server/client/metrics/all_cases/aggregations/avg_duration.test.ts b/x-pack/platform/plugins/shared/cases/server/client/metrics/all_cases/aggregations/avg_duration.test.ts similarity index 100% rename from x-pack/plugins/cases/server/client/metrics/all_cases/aggregations/avg_duration.test.ts rename to x-pack/platform/plugins/shared/cases/server/client/metrics/all_cases/aggregations/avg_duration.test.ts diff --git a/x-pack/plugins/cases/server/client/metrics/all_cases/aggregations/avg_duration.ts b/x-pack/platform/plugins/shared/cases/server/client/metrics/all_cases/aggregations/avg_duration.ts similarity index 100% rename from x-pack/plugins/cases/server/client/metrics/all_cases/aggregations/avg_duration.ts rename to x-pack/platform/plugins/shared/cases/server/client/metrics/all_cases/aggregations/avg_duration.ts diff --git a/x-pack/plugins/cases/server/client/metrics/all_cases/aggregations/status_counts.test.ts b/x-pack/platform/plugins/shared/cases/server/client/metrics/all_cases/aggregations/status_counts.test.ts similarity index 100% rename from x-pack/plugins/cases/server/client/metrics/all_cases/aggregations/status_counts.test.ts rename to x-pack/platform/plugins/shared/cases/server/client/metrics/all_cases/aggregations/status_counts.test.ts diff --git a/x-pack/plugins/cases/server/client/metrics/all_cases/aggregations/status_counts.ts b/x-pack/platform/plugins/shared/cases/server/client/metrics/all_cases/aggregations/status_counts.ts similarity index 100% rename from x-pack/plugins/cases/server/client/metrics/all_cases/aggregations/status_counts.ts rename to x-pack/platform/plugins/shared/cases/server/client/metrics/all_cases/aggregations/status_counts.ts diff --git a/x-pack/plugins/cases/server/client/metrics/all_cases/mttr.test.ts b/x-pack/platform/plugins/shared/cases/server/client/metrics/all_cases/mttr.test.ts similarity index 100% rename from x-pack/plugins/cases/server/client/metrics/all_cases/mttr.test.ts rename to x-pack/platform/plugins/shared/cases/server/client/metrics/all_cases/mttr.test.ts diff --git a/x-pack/plugins/cases/server/client/metrics/all_cases/mttr.ts b/x-pack/platform/plugins/shared/cases/server/client/metrics/all_cases/mttr.ts similarity index 100% rename from x-pack/plugins/cases/server/client/metrics/all_cases/mttr.ts rename to x-pack/platform/plugins/shared/cases/server/client/metrics/all_cases/mttr.ts diff --git a/x-pack/plugins/cases/server/client/metrics/all_cases/status.test.ts b/x-pack/platform/plugins/shared/cases/server/client/metrics/all_cases/status.test.ts similarity index 100% rename from x-pack/plugins/cases/server/client/metrics/all_cases/status.test.ts rename to x-pack/platform/plugins/shared/cases/server/client/metrics/all_cases/status.test.ts diff --git a/x-pack/plugins/cases/server/client/metrics/all_cases/status.ts b/x-pack/platform/plugins/shared/cases/server/client/metrics/all_cases/status.ts similarity index 100% rename from x-pack/plugins/cases/server/client/metrics/all_cases/status.ts rename to x-pack/platform/plugins/shared/cases/server/client/metrics/all_cases/status.ts diff --git a/x-pack/plugins/cases/server/client/metrics/all_cases_aggregation_handler.ts b/x-pack/platform/plugins/shared/cases/server/client/metrics/all_cases_aggregation_handler.ts similarity index 100% rename from x-pack/plugins/cases/server/client/metrics/all_cases_aggregation_handler.ts rename to x-pack/platform/plugins/shared/cases/server/client/metrics/all_cases_aggregation_handler.ts diff --git a/x-pack/plugins/cases/server/client/metrics/all_cases_base_handler.ts b/x-pack/platform/plugins/shared/cases/server/client/metrics/all_cases_base_handler.ts similarity index 100% rename from x-pack/plugins/cases/server/client/metrics/all_cases_base_handler.ts rename to x-pack/platform/plugins/shared/cases/server/client/metrics/all_cases_base_handler.ts diff --git a/x-pack/plugins/cases/server/client/metrics/base_handler.ts b/x-pack/platform/plugins/shared/cases/server/client/metrics/base_handler.ts similarity index 100% rename from x-pack/plugins/cases/server/client/metrics/base_handler.ts rename to x-pack/platform/plugins/shared/cases/server/client/metrics/base_handler.ts diff --git a/x-pack/plugins/cases/server/client/metrics/client.ts b/x-pack/platform/plugins/shared/cases/server/client/metrics/client.ts similarity index 100% rename from x-pack/plugins/cases/server/client/metrics/client.ts rename to x-pack/platform/plugins/shared/cases/server/client/metrics/client.ts diff --git a/x-pack/plugins/cases/server/client/metrics/connectors.test.ts b/x-pack/platform/plugins/shared/cases/server/client/metrics/connectors.test.ts similarity index 100% rename from x-pack/plugins/cases/server/client/metrics/connectors.test.ts rename to x-pack/platform/plugins/shared/cases/server/client/metrics/connectors.test.ts diff --git a/x-pack/plugins/cases/server/client/metrics/connectors.ts b/x-pack/platform/plugins/shared/cases/server/client/metrics/connectors.ts similarity index 100% rename from x-pack/plugins/cases/server/client/metrics/connectors.ts rename to x-pack/platform/plugins/shared/cases/server/client/metrics/connectors.ts diff --git a/x-pack/plugins/cases/server/client/metrics/get_case_metrics.test.ts b/x-pack/platform/plugins/shared/cases/server/client/metrics/get_case_metrics.test.ts similarity index 100% rename from x-pack/plugins/cases/server/client/metrics/get_case_metrics.test.ts rename to x-pack/platform/plugins/shared/cases/server/client/metrics/get_case_metrics.test.ts diff --git a/x-pack/plugins/cases/server/client/metrics/get_case_metrics.ts b/x-pack/platform/plugins/shared/cases/server/client/metrics/get_case_metrics.ts similarity index 100% rename from x-pack/plugins/cases/server/client/metrics/get_case_metrics.ts rename to x-pack/platform/plugins/shared/cases/server/client/metrics/get_case_metrics.ts diff --git a/x-pack/plugins/cases/server/client/metrics/get_cases_metrics.test.ts b/x-pack/platform/plugins/shared/cases/server/client/metrics/get_cases_metrics.test.ts similarity index 100% rename from x-pack/plugins/cases/server/client/metrics/get_cases_metrics.test.ts rename to x-pack/platform/plugins/shared/cases/server/client/metrics/get_cases_metrics.test.ts diff --git a/x-pack/plugins/cases/server/client/metrics/get_cases_metrics.ts b/x-pack/platform/plugins/shared/cases/server/client/metrics/get_cases_metrics.ts similarity index 100% rename from x-pack/plugins/cases/server/client/metrics/get_cases_metrics.ts rename to x-pack/platform/plugins/shared/cases/server/client/metrics/get_cases_metrics.ts diff --git a/x-pack/plugins/cases/server/client/metrics/get_status_totals.test.ts b/x-pack/platform/plugins/shared/cases/server/client/metrics/get_status_totals.test.ts similarity index 100% rename from x-pack/plugins/cases/server/client/metrics/get_status_totals.test.ts rename to x-pack/platform/plugins/shared/cases/server/client/metrics/get_status_totals.test.ts diff --git a/x-pack/plugins/cases/server/client/metrics/get_status_totals.ts b/x-pack/platform/plugins/shared/cases/server/client/metrics/get_status_totals.ts similarity index 100% rename from x-pack/plugins/cases/server/client/metrics/get_status_totals.ts rename to x-pack/platform/plugins/shared/cases/server/client/metrics/get_status_totals.ts diff --git a/x-pack/plugins/cases/server/client/metrics/lifespan.test.ts b/x-pack/platform/plugins/shared/cases/server/client/metrics/lifespan.test.ts similarity index 100% rename from x-pack/plugins/cases/server/client/metrics/lifespan.test.ts rename to x-pack/platform/plugins/shared/cases/server/client/metrics/lifespan.test.ts diff --git a/x-pack/plugins/cases/server/client/metrics/lifespan.ts b/x-pack/platform/plugins/shared/cases/server/client/metrics/lifespan.ts similarity index 100% rename from x-pack/plugins/cases/server/client/metrics/lifespan.ts rename to x-pack/platform/plugins/shared/cases/server/client/metrics/lifespan.ts diff --git a/x-pack/plugins/cases/server/client/metrics/single_case_aggregation_handler.ts b/x-pack/platform/plugins/shared/cases/server/client/metrics/single_case_aggregation_handler.ts similarity index 100% rename from x-pack/plugins/cases/server/client/metrics/single_case_aggregation_handler.ts rename to x-pack/platform/plugins/shared/cases/server/client/metrics/single_case_aggregation_handler.ts diff --git a/x-pack/plugins/cases/server/client/metrics/single_case_base_handler.ts b/x-pack/platform/plugins/shared/cases/server/client/metrics/single_case_base_handler.ts similarity index 100% rename from x-pack/plugins/cases/server/client/metrics/single_case_base_handler.ts rename to x-pack/platform/plugins/shared/cases/server/client/metrics/single_case_base_handler.ts diff --git a/x-pack/plugins/cases/server/client/metrics/test_utils/alerts.ts b/x-pack/platform/plugins/shared/cases/server/client/metrics/test_utils/alerts.ts similarity index 100% rename from x-pack/plugins/cases/server/client/metrics/test_utils/alerts.ts rename to x-pack/platform/plugins/shared/cases/server/client/metrics/test_utils/alerts.ts diff --git a/x-pack/plugins/cases/server/client/metrics/test_utils/client.ts b/x-pack/platform/plugins/shared/cases/server/client/metrics/test_utils/client.ts similarity index 100% rename from x-pack/plugins/cases/server/client/metrics/test_utils/client.ts rename to x-pack/platform/plugins/shared/cases/server/client/metrics/test_utils/client.ts diff --git a/x-pack/plugins/cases/server/client/metrics/test_utils/lifespan.ts b/x-pack/platform/plugins/shared/cases/server/client/metrics/test_utils/lifespan.ts similarity index 100% rename from x-pack/plugins/cases/server/client/metrics/test_utils/lifespan.ts rename to x-pack/platform/plugins/shared/cases/server/client/metrics/test_utils/lifespan.ts diff --git a/x-pack/plugins/cases/server/client/metrics/types.ts b/x-pack/platform/plugins/shared/cases/server/client/metrics/types.ts similarity index 100% rename from x-pack/plugins/cases/server/client/metrics/types.ts rename to x-pack/platform/plugins/shared/cases/server/client/metrics/types.ts diff --git a/x-pack/plugins/cases/server/client/metrics/utils.test.ts b/x-pack/platform/plugins/shared/cases/server/client/metrics/utils.test.ts similarity index 100% rename from x-pack/plugins/cases/server/client/metrics/utils.test.ts rename to x-pack/platform/plugins/shared/cases/server/client/metrics/utils.test.ts diff --git a/x-pack/plugins/cases/server/client/metrics/utils.ts b/x-pack/platform/plugins/shared/cases/server/client/metrics/utils.ts similarity index 100% rename from x-pack/plugins/cases/server/client/metrics/utils.ts rename to x-pack/platform/plugins/shared/cases/server/client/metrics/utils.ts diff --git a/x-pack/plugins/cases/server/client/mocks.ts b/x-pack/platform/plugins/shared/cases/server/client/mocks.ts similarity index 100% rename from x-pack/plugins/cases/server/client/mocks.ts rename to x-pack/platform/plugins/shared/cases/server/client/mocks.ts diff --git a/x-pack/plugins/cases/server/client/types.ts b/x-pack/platform/plugins/shared/cases/server/client/types.ts similarity index 100% rename from x-pack/plugins/cases/server/client/types.ts rename to x-pack/platform/plugins/shared/cases/server/client/types.ts diff --git a/x-pack/plugins/cases/server/client/user_actions/client.ts b/x-pack/platform/plugins/shared/cases/server/client/user_actions/client.ts similarity index 100% rename from x-pack/plugins/cases/server/client/user_actions/client.ts rename to x-pack/platform/plugins/shared/cases/server/client/user_actions/client.ts diff --git a/x-pack/plugins/cases/server/client/user_actions/connectors.ts b/x-pack/platform/plugins/shared/cases/server/client/user_actions/connectors.ts similarity index 100% rename from x-pack/plugins/cases/server/client/user_actions/connectors.ts rename to x-pack/platform/plugins/shared/cases/server/client/user_actions/connectors.ts diff --git a/x-pack/plugins/cases/server/client/user_actions/find.test.ts b/x-pack/platform/plugins/shared/cases/server/client/user_actions/find.test.ts similarity index 100% rename from x-pack/plugins/cases/server/client/user_actions/find.test.ts rename to x-pack/platform/plugins/shared/cases/server/client/user_actions/find.test.ts diff --git a/x-pack/plugins/cases/server/client/user_actions/find.ts b/x-pack/platform/plugins/shared/cases/server/client/user_actions/find.ts similarity index 100% rename from x-pack/plugins/cases/server/client/user_actions/find.ts rename to x-pack/platform/plugins/shared/cases/server/client/user_actions/find.ts diff --git a/x-pack/plugins/cases/server/client/user_actions/get.ts b/x-pack/platform/plugins/shared/cases/server/client/user_actions/get.ts similarity index 100% rename from x-pack/plugins/cases/server/client/user_actions/get.ts rename to x-pack/platform/plugins/shared/cases/server/client/user_actions/get.ts diff --git a/x-pack/plugins/cases/server/client/user_actions/stats.ts b/x-pack/platform/plugins/shared/cases/server/client/user_actions/stats.ts similarity index 100% rename from x-pack/plugins/cases/server/client/user_actions/stats.ts rename to x-pack/platform/plugins/shared/cases/server/client/user_actions/stats.ts diff --git a/x-pack/plugins/cases/server/client/user_actions/types.ts b/x-pack/platform/plugins/shared/cases/server/client/user_actions/types.ts similarity index 100% rename from x-pack/plugins/cases/server/client/user_actions/types.ts rename to x-pack/platform/plugins/shared/cases/server/client/user_actions/types.ts diff --git a/x-pack/plugins/cases/server/client/user_actions/users.ts b/x-pack/platform/plugins/shared/cases/server/client/user_actions/users.ts similarity index 100% rename from x-pack/plugins/cases/server/client/user_actions/users.ts rename to x-pack/platform/plugins/shared/cases/server/client/user_actions/users.ts diff --git a/x-pack/plugins/cases/server/client/user_actions/utils.ts b/x-pack/platform/plugins/shared/cases/server/client/user_actions/utils.ts similarity index 100% rename from x-pack/plugins/cases/server/client/user_actions/utils.ts rename to x-pack/platform/plugins/shared/cases/server/client/user_actions/utils.ts diff --git a/x-pack/plugins/cases/server/client/user_profiles.mock.ts b/x-pack/platform/plugins/shared/cases/server/client/user_profiles.mock.ts similarity index 100% rename from x-pack/plugins/cases/server/client/user_profiles.mock.ts rename to x-pack/platform/plugins/shared/cases/server/client/user_profiles.mock.ts diff --git a/x-pack/plugins/cases/server/client/utils.test.ts b/x-pack/platform/plugins/shared/cases/server/client/utils.test.ts similarity index 100% rename from x-pack/plugins/cases/server/client/utils.test.ts rename to x-pack/platform/plugins/shared/cases/server/client/utils.test.ts diff --git a/x-pack/plugins/cases/server/client/utils.ts b/x-pack/platform/plugins/shared/cases/server/client/utils.ts similarity index 99% rename from x-pack/plugins/cases/server/client/utils.ts rename to x-pack/platform/plugins/shared/cases/server/client/utils.ts index 6447b53abd00a..8858b39178602 100644 --- a/x-pack/plugins/cases/server/client/utils.ts +++ b/x-pack/platform/plugins/shared/cases/server/client/utils.ts @@ -547,10 +547,10 @@ export const getCaseToUpdate = ( /** * TODO: Backend is not connected with the - * frontend in x-pack/plugins/cases/common/ui/types.ts. + * frontend in x-pack/platform/plugins/shared/cases/common/ui/types.ts. * It is easy to forget to update a sort field. * We should fix it and make it common. - * Also the sortField in x-pack/plugins/cases/common/api/cases/case.ts + * Also the sortField in x-pack/platform/plugins/shared/cases/common/api/cases/case.ts * is set to string. We should narrow it to the * acceptable values */ diff --git a/x-pack/plugins/cases/server/client/validators.test.ts b/x-pack/platform/plugins/shared/cases/server/client/validators.test.ts similarity index 100% rename from x-pack/plugins/cases/server/client/validators.test.ts rename to x-pack/platform/plugins/shared/cases/server/client/validators.test.ts diff --git a/x-pack/plugins/cases/server/client/validators.ts b/x-pack/platform/plugins/shared/cases/server/client/validators.ts similarity index 100% rename from x-pack/plugins/cases/server/client/validators.ts rename to x-pack/platform/plugins/shared/cases/server/client/validators.ts diff --git a/x-pack/plugins/cases/server/common/constants.ts b/x-pack/platform/plugins/shared/cases/server/common/constants.ts similarity index 100% rename from x-pack/plugins/cases/server/common/constants.ts rename to x-pack/platform/plugins/shared/cases/server/common/constants.ts diff --git a/x-pack/plugins/cases/server/common/error.test.ts b/x-pack/platform/plugins/shared/cases/server/common/error.test.ts similarity index 100% rename from x-pack/plugins/cases/server/common/error.test.ts rename to x-pack/platform/plugins/shared/cases/server/common/error.test.ts diff --git a/x-pack/plugins/cases/server/common/error.ts b/x-pack/platform/plugins/shared/cases/server/common/error.ts similarity index 100% rename from x-pack/plugins/cases/server/common/error.ts rename to x-pack/platform/plugins/shared/cases/server/common/error.ts diff --git a/x-pack/plugins/cases/server/common/index.ts b/x-pack/platform/plugins/shared/cases/server/common/index.ts similarity index 100% rename from x-pack/plugins/cases/server/common/index.ts rename to x-pack/platform/plugins/shared/cases/server/common/index.ts diff --git a/x-pack/plugins/cases/server/common/limiter_checker/base_limiter.ts b/x-pack/platform/plugins/shared/cases/server/common/limiter_checker/base_limiter.ts similarity index 100% rename from x-pack/plugins/cases/server/common/limiter_checker/base_limiter.ts rename to x-pack/platform/plugins/shared/cases/server/common/limiter_checker/base_limiter.ts diff --git a/x-pack/plugins/cases/server/common/limiter_checker/index.test.ts b/x-pack/platform/plugins/shared/cases/server/common/limiter_checker/index.test.ts similarity index 100% rename from x-pack/plugins/cases/server/common/limiter_checker/index.test.ts rename to x-pack/platform/plugins/shared/cases/server/common/limiter_checker/index.test.ts diff --git a/x-pack/plugins/cases/server/common/limiter_checker/index.ts b/x-pack/platform/plugins/shared/cases/server/common/limiter_checker/index.ts similarity index 100% rename from x-pack/plugins/cases/server/common/limiter_checker/index.ts rename to x-pack/platform/plugins/shared/cases/server/common/limiter_checker/index.ts diff --git a/x-pack/plugins/cases/server/common/limiter_checker/limiters/alerts.test.ts b/x-pack/platform/plugins/shared/cases/server/common/limiter_checker/limiters/alerts.test.ts similarity index 100% rename from x-pack/plugins/cases/server/common/limiter_checker/limiters/alerts.test.ts rename to x-pack/platform/plugins/shared/cases/server/common/limiter_checker/limiters/alerts.test.ts diff --git a/x-pack/plugins/cases/server/common/limiter_checker/limiters/alerts.ts b/x-pack/platform/plugins/shared/cases/server/common/limiter_checker/limiters/alerts.ts similarity index 100% rename from x-pack/plugins/cases/server/common/limiter_checker/limiters/alerts.ts rename to x-pack/platform/plugins/shared/cases/server/common/limiter_checker/limiters/alerts.ts diff --git a/x-pack/plugins/cases/server/common/limiter_checker/limiters/files.test.ts b/x-pack/platform/plugins/shared/cases/server/common/limiter_checker/limiters/files.test.ts similarity index 100% rename from x-pack/plugins/cases/server/common/limiter_checker/limiters/files.test.ts rename to x-pack/platform/plugins/shared/cases/server/common/limiter_checker/limiters/files.test.ts diff --git a/x-pack/plugins/cases/server/common/limiter_checker/limiters/files.ts b/x-pack/platform/plugins/shared/cases/server/common/limiter_checker/limiters/files.ts similarity index 100% rename from x-pack/plugins/cases/server/common/limiter_checker/limiters/files.ts rename to x-pack/platform/plugins/shared/cases/server/common/limiter_checker/limiters/files.ts diff --git a/x-pack/plugins/cases/server/common/limiter_checker/limiters/persistable_state_and_external_references.test.ts b/x-pack/platform/plugins/shared/cases/server/common/limiter_checker/limiters/persistable_state_and_external_references.test.ts similarity index 100% rename from x-pack/plugins/cases/server/common/limiter_checker/limiters/persistable_state_and_external_references.test.ts rename to x-pack/platform/plugins/shared/cases/server/common/limiter_checker/limiters/persistable_state_and_external_references.test.ts diff --git a/x-pack/plugins/cases/server/common/limiter_checker/limiters/persistable_state_and_external_references.ts b/x-pack/platform/plugins/shared/cases/server/common/limiter_checker/limiters/persistable_state_and_external_references.ts similarity index 100% rename from x-pack/plugins/cases/server/common/limiter_checker/limiters/persistable_state_and_external_references.ts rename to x-pack/platform/plugins/shared/cases/server/common/limiter_checker/limiters/persistable_state_and_external_references.ts diff --git a/x-pack/plugins/cases/server/common/limiter_checker/test_utils.ts b/x-pack/platform/plugins/shared/cases/server/common/limiter_checker/test_utils.ts similarity index 100% rename from x-pack/plugins/cases/server/common/limiter_checker/test_utils.ts rename to x-pack/platform/plugins/shared/cases/server/common/limiter_checker/test_utils.ts diff --git a/x-pack/plugins/cases/server/common/limiter_checker/types.ts b/x-pack/platform/plugins/shared/cases/server/common/limiter_checker/types.ts similarity index 100% rename from x-pack/plugins/cases/server/common/limiter_checker/types.ts rename to x-pack/platform/plugins/shared/cases/server/common/limiter_checker/types.ts diff --git a/x-pack/plugins/cases/server/common/models/case_with_comments.test.ts b/x-pack/platform/plugins/shared/cases/server/common/models/case_with_comments.test.ts similarity index 100% rename from x-pack/plugins/cases/server/common/models/case_with_comments.test.ts rename to x-pack/platform/plugins/shared/cases/server/common/models/case_with_comments.test.ts diff --git a/x-pack/plugins/cases/server/common/models/case_with_comments.ts b/x-pack/platform/plugins/shared/cases/server/common/models/case_with_comments.ts similarity index 100% rename from x-pack/plugins/cases/server/common/models/case_with_comments.ts rename to x-pack/platform/plugins/shared/cases/server/common/models/case_with_comments.ts diff --git a/x-pack/plugins/cases/server/common/models/index.ts b/x-pack/platform/plugins/shared/cases/server/common/models/index.ts similarity index 100% rename from x-pack/plugins/cases/server/common/models/index.ts rename to x-pack/platform/plugins/shared/cases/server/common/models/index.ts diff --git a/x-pack/plugins/cases/server/common/partitioning.test.ts b/x-pack/platform/plugins/shared/cases/server/common/partitioning.test.ts similarity index 100% rename from x-pack/plugins/cases/server/common/partitioning.test.ts rename to x-pack/platform/plugins/shared/cases/server/common/partitioning.test.ts diff --git a/x-pack/plugins/cases/server/common/partitioning.ts b/x-pack/platform/plugins/shared/cases/server/common/partitioning.ts similarity index 100% rename from x-pack/plugins/cases/server/common/partitioning.ts rename to x-pack/platform/plugins/shared/cases/server/common/partitioning.ts diff --git a/x-pack/plugins/cases/server/common/references.test.ts b/x-pack/platform/plugins/shared/cases/server/common/references.test.ts similarity index 100% rename from x-pack/plugins/cases/server/common/references.test.ts rename to x-pack/platform/plugins/shared/cases/server/common/references.test.ts diff --git a/x-pack/plugins/cases/server/common/references.ts b/x-pack/platform/plugins/shared/cases/server/common/references.ts similarity index 100% rename from x-pack/plugins/cases/server/common/references.ts rename to x-pack/platform/plugins/shared/cases/server/common/references.ts diff --git a/x-pack/plugins/cases/server/common/runtime_types.test.ts b/x-pack/platform/plugins/shared/cases/server/common/runtime_types.test.ts similarity index 100% rename from x-pack/plugins/cases/server/common/runtime_types.test.ts rename to x-pack/platform/plugins/shared/cases/server/common/runtime_types.test.ts diff --git a/x-pack/plugins/cases/server/common/runtime_types.ts b/x-pack/platform/plugins/shared/cases/server/common/runtime_types.ts similarity index 100% rename from x-pack/plugins/cases/server/common/runtime_types.ts rename to x-pack/platform/plugins/shared/cases/server/common/runtime_types.ts diff --git a/x-pack/plugins/cases/server/common/types.ts b/x-pack/platform/plugins/shared/cases/server/common/types.ts similarity index 100% rename from x-pack/plugins/cases/server/common/types.ts rename to x-pack/platform/plugins/shared/cases/server/common/types.ts diff --git a/x-pack/plugins/cases/server/common/types/attachments.ts b/x-pack/platform/plugins/shared/cases/server/common/types/attachments.ts similarity index 100% rename from x-pack/plugins/cases/server/common/types/attachments.ts rename to x-pack/platform/plugins/shared/cases/server/common/types/attachments.ts diff --git a/x-pack/plugins/cases/server/common/types/case.test.ts b/x-pack/platform/plugins/shared/cases/server/common/types/case.test.ts similarity index 100% rename from x-pack/plugins/cases/server/common/types/case.test.ts rename to x-pack/platform/plugins/shared/cases/server/common/types/case.test.ts diff --git a/x-pack/plugins/cases/server/common/types/case.ts b/x-pack/platform/plugins/shared/cases/server/common/types/case.ts similarity index 100% rename from x-pack/plugins/cases/server/common/types/case.ts rename to x-pack/platform/plugins/shared/cases/server/common/types/case.ts diff --git a/x-pack/plugins/cases/server/common/types/configure.test.ts b/x-pack/platform/plugins/shared/cases/server/common/types/configure.test.ts similarity index 100% rename from x-pack/plugins/cases/server/common/types/configure.test.ts rename to x-pack/platform/plugins/shared/cases/server/common/types/configure.test.ts diff --git a/x-pack/plugins/cases/server/common/types/configure.ts b/x-pack/platform/plugins/shared/cases/server/common/types/configure.ts similarity index 100% rename from x-pack/plugins/cases/server/common/types/configure.ts rename to x-pack/platform/plugins/shared/cases/server/common/types/configure.ts diff --git a/x-pack/plugins/cases/server/common/types/connector_mappings.test.ts b/x-pack/platform/plugins/shared/cases/server/common/types/connector_mappings.test.ts similarity index 100% rename from x-pack/plugins/cases/server/common/types/connector_mappings.test.ts rename to x-pack/platform/plugins/shared/cases/server/common/types/connector_mappings.test.ts diff --git a/x-pack/plugins/cases/server/common/types/connector_mappings.ts b/x-pack/platform/plugins/shared/cases/server/common/types/connector_mappings.ts similarity index 100% rename from x-pack/plugins/cases/server/common/types/connector_mappings.ts rename to x-pack/platform/plugins/shared/cases/server/common/types/connector_mappings.ts diff --git a/x-pack/plugins/cases/server/common/types/connectors.ts b/x-pack/platform/plugins/shared/cases/server/common/types/connectors.ts similarity index 100% rename from x-pack/plugins/cases/server/common/types/connectors.ts rename to x-pack/platform/plugins/shared/cases/server/common/types/connectors.ts diff --git a/x-pack/plugins/cases/server/common/types/external_service.ts b/x-pack/platform/plugins/shared/cases/server/common/types/external_service.ts similarity index 100% rename from x-pack/plugins/cases/server/common/types/external_service.ts rename to x-pack/platform/plugins/shared/cases/server/common/types/external_service.ts diff --git a/x-pack/plugins/cases/server/common/types/user.ts b/x-pack/platform/plugins/shared/cases/server/common/types/user.ts similarity index 100% rename from x-pack/plugins/cases/server/common/types/user.ts rename to x-pack/platform/plugins/shared/cases/server/common/types/user.ts diff --git a/x-pack/plugins/cases/server/common/types/user_actions.ts b/x-pack/platform/plugins/shared/cases/server/common/types/user_actions.ts similarity index 100% rename from x-pack/plugins/cases/server/common/types/user_actions.ts rename to x-pack/platform/plugins/shared/cases/server/common/types/user_actions.ts diff --git a/x-pack/plugins/cases/server/common/utils.test.ts b/x-pack/platform/plugins/shared/cases/server/common/utils.test.ts similarity index 100% rename from x-pack/plugins/cases/server/common/utils.test.ts rename to x-pack/platform/plugins/shared/cases/server/common/utils.test.ts diff --git a/x-pack/plugins/cases/server/common/utils.ts b/x-pack/platform/plugins/shared/cases/server/common/utils.ts similarity index 100% rename from x-pack/plugins/cases/server/common/utils.ts rename to x-pack/platform/plugins/shared/cases/server/common/utils.ts diff --git a/x-pack/plugins/cases/server/common/validators.test.ts b/x-pack/platform/plugins/shared/cases/server/common/validators.test.ts similarity index 100% rename from x-pack/plugins/cases/server/common/validators.test.ts rename to x-pack/platform/plugins/shared/cases/server/common/validators.test.ts diff --git a/x-pack/plugins/cases/server/common/validators.ts b/x-pack/platform/plugins/shared/cases/server/common/validators.ts similarity index 100% rename from x-pack/plugins/cases/server/common/validators.ts rename to x-pack/platform/plugins/shared/cases/server/common/validators.ts diff --git a/x-pack/plugins/cases/server/config.test.ts b/x-pack/platform/plugins/shared/cases/server/config.test.ts similarity index 100% rename from x-pack/plugins/cases/server/config.test.ts rename to x-pack/platform/plugins/shared/cases/server/config.test.ts diff --git a/x-pack/plugins/cases/server/config.ts b/x-pack/platform/plugins/shared/cases/server/config.ts similarity index 100% rename from x-pack/plugins/cases/server/config.ts rename to x-pack/platform/plugins/shared/cases/server/config.ts diff --git a/x-pack/plugins/cases/server/connectors/cases/README.md b/x-pack/platform/plugins/shared/cases/server/connectors/cases/README.md similarity index 100% rename from x-pack/plugins/cases/server/connectors/cases/README.md rename to x-pack/platform/plugins/shared/cases/server/connectors/cases/README.md diff --git a/x-pack/plugins/cases/server/connectors/cases/cases_connector.test.ts b/x-pack/platform/plugins/shared/cases/server/connectors/cases/cases_connector.test.ts similarity index 100% rename from x-pack/plugins/cases/server/connectors/cases/cases_connector.test.ts rename to x-pack/platform/plugins/shared/cases/server/connectors/cases/cases_connector.test.ts diff --git a/x-pack/plugins/cases/server/connectors/cases/cases_connector.ts b/x-pack/platform/plugins/shared/cases/server/connectors/cases/cases_connector.ts similarity index 100% rename from x-pack/plugins/cases/server/connectors/cases/cases_connector.ts rename to x-pack/platform/plugins/shared/cases/server/connectors/cases/cases_connector.ts diff --git a/x-pack/plugins/cases/server/connectors/cases/cases_connector_error.ts b/x-pack/platform/plugins/shared/cases/server/connectors/cases/cases_connector_error.ts similarity index 100% rename from x-pack/plugins/cases/server/connectors/cases/cases_connector_error.ts rename to x-pack/platform/plugins/shared/cases/server/connectors/cases/cases_connector_error.ts diff --git a/x-pack/plugins/cases/server/connectors/cases/cases_connector_executor.test.ts b/x-pack/platform/plugins/shared/cases/server/connectors/cases/cases_connector_executor.test.ts similarity index 100% rename from x-pack/plugins/cases/server/connectors/cases/cases_connector_executor.test.ts rename to x-pack/platform/plugins/shared/cases/server/connectors/cases/cases_connector_executor.test.ts diff --git a/x-pack/plugins/cases/server/connectors/cases/cases_connector_executor.ts b/x-pack/platform/plugins/shared/cases/server/connectors/cases/cases_connector_executor.ts similarity index 100% rename from x-pack/plugins/cases/server/connectors/cases/cases_connector_executor.ts rename to x-pack/platform/plugins/shared/cases/server/connectors/cases/cases_connector_executor.ts diff --git a/x-pack/plugins/cases/server/connectors/cases/cases_oracle_service.test.ts b/x-pack/platform/plugins/shared/cases/server/connectors/cases/cases_oracle_service.test.ts similarity index 100% rename from x-pack/plugins/cases/server/connectors/cases/cases_oracle_service.test.ts rename to x-pack/platform/plugins/shared/cases/server/connectors/cases/cases_oracle_service.test.ts diff --git a/x-pack/plugins/cases/server/connectors/cases/cases_oracle_service.ts b/x-pack/platform/plugins/shared/cases/server/connectors/cases/cases_oracle_service.ts similarity index 100% rename from x-pack/plugins/cases/server/connectors/cases/cases_oracle_service.ts rename to x-pack/platform/plugins/shared/cases/server/connectors/cases/cases_oracle_service.ts diff --git a/x-pack/plugins/cases/server/connectors/cases/cases_service.test.ts b/x-pack/platform/plugins/shared/cases/server/connectors/cases/cases_service.test.ts similarity index 100% rename from x-pack/plugins/cases/server/connectors/cases/cases_service.test.ts rename to x-pack/platform/plugins/shared/cases/server/connectors/cases/cases_service.test.ts diff --git a/x-pack/plugins/cases/server/connectors/cases/cases_service.ts b/x-pack/platform/plugins/shared/cases/server/connectors/cases/cases_service.ts similarity index 100% rename from x-pack/plugins/cases/server/connectors/cases/cases_service.ts rename to x-pack/platform/plugins/shared/cases/server/connectors/cases/cases_service.ts diff --git a/x-pack/plugins/cases/server/connectors/cases/constants.ts b/x-pack/platform/plugins/shared/cases/server/connectors/cases/constants.ts similarity index 100% rename from x-pack/plugins/cases/server/connectors/cases/constants.ts rename to x-pack/platform/plugins/shared/cases/server/connectors/cases/constants.ts diff --git a/x-pack/plugins/cases/server/connectors/cases/crypto_service.test.ts b/x-pack/platform/plugins/shared/cases/server/connectors/cases/crypto_service.test.ts similarity index 100% rename from x-pack/plugins/cases/server/connectors/cases/crypto_service.test.ts rename to x-pack/platform/plugins/shared/cases/server/connectors/cases/crypto_service.test.ts diff --git a/x-pack/plugins/cases/server/connectors/cases/crypto_service.ts b/x-pack/platform/plugins/shared/cases/server/connectors/cases/crypto_service.ts similarity index 100% rename from x-pack/plugins/cases/server/connectors/cases/crypto_service.ts rename to x-pack/platform/plugins/shared/cases/server/connectors/cases/crypto_service.ts diff --git a/x-pack/plugins/cases/server/connectors/cases/full_jitter_backoff.test.ts b/x-pack/platform/plugins/shared/cases/server/connectors/cases/full_jitter_backoff.test.ts similarity index 100% rename from x-pack/plugins/cases/server/connectors/cases/full_jitter_backoff.test.ts rename to x-pack/platform/plugins/shared/cases/server/connectors/cases/full_jitter_backoff.test.ts diff --git a/x-pack/plugins/cases/server/connectors/cases/full_jitter_backoff.ts b/x-pack/platform/plugins/shared/cases/server/connectors/cases/full_jitter_backoff.ts similarity index 100% rename from x-pack/plugins/cases/server/connectors/cases/full_jitter_backoff.ts rename to x-pack/platform/plugins/shared/cases/server/connectors/cases/full_jitter_backoff.ts diff --git a/x-pack/plugins/cases/server/connectors/cases/index.mock.ts b/x-pack/platform/plugins/shared/cases/server/connectors/cases/index.mock.ts similarity index 100% rename from x-pack/plugins/cases/server/connectors/cases/index.mock.ts rename to x-pack/platform/plugins/shared/cases/server/connectors/cases/index.mock.ts diff --git a/x-pack/plugins/cases/server/connectors/cases/index.test.ts b/x-pack/platform/plugins/shared/cases/server/connectors/cases/index.test.ts similarity index 100% rename from x-pack/plugins/cases/server/connectors/cases/index.test.ts rename to x-pack/platform/plugins/shared/cases/server/connectors/cases/index.test.ts diff --git a/x-pack/plugins/cases/server/connectors/cases/index.ts b/x-pack/platform/plugins/shared/cases/server/connectors/cases/index.ts similarity index 100% rename from x-pack/plugins/cases/server/connectors/cases/index.ts rename to x-pack/platform/plugins/shared/cases/server/connectors/cases/index.ts diff --git a/x-pack/plugins/cases/server/connectors/cases/retry_service.test.ts b/x-pack/platform/plugins/shared/cases/server/connectors/cases/retry_service.test.ts similarity index 100% rename from x-pack/plugins/cases/server/connectors/cases/retry_service.test.ts rename to x-pack/platform/plugins/shared/cases/server/connectors/cases/retry_service.test.ts diff --git a/x-pack/plugins/cases/server/connectors/cases/retry_service.ts b/x-pack/platform/plugins/shared/cases/server/connectors/cases/retry_service.ts similarity index 100% rename from x-pack/plugins/cases/server/connectors/cases/retry_service.ts rename to x-pack/platform/plugins/shared/cases/server/connectors/cases/retry_service.ts diff --git a/x-pack/plugins/cases/server/connectors/cases/schema.test.ts b/x-pack/platform/plugins/shared/cases/server/connectors/cases/schema.test.ts similarity index 100% rename from x-pack/plugins/cases/server/connectors/cases/schema.test.ts rename to x-pack/platform/plugins/shared/cases/server/connectors/cases/schema.test.ts diff --git a/x-pack/plugins/cases/server/connectors/cases/schema.ts b/x-pack/platform/plugins/shared/cases/server/connectors/cases/schema.ts similarity index 100% rename from x-pack/plugins/cases/server/connectors/cases/schema.ts rename to x-pack/platform/plugins/shared/cases/server/connectors/cases/schema.ts diff --git a/x-pack/plugins/cases/server/connectors/cases/test_helpers.ts b/x-pack/platform/plugins/shared/cases/server/connectors/cases/test_helpers.ts similarity index 100% rename from x-pack/plugins/cases/server/connectors/cases/test_helpers.ts rename to x-pack/platform/plugins/shared/cases/server/connectors/cases/test_helpers.ts diff --git a/x-pack/plugins/cases/server/connectors/cases/translations.ts b/x-pack/platform/plugins/shared/cases/server/connectors/cases/translations.ts similarity index 100% rename from x-pack/plugins/cases/server/connectors/cases/translations.ts rename to x-pack/platform/plugins/shared/cases/server/connectors/cases/translations.ts diff --git a/x-pack/plugins/cases/server/connectors/cases/types.ts b/x-pack/platform/plugins/shared/cases/server/connectors/cases/types.ts similarity index 100% rename from x-pack/plugins/cases/server/connectors/cases/types.ts rename to x-pack/platform/plugins/shared/cases/server/connectors/cases/types.ts diff --git a/x-pack/plugins/cases/server/connectors/cases/utils.test.ts b/x-pack/platform/plugins/shared/cases/server/connectors/cases/utils.test.ts similarity index 100% rename from x-pack/plugins/cases/server/connectors/cases/utils.test.ts rename to x-pack/platform/plugins/shared/cases/server/connectors/cases/utils.test.ts diff --git a/x-pack/plugins/cases/server/connectors/cases/utils.ts b/x-pack/platform/plugins/shared/cases/server/connectors/cases/utils.ts similarity index 100% rename from x-pack/plugins/cases/server/connectors/cases/utils.ts rename to x-pack/platform/plugins/shared/cases/server/connectors/cases/utils.ts diff --git a/x-pack/plugins/cases/server/connectors/cases_webook/format.ts b/x-pack/platform/plugins/shared/cases/server/connectors/cases_webook/format.ts similarity index 100% rename from x-pack/plugins/cases/server/connectors/cases_webook/format.ts rename to x-pack/platform/plugins/shared/cases/server/connectors/cases_webook/format.ts diff --git a/x-pack/plugins/cases/server/connectors/cases_webook/index.ts b/x-pack/platform/plugins/shared/cases/server/connectors/cases_webook/index.ts similarity index 100% rename from x-pack/plugins/cases/server/connectors/cases_webook/index.ts rename to x-pack/platform/plugins/shared/cases/server/connectors/cases_webook/index.ts diff --git a/x-pack/plugins/cases/server/connectors/cases_webook/mapping.ts b/x-pack/platform/plugins/shared/cases/server/connectors/cases_webook/mapping.ts similarity index 100% rename from x-pack/plugins/cases/server/connectors/cases_webook/mapping.ts rename to x-pack/platform/plugins/shared/cases/server/connectors/cases_webook/mapping.ts diff --git a/x-pack/plugins/cases/server/connectors/cases_webook/types.ts b/x-pack/platform/plugins/shared/cases/server/connectors/cases_webook/types.ts similarity index 100% rename from x-pack/plugins/cases/server/connectors/cases_webook/types.ts rename to x-pack/platform/plugins/shared/cases/server/connectors/cases_webook/types.ts diff --git a/x-pack/plugins/cases/server/connectors/factory.ts b/x-pack/platform/plugins/shared/cases/server/connectors/factory.ts similarity index 100% rename from x-pack/plugins/cases/server/connectors/factory.ts rename to x-pack/platform/plugins/shared/cases/server/connectors/factory.ts diff --git a/x-pack/plugins/cases/server/connectors/index.ts b/x-pack/platform/plugins/shared/cases/server/connectors/index.ts similarity index 96% rename from x-pack/plugins/cases/server/connectors/index.ts rename to x-pack/platform/plugins/shared/cases/server/connectors/index.ts index 56dcddfbee76a..ee19b73c910bd 100644 --- a/x-pack/plugins/cases/server/connectors/index.ts +++ b/x-pack/platform/plugins/shared/cases/server/connectors/index.ts @@ -41,7 +41,7 @@ export function registerConnectorTypes({ * The actions framework ensures that the user executing the case action * will have permissions to use cases for the corresponding owner and space. * The required Kibana privileges needed to execute the case action are defined - * in x-pack/plugins/cases/server/connectors/cases/index.ts. + * in x-pack/platform/plugins/shared/cases/server/connectors/cases/index.ts. * * We can safely disable security checks performed by the saved object client * as we implement our custom authorization. diff --git a/x-pack/plugins/cases/server/connectors/jira/format.test.ts b/x-pack/platform/plugins/shared/cases/server/connectors/jira/format.test.ts similarity index 100% rename from x-pack/plugins/cases/server/connectors/jira/format.test.ts rename to x-pack/platform/plugins/shared/cases/server/connectors/jira/format.test.ts diff --git a/x-pack/plugins/cases/server/connectors/jira/format.ts b/x-pack/platform/plugins/shared/cases/server/connectors/jira/format.ts similarity index 100% rename from x-pack/plugins/cases/server/connectors/jira/format.ts rename to x-pack/platform/plugins/shared/cases/server/connectors/jira/format.ts diff --git a/x-pack/plugins/cases/server/connectors/jira/index.ts b/x-pack/platform/plugins/shared/cases/server/connectors/jira/index.ts similarity index 100% rename from x-pack/plugins/cases/server/connectors/jira/index.ts rename to x-pack/platform/plugins/shared/cases/server/connectors/jira/index.ts diff --git a/x-pack/plugins/cases/server/connectors/jira/mapping.ts b/x-pack/platform/plugins/shared/cases/server/connectors/jira/mapping.ts similarity index 100% rename from x-pack/plugins/cases/server/connectors/jira/mapping.ts rename to x-pack/platform/plugins/shared/cases/server/connectors/jira/mapping.ts diff --git a/x-pack/plugins/cases/server/connectors/jira/types.ts b/x-pack/platform/plugins/shared/cases/server/connectors/jira/types.ts similarity index 100% rename from x-pack/plugins/cases/server/connectors/jira/types.ts rename to x-pack/platform/plugins/shared/cases/server/connectors/jira/types.ts diff --git a/x-pack/plugins/cases/server/connectors/resilient/format.test.ts b/x-pack/platform/plugins/shared/cases/server/connectors/resilient/format.test.ts similarity index 100% rename from x-pack/plugins/cases/server/connectors/resilient/format.test.ts rename to x-pack/platform/plugins/shared/cases/server/connectors/resilient/format.test.ts diff --git a/x-pack/plugins/cases/server/connectors/resilient/format.ts b/x-pack/platform/plugins/shared/cases/server/connectors/resilient/format.ts similarity index 100% rename from x-pack/plugins/cases/server/connectors/resilient/format.ts rename to x-pack/platform/plugins/shared/cases/server/connectors/resilient/format.ts diff --git a/x-pack/plugins/cases/server/connectors/resilient/index.ts b/x-pack/platform/plugins/shared/cases/server/connectors/resilient/index.ts similarity index 100% rename from x-pack/plugins/cases/server/connectors/resilient/index.ts rename to x-pack/platform/plugins/shared/cases/server/connectors/resilient/index.ts diff --git a/x-pack/plugins/cases/server/connectors/resilient/mapping.ts b/x-pack/platform/plugins/shared/cases/server/connectors/resilient/mapping.ts similarity index 100% rename from x-pack/plugins/cases/server/connectors/resilient/mapping.ts rename to x-pack/platform/plugins/shared/cases/server/connectors/resilient/mapping.ts diff --git a/x-pack/plugins/cases/server/connectors/resilient/types.ts b/x-pack/platform/plugins/shared/cases/server/connectors/resilient/types.ts similarity index 100% rename from x-pack/plugins/cases/server/connectors/resilient/types.ts rename to x-pack/platform/plugins/shared/cases/server/connectors/resilient/types.ts diff --git a/x-pack/plugins/cases/server/connectors/servicenow/index.ts b/x-pack/platform/plugins/shared/cases/server/connectors/servicenow/index.ts similarity index 100% rename from x-pack/plugins/cases/server/connectors/servicenow/index.ts rename to x-pack/platform/plugins/shared/cases/server/connectors/servicenow/index.ts diff --git a/x-pack/plugins/cases/server/connectors/servicenow/itsm_format.test.ts b/x-pack/platform/plugins/shared/cases/server/connectors/servicenow/itsm_format.test.ts similarity index 100% rename from x-pack/plugins/cases/server/connectors/servicenow/itsm_format.test.ts rename to x-pack/platform/plugins/shared/cases/server/connectors/servicenow/itsm_format.test.ts diff --git a/x-pack/plugins/cases/server/connectors/servicenow/itsm_format.ts b/x-pack/platform/plugins/shared/cases/server/connectors/servicenow/itsm_format.ts similarity index 100% rename from x-pack/plugins/cases/server/connectors/servicenow/itsm_format.ts rename to x-pack/platform/plugins/shared/cases/server/connectors/servicenow/itsm_format.ts diff --git a/x-pack/plugins/cases/server/connectors/servicenow/itsm_mapping.ts b/x-pack/platform/plugins/shared/cases/server/connectors/servicenow/itsm_mapping.ts similarity index 100% rename from x-pack/plugins/cases/server/connectors/servicenow/itsm_mapping.ts rename to x-pack/platform/plugins/shared/cases/server/connectors/servicenow/itsm_mapping.ts diff --git a/x-pack/plugins/cases/server/connectors/servicenow/sir_format.test.ts b/x-pack/platform/plugins/shared/cases/server/connectors/servicenow/sir_format.test.ts similarity index 100% rename from x-pack/plugins/cases/server/connectors/servicenow/sir_format.test.ts rename to x-pack/platform/plugins/shared/cases/server/connectors/servicenow/sir_format.test.ts diff --git a/x-pack/plugins/cases/server/connectors/servicenow/sir_format.ts b/x-pack/platform/plugins/shared/cases/server/connectors/servicenow/sir_format.ts similarity index 100% rename from x-pack/plugins/cases/server/connectors/servicenow/sir_format.ts rename to x-pack/platform/plugins/shared/cases/server/connectors/servicenow/sir_format.ts diff --git a/x-pack/plugins/cases/server/connectors/servicenow/sir_mapping.ts b/x-pack/platform/plugins/shared/cases/server/connectors/servicenow/sir_mapping.ts similarity index 100% rename from x-pack/plugins/cases/server/connectors/servicenow/sir_mapping.ts rename to x-pack/platform/plugins/shared/cases/server/connectors/servicenow/sir_mapping.ts diff --git a/x-pack/plugins/cases/server/connectors/servicenow/types.ts b/x-pack/platform/plugins/shared/cases/server/connectors/servicenow/types.ts similarity index 100% rename from x-pack/plugins/cases/server/connectors/servicenow/types.ts rename to x-pack/platform/plugins/shared/cases/server/connectors/servicenow/types.ts diff --git a/x-pack/plugins/cases/server/connectors/swimlane/format.test.ts b/x-pack/platform/plugins/shared/cases/server/connectors/swimlane/format.test.ts similarity index 100% rename from x-pack/plugins/cases/server/connectors/swimlane/format.test.ts rename to x-pack/platform/plugins/shared/cases/server/connectors/swimlane/format.test.ts diff --git a/x-pack/plugins/cases/server/connectors/swimlane/format.ts b/x-pack/platform/plugins/shared/cases/server/connectors/swimlane/format.ts similarity index 100% rename from x-pack/plugins/cases/server/connectors/swimlane/format.ts rename to x-pack/platform/plugins/shared/cases/server/connectors/swimlane/format.ts diff --git a/x-pack/plugins/cases/server/connectors/swimlane/index.ts b/x-pack/platform/plugins/shared/cases/server/connectors/swimlane/index.ts similarity index 100% rename from x-pack/plugins/cases/server/connectors/swimlane/index.ts rename to x-pack/platform/plugins/shared/cases/server/connectors/swimlane/index.ts diff --git a/x-pack/plugins/cases/server/connectors/swimlane/mapping.ts b/x-pack/platform/plugins/shared/cases/server/connectors/swimlane/mapping.ts similarity index 100% rename from x-pack/plugins/cases/server/connectors/swimlane/mapping.ts rename to x-pack/platform/plugins/shared/cases/server/connectors/swimlane/mapping.ts diff --git a/x-pack/plugins/cases/server/connectors/swimlane/types.ts b/x-pack/platform/plugins/shared/cases/server/connectors/swimlane/types.ts similarity index 100% rename from x-pack/plugins/cases/server/connectors/swimlane/types.ts rename to x-pack/platform/plugins/shared/cases/server/connectors/swimlane/types.ts diff --git a/x-pack/plugins/cases/server/connectors/thehive/format.test.ts b/x-pack/platform/plugins/shared/cases/server/connectors/thehive/format.test.ts similarity index 100% rename from x-pack/plugins/cases/server/connectors/thehive/format.test.ts rename to x-pack/platform/plugins/shared/cases/server/connectors/thehive/format.test.ts diff --git a/x-pack/plugins/cases/server/connectors/thehive/format.ts b/x-pack/platform/plugins/shared/cases/server/connectors/thehive/format.ts similarity index 100% rename from x-pack/plugins/cases/server/connectors/thehive/format.ts rename to x-pack/platform/plugins/shared/cases/server/connectors/thehive/format.ts diff --git a/x-pack/plugins/cases/server/connectors/thehive/index.ts b/x-pack/platform/plugins/shared/cases/server/connectors/thehive/index.ts similarity index 100% rename from x-pack/plugins/cases/server/connectors/thehive/index.ts rename to x-pack/platform/plugins/shared/cases/server/connectors/thehive/index.ts diff --git a/x-pack/plugins/cases/server/connectors/thehive/mapping.ts b/x-pack/platform/plugins/shared/cases/server/connectors/thehive/mapping.ts similarity index 100% rename from x-pack/plugins/cases/server/connectors/thehive/mapping.ts rename to x-pack/platform/plugins/shared/cases/server/connectors/thehive/mapping.ts diff --git a/x-pack/plugins/cases/server/connectors/thehive/types.ts b/x-pack/platform/plugins/shared/cases/server/connectors/thehive/types.ts similarity index 100% rename from x-pack/plugins/cases/server/connectors/thehive/types.ts rename to x-pack/platform/plugins/shared/cases/server/connectors/thehive/types.ts diff --git a/x-pack/plugins/cases/server/connectors/types.ts b/x-pack/platform/plugins/shared/cases/server/connectors/types.ts similarity index 100% rename from x-pack/plugins/cases/server/connectors/types.ts rename to x-pack/platform/plugins/shared/cases/server/connectors/types.ts diff --git a/x-pack/plugins/cases/server/custom_fields/factory.ts b/x-pack/platform/plugins/shared/cases/server/custom_fields/factory.ts similarity index 100% rename from x-pack/plugins/cases/server/custom_fields/factory.ts rename to x-pack/platform/plugins/shared/cases/server/custom_fields/factory.ts diff --git a/x-pack/plugins/cases/server/custom_fields/index.ts b/x-pack/platform/plugins/shared/cases/server/custom_fields/index.ts similarity index 100% rename from x-pack/plugins/cases/server/custom_fields/index.ts rename to x-pack/platform/plugins/shared/cases/server/custom_fields/index.ts diff --git a/x-pack/plugins/cases/server/custom_fields/number.ts b/x-pack/platform/plugins/shared/cases/server/custom_fields/number.ts similarity index 100% rename from x-pack/plugins/cases/server/custom_fields/number.ts rename to x-pack/platform/plugins/shared/cases/server/custom_fields/number.ts diff --git a/x-pack/plugins/cases/server/custom_fields/text.ts b/x-pack/platform/plugins/shared/cases/server/custom_fields/text.ts similarity index 100% rename from x-pack/plugins/cases/server/custom_fields/text.ts rename to x-pack/platform/plugins/shared/cases/server/custom_fields/text.ts diff --git a/x-pack/plugins/cases/server/custom_fields/toggle.ts b/x-pack/platform/plugins/shared/cases/server/custom_fields/toggle.ts similarity index 100% rename from x-pack/plugins/cases/server/custom_fields/toggle.ts rename to x-pack/platform/plugins/shared/cases/server/custom_fields/toggle.ts diff --git a/x-pack/plugins/cases/server/custom_fields/types.ts b/x-pack/platform/plugins/shared/cases/server/custom_fields/types.ts similarity index 100% rename from x-pack/plugins/cases/server/custom_fields/types.ts rename to x-pack/platform/plugins/shared/cases/server/custom_fields/types.ts diff --git a/x-pack/plugins/cases/server/features/constants.ts b/x-pack/platform/plugins/shared/cases/server/features/constants.ts similarity index 100% rename from x-pack/plugins/cases/server/features/constants.ts rename to x-pack/platform/plugins/shared/cases/server/features/constants.ts diff --git a/x-pack/plugins/cases/server/features/index.ts b/x-pack/platform/plugins/shared/cases/server/features/index.ts similarity index 100% rename from x-pack/plugins/cases/server/features/index.ts rename to x-pack/platform/plugins/shared/cases/server/features/index.ts diff --git a/x-pack/plugins/cases/server/features/v1.ts b/x-pack/platform/plugins/shared/cases/server/features/v1.ts similarity index 100% rename from x-pack/plugins/cases/server/features/v1.ts rename to x-pack/platform/plugins/shared/cases/server/features/v1.ts diff --git a/x-pack/plugins/cases/server/features/v2.ts b/x-pack/platform/plugins/shared/cases/server/features/v2.ts similarity index 100% rename from x-pack/plugins/cases/server/features/v2.ts rename to x-pack/platform/plugins/shared/cases/server/features/v2.ts diff --git a/x-pack/plugins/cases/server/files/index.test.ts b/x-pack/platform/plugins/shared/cases/server/files/index.test.ts similarity index 100% rename from x-pack/plugins/cases/server/files/index.test.ts rename to x-pack/platform/plugins/shared/cases/server/files/index.test.ts diff --git a/x-pack/plugins/cases/server/files/index.ts b/x-pack/platform/plugins/shared/cases/server/files/index.ts similarity index 100% rename from x-pack/plugins/cases/server/files/index.ts rename to x-pack/platform/plugins/shared/cases/server/files/index.ts diff --git a/x-pack/plugins/cases/server/files/types.ts b/x-pack/platform/plugins/shared/cases/server/files/types.ts similarity index 100% rename from x-pack/plugins/cases/server/files/types.ts rename to x-pack/platform/plugins/shared/cases/server/files/types.ts diff --git a/x-pack/plugins/cases/server/index.ts b/x-pack/platform/plugins/shared/cases/server/index.ts similarity index 100% rename from x-pack/plugins/cases/server/index.ts rename to x-pack/platform/plugins/shared/cases/server/index.ts diff --git a/x-pack/plugins/cases/server/internal_attachments/index.ts b/x-pack/platform/plugins/shared/cases/server/internal_attachments/index.ts similarity index 100% rename from x-pack/plugins/cases/server/internal_attachments/index.ts rename to x-pack/platform/plugins/shared/cases/server/internal_attachments/index.ts diff --git a/x-pack/plugins/cases/server/mocks.ts b/x-pack/platform/plugins/shared/cases/server/mocks.ts similarity index 100% rename from x-pack/plugins/cases/server/mocks.ts rename to x-pack/platform/plugins/shared/cases/server/mocks.ts diff --git a/x-pack/plugins/cases/server/plugin.test.ts b/x-pack/platform/plugins/shared/cases/server/plugin.test.ts similarity index 100% rename from x-pack/plugins/cases/server/plugin.test.ts rename to x-pack/platform/plugins/shared/cases/server/plugin.test.ts diff --git a/x-pack/plugins/cases/server/plugin.ts b/x-pack/platform/plugins/shared/cases/server/plugin.ts similarity index 100% rename from x-pack/plugins/cases/server/plugin.ts rename to x-pack/platform/plugins/shared/cases/server/plugin.ts diff --git a/x-pack/plugins/cases/server/routes/api/__mocks__/request_responses.ts b/x-pack/platform/plugins/shared/cases/server/routes/api/__mocks__/request_responses.ts similarity index 100% rename from x-pack/plugins/cases/server/routes/api/__mocks__/request_responses.ts rename to x-pack/platform/plugins/shared/cases/server/routes/api/__mocks__/request_responses.ts diff --git a/x-pack/plugins/cases/server/routes/api/cases/alerts/get_cases.ts b/x-pack/platform/plugins/shared/cases/server/routes/api/cases/alerts/get_cases.ts similarity index 100% rename from x-pack/plugins/cases/server/routes/api/cases/alerts/get_cases.ts rename to x-pack/platform/plugins/shared/cases/server/routes/api/cases/alerts/get_cases.ts diff --git a/x-pack/plugins/cases/server/routes/api/cases/categories/get_categories.ts b/x-pack/platform/plugins/shared/cases/server/routes/api/cases/categories/get_categories.ts similarity index 100% rename from x-pack/plugins/cases/server/routes/api/cases/categories/get_categories.ts rename to x-pack/platform/plugins/shared/cases/server/routes/api/cases/categories/get_categories.ts diff --git a/x-pack/plugins/cases/server/routes/api/cases/delete_cases.ts b/x-pack/platform/plugins/shared/cases/server/routes/api/cases/delete_cases.ts similarity index 100% rename from x-pack/plugins/cases/server/routes/api/cases/delete_cases.ts rename to x-pack/platform/plugins/shared/cases/server/routes/api/cases/delete_cases.ts diff --git a/x-pack/plugins/cases/server/routes/api/cases/find_cases.ts b/x-pack/platform/plugins/shared/cases/server/routes/api/cases/find_cases.ts similarity index 100% rename from x-pack/plugins/cases/server/routes/api/cases/find_cases.ts rename to x-pack/platform/plugins/shared/cases/server/routes/api/cases/find_cases.ts diff --git a/x-pack/plugins/cases/server/routes/api/cases/get_case.test.ts b/x-pack/platform/plugins/shared/cases/server/routes/api/cases/get_case.test.ts similarity index 100% rename from x-pack/plugins/cases/server/routes/api/cases/get_case.test.ts rename to x-pack/platform/plugins/shared/cases/server/routes/api/cases/get_case.test.ts diff --git a/x-pack/plugins/cases/server/routes/api/cases/get_case.ts b/x-pack/platform/plugins/shared/cases/server/routes/api/cases/get_case.ts similarity index 100% rename from x-pack/plugins/cases/server/routes/api/cases/get_case.ts rename to x-pack/platform/plugins/shared/cases/server/routes/api/cases/get_case.ts diff --git a/x-pack/plugins/cases/server/routes/api/cases/patch_cases.ts b/x-pack/platform/plugins/shared/cases/server/routes/api/cases/patch_cases.ts similarity index 100% rename from x-pack/plugins/cases/server/routes/api/cases/patch_cases.ts rename to x-pack/platform/plugins/shared/cases/server/routes/api/cases/patch_cases.ts diff --git a/x-pack/plugins/cases/server/routes/api/cases/post_case.ts b/x-pack/platform/plugins/shared/cases/server/routes/api/cases/post_case.ts similarity index 100% rename from x-pack/plugins/cases/server/routes/api/cases/post_case.ts rename to x-pack/platform/plugins/shared/cases/server/routes/api/cases/post_case.ts diff --git a/x-pack/plugins/cases/server/routes/api/cases/push_case.ts b/x-pack/platform/plugins/shared/cases/server/routes/api/cases/push_case.ts similarity index 100% rename from x-pack/plugins/cases/server/routes/api/cases/push_case.ts rename to x-pack/platform/plugins/shared/cases/server/routes/api/cases/push_case.ts diff --git a/x-pack/plugins/cases/server/routes/api/cases/reporters/get_reporters.ts b/x-pack/platform/plugins/shared/cases/server/routes/api/cases/reporters/get_reporters.ts similarity index 100% rename from x-pack/plugins/cases/server/routes/api/cases/reporters/get_reporters.ts rename to x-pack/platform/plugins/shared/cases/server/routes/api/cases/reporters/get_reporters.ts diff --git a/x-pack/plugins/cases/server/routes/api/cases/tags/get_tags.ts b/x-pack/platform/plugins/shared/cases/server/routes/api/cases/tags/get_tags.ts similarity index 100% rename from x-pack/plugins/cases/server/routes/api/cases/tags/get_tags.ts rename to x-pack/platform/plugins/shared/cases/server/routes/api/cases/tags/get_tags.ts diff --git a/x-pack/plugins/cases/server/routes/api/comments/delete_all_comments.ts b/x-pack/platform/plugins/shared/cases/server/routes/api/comments/delete_all_comments.ts similarity index 100% rename from x-pack/plugins/cases/server/routes/api/comments/delete_all_comments.ts rename to x-pack/platform/plugins/shared/cases/server/routes/api/comments/delete_all_comments.ts diff --git a/x-pack/plugins/cases/server/routes/api/comments/delete_comment.ts b/x-pack/platform/plugins/shared/cases/server/routes/api/comments/delete_comment.ts similarity index 100% rename from x-pack/plugins/cases/server/routes/api/comments/delete_comment.ts rename to x-pack/platform/plugins/shared/cases/server/routes/api/comments/delete_comment.ts diff --git a/x-pack/plugins/cases/server/routes/api/comments/find_comments.ts b/x-pack/platform/plugins/shared/cases/server/routes/api/comments/find_comments.ts similarity index 100% rename from x-pack/plugins/cases/server/routes/api/comments/find_comments.ts rename to x-pack/platform/plugins/shared/cases/server/routes/api/comments/find_comments.ts diff --git a/x-pack/plugins/cases/server/routes/api/comments/get_alerts.ts b/x-pack/platform/plugins/shared/cases/server/routes/api/comments/get_alerts.ts similarity index 100% rename from x-pack/plugins/cases/server/routes/api/comments/get_alerts.ts rename to x-pack/platform/plugins/shared/cases/server/routes/api/comments/get_alerts.ts diff --git a/x-pack/plugins/cases/server/routes/api/comments/get_all_comment.test.ts b/x-pack/platform/plugins/shared/cases/server/routes/api/comments/get_all_comment.test.ts similarity index 100% rename from x-pack/plugins/cases/server/routes/api/comments/get_all_comment.test.ts rename to x-pack/platform/plugins/shared/cases/server/routes/api/comments/get_all_comment.test.ts diff --git a/x-pack/plugins/cases/server/routes/api/comments/get_all_comment.ts b/x-pack/platform/plugins/shared/cases/server/routes/api/comments/get_all_comment.ts similarity index 100% rename from x-pack/plugins/cases/server/routes/api/comments/get_all_comment.ts rename to x-pack/platform/plugins/shared/cases/server/routes/api/comments/get_all_comment.ts diff --git a/x-pack/plugins/cases/server/routes/api/comments/get_comment.ts b/x-pack/platform/plugins/shared/cases/server/routes/api/comments/get_comment.ts similarity index 100% rename from x-pack/plugins/cases/server/routes/api/comments/get_comment.ts rename to x-pack/platform/plugins/shared/cases/server/routes/api/comments/get_comment.ts diff --git a/x-pack/plugins/cases/server/routes/api/comments/patch_comment.ts b/x-pack/platform/plugins/shared/cases/server/routes/api/comments/patch_comment.ts similarity index 100% rename from x-pack/plugins/cases/server/routes/api/comments/patch_comment.ts rename to x-pack/platform/plugins/shared/cases/server/routes/api/comments/patch_comment.ts diff --git a/x-pack/plugins/cases/server/routes/api/comments/post_comment.ts b/x-pack/platform/plugins/shared/cases/server/routes/api/comments/post_comment.ts similarity index 100% rename from x-pack/plugins/cases/server/routes/api/comments/post_comment.ts rename to x-pack/platform/plugins/shared/cases/server/routes/api/comments/post_comment.ts diff --git a/x-pack/plugins/cases/server/routes/api/configure/get_configure.ts b/x-pack/platform/plugins/shared/cases/server/routes/api/configure/get_configure.ts similarity index 100% rename from x-pack/plugins/cases/server/routes/api/configure/get_configure.ts rename to x-pack/platform/plugins/shared/cases/server/routes/api/configure/get_configure.ts diff --git a/x-pack/plugins/cases/server/routes/api/configure/get_connectors.ts b/x-pack/platform/plugins/shared/cases/server/routes/api/configure/get_connectors.ts similarity index 100% rename from x-pack/plugins/cases/server/routes/api/configure/get_connectors.ts rename to x-pack/platform/plugins/shared/cases/server/routes/api/configure/get_connectors.ts diff --git a/x-pack/plugins/cases/server/routes/api/configure/patch_configure.ts b/x-pack/platform/plugins/shared/cases/server/routes/api/configure/patch_configure.ts similarity index 100% rename from x-pack/plugins/cases/server/routes/api/configure/patch_configure.ts rename to x-pack/platform/plugins/shared/cases/server/routes/api/configure/patch_configure.ts diff --git a/x-pack/plugins/cases/server/routes/api/configure/post_configure.ts b/x-pack/platform/plugins/shared/cases/server/routes/api/configure/post_configure.ts similarity index 100% rename from x-pack/plugins/cases/server/routes/api/configure/post_configure.ts rename to x-pack/platform/plugins/shared/cases/server/routes/api/configure/post_configure.ts diff --git a/x-pack/plugins/cases/server/routes/api/create_cases_route.ts b/x-pack/platform/plugins/shared/cases/server/routes/api/create_cases_route.ts similarity index 100% rename from x-pack/plugins/cases/server/routes/api/create_cases_route.ts rename to x-pack/platform/plugins/shared/cases/server/routes/api/create_cases_route.ts diff --git a/x-pack/plugins/cases/server/routes/api/files/post_file.test.ts b/x-pack/platform/plugins/shared/cases/server/routes/api/files/post_file.test.ts similarity index 100% rename from x-pack/plugins/cases/server/routes/api/files/post_file.test.ts rename to x-pack/platform/plugins/shared/cases/server/routes/api/files/post_file.test.ts diff --git a/x-pack/plugins/cases/server/routes/api/files/post_file.ts b/x-pack/platform/plugins/shared/cases/server/routes/api/files/post_file.ts similarity index 100% rename from x-pack/plugins/cases/server/routes/api/files/post_file.ts rename to x-pack/platform/plugins/shared/cases/server/routes/api/files/post_file.ts diff --git a/x-pack/plugins/cases/server/routes/api/get_external_routes.ts b/x-pack/platform/plugins/shared/cases/server/routes/api/get_external_routes.ts similarity index 100% rename from x-pack/plugins/cases/server/routes/api/get_external_routes.ts rename to x-pack/platform/plugins/shared/cases/server/routes/api/get_external_routes.ts diff --git a/x-pack/plugins/cases/server/routes/api/get_internal_routes.ts b/x-pack/platform/plugins/shared/cases/server/routes/api/get_internal_routes.ts similarity index 100% rename from x-pack/plugins/cases/server/routes/api/get_internal_routes.ts rename to x-pack/platform/plugins/shared/cases/server/routes/api/get_internal_routes.ts diff --git a/x-pack/plugins/cases/server/routes/api/index.ts b/x-pack/platform/plugins/shared/cases/server/routes/api/index.ts similarity index 100% rename from x-pack/plugins/cases/server/routes/api/index.ts rename to x-pack/platform/plugins/shared/cases/server/routes/api/index.ts diff --git a/x-pack/plugins/cases/server/routes/api/internal/bulk_create_attachments.ts b/x-pack/platform/plugins/shared/cases/server/routes/api/internal/bulk_create_attachments.ts similarity index 100% rename from x-pack/plugins/cases/server/routes/api/internal/bulk_create_attachments.ts rename to x-pack/platform/plugins/shared/cases/server/routes/api/internal/bulk_create_attachments.ts diff --git a/x-pack/plugins/cases/server/routes/api/internal/bulk_delete_file_attachments.ts b/x-pack/platform/plugins/shared/cases/server/routes/api/internal/bulk_delete_file_attachments.ts similarity index 100% rename from x-pack/plugins/cases/server/routes/api/internal/bulk_delete_file_attachments.ts rename to x-pack/platform/plugins/shared/cases/server/routes/api/internal/bulk_delete_file_attachments.ts diff --git a/x-pack/plugins/cases/server/routes/api/internal/bulk_get_attachments.ts b/x-pack/platform/plugins/shared/cases/server/routes/api/internal/bulk_get_attachments.ts similarity index 100% rename from x-pack/plugins/cases/server/routes/api/internal/bulk_get_attachments.ts rename to x-pack/platform/plugins/shared/cases/server/routes/api/internal/bulk_get_attachments.ts diff --git a/x-pack/plugins/cases/server/routes/api/internal/bulk_get_cases.ts b/x-pack/platform/plugins/shared/cases/server/routes/api/internal/bulk_get_cases.ts similarity index 100% rename from x-pack/plugins/cases/server/routes/api/internal/bulk_get_cases.ts rename to x-pack/platform/plugins/shared/cases/server/routes/api/internal/bulk_get_cases.ts diff --git a/x-pack/plugins/cases/server/routes/api/internal/get_case_metrics.ts b/x-pack/platform/plugins/shared/cases/server/routes/api/internal/get_case_metrics.ts similarity index 100% rename from x-pack/plugins/cases/server/routes/api/internal/get_case_metrics.ts rename to x-pack/platform/plugins/shared/cases/server/routes/api/internal/get_case_metrics.ts diff --git a/x-pack/plugins/cases/server/routes/api/internal/get_case_user_actions_stats.ts b/x-pack/platform/plugins/shared/cases/server/routes/api/internal/get_case_user_actions_stats.ts similarity index 100% rename from x-pack/plugins/cases/server/routes/api/internal/get_case_user_actions_stats.ts rename to x-pack/platform/plugins/shared/cases/server/routes/api/internal/get_case_user_actions_stats.ts diff --git a/x-pack/plugins/cases/server/routes/api/internal/get_case_users.ts b/x-pack/platform/plugins/shared/cases/server/routes/api/internal/get_case_users.ts similarity index 100% rename from x-pack/plugins/cases/server/routes/api/internal/get_case_users.ts rename to x-pack/platform/plugins/shared/cases/server/routes/api/internal/get_case_users.ts diff --git a/x-pack/plugins/cases/server/routes/api/internal/get_cases_metrics.ts b/x-pack/platform/plugins/shared/cases/server/routes/api/internal/get_cases_metrics.ts similarity index 100% rename from x-pack/plugins/cases/server/routes/api/internal/get_cases_metrics.ts rename to x-pack/platform/plugins/shared/cases/server/routes/api/internal/get_cases_metrics.ts diff --git a/x-pack/plugins/cases/server/routes/api/internal/get_connectors.ts b/x-pack/platform/plugins/shared/cases/server/routes/api/internal/get_connectors.ts similarity index 100% rename from x-pack/plugins/cases/server/routes/api/internal/get_connectors.ts rename to x-pack/platform/plugins/shared/cases/server/routes/api/internal/get_connectors.ts diff --git a/x-pack/plugins/cases/server/routes/api/internal/replace_custom_field.ts b/x-pack/platform/plugins/shared/cases/server/routes/api/internal/replace_custom_field.ts similarity index 100% rename from x-pack/plugins/cases/server/routes/api/internal/replace_custom_field.ts rename to x-pack/platform/plugins/shared/cases/server/routes/api/internal/replace_custom_field.ts diff --git a/x-pack/plugins/cases/server/routes/api/internal/search_cases.ts b/x-pack/platform/plugins/shared/cases/server/routes/api/internal/search_cases.ts similarity index 100% rename from x-pack/plugins/cases/server/routes/api/internal/search_cases.ts rename to x-pack/platform/plugins/shared/cases/server/routes/api/internal/search_cases.ts diff --git a/x-pack/plugins/cases/server/routes/api/internal/suggest_user_profiles.ts b/x-pack/platform/plugins/shared/cases/server/routes/api/internal/suggest_user_profiles.ts similarity index 100% rename from x-pack/plugins/cases/server/routes/api/internal/suggest_user_profiles.ts rename to x-pack/platform/plugins/shared/cases/server/routes/api/internal/suggest_user_profiles.ts diff --git a/x-pack/plugins/cases/server/routes/api/register_routes.test.ts b/x-pack/platform/plugins/shared/cases/server/routes/api/register_routes.test.ts similarity index 100% rename from x-pack/plugins/cases/server/routes/api/register_routes.test.ts rename to x-pack/platform/plugins/shared/cases/server/routes/api/register_routes.test.ts diff --git a/x-pack/plugins/cases/server/routes/api/register_routes.ts b/x-pack/platform/plugins/shared/cases/server/routes/api/register_routes.ts similarity index 100% rename from x-pack/plugins/cases/server/routes/api/register_routes.ts rename to x-pack/platform/plugins/shared/cases/server/routes/api/register_routes.ts diff --git a/x-pack/plugins/cases/server/routes/api/stats/get_status.test.ts b/x-pack/platform/plugins/shared/cases/server/routes/api/stats/get_status.test.ts similarity index 100% rename from x-pack/plugins/cases/server/routes/api/stats/get_status.test.ts rename to x-pack/platform/plugins/shared/cases/server/routes/api/stats/get_status.test.ts diff --git a/x-pack/plugins/cases/server/routes/api/stats/get_status.ts b/x-pack/platform/plugins/shared/cases/server/routes/api/stats/get_status.ts similarity index 100% rename from x-pack/plugins/cases/server/routes/api/stats/get_status.ts rename to x-pack/platform/plugins/shared/cases/server/routes/api/stats/get_status.ts diff --git a/x-pack/plugins/cases/server/routes/api/types.ts b/x-pack/platform/plugins/shared/cases/server/routes/api/types.ts similarity index 100% rename from x-pack/plugins/cases/server/routes/api/types.ts rename to x-pack/platform/plugins/shared/cases/server/routes/api/types.ts diff --git a/x-pack/plugins/cases/server/routes/api/user_actions/find_user_actions.ts b/x-pack/platform/plugins/shared/cases/server/routes/api/user_actions/find_user_actions.ts similarity index 100% rename from x-pack/plugins/cases/server/routes/api/user_actions/find_user_actions.ts rename to x-pack/platform/plugins/shared/cases/server/routes/api/user_actions/find_user_actions.ts diff --git a/x-pack/plugins/cases/server/routes/api/user_actions/get_all_user_actions.test.ts b/x-pack/platform/plugins/shared/cases/server/routes/api/user_actions/get_all_user_actions.test.ts similarity index 100% rename from x-pack/plugins/cases/server/routes/api/user_actions/get_all_user_actions.test.ts rename to x-pack/platform/plugins/shared/cases/server/routes/api/user_actions/get_all_user_actions.test.ts diff --git a/x-pack/plugins/cases/server/routes/api/user_actions/get_all_user_actions.ts b/x-pack/platform/plugins/shared/cases/server/routes/api/user_actions/get_all_user_actions.ts similarity index 100% rename from x-pack/plugins/cases/server/routes/api/user_actions/get_all_user_actions.ts rename to x-pack/platform/plugins/shared/cases/server/routes/api/user_actions/get_all_user_actions.ts diff --git a/x-pack/plugins/cases/server/routes/api/utils.test.ts b/x-pack/platform/plugins/shared/cases/server/routes/api/utils.test.ts similarity index 100% rename from x-pack/plugins/cases/server/routes/api/utils.test.ts rename to x-pack/platform/plugins/shared/cases/server/routes/api/utils.test.ts diff --git a/x-pack/plugins/cases/server/routes/api/utils.ts b/x-pack/platform/plugins/shared/cases/server/routes/api/utils.ts similarity index 100% rename from x-pack/plugins/cases/server/routes/api/utils.ts rename to x-pack/platform/plugins/shared/cases/server/routes/api/utils.ts diff --git a/x-pack/plugins/cases/server/saved_object_types/cases/cases.ts b/x-pack/platform/plugins/shared/cases/server/saved_object_types/cases/cases.ts similarity index 100% rename from x-pack/plugins/cases/server/saved_object_types/cases/cases.ts rename to x-pack/platform/plugins/shared/cases/server/saved_object_types/cases/cases.ts diff --git a/x-pack/plugins/cases/server/saved_object_types/cases/model_versions.test.ts b/x-pack/platform/plugins/shared/cases/server/saved_object_types/cases/model_versions.test.ts similarity index 100% rename from x-pack/plugins/cases/server/saved_object_types/cases/model_versions.test.ts rename to x-pack/platform/plugins/shared/cases/server/saved_object_types/cases/model_versions.test.ts diff --git a/x-pack/plugins/cases/server/saved_object_types/cases/model_versions.ts b/x-pack/platform/plugins/shared/cases/server/saved_object_types/cases/model_versions.ts similarity index 100% rename from x-pack/plugins/cases/server/saved_object_types/cases/model_versions.ts rename to x-pack/platform/plugins/shared/cases/server/saved_object_types/cases/model_versions.ts diff --git a/x-pack/plugins/cases/server/saved_object_types/cases/schemas/index.ts b/x-pack/platform/plugins/shared/cases/server/saved_object_types/cases/schemas/index.ts similarity index 100% rename from x-pack/plugins/cases/server/saved_object_types/cases/schemas/index.ts rename to x-pack/platform/plugins/shared/cases/server/saved_object_types/cases/schemas/index.ts diff --git a/x-pack/plugins/cases/server/saved_object_types/cases/schemas/latest.ts b/x-pack/platform/plugins/shared/cases/server/saved_object_types/cases/schemas/latest.ts similarity index 100% rename from x-pack/plugins/cases/server/saved_object_types/cases/schemas/latest.ts rename to x-pack/platform/plugins/shared/cases/server/saved_object_types/cases/schemas/latest.ts diff --git a/x-pack/plugins/cases/server/saved_object_types/cases/schemas/v1.ts b/x-pack/platform/plugins/shared/cases/server/saved_object_types/cases/schemas/v1.ts similarity index 100% rename from x-pack/plugins/cases/server/saved_object_types/cases/schemas/v1.ts rename to x-pack/platform/plugins/shared/cases/server/saved_object_types/cases/schemas/v1.ts diff --git a/x-pack/plugins/cases/server/saved_object_types/cases_rules.ts b/x-pack/platform/plugins/shared/cases/server/saved_object_types/cases_rules.ts similarity index 100% rename from x-pack/plugins/cases/server/saved_object_types/cases_rules.ts rename to x-pack/platform/plugins/shared/cases/server/saved_object_types/cases_rules.ts diff --git a/x-pack/plugins/cases/server/saved_object_types/comments.ts b/x-pack/platform/plugins/shared/cases/server/saved_object_types/comments.ts similarity index 100% rename from x-pack/plugins/cases/server/saved_object_types/comments.ts rename to x-pack/platform/plugins/shared/cases/server/saved_object_types/comments.ts diff --git a/x-pack/plugins/cases/server/saved_object_types/configure.ts b/x-pack/platform/plugins/shared/cases/server/saved_object_types/configure.ts similarity index 100% rename from x-pack/plugins/cases/server/saved_object_types/configure.ts rename to x-pack/platform/plugins/shared/cases/server/saved_object_types/configure.ts diff --git a/x-pack/plugins/cases/server/saved_object_types/connector_mappings.ts b/x-pack/platform/plugins/shared/cases/server/saved_object_types/connector_mappings.ts similarity index 100% rename from x-pack/plugins/cases/server/saved_object_types/connector_mappings.ts rename to x-pack/platform/plugins/shared/cases/server/saved_object_types/connector_mappings.ts diff --git a/x-pack/plugins/cases/server/saved_object_types/import_export/export.ts b/x-pack/platform/plugins/shared/cases/server/saved_object_types/import_export/export.ts similarity index 100% rename from x-pack/plugins/cases/server/saved_object_types/import_export/export.ts rename to x-pack/platform/plugins/shared/cases/server/saved_object_types/import_export/export.ts diff --git a/x-pack/plugins/cases/server/saved_object_types/index.ts b/x-pack/platform/plugins/shared/cases/server/saved_object_types/index.ts similarity index 100% rename from x-pack/plugins/cases/server/saved_object_types/index.ts rename to x-pack/platform/plugins/shared/cases/server/saved_object_types/index.ts diff --git a/x-pack/plugins/cases/server/saved_object_types/migrations/cases.test.ts b/x-pack/platform/plugins/shared/cases/server/saved_object_types/migrations/cases.test.ts similarity index 100% rename from x-pack/plugins/cases/server/saved_object_types/migrations/cases.test.ts rename to x-pack/platform/plugins/shared/cases/server/saved_object_types/migrations/cases.test.ts diff --git a/x-pack/plugins/cases/server/saved_object_types/migrations/cases.ts b/x-pack/platform/plugins/shared/cases/server/saved_object_types/migrations/cases.ts similarity index 100% rename from x-pack/plugins/cases/server/saved_object_types/migrations/cases.ts rename to x-pack/platform/plugins/shared/cases/server/saved_object_types/migrations/cases.ts diff --git a/x-pack/plugins/cases/server/saved_object_types/migrations/comments.test.ts b/x-pack/platform/plugins/shared/cases/server/saved_object_types/migrations/comments.test.ts similarity index 100% rename from x-pack/plugins/cases/server/saved_object_types/migrations/comments.test.ts rename to x-pack/platform/plugins/shared/cases/server/saved_object_types/migrations/comments.test.ts diff --git a/x-pack/plugins/cases/server/saved_object_types/migrations/comments.ts b/x-pack/platform/plugins/shared/cases/server/saved_object_types/migrations/comments.ts similarity index 100% rename from x-pack/plugins/cases/server/saved_object_types/migrations/comments.ts rename to x-pack/platform/plugins/shared/cases/server/saved_object_types/migrations/comments.ts diff --git a/x-pack/plugins/cases/server/saved_object_types/migrations/configuration.test.ts b/x-pack/platform/plugins/shared/cases/server/saved_object_types/migrations/configuration.test.ts similarity index 100% rename from x-pack/plugins/cases/server/saved_object_types/migrations/configuration.test.ts rename to x-pack/platform/plugins/shared/cases/server/saved_object_types/migrations/configuration.test.ts diff --git a/x-pack/plugins/cases/server/saved_object_types/migrations/configuration.ts b/x-pack/platform/plugins/shared/cases/server/saved_object_types/migrations/configuration.ts similarity index 100% rename from x-pack/plugins/cases/server/saved_object_types/migrations/configuration.ts rename to x-pack/platform/plugins/shared/cases/server/saved_object_types/migrations/configuration.ts diff --git a/x-pack/plugins/cases/server/saved_object_types/migrations/constants.ts b/x-pack/platform/plugins/shared/cases/server/saved_object_types/migrations/constants.ts similarity index 100% rename from x-pack/plugins/cases/server/saved_object_types/migrations/constants.ts rename to x-pack/platform/plugins/shared/cases/server/saved_object_types/migrations/constants.ts diff --git a/x-pack/plugins/cases/server/saved_object_types/migrations/index.ts b/x-pack/platform/plugins/shared/cases/server/saved_object_types/migrations/index.ts similarity index 100% rename from x-pack/plugins/cases/server/saved_object_types/migrations/index.ts rename to x-pack/platform/plugins/shared/cases/server/saved_object_types/migrations/index.ts diff --git a/x-pack/plugins/cases/server/saved_object_types/migrations/user_actions/alerts.test.ts b/x-pack/platform/plugins/shared/cases/server/saved_object_types/migrations/user_actions/alerts.test.ts similarity index 100% rename from x-pack/plugins/cases/server/saved_object_types/migrations/user_actions/alerts.test.ts rename to x-pack/platform/plugins/shared/cases/server/saved_object_types/migrations/user_actions/alerts.test.ts diff --git a/x-pack/plugins/cases/server/saved_object_types/migrations/user_actions/alerts.ts b/x-pack/platform/plugins/shared/cases/server/saved_object_types/migrations/user_actions/alerts.ts similarity index 100% rename from x-pack/plugins/cases/server/saved_object_types/migrations/user_actions/alerts.ts rename to x-pack/platform/plugins/shared/cases/server/saved_object_types/migrations/user_actions/alerts.ts diff --git a/x-pack/plugins/cases/server/saved_object_types/migrations/user_actions/assignees.test.ts b/x-pack/platform/plugins/shared/cases/server/saved_object_types/migrations/user_actions/assignees.test.ts similarity index 100% rename from x-pack/plugins/cases/server/saved_object_types/migrations/user_actions/assignees.test.ts rename to x-pack/platform/plugins/shared/cases/server/saved_object_types/migrations/user_actions/assignees.test.ts diff --git a/x-pack/plugins/cases/server/saved_object_types/migrations/user_actions/assignees.ts b/x-pack/platform/plugins/shared/cases/server/saved_object_types/migrations/user_actions/assignees.ts similarity index 100% rename from x-pack/plugins/cases/server/saved_object_types/migrations/user_actions/assignees.ts rename to x-pack/platform/plugins/shared/cases/server/saved_object_types/migrations/user_actions/assignees.ts diff --git a/x-pack/plugins/cases/server/saved_object_types/migrations/user_actions/connector_id.test.ts b/x-pack/platform/plugins/shared/cases/server/saved_object_types/migrations/user_actions/connector_id.test.ts similarity index 100% rename from x-pack/plugins/cases/server/saved_object_types/migrations/user_actions/connector_id.test.ts rename to x-pack/platform/plugins/shared/cases/server/saved_object_types/migrations/user_actions/connector_id.test.ts diff --git a/x-pack/plugins/cases/server/saved_object_types/migrations/user_actions/connector_id.ts b/x-pack/platform/plugins/shared/cases/server/saved_object_types/migrations/user_actions/connector_id.ts similarity index 100% rename from x-pack/plugins/cases/server/saved_object_types/migrations/user_actions/connector_id.ts rename to x-pack/platform/plugins/shared/cases/server/saved_object_types/migrations/user_actions/connector_id.ts diff --git a/x-pack/plugins/cases/server/saved_object_types/migrations/user_actions/constants.ts b/x-pack/platform/plugins/shared/cases/server/saved_object_types/migrations/user_actions/constants.ts similarity index 100% rename from x-pack/plugins/cases/server/saved_object_types/migrations/user_actions/constants.ts rename to x-pack/platform/plugins/shared/cases/server/saved_object_types/migrations/user_actions/constants.ts diff --git a/x-pack/plugins/cases/server/saved_object_types/migrations/user_actions/index.ts b/x-pack/platform/plugins/shared/cases/server/saved_object_types/migrations/user_actions/index.ts similarity index 100% rename from x-pack/plugins/cases/server/saved_object_types/migrations/user_actions/index.ts rename to x-pack/platform/plugins/shared/cases/server/saved_object_types/migrations/user_actions/index.ts diff --git a/x-pack/plugins/cases/server/saved_object_types/migrations/user_actions/payload.test.ts b/x-pack/platform/plugins/shared/cases/server/saved_object_types/migrations/user_actions/payload.test.ts similarity index 100% rename from x-pack/plugins/cases/server/saved_object_types/migrations/user_actions/payload.test.ts rename to x-pack/platform/plugins/shared/cases/server/saved_object_types/migrations/user_actions/payload.test.ts diff --git a/x-pack/plugins/cases/server/saved_object_types/migrations/user_actions/payload.ts b/x-pack/platform/plugins/shared/cases/server/saved_object_types/migrations/user_actions/payload.ts similarity index 100% rename from x-pack/plugins/cases/server/saved_object_types/migrations/user_actions/payload.ts rename to x-pack/platform/plugins/shared/cases/server/saved_object_types/migrations/user_actions/payload.ts diff --git a/x-pack/plugins/cases/server/saved_object_types/migrations/user_actions/severity.test.ts b/x-pack/platform/plugins/shared/cases/server/saved_object_types/migrations/user_actions/severity.test.ts similarity index 100% rename from x-pack/plugins/cases/server/saved_object_types/migrations/user_actions/severity.test.ts rename to x-pack/platform/plugins/shared/cases/server/saved_object_types/migrations/user_actions/severity.test.ts diff --git a/x-pack/plugins/cases/server/saved_object_types/migrations/user_actions/severity.ts b/x-pack/platform/plugins/shared/cases/server/saved_object_types/migrations/user_actions/severity.ts similarity index 100% rename from x-pack/plugins/cases/server/saved_object_types/migrations/user_actions/severity.ts rename to x-pack/platform/plugins/shared/cases/server/saved_object_types/migrations/user_actions/severity.ts diff --git a/x-pack/plugins/cases/server/saved_object_types/migrations/user_actions/types.ts b/x-pack/platform/plugins/shared/cases/server/saved_object_types/migrations/user_actions/types.ts similarity index 100% rename from x-pack/plugins/cases/server/saved_object_types/migrations/user_actions/types.ts rename to x-pack/platform/plugins/shared/cases/server/saved_object_types/migrations/user_actions/types.ts diff --git a/x-pack/plugins/cases/server/saved_object_types/migrations/utils.test.ts b/x-pack/platform/plugins/shared/cases/server/saved_object_types/migrations/utils.test.ts similarity index 100% rename from x-pack/plugins/cases/server/saved_object_types/migrations/utils.test.ts rename to x-pack/platform/plugins/shared/cases/server/saved_object_types/migrations/utils.test.ts diff --git a/x-pack/plugins/cases/server/saved_object_types/migrations/utils.ts b/x-pack/platform/plugins/shared/cases/server/saved_object_types/migrations/utils.ts similarity index 100% rename from x-pack/plugins/cases/server/saved_object_types/migrations/utils.ts rename to x-pack/platform/plugins/shared/cases/server/saved_object_types/migrations/utils.ts diff --git a/x-pack/plugins/cases/server/saved_object_types/telemetry.ts b/x-pack/platform/plugins/shared/cases/server/saved_object_types/telemetry.ts similarity index 100% rename from x-pack/plugins/cases/server/saved_object_types/telemetry.ts rename to x-pack/platform/plugins/shared/cases/server/saved_object_types/telemetry.ts diff --git a/x-pack/plugins/cases/server/saved_object_types/user_actions.ts b/x-pack/platform/plugins/shared/cases/server/saved_object_types/user_actions.ts similarity index 100% rename from x-pack/plugins/cases/server/saved_object_types/user_actions.ts rename to x-pack/platform/plugins/shared/cases/server/saved_object_types/user_actions.ts diff --git a/x-pack/plugins/cases/server/services/alerts/index.test.ts b/x-pack/platform/plugins/shared/cases/server/services/alerts/index.test.ts similarity index 100% rename from x-pack/plugins/cases/server/services/alerts/index.test.ts rename to x-pack/platform/plugins/shared/cases/server/services/alerts/index.test.ts diff --git a/x-pack/plugins/cases/server/services/alerts/index.ts b/x-pack/platform/plugins/shared/cases/server/services/alerts/index.ts similarity index 100% rename from x-pack/plugins/cases/server/services/alerts/index.ts rename to x-pack/platform/plugins/shared/cases/server/services/alerts/index.ts diff --git a/x-pack/plugins/cases/server/services/attachments/index.test.ts b/x-pack/platform/plugins/shared/cases/server/services/attachments/index.test.ts similarity index 100% rename from x-pack/plugins/cases/server/services/attachments/index.test.ts rename to x-pack/platform/plugins/shared/cases/server/services/attachments/index.test.ts diff --git a/x-pack/plugins/cases/server/services/attachments/index.ts b/x-pack/platform/plugins/shared/cases/server/services/attachments/index.ts similarity index 100% rename from x-pack/plugins/cases/server/services/attachments/index.ts rename to x-pack/platform/plugins/shared/cases/server/services/attachments/index.ts diff --git a/x-pack/plugins/cases/server/services/attachments/operations/get.test.ts b/x-pack/platform/plugins/shared/cases/server/services/attachments/operations/get.test.ts similarity index 100% rename from x-pack/plugins/cases/server/services/attachments/operations/get.test.ts rename to x-pack/platform/plugins/shared/cases/server/services/attachments/operations/get.test.ts diff --git a/x-pack/plugins/cases/server/services/attachments/operations/get.ts b/x-pack/platform/plugins/shared/cases/server/services/attachments/operations/get.ts similarity index 100% rename from x-pack/plugins/cases/server/services/attachments/operations/get.ts rename to x-pack/platform/plugins/shared/cases/server/services/attachments/operations/get.ts diff --git a/x-pack/plugins/cases/server/services/attachments/test_utils.ts b/x-pack/platform/plugins/shared/cases/server/services/attachments/test_utils.ts similarity index 100% rename from x-pack/plugins/cases/server/services/attachments/test_utils.ts rename to x-pack/platform/plugins/shared/cases/server/services/attachments/test_utils.ts diff --git a/x-pack/plugins/cases/server/services/attachments/types.ts b/x-pack/platform/plugins/shared/cases/server/services/attachments/types.ts similarity index 100% rename from x-pack/plugins/cases/server/services/attachments/types.ts rename to x-pack/platform/plugins/shared/cases/server/services/attachments/types.ts diff --git a/x-pack/plugins/cases/server/services/cases/index.test.ts b/x-pack/platform/plugins/shared/cases/server/services/cases/index.test.ts similarity index 100% rename from x-pack/plugins/cases/server/services/cases/index.test.ts rename to x-pack/platform/plugins/shared/cases/server/services/cases/index.test.ts diff --git a/x-pack/plugins/cases/server/services/cases/index.ts b/x-pack/platform/plugins/shared/cases/server/services/cases/index.ts similarity index 100% rename from x-pack/plugins/cases/server/services/cases/index.ts rename to x-pack/platform/plugins/shared/cases/server/services/cases/index.ts diff --git a/x-pack/plugins/cases/server/services/cases/transform.test.ts b/x-pack/platform/plugins/shared/cases/server/services/cases/transform.test.ts similarity index 100% rename from x-pack/plugins/cases/server/services/cases/transform.test.ts rename to x-pack/platform/plugins/shared/cases/server/services/cases/transform.test.ts diff --git a/x-pack/plugins/cases/server/services/cases/transform.ts b/x-pack/platform/plugins/shared/cases/server/services/cases/transform.ts similarity index 98% rename from x-pack/plugins/cases/server/services/cases/transform.ts rename to x-pack/platform/plugins/shared/cases/server/services/cases/transform.ts index 10eb6fc292323..1ece4abc5d85c 100644 --- a/x-pack/plugins/cases/server/services/cases/transform.ts +++ b/x-pack/platform/plugins/shared/cases/server/services/cases/transform.ts @@ -197,7 +197,7 @@ export function transformSavedObjectToExternalModel( } function transformESExternalService( - // this type needs to match that of CaseFullExternalService except that it does not include the connector_id, see: x-pack/plugins/cases/common/api/cases/case.ts + // this type needs to match that of CaseFullExternalService except that it does not include the connector_id, see: x-pack/platform/plugins/shared/cases/common/api/cases/case.ts // that's why it can be null here externalService: ExternalServicePersisted | null | undefined, references: SavedObjectReference[] | undefined diff --git a/x-pack/plugins/cases/server/services/cases/types.ts b/x-pack/platform/plugins/shared/cases/server/services/cases/types.ts similarity index 100% rename from x-pack/plugins/cases/server/services/cases/types.ts rename to x-pack/platform/plugins/shared/cases/server/services/cases/types.ts diff --git a/x-pack/plugins/cases/server/services/configure/index.test.ts b/x-pack/platform/plugins/shared/cases/server/services/configure/index.test.ts similarity index 100% rename from x-pack/plugins/cases/server/services/configure/index.test.ts rename to x-pack/platform/plugins/shared/cases/server/services/configure/index.test.ts diff --git a/x-pack/plugins/cases/server/services/configure/index.ts b/x-pack/platform/plugins/shared/cases/server/services/configure/index.ts similarity index 100% rename from x-pack/plugins/cases/server/services/configure/index.ts rename to x-pack/platform/plugins/shared/cases/server/services/configure/index.ts diff --git a/x-pack/plugins/cases/server/services/configure/types.ts b/x-pack/platform/plugins/shared/cases/server/services/configure/types.ts similarity index 100% rename from x-pack/plugins/cases/server/services/configure/types.ts rename to x-pack/platform/plugins/shared/cases/server/services/configure/types.ts diff --git a/x-pack/plugins/cases/server/services/connector_mappings/index.test.ts b/x-pack/platform/plugins/shared/cases/server/services/connector_mappings/index.test.ts similarity index 100% rename from x-pack/plugins/cases/server/services/connector_mappings/index.test.ts rename to x-pack/platform/plugins/shared/cases/server/services/connector_mappings/index.test.ts diff --git a/x-pack/plugins/cases/server/services/connector_mappings/index.ts b/x-pack/platform/plugins/shared/cases/server/services/connector_mappings/index.ts similarity index 100% rename from x-pack/plugins/cases/server/services/connector_mappings/index.ts rename to x-pack/platform/plugins/shared/cases/server/services/connector_mappings/index.ts diff --git a/x-pack/plugins/cases/server/services/connector_mappings/types.ts b/x-pack/platform/plugins/shared/cases/server/services/connector_mappings/types.ts similarity index 100% rename from x-pack/plugins/cases/server/services/connector_mappings/types.ts rename to x-pack/platform/plugins/shared/cases/server/services/connector_mappings/types.ts diff --git a/x-pack/plugins/cases/server/services/connector_reference_handler.test.ts b/x-pack/platform/plugins/shared/cases/server/services/connector_reference_handler.test.ts similarity index 100% rename from x-pack/plugins/cases/server/services/connector_reference_handler.test.ts rename to x-pack/platform/plugins/shared/cases/server/services/connector_reference_handler.test.ts diff --git a/x-pack/plugins/cases/server/services/connector_reference_handler.ts b/x-pack/platform/plugins/shared/cases/server/services/connector_reference_handler.ts similarity index 100% rename from x-pack/plugins/cases/server/services/connector_reference_handler.ts rename to x-pack/platform/plugins/shared/cases/server/services/connector_reference_handler.ts diff --git a/x-pack/plugins/cases/server/services/index.ts b/x-pack/platform/plugins/shared/cases/server/services/index.ts similarity index 100% rename from x-pack/plugins/cases/server/services/index.ts rename to x-pack/platform/plugins/shared/cases/server/services/index.ts diff --git a/x-pack/plugins/cases/server/services/licensing.ts b/x-pack/platform/plugins/shared/cases/server/services/licensing.ts similarity index 100% rename from x-pack/plugins/cases/server/services/licensing.ts rename to x-pack/platform/plugins/shared/cases/server/services/licensing.ts diff --git a/x-pack/plugins/cases/server/services/mocks.ts b/x-pack/platform/plugins/shared/cases/server/services/mocks.ts similarity index 100% rename from x-pack/plugins/cases/server/services/mocks.ts rename to x-pack/platform/plugins/shared/cases/server/services/mocks.ts diff --git a/x-pack/plugins/cases/server/services/notifications/email_notification_service.test.ts b/x-pack/platform/plugins/shared/cases/server/services/notifications/email_notification_service.test.ts similarity index 100% rename from x-pack/plugins/cases/server/services/notifications/email_notification_service.test.ts rename to x-pack/platform/plugins/shared/cases/server/services/notifications/email_notification_service.test.ts diff --git a/x-pack/plugins/cases/server/services/notifications/email_notification_service.ts b/x-pack/platform/plugins/shared/cases/server/services/notifications/email_notification_service.ts similarity index 100% rename from x-pack/plugins/cases/server/services/notifications/email_notification_service.ts rename to x-pack/platform/plugins/shared/cases/server/services/notifications/email_notification_service.ts diff --git a/x-pack/plugins/cases/server/services/notifications/templates/assignees/renderer.test.ts b/x-pack/platform/plugins/shared/cases/server/services/notifications/templates/assignees/renderer.test.ts similarity index 100% rename from x-pack/plugins/cases/server/services/notifications/templates/assignees/renderer.test.ts rename to x-pack/platform/plugins/shared/cases/server/services/notifications/templates/assignees/renderer.test.ts diff --git a/x-pack/plugins/cases/server/services/notifications/templates/assignees/renderer.ts b/x-pack/platform/plugins/shared/cases/server/services/notifications/templates/assignees/renderer.ts similarity index 100% rename from x-pack/plugins/cases/server/services/notifications/templates/assignees/renderer.ts rename to x-pack/platform/plugins/shared/cases/server/services/notifications/templates/assignees/renderer.ts diff --git a/x-pack/plugins/cases/server/services/notifications/templates/assignees/template.html b/x-pack/platform/plugins/shared/cases/server/services/notifications/templates/assignees/template.html similarity index 100% rename from x-pack/plugins/cases/server/services/notifications/templates/assignees/template.html rename to x-pack/platform/plugins/shared/cases/server/services/notifications/templates/assignees/template.html diff --git a/x-pack/plugins/cases/server/services/notifications/templates/assignees/template.test.ts b/x-pack/platform/plugins/shared/cases/server/services/notifications/templates/assignees/template.test.ts similarity index 100% rename from x-pack/plugins/cases/server/services/notifications/templates/assignees/template.test.ts rename to x-pack/platform/plugins/shared/cases/server/services/notifications/templates/assignees/template.test.ts diff --git a/x-pack/plugins/cases/server/services/notifications/templates/utils.test.ts b/x-pack/platform/plugins/shared/cases/server/services/notifications/templates/utils.test.ts similarity index 100% rename from x-pack/plugins/cases/server/services/notifications/templates/utils.test.ts rename to x-pack/platform/plugins/shared/cases/server/services/notifications/templates/utils.test.ts diff --git a/x-pack/plugins/cases/server/services/notifications/templates/utils.ts b/x-pack/platform/plugins/shared/cases/server/services/notifications/templates/utils.ts similarity index 100% rename from x-pack/plugins/cases/server/services/notifications/templates/utils.ts rename to x-pack/platform/plugins/shared/cases/server/services/notifications/templates/utils.ts diff --git a/x-pack/plugins/cases/server/services/notifications/types.ts b/x-pack/platform/plugins/shared/cases/server/services/notifications/types.ts similarity index 100% rename from x-pack/plugins/cases/server/services/notifications/types.ts rename to x-pack/platform/plugins/shared/cases/server/services/notifications/types.ts diff --git a/x-pack/plugins/cases/server/services/so_reference_extractor.test.ts b/x-pack/platform/plugins/shared/cases/server/services/so_reference_extractor.test.ts similarity index 100% rename from x-pack/plugins/cases/server/services/so_reference_extractor.test.ts rename to x-pack/platform/plugins/shared/cases/server/services/so_reference_extractor.test.ts diff --git a/x-pack/plugins/cases/server/services/so_reference_extractor.ts b/x-pack/platform/plugins/shared/cases/server/services/so_reference_extractor.ts similarity index 100% rename from x-pack/plugins/cases/server/services/so_reference_extractor.ts rename to x-pack/platform/plugins/shared/cases/server/services/so_reference_extractor.ts diff --git a/x-pack/plugins/cases/server/services/so_references.test.ts b/x-pack/platform/plugins/shared/cases/server/services/so_references.test.ts similarity index 100% rename from x-pack/plugins/cases/server/services/so_references.test.ts rename to x-pack/platform/plugins/shared/cases/server/services/so_references.test.ts diff --git a/x-pack/plugins/cases/server/services/so_references.ts b/x-pack/platform/plugins/shared/cases/server/services/so_references.ts similarity index 100% rename from x-pack/plugins/cases/server/services/so_references.ts rename to x-pack/platform/plugins/shared/cases/server/services/so_references.ts diff --git a/x-pack/plugins/cases/server/services/test_utils.ts b/x-pack/platform/plugins/shared/cases/server/services/test_utils.ts similarity index 100% rename from x-pack/plugins/cases/server/services/test_utils.ts rename to x-pack/platform/plugins/shared/cases/server/services/test_utils.ts diff --git a/x-pack/plugins/cases/server/services/transform.test.ts b/x-pack/platform/plugins/shared/cases/server/services/transform.test.ts similarity index 100% rename from x-pack/plugins/cases/server/services/transform.test.ts rename to x-pack/platform/plugins/shared/cases/server/services/transform.test.ts diff --git a/x-pack/plugins/cases/server/services/transform.ts b/x-pack/platform/plugins/shared/cases/server/services/transform.ts similarity index 100% rename from x-pack/plugins/cases/server/services/transform.ts rename to x-pack/platform/plugins/shared/cases/server/services/transform.ts diff --git a/x-pack/plugins/cases/server/services/type_guards.ts b/x-pack/platform/plugins/shared/cases/server/services/type_guards.ts similarity index 100% rename from x-pack/plugins/cases/server/services/type_guards.ts rename to x-pack/platform/plugins/shared/cases/server/services/type_guards.ts diff --git a/x-pack/plugins/cases/server/services/types.ts b/x-pack/platform/plugins/shared/cases/server/services/types.ts similarity index 100% rename from x-pack/plugins/cases/server/services/types.ts rename to x-pack/platform/plugins/shared/cases/server/services/types.ts diff --git a/x-pack/plugins/cases/server/services/user_actions/__snapshots__/audit_logger.test.ts.snap b/x-pack/platform/plugins/shared/cases/server/services/user_actions/__snapshots__/audit_logger.test.ts.snap similarity index 100% rename from x-pack/plugins/cases/server/services/user_actions/__snapshots__/audit_logger.test.ts.snap rename to x-pack/platform/plugins/shared/cases/server/services/user_actions/__snapshots__/audit_logger.test.ts.snap diff --git a/x-pack/plugins/cases/server/services/user_actions/__snapshots__/index.test.ts.snap b/x-pack/platform/plugins/shared/cases/server/services/user_actions/__snapshots__/index.test.ts.snap similarity index 100% rename from x-pack/plugins/cases/server/services/user_actions/__snapshots__/index.test.ts.snap rename to x-pack/platform/plugins/shared/cases/server/services/user_actions/__snapshots__/index.test.ts.snap diff --git a/x-pack/plugins/cases/server/services/user_actions/__snapshots__/transform.test.ts.snap b/x-pack/platform/plugins/shared/cases/server/services/user_actions/__snapshots__/transform.test.ts.snap similarity index 100% rename from x-pack/plugins/cases/server/services/user_actions/__snapshots__/transform.test.ts.snap rename to x-pack/platform/plugins/shared/cases/server/services/user_actions/__snapshots__/transform.test.ts.snap diff --git a/x-pack/plugins/cases/server/services/user_actions/abstract_builder.ts b/x-pack/platform/plugins/shared/cases/server/services/user_actions/abstract_builder.ts similarity index 100% rename from x-pack/plugins/cases/server/services/user_actions/abstract_builder.ts rename to x-pack/platform/plugins/shared/cases/server/services/user_actions/abstract_builder.ts diff --git a/x-pack/plugins/cases/server/services/user_actions/audit_logger.test.ts b/x-pack/platform/plugins/shared/cases/server/services/user_actions/audit_logger.test.ts similarity index 100% rename from x-pack/plugins/cases/server/services/user_actions/audit_logger.test.ts rename to x-pack/platform/plugins/shared/cases/server/services/user_actions/audit_logger.test.ts diff --git a/x-pack/plugins/cases/server/services/user_actions/audit_logger.ts b/x-pack/platform/plugins/shared/cases/server/services/user_actions/audit_logger.ts similarity index 100% rename from x-pack/plugins/cases/server/services/user_actions/audit_logger.ts rename to x-pack/platform/plugins/shared/cases/server/services/user_actions/audit_logger.ts diff --git a/x-pack/plugins/cases/server/services/user_actions/builder_factory.test.ts b/x-pack/platform/plugins/shared/cases/server/services/user_actions/builder_factory.test.ts similarity index 100% rename from x-pack/plugins/cases/server/services/user_actions/builder_factory.test.ts rename to x-pack/platform/plugins/shared/cases/server/services/user_actions/builder_factory.test.ts diff --git a/x-pack/plugins/cases/server/services/user_actions/builder_factory.ts b/x-pack/platform/plugins/shared/cases/server/services/user_actions/builder_factory.ts similarity index 100% rename from x-pack/plugins/cases/server/services/user_actions/builder_factory.ts rename to x-pack/platform/plugins/shared/cases/server/services/user_actions/builder_factory.ts diff --git a/x-pack/plugins/cases/server/services/user_actions/builders/assignees.ts b/x-pack/platform/plugins/shared/cases/server/services/user_actions/builders/assignees.ts similarity index 100% rename from x-pack/plugins/cases/server/services/user_actions/builders/assignees.ts rename to x-pack/platform/plugins/shared/cases/server/services/user_actions/builders/assignees.ts diff --git a/x-pack/plugins/cases/server/services/user_actions/builders/audit_logger_utils.ts b/x-pack/platform/plugins/shared/cases/server/services/user_actions/builders/audit_logger_utils.ts similarity index 100% rename from x-pack/plugins/cases/server/services/user_actions/builders/audit_logger_utils.ts rename to x-pack/platform/plugins/shared/cases/server/services/user_actions/builders/audit_logger_utils.ts diff --git a/x-pack/plugins/cases/server/services/user_actions/builders/category.ts b/x-pack/platform/plugins/shared/cases/server/services/user_actions/builders/category.ts similarity index 100% rename from x-pack/plugins/cases/server/services/user_actions/builders/category.ts rename to x-pack/platform/plugins/shared/cases/server/services/user_actions/builders/category.ts diff --git a/x-pack/plugins/cases/server/services/user_actions/builders/comment.ts b/x-pack/platform/plugins/shared/cases/server/services/user_actions/builders/comment.ts similarity index 100% rename from x-pack/plugins/cases/server/services/user_actions/builders/comment.ts rename to x-pack/platform/plugins/shared/cases/server/services/user_actions/builders/comment.ts diff --git a/x-pack/plugins/cases/server/services/user_actions/builders/connector.ts b/x-pack/platform/plugins/shared/cases/server/services/user_actions/builders/connector.ts similarity index 100% rename from x-pack/plugins/cases/server/services/user_actions/builders/connector.ts rename to x-pack/platform/plugins/shared/cases/server/services/user_actions/builders/connector.ts diff --git a/x-pack/plugins/cases/server/services/user_actions/builders/create_case.ts b/x-pack/platform/plugins/shared/cases/server/services/user_actions/builders/create_case.ts similarity index 100% rename from x-pack/plugins/cases/server/services/user_actions/builders/create_case.ts rename to x-pack/platform/plugins/shared/cases/server/services/user_actions/builders/create_case.ts diff --git a/x-pack/plugins/cases/server/services/user_actions/builders/custom_fields.test.ts b/x-pack/platform/plugins/shared/cases/server/services/user_actions/builders/custom_fields.test.ts similarity index 100% rename from x-pack/plugins/cases/server/services/user_actions/builders/custom_fields.test.ts rename to x-pack/platform/plugins/shared/cases/server/services/user_actions/builders/custom_fields.test.ts diff --git a/x-pack/plugins/cases/server/services/user_actions/builders/custom_fields.ts b/x-pack/platform/plugins/shared/cases/server/services/user_actions/builders/custom_fields.ts similarity index 100% rename from x-pack/plugins/cases/server/services/user_actions/builders/custom_fields.ts rename to x-pack/platform/plugins/shared/cases/server/services/user_actions/builders/custom_fields.ts diff --git a/x-pack/plugins/cases/server/services/user_actions/builders/description.ts b/x-pack/platform/plugins/shared/cases/server/services/user_actions/builders/description.ts similarity index 100% rename from x-pack/plugins/cases/server/services/user_actions/builders/description.ts rename to x-pack/platform/plugins/shared/cases/server/services/user_actions/builders/description.ts diff --git a/x-pack/plugins/cases/server/services/user_actions/builders/noop.ts b/x-pack/platform/plugins/shared/cases/server/services/user_actions/builders/noop.ts similarity index 100% rename from x-pack/plugins/cases/server/services/user_actions/builders/noop.ts rename to x-pack/platform/plugins/shared/cases/server/services/user_actions/builders/noop.ts diff --git a/x-pack/plugins/cases/server/services/user_actions/builders/pushed.ts b/x-pack/platform/plugins/shared/cases/server/services/user_actions/builders/pushed.ts similarity index 100% rename from x-pack/plugins/cases/server/services/user_actions/builders/pushed.ts rename to x-pack/platform/plugins/shared/cases/server/services/user_actions/builders/pushed.ts diff --git a/x-pack/plugins/cases/server/services/user_actions/builders/settings.ts b/x-pack/platform/plugins/shared/cases/server/services/user_actions/builders/settings.ts similarity index 100% rename from x-pack/plugins/cases/server/services/user_actions/builders/settings.ts rename to x-pack/platform/plugins/shared/cases/server/services/user_actions/builders/settings.ts diff --git a/x-pack/plugins/cases/server/services/user_actions/builders/severity.ts b/x-pack/platform/plugins/shared/cases/server/services/user_actions/builders/severity.ts similarity index 100% rename from x-pack/plugins/cases/server/services/user_actions/builders/severity.ts rename to x-pack/platform/plugins/shared/cases/server/services/user_actions/builders/severity.ts diff --git a/x-pack/plugins/cases/server/services/user_actions/builders/status.ts b/x-pack/platform/plugins/shared/cases/server/services/user_actions/builders/status.ts similarity index 100% rename from x-pack/plugins/cases/server/services/user_actions/builders/status.ts rename to x-pack/platform/plugins/shared/cases/server/services/user_actions/builders/status.ts diff --git a/x-pack/plugins/cases/server/services/user_actions/builders/tags.ts b/x-pack/platform/plugins/shared/cases/server/services/user_actions/builders/tags.ts similarity index 100% rename from x-pack/plugins/cases/server/services/user_actions/builders/tags.ts rename to x-pack/platform/plugins/shared/cases/server/services/user_actions/builders/tags.ts diff --git a/x-pack/plugins/cases/server/services/user_actions/builders/title.ts b/x-pack/platform/plugins/shared/cases/server/services/user_actions/builders/title.ts similarity index 100% rename from x-pack/plugins/cases/server/services/user_actions/builders/title.ts rename to x-pack/platform/plugins/shared/cases/server/services/user_actions/builders/title.ts diff --git a/x-pack/plugins/cases/server/services/user_actions/index.test.ts b/x-pack/platform/plugins/shared/cases/server/services/user_actions/index.test.ts similarity index 100% rename from x-pack/plugins/cases/server/services/user_actions/index.test.ts rename to x-pack/platform/plugins/shared/cases/server/services/user_actions/index.test.ts diff --git a/x-pack/plugins/cases/server/services/user_actions/index.ts b/x-pack/platform/plugins/shared/cases/server/services/user_actions/index.ts similarity index 100% rename from x-pack/plugins/cases/server/services/user_actions/index.ts rename to x-pack/platform/plugins/shared/cases/server/services/user_actions/index.ts diff --git a/x-pack/plugins/cases/server/services/user_actions/mocks.ts b/x-pack/platform/plugins/shared/cases/server/services/user_actions/mocks.ts similarity index 100% rename from x-pack/plugins/cases/server/services/user_actions/mocks.ts rename to x-pack/platform/plugins/shared/cases/server/services/user_actions/mocks.ts diff --git a/x-pack/plugins/cases/server/services/user_actions/operations/__snapshots__/find.test.ts.snap b/x-pack/platform/plugins/shared/cases/server/services/user_actions/operations/__snapshots__/find.test.ts.snap similarity index 100% rename from x-pack/plugins/cases/server/services/user_actions/operations/__snapshots__/find.test.ts.snap rename to x-pack/platform/plugins/shared/cases/server/services/user_actions/operations/__snapshots__/find.test.ts.snap diff --git a/x-pack/plugins/cases/server/services/user_actions/operations/create.test.ts b/x-pack/platform/plugins/shared/cases/server/services/user_actions/operations/create.test.ts similarity index 100% rename from x-pack/plugins/cases/server/services/user_actions/operations/create.test.ts rename to x-pack/platform/plugins/shared/cases/server/services/user_actions/operations/create.test.ts diff --git a/x-pack/plugins/cases/server/services/user_actions/operations/create.ts b/x-pack/platform/plugins/shared/cases/server/services/user_actions/operations/create.ts similarity index 100% rename from x-pack/plugins/cases/server/services/user_actions/operations/create.ts rename to x-pack/platform/plugins/shared/cases/server/services/user_actions/operations/create.ts diff --git a/x-pack/plugins/cases/server/services/user_actions/operations/find.test.ts b/x-pack/platform/plugins/shared/cases/server/services/user_actions/operations/find.test.ts similarity index 100% rename from x-pack/plugins/cases/server/services/user_actions/operations/find.test.ts rename to x-pack/platform/plugins/shared/cases/server/services/user_actions/operations/find.test.ts diff --git a/x-pack/plugins/cases/server/services/user_actions/operations/find.ts b/x-pack/platform/plugins/shared/cases/server/services/user_actions/operations/find.ts similarity index 100% rename from x-pack/plugins/cases/server/services/user_actions/operations/find.ts rename to x-pack/platform/plugins/shared/cases/server/services/user_actions/operations/find.ts diff --git a/x-pack/plugins/cases/server/services/user_actions/test_utils.ts b/x-pack/platform/plugins/shared/cases/server/services/user_actions/test_utils.ts similarity index 100% rename from x-pack/plugins/cases/server/services/user_actions/test_utils.ts rename to x-pack/platform/plugins/shared/cases/server/services/user_actions/test_utils.ts diff --git a/x-pack/plugins/cases/server/services/user_actions/transform.test.ts b/x-pack/platform/plugins/shared/cases/server/services/user_actions/transform.test.ts similarity index 100% rename from x-pack/plugins/cases/server/services/user_actions/transform.test.ts rename to x-pack/platform/plugins/shared/cases/server/services/user_actions/transform.test.ts diff --git a/x-pack/plugins/cases/server/services/user_actions/transform.ts b/x-pack/platform/plugins/shared/cases/server/services/user_actions/transform.ts similarity index 100% rename from x-pack/plugins/cases/server/services/user_actions/transform.ts rename to x-pack/platform/plugins/shared/cases/server/services/user_actions/transform.ts diff --git a/x-pack/plugins/cases/server/services/user_actions/type_guards.test.ts b/x-pack/platform/plugins/shared/cases/server/services/user_actions/type_guards.test.ts similarity index 100% rename from x-pack/plugins/cases/server/services/user_actions/type_guards.test.ts rename to x-pack/platform/plugins/shared/cases/server/services/user_actions/type_guards.test.ts diff --git a/x-pack/plugins/cases/server/services/user_actions/type_guards.ts b/x-pack/platform/plugins/shared/cases/server/services/user_actions/type_guards.ts similarity index 100% rename from x-pack/plugins/cases/server/services/user_actions/type_guards.ts rename to x-pack/platform/plugins/shared/cases/server/services/user_actions/type_guards.ts diff --git a/x-pack/plugins/cases/server/services/user_actions/types.ts b/x-pack/platform/plugins/shared/cases/server/services/user_actions/types.ts similarity index 100% rename from x-pack/plugins/cases/server/services/user_actions/types.ts rename to x-pack/platform/plugins/shared/cases/server/services/user_actions/types.ts diff --git a/x-pack/plugins/cases/server/services/user_profiles/index.test.ts b/x-pack/platform/plugins/shared/cases/server/services/user_profiles/index.test.ts similarity index 100% rename from x-pack/plugins/cases/server/services/user_profiles/index.test.ts rename to x-pack/platform/plugins/shared/cases/server/services/user_profiles/index.test.ts diff --git a/x-pack/plugins/cases/server/services/user_profiles/index.ts b/x-pack/platform/plugins/shared/cases/server/services/user_profiles/index.ts similarity index 100% rename from x-pack/plugins/cases/server/services/user_profiles/index.ts rename to x-pack/platform/plugins/shared/cases/server/services/user_profiles/index.ts diff --git a/x-pack/plugins/cases/server/services/utils.test.ts b/x-pack/platform/plugins/shared/cases/server/services/utils.test.ts similarity index 100% rename from x-pack/plugins/cases/server/services/utils.test.ts rename to x-pack/platform/plugins/shared/cases/server/services/utils.test.ts diff --git a/x-pack/plugins/cases/server/services/utils.ts b/x-pack/platform/plugins/shared/cases/server/services/utils.ts similarity index 100% rename from x-pack/plugins/cases/server/services/utils.ts rename to x-pack/platform/plugins/shared/cases/server/services/utils.ts diff --git a/x-pack/plugins/cases/server/telemetry/collect_telemetry_data.ts b/x-pack/platform/plugins/shared/cases/server/telemetry/collect_telemetry_data.ts similarity index 100% rename from x-pack/plugins/cases/server/telemetry/collect_telemetry_data.ts rename to x-pack/platform/plugins/shared/cases/server/telemetry/collect_telemetry_data.ts diff --git a/x-pack/plugins/cases/server/telemetry/index.ts b/x-pack/platform/plugins/shared/cases/server/telemetry/index.ts similarity index 100% rename from x-pack/plugins/cases/server/telemetry/index.ts rename to x-pack/platform/plugins/shared/cases/server/telemetry/index.ts diff --git a/x-pack/plugins/cases/server/telemetry/queries/alerts.test.ts b/x-pack/platform/plugins/shared/cases/server/telemetry/queries/alerts.test.ts similarity index 100% rename from x-pack/plugins/cases/server/telemetry/queries/alerts.test.ts rename to x-pack/platform/plugins/shared/cases/server/telemetry/queries/alerts.test.ts diff --git a/x-pack/plugins/cases/server/telemetry/queries/alerts.ts b/x-pack/platform/plugins/shared/cases/server/telemetry/queries/alerts.ts similarity index 100% rename from x-pack/plugins/cases/server/telemetry/queries/alerts.ts rename to x-pack/platform/plugins/shared/cases/server/telemetry/queries/alerts.ts diff --git a/x-pack/plugins/cases/server/telemetry/queries/case_system_action.test.ts b/x-pack/platform/plugins/shared/cases/server/telemetry/queries/case_system_action.test.ts similarity index 100% rename from x-pack/plugins/cases/server/telemetry/queries/case_system_action.test.ts rename to x-pack/platform/plugins/shared/cases/server/telemetry/queries/case_system_action.test.ts diff --git a/x-pack/plugins/cases/server/telemetry/queries/case_system_action.ts b/x-pack/platform/plugins/shared/cases/server/telemetry/queries/case_system_action.ts similarity index 100% rename from x-pack/plugins/cases/server/telemetry/queries/case_system_action.ts rename to x-pack/platform/plugins/shared/cases/server/telemetry/queries/case_system_action.ts diff --git a/x-pack/plugins/cases/server/telemetry/queries/cases.test.ts b/x-pack/platform/plugins/shared/cases/server/telemetry/queries/cases.test.ts similarity index 100% rename from x-pack/plugins/cases/server/telemetry/queries/cases.test.ts rename to x-pack/platform/plugins/shared/cases/server/telemetry/queries/cases.test.ts diff --git a/x-pack/plugins/cases/server/telemetry/queries/cases.ts b/x-pack/platform/plugins/shared/cases/server/telemetry/queries/cases.ts similarity index 100% rename from x-pack/plugins/cases/server/telemetry/queries/cases.ts rename to x-pack/platform/plugins/shared/cases/server/telemetry/queries/cases.ts diff --git a/x-pack/plugins/cases/server/telemetry/queries/comments.test.ts b/x-pack/platform/plugins/shared/cases/server/telemetry/queries/comments.test.ts similarity index 100% rename from x-pack/plugins/cases/server/telemetry/queries/comments.test.ts rename to x-pack/platform/plugins/shared/cases/server/telemetry/queries/comments.test.ts diff --git a/x-pack/plugins/cases/server/telemetry/queries/comments.ts b/x-pack/platform/plugins/shared/cases/server/telemetry/queries/comments.ts similarity index 100% rename from x-pack/plugins/cases/server/telemetry/queries/comments.ts rename to x-pack/platform/plugins/shared/cases/server/telemetry/queries/comments.ts diff --git a/x-pack/plugins/cases/server/telemetry/queries/configuration.test.ts b/x-pack/platform/plugins/shared/cases/server/telemetry/queries/configuration.test.ts similarity index 100% rename from x-pack/plugins/cases/server/telemetry/queries/configuration.test.ts rename to x-pack/platform/plugins/shared/cases/server/telemetry/queries/configuration.test.ts diff --git a/x-pack/plugins/cases/server/telemetry/queries/configuration.ts b/x-pack/platform/plugins/shared/cases/server/telemetry/queries/configuration.ts similarity index 100% rename from x-pack/plugins/cases/server/telemetry/queries/configuration.ts rename to x-pack/platform/plugins/shared/cases/server/telemetry/queries/configuration.ts diff --git a/x-pack/plugins/cases/server/telemetry/queries/connectors.test.ts b/x-pack/platform/plugins/shared/cases/server/telemetry/queries/connectors.test.ts similarity index 100% rename from x-pack/plugins/cases/server/telemetry/queries/connectors.test.ts rename to x-pack/platform/plugins/shared/cases/server/telemetry/queries/connectors.test.ts diff --git a/x-pack/plugins/cases/server/telemetry/queries/connectors.ts b/x-pack/platform/plugins/shared/cases/server/telemetry/queries/connectors.ts similarity index 100% rename from x-pack/plugins/cases/server/telemetry/queries/connectors.ts rename to x-pack/platform/plugins/shared/cases/server/telemetry/queries/connectors.ts diff --git a/x-pack/plugins/cases/server/telemetry/queries/push.test.ts b/x-pack/platform/plugins/shared/cases/server/telemetry/queries/push.test.ts similarity index 100% rename from x-pack/plugins/cases/server/telemetry/queries/push.test.ts rename to x-pack/platform/plugins/shared/cases/server/telemetry/queries/push.test.ts diff --git a/x-pack/plugins/cases/server/telemetry/queries/push.ts b/x-pack/platform/plugins/shared/cases/server/telemetry/queries/push.ts similarity index 100% rename from x-pack/plugins/cases/server/telemetry/queries/push.ts rename to x-pack/platform/plugins/shared/cases/server/telemetry/queries/push.ts diff --git a/x-pack/plugins/cases/server/telemetry/queries/user_actions.test.ts b/x-pack/platform/plugins/shared/cases/server/telemetry/queries/user_actions.test.ts similarity index 100% rename from x-pack/plugins/cases/server/telemetry/queries/user_actions.test.ts rename to x-pack/platform/plugins/shared/cases/server/telemetry/queries/user_actions.test.ts diff --git a/x-pack/plugins/cases/server/telemetry/queries/user_actions.ts b/x-pack/platform/plugins/shared/cases/server/telemetry/queries/user_actions.ts similarity index 100% rename from x-pack/plugins/cases/server/telemetry/queries/user_actions.ts rename to x-pack/platform/plugins/shared/cases/server/telemetry/queries/user_actions.ts diff --git a/x-pack/plugins/cases/server/telemetry/queries/utils.test.ts b/x-pack/platform/plugins/shared/cases/server/telemetry/queries/utils.test.ts similarity index 100% rename from x-pack/plugins/cases/server/telemetry/queries/utils.test.ts rename to x-pack/platform/plugins/shared/cases/server/telemetry/queries/utils.test.ts diff --git a/x-pack/plugins/cases/server/telemetry/queries/utils.ts b/x-pack/platform/plugins/shared/cases/server/telemetry/queries/utils.ts similarity index 100% rename from x-pack/plugins/cases/server/telemetry/queries/utils.ts rename to x-pack/platform/plugins/shared/cases/server/telemetry/queries/utils.ts diff --git a/x-pack/plugins/cases/server/telemetry/schedule_telemetry_task.ts b/x-pack/platform/plugins/shared/cases/server/telemetry/schedule_telemetry_task.ts similarity index 100% rename from x-pack/plugins/cases/server/telemetry/schedule_telemetry_task.ts rename to x-pack/platform/plugins/shared/cases/server/telemetry/schedule_telemetry_task.ts diff --git a/x-pack/plugins/cases/server/telemetry/schema.ts b/x-pack/platform/plugins/shared/cases/server/telemetry/schema.ts similarity index 100% rename from x-pack/plugins/cases/server/telemetry/schema.ts rename to x-pack/platform/plugins/shared/cases/server/telemetry/schema.ts diff --git a/x-pack/plugins/cases/server/telemetry/telemetry_saved_objects_client.test.ts b/x-pack/platform/plugins/shared/cases/server/telemetry/telemetry_saved_objects_client.test.ts similarity index 100% rename from x-pack/plugins/cases/server/telemetry/telemetry_saved_objects_client.test.ts rename to x-pack/platform/plugins/shared/cases/server/telemetry/telemetry_saved_objects_client.test.ts diff --git a/x-pack/plugins/cases/server/telemetry/telemetry_saved_objects_client.ts b/x-pack/platform/plugins/shared/cases/server/telemetry/telemetry_saved_objects_client.ts similarity index 100% rename from x-pack/plugins/cases/server/telemetry/telemetry_saved_objects_client.ts rename to x-pack/platform/plugins/shared/cases/server/telemetry/telemetry_saved_objects_client.ts diff --git a/x-pack/plugins/cases/server/telemetry/types.ts b/x-pack/platform/plugins/shared/cases/server/telemetry/types.ts similarity index 100% rename from x-pack/plugins/cases/server/telemetry/types.ts rename to x-pack/platform/plugins/shared/cases/server/telemetry/types.ts diff --git a/x-pack/plugins/cases/server/types.ts b/x-pack/platform/plugins/shared/cases/server/types.ts similarity index 100% rename from x-pack/plugins/cases/server/types.ts rename to x-pack/platform/plugins/shared/cases/server/types.ts diff --git a/x-pack/plugins/cases/tsconfig.json b/x-pack/platform/plugins/shared/cases/tsconfig.json similarity index 96% rename from x-pack/plugins/cases/tsconfig.json rename to x-pack/platform/plugins/shared/cases/tsconfig.json index 2a77cb0e7b5a1..9a334a1df1828 100644 --- a/x-pack/plugins/cases/tsconfig.json +++ b/x-pack/platform/plugins/shared/cases/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "../../../tsconfig.base.json", + "extends": "../../../../../tsconfig.base.json", "compilerOptions": { "outDir": "target/types", }, @@ -7,7 +7,7 @@ "common/**/*", "public/**/*", "server/**/*", - "../../../typings/**/*" + "../../../../../typings/**/*" ], "kbn_references": [ "@kbn/core", diff --git a/x-pack/plugins/event_log/README.md b/x-pack/platform/plugins/shared/event_log/README.md similarity index 98% rename from x-pack/plugins/event_log/README.md rename to x-pack/platform/plugins/shared/event_log/README.md index ae2117fcd8ad4..7d192517db65d 100644 --- a/x-pack/plugins/event_log/README.md +++ b/x-pack/platform/plugins/shared/event_log/README.md @@ -216,7 +216,7 @@ connector. ## Event Log index - associated resources The index template and ILM policy are defined in the file -[`x-pack/plugins/event_log/server/es/documents.ts`](server/es/documents.ts). +[`x-pack/platform/plugins/shared/event_log/server/es/documents.ts`](server/es/documents.ts). See [ILM rollover action docs][] for more information on the `is_write_index` and `index.lifecycle.*` properties. @@ -305,7 +305,7 @@ See `QueryEventsBySavedObjectResult` in the Plugin Client APIs below. ## Plugin Client APIs for querying All APIs available for querying the event log are described in -[`x-pack/plugins/event_log/server/types.ts`](server/types.ts), via the +[`x-pack/platform/plugins/shared/event_log/server/types.ts`](server/types.ts), via the `IEventLogClient` interface, which is obtained at plugin start. ## Generating Events @@ -327,7 +327,7 @@ service API provided in the `setup` stage: ```typescript ... -import { IEventLogger, IEventLogService } from '../../event_log/server'; +import { IEventLogger, IEventLogService } from '../../../../event_log/server'; interface PluginSetupDependencies { eventLog: IEventLogService; } @@ -436,7 +436,7 @@ These plugins must call `getClient(request)` to get the event log client. Documentation: https://www.elastic.co/guide/en/kibana/current/development-tests.html#_unit_testing ``` -yarn test:jest x-pack/plugins/event_log --watch +yarn test:jest x-pack/platform/plugins/shared/event_log --watch ``` ### API Integration tests diff --git a/x-pack/plugins/event_log/common/index.ts b/x-pack/platform/plugins/shared/event_log/common/index.ts similarity index 100% rename from x-pack/plugins/event_log/common/index.ts rename to x-pack/platform/plugins/shared/event_log/common/index.ts diff --git a/x-pack/plugins/event_log/common/lib/index.ts b/x-pack/platform/plugins/shared/event_log/common/lib/index.ts similarity index 100% rename from x-pack/plugins/event_log/common/lib/index.ts rename to x-pack/platform/plugins/shared/event_log/common/lib/index.ts diff --git a/x-pack/plugins/event_log/common/lib/millis_to_nanos.test.ts b/x-pack/platform/plugins/shared/event_log/common/lib/millis_to_nanos.test.ts similarity index 100% rename from x-pack/plugins/event_log/common/lib/millis_to_nanos.test.ts rename to x-pack/platform/plugins/shared/event_log/common/lib/millis_to_nanos.test.ts diff --git a/x-pack/plugins/event_log/common/lib/millis_to_nanos.ts b/x-pack/platform/plugins/shared/event_log/common/lib/millis_to_nanos.ts similarity index 100% rename from x-pack/plugins/event_log/common/lib/millis_to_nanos.ts rename to x-pack/platform/plugins/shared/event_log/common/lib/millis_to_nanos.ts diff --git a/x-pack/plugins/event_log/common/lib/nanos_to_millis.test.ts b/x-pack/platform/plugins/shared/event_log/common/lib/nanos_to_millis.test.ts similarity index 100% rename from x-pack/plugins/event_log/common/lib/nanos_to_millis.test.ts rename to x-pack/platform/plugins/shared/event_log/common/lib/nanos_to_millis.test.ts diff --git a/x-pack/plugins/event_log/common/lib/nanos_to_millis.ts b/x-pack/platform/plugins/shared/event_log/common/lib/nanos_to_millis.ts similarity index 100% rename from x-pack/plugins/event_log/common/lib/nanos_to_millis.ts rename to x-pack/platform/plugins/shared/event_log/common/lib/nanos_to_millis.ts diff --git a/x-pack/plugins/event_log/generated/README.md b/x-pack/platform/plugins/shared/event_log/generated/README.md similarity index 83% rename from x-pack/plugins/event_log/generated/README.md rename to x-pack/platform/plugins/shared/event_log/generated/README.md index befec1e98d193..a836ac208ecc6 100644 --- a/x-pack/plugins/event_log/generated/README.md +++ b/x-pack/platform/plugins/shared/event_log/generated/README.md @@ -11,7 +11,7 @@ Please follow the following steps: resides along side your kibana repo, and checkout the ECS version you wish to support (for example, the `1.8` branch, for version 1.8). -2. In the `x-pack/plugins/event_log/scripts/mappings.js` file you'll want to +2. In the `x-pack/platform/plugins/shared/event_log/scripts/mappings.js` file you'll want to make the following changes: - Update `EcsCustomPropertyMappings` to include the mapping of the custom fields you wish to add. @@ -22,5 +22,5 @@ Please follow the following steps: 3. Cd to the `kibana` root folder and run: ```sh - node ./x-pack/plugins/event_log/scripts/create_schemas.js + node ./x-pack/platform/plugins/shared/event_log/scripts/create_schemas.js ``` diff --git a/x-pack/plugins/event_log/generated/mappings.json b/x-pack/platform/plugins/shared/event_log/generated/mappings.json similarity index 100% rename from x-pack/plugins/event_log/generated/mappings.json rename to x-pack/platform/plugins/shared/event_log/generated/mappings.json diff --git a/x-pack/plugins/event_log/generated/schemas.ts b/x-pack/platform/plugins/shared/event_log/generated/schemas.ts similarity index 100% rename from x-pack/plugins/event_log/generated/schemas.ts rename to x-pack/platform/plugins/shared/event_log/generated/schemas.ts diff --git a/x-pack/plugins/actions/jest.config.js b/x-pack/platform/plugins/shared/event_log/jest.config.js similarity index 62% rename from x-pack/plugins/actions/jest.config.js rename to x-pack/platform/plugins/shared/event_log/jest.config.js index 2d3372a91890a..126b679f9222f 100644 --- a/x-pack/plugins/actions/jest.config.js +++ b/x-pack/platform/plugins/shared/event_log/jest.config.js @@ -7,9 +7,9 @@ module.exports = { preset: '@kbn/test', - rootDir: '../../..', - roots: ['/x-pack/plugins/actions'], - coverageDirectory: '/target/kibana-coverage/jest/x-pack/plugins/actions', + rootDir: '../../../../..', + roots: ['/x-pack/platform/plugins/shared/event_log'], + coverageDirectory: '/target/kibana-coverage/jest/x-pack/platform/plugins/shared/event_log', coverageReporters: ['text', 'html'], - collectCoverageFrom: ['/x-pack/plugins/actions/{common,server}/**/*.{js,ts,tsx}'], + collectCoverageFrom: ['/x-pack/platform/plugins/shared/event_log/{common,server}/**/*.{ts,tsx}'], }; diff --git a/x-pack/plugins/task_manager/jest.integration.config.js b/x-pack/platform/plugins/shared/event_log/jest.integration.config.js similarity index 77% rename from x-pack/plugins/task_manager/jest.integration.config.js rename to x-pack/platform/plugins/shared/event_log/jest.integration.config.js index e46b3f1bdf136..57df89997d912 100644 --- a/x-pack/plugins/task_manager/jest.integration.config.js +++ b/x-pack/platform/plugins/shared/event_log/jest.integration.config.js @@ -7,6 +7,6 @@ module.exports = { preset: '@kbn/test/jest_integration', - rootDir: '../../..', - roots: ['/x-pack/plugins/task_manager'], + rootDir: '../../../../..', + roots: ['/x-pack/platform/plugins/shared/event_log'], }; diff --git a/x-pack/plugins/event_log/kibana.jsonc b/x-pack/platform/plugins/shared/event_log/kibana.jsonc similarity index 100% rename from x-pack/plugins/event_log/kibana.jsonc rename to x-pack/platform/plugins/shared/event_log/kibana.jsonc diff --git a/x-pack/plugins/event_log/scripts/create_schemas.js b/x-pack/platform/plugins/shared/event_log/scripts/create_schemas.js similarity index 99% rename from x-pack/plugins/event_log/scripts/create_schemas.js rename to x-pack/platform/plugins/shared/event_log/scripts/create_schemas.js index 6ba8df5e0d46d..7e4dded27f1aa 100755 --- a/x-pack/plugins/event_log/scripts/create_schemas.js +++ b/x-pack/platform/plugins/shared/event_log/scripts/create_schemas.js @@ -254,7 +254,7 @@ function getEcsVersion(ecsDir) { } function getEcsDir() { - const ecsDir = path.resolve(path.join(__dirname, '../../../../../ecs')); + const ecsDir = path.resolve(path.join(__dirname, '../../../../../../../ecs')); let stats; let error; diff --git a/x-pack/plugins/event_log/scripts/lib/line_writer.js b/x-pack/platform/plugins/shared/event_log/scripts/lib/line_writer.js similarity index 100% rename from x-pack/plugins/event_log/scripts/lib/line_writer.js rename to x-pack/platform/plugins/shared/event_log/scripts/lib/line_writer.js diff --git a/x-pack/plugins/event_log/scripts/mappings.js b/x-pack/platform/plugins/shared/event_log/scripts/mappings.js similarity index 100% rename from x-pack/plugins/event_log/scripts/mappings.js rename to x-pack/platform/plugins/shared/event_log/scripts/mappings.js diff --git a/x-pack/plugins/event_log/server/es/cluster_client_adapter.mock.ts b/x-pack/platform/plugins/shared/event_log/server/es/cluster_client_adapter.mock.ts similarity index 100% rename from x-pack/plugins/event_log/server/es/cluster_client_adapter.mock.ts rename to x-pack/platform/plugins/shared/event_log/server/es/cluster_client_adapter.mock.ts diff --git a/x-pack/plugins/event_log/server/es/cluster_client_adapter.test.ts b/x-pack/platform/plugins/shared/event_log/server/es/cluster_client_adapter.test.ts similarity index 100% rename from x-pack/plugins/event_log/server/es/cluster_client_adapter.test.ts rename to x-pack/platform/plugins/shared/event_log/server/es/cluster_client_adapter.test.ts diff --git a/x-pack/plugins/event_log/server/es/cluster_client_adapter.ts b/x-pack/platform/plugins/shared/event_log/server/es/cluster_client_adapter.ts similarity index 100% rename from x-pack/plugins/event_log/server/es/cluster_client_adapter.ts rename to x-pack/platform/plugins/shared/event_log/server/es/cluster_client_adapter.ts diff --git a/x-pack/plugins/event_log/server/es/context.mock.ts b/x-pack/platform/plugins/shared/event_log/server/es/context.mock.ts similarity index 100% rename from x-pack/plugins/event_log/server/es/context.mock.ts rename to x-pack/platform/plugins/shared/event_log/server/es/context.mock.ts diff --git a/x-pack/plugins/event_log/server/es/context.test.ts b/x-pack/platform/plugins/shared/event_log/server/es/context.test.ts similarity index 98% rename from x-pack/plugins/event_log/server/es/context.test.ts rename to x-pack/platform/plugins/shared/event_log/server/es/context.test.ts index 19789e0e8dc3c..4523a992df5be 100644 --- a/x-pack/plugins/event_log/server/es/context.test.ts +++ b/x-pack/platform/plugins/shared/event_log/server/es/context.test.ts @@ -11,7 +11,7 @@ import { elasticsearchServiceMock, loggingSystemMock } from '@kbn/core/server/mo import { createReadySignal } from '../lib/ready_signal'; import { GetDataStreamsResponse } from './cluster_client_adapter.test'; -jest.mock('../../../../package.json', () => ({ version: '1.2.3' })); +jest.mock('../../../../../../package.json', () => ({ version: '1.2.3' })); jest.mock('./init'); jest.mock('../lib/ready_signal', () => { const createReadySignalActual = jest.requireActual('../lib/ready_signal'); diff --git a/x-pack/plugins/event_log/server/es/context.ts b/x-pack/platform/plugins/shared/event_log/server/es/context.ts similarity index 100% rename from x-pack/plugins/event_log/server/es/context.ts rename to x-pack/platform/plugins/shared/event_log/server/es/context.ts diff --git a/x-pack/plugins/event_log/server/es/documents.test.ts b/x-pack/platform/plugins/shared/event_log/server/es/documents.test.ts similarity index 100% rename from x-pack/plugins/event_log/server/es/documents.test.ts rename to x-pack/platform/plugins/shared/event_log/server/es/documents.test.ts diff --git a/x-pack/plugins/event_log/server/es/documents.ts b/x-pack/platform/plugins/shared/event_log/server/es/documents.ts similarity index 100% rename from x-pack/plugins/event_log/server/es/documents.ts rename to x-pack/platform/plugins/shared/event_log/server/es/documents.ts diff --git a/x-pack/plugins/event_log/server/es/index.ts b/x-pack/platform/plugins/shared/event_log/server/es/index.ts similarity index 100% rename from x-pack/plugins/event_log/server/es/index.ts rename to x-pack/platform/plugins/shared/event_log/server/es/index.ts diff --git a/x-pack/plugins/event_log/server/es/init.test.ts b/x-pack/platform/plugins/shared/event_log/server/es/init.test.ts similarity index 100% rename from x-pack/plugins/event_log/server/es/init.test.ts rename to x-pack/platform/plugins/shared/event_log/server/es/init.test.ts diff --git a/x-pack/plugins/event_log/server/es/init.ts b/x-pack/platform/plugins/shared/event_log/server/es/init.ts similarity index 100% rename from x-pack/plugins/event_log/server/es/init.ts rename to x-pack/platform/plugins/shared/event_log/server/es/init.ts diff --git a/x-pack/plugins/event_log/server/es/names.mock.ts b/x-pack/platform/plugins/shared/event_log/server/es/names.mock.ts similarity index 100% rename from x-pack/plugins/event_log/server/es/names.mock.ts rename to x-pack/platform/plugins/shared/event_log/server/es/names.mock.ts diff --git a/x-pack/plugins/event_log/server/es/names.test.ts b/x-pack/platform/plugins/shared/event_log/server/es/names.test.ts similarity index 92% rename from x-pack/plugins/event_log/server/es/names.test.ts rename to x-pack/platform/plugins/shared/event_log/server/es/names.test.ts index a01fa5961e5ce..5bd389469ed8d 100644 --- a/x-pack/plugins/event_log/server/es/names.test.ts +++ b/x-pack/platform/plugins/shared/event_log/server/es/names.test.ts @@ -7,7 +7,7 @@ import { getEsNames } from './names'; -jest.mock('../../../../package.json', () => ({ +jest.mock('../../../../../../package.json', () => ({ version: '1.2.3', })); diff --git a/x-pack/plugins/event_log/server/es/names.ts b/x-pack/platform/plugins/shared/event_log/server/es/names.ts similarity index 100% rename from x-pack/plugins/event_log/server/es/names.ts rename to x-pack/platform/plugins/shared/event_log/server/es/names.ts diff --git a/x-pack/plugins/event_log/server/event_log_client.mock.ts b/x-pack/platform/plugins/shared/event_log/server/event_log_client.mock.ts similarity index 100% rename from x-pack/plugins/event_log/server/event_log_client.mock.ts rename to x-pack/platform/plugins/shared/event_log/server/event_log_client.mock.ts diff --git a/x-pack/plugins/event_log/server/event_log_client.test.ts b/x-pack/platform/plugins/shared/event_log/server/event_log_client.test.ts similarity index 100% rename from x-pack/plugins/event_log/server/event_log_client.test.ts rename to x-pack/platform/plugins/shared/event_log/server/event_log_client.test.ts diff --git a/x-pack/plugins/event_log/server/event_log_client.ts b/x-pack/platform/plugins/shared/event_log/server/event_log_client.ts similarity index 100% rename from x-pack/plugins/event_log/server/event_log_client.ts rename to x-pack/platform/plugins/shared/event_log/server/event_log_client.ts diff --git a/x-pack/plugins/event_log/server/event_log_service.mock.ts b/x-pack/platform/plugins/shared/event_log/server/event_log_service.mock.ts similarity index 100% rename from x-pack/plugins/event_log/server/event_log_service.mock.ts rename to x-pack/platform/plugins/shared/event_log/server/event_log_service.mock.ts diff --git a/x-pack/plugins/event_log/server/event_log_service.test.ts b/x-pack/platform/plugins/shared/event_log/server/event_log_service.test.ts similarity index 100% rename from x-pack/plugins/event_log/server/event_log_service.test.ts rename to x-pack/platform/plugins/shared/event_log/server/event_log_service.test.ts diff --git a/x-pack/plugins/event_log/server/event_log_service.ts b/x-pack/platform/plugins/shared/event_log/server/event_log_service.ts similarity index 100% rename from x-pack/plugins/event_log/server/event_log_service.ts rename to x-pack/platform/plugins/shared/event_log/server/event_log_service.ts diff --git a/x-pack/plugins/event_log/server/event_log_start_service.mock.ts b/x-pack/platform/plugins/shared/event_log/server/event_log_start_service.mock.ts similarity index 100% rename from x-pack/plugins/event_log/server/event_log_start_service.mock.ts rename to x-pack/platform/plugins/shared/event_log/server/event_log_start_service.mock.ts diff --git a/x-pack/plugins/event_log/server/event_log_start_service.test.ts b/x-pack/platform/plugins/shared/event_log/server/event_log_start_service.test.ts similarity index 100% rename from x-pack/plugins/event_log/server/event_log_start_service.test.ts rename to x-pack/platform/plugins/shared/event_log/server/event_log_start_service.test.ts diff --git a/x-pack/plugins/event_log/server/event_log_start_service.ts b/x-pack/platform/plugins/shared/event_log/server/event_log_start_service.ts similarity index 100% rename from x-pack/plugins/event_log/server/event_log_start_service.ts rename to x-pack/platform/plugins/shared/event_log/server/event_log_start_service.ts diff --git a/x-pack/plugins/event_log/server/event_logger.mock.ts b/x-pack/platform/plugins/shared/event_log/server/event_logger.mock.ts similarity index 100% rename from x-pack/plugins/event_log/server/event_logger.mock.ts rename to x-pack/platform/plugins/shared/event_log/server/event_logger.mock.ts diff --git a/x-pack/plugins/event_log/server/event_logger.test.ts b/x-pack/platform/plugins/shared/event_log/server/event_logger.test.ts similarity index 100% rename from x-pack/plugins/event_log/server/event_logger.test.ts rename to x-pack/platform/plugins/shared/event_log/server/event_logger.test.ts diff --git a/x-pack/plugins/event_log/server/event_logger.ts b/x-pack/platform/plugins/shared/event_log/server/event_logger.ts similarity index 100% rename from x-pack/plugins/event_log/server/event_logger.ts rename to x-pack/platform/plugins/shared/event_log/server/event_logger.ts diff --git a/x-pack/plugins/event_log/server/index.ts b/x-pack/platform/plugins/shared/event_log/server/index.ts similarity index 100% rename from x-pack/plugins/event_log/server/index.ts rename to x-pack/platform/plugins/shared/event_log/server/index.ts diff --git a/x-pack/plugins/event_log/server/integration_tests/event_log_update_mappings.test.ts b/x-pack/platform/plugins/shared/event_log/server/integration_tests/event_log_update_mappings.test.ts similarity index 100% rename from x-pack/plugins/event_log/server/integration_tests/event_log_update_mappings.test.ts rename to x-pack/platform/plugins/shared/event_log/server/integration_tests/event_log_update_mappings.test.ts diff --git a/x-pack/plugins/event_log/server/integration_tests/lib/setup_test_servers.ts b/x-pack/platform/plugins/shared/event_log/server/integration_tests/lib/setup_test_servers.ts similarity index 100% rename from x-pack/plugins/event_log/server/integration_tests/lib/setup_test_servers.ts rename to x-pack/platform/plugins/shared/event_log/server/integration_tests/lib/setup_test_servers.ts diff --git a/x-pack/plugins/event_log/server/lib/delay.test.ts b/x-pack/platform/plugins/shared/event_log/server/lib/delay.test.ts similarity index 100% rename from x-pack/plugins/event_log/server/lib/delay.test.ts rename to x-pack/platform/plugins/shared/event_log/server/lib/delay.test.ts diff --git a/x-pack/plugins/event_log/server/lib/delay.ts b/x-pack/platform/plugins/shared/event_log/server/lib/delay.ts similarity index 100% rename from x-pack/plugins/event_log/server/lib/delay.ts rename to x-pack/platform/plugins/shared/event_log/server/lib/delay.ts diff --git a/x-pack/plugins/event_log/server/lib/ready_signal.test.ts b/x-pack/platform/plugins/shared/event_log/server/lib/ready_signal.test.ts similarity index 100% rename from x-pack/plugins/event_log/server/lib/ready_signal.test.ts rename to x-pack/platform/plugins/shared/event_log/server/lib/ready_signal.test.ts diff --git a/x-pack/plugins/event_log/server/lib/ready_signal.ts b/x-pack/platform/plugins/shared/event_log/server/lib/ready_signal.ts similarity index 100% rename from x-pack/plugins/event_log/server/lib/ready_signal.ts rename to x-pack/platform/plugins/shared/event_log/server/lib/ready_signal.ts diff --git a/x-pack/plugins/event_log/server/mocks.ts b/x-pack/platform/plugins/shared/event_log/server/mocks.ts similarity index 100% rename from x-pack/plugins/event_log/server/mocks.ts rename to x-pack/platform/plugins/shared/event_log/server/mocks.ts diff --git a/x-pack/plugins/event_log/server/plugin.test.ts b/x-pack/platform/plugins/shared/event_log/server/plugin.test.ts similarity index 100% rename from x-pack/plugins/event_log/server/plugin.test.ts rename to x-pack/platform/plugins/shared/event_log/server/plugin.test.ts diff --git a/x-pack/plugins/event_log/server/plugin.ts b/x-pack/platform/plugins/shared/event_log/server/plugin.ts similarity index 100% rename from x-pack/plugins/event_log/server/plugin.ts rename to x-pack/platform/plugins/shared/event_log/server/plugin.ts diff --git a/x-pack/plugins/event_log/server/saved_object_provider_registry.mock.ts b/x-pack/platform/plugins/shared/event_log/server/saved_object_provider_registry.mock.ts similarity index 100% rename from x-pack/plugins/event_log/server/saved_object_provider_registry.mock.ts rename to x-pack/platform/plugins/shared/event_log/server/saved_object_provider_registry.mock.ts diff --git a/x-pack/plugins/event_log/server/saved_object_provider_registry.test.ts b/x-pack/platform/plugins/shared/event_log/server/saved_object_provider_registry.test.ts similarity index 100% rename from x-pack/plugins/event_log/server/saved_object_provider_registry.test.ts rename to x-pack/platform/plugins/shared/event_log/server/saved_object_provider_registry.test.ts diff --git a/x-pack/plugins/event_log/server/saved_object_provider_registry.ts b/x-pack/platform/plugins/shared/event_log/server/saved_object_provider_registry.ts similarity index 100% rename from x-pack/plugins/event_log/server/saved_object_provider_registry.ts rename to x-pack/platform/plugins/shared/event_log/server/saved_object_provider_registry.ts diff --git a/x-pack/plugins/event_log/server/types.ts b/x-pack/platform/plugins/shared/event_log/server/types.ts similarity index 100% rename from x-pack/plugins/event_log/server/types.ts rename to x-pack/platform/plugins/shared/event_log/server/types.ts diff --git a/x-pack/plugins/event_log/tsconfig.json b/x-pack/platform/plugins/shared/event_log/tsconfig.json similarity index 92% rename from x-pack/plugins/event_log/tsconfig.json rename to x-pack/platform/plugins/shared/event_log/tsconfig.json index 65ccb4cf3b11c..fdc743f8f5631 100644 --- a/x-pack/plugins/event_log/tsconfig.json +++ b/x-pack/platform/plugins/shared/event_log/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "../../../tsconfig.base.json", + "extends": "../../../../../tsconfig.base.json", "compilerOptions": { "outDir": "target/types", }, diff --git a/x-pack/plugins/rule_registry/README.md b/x-pack/platform/plugins/shared/rule_registry/README.md similarity index 98% rename from x-pack/plugins/rule_registry/README.md rename to x-pack/platform/plugins/shared/rule_registry/README.md index e0d79482e29f7..ec6ff2055d851 100644 --- a/x-pack/plugins/rule_registry/README.md +++ b/x-pack/platform/plugins/shared/rule_registry/README.md @@ -147,7 +147,7 @@ The following fields are defined in the technical field component template and s # Alerts as data -Alerts as data can be interacted with using the AlertsClient api found in `x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts` +Alerts as data can be interacted with using the AlertsClient api found in `x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts` This api includes public methods such as diff --git a/x-pack/plugins/rule_registry/common/assets.ts b/x-pack/platform/plugins/shared/rule_registry/common/assets.ts similarity index 100% rename from x-pack/plugins/rule_registry/common/assets.ts rename to x-pack/platform/plugins/shared/rule_registry/common/assets.ts diff --git a/x-pack/plugins/rule_registry/common/assets/component_templates/ecs_component_template.ts b/x-pack/platform/plugins/shared/rule_registry/common/assets/component_templates/ecs_component_template.ts similarity index 100% rename from x-pack/plugins/rule_registry/common/assets/component_templates/ecs_component_template.ts rename to x-pack/platform/plugins/shared/rule_registry/common/assets/component_templates/ecs_component_template.ts diff --git a/x-pack/plugins/rule_registry/common/assets/component_templates/technical_component_template.ts b/x-pack/platform/plugins/shared/rule_registry/common/assets/component_templates/technical_component_template.ts similarity index 100% rename from x-pack/plugins/rule_registry/common/assets/component_templates/technical_component_template.ts rename to x-pack/platform/plugins/shared/rule_registry/common/assets/component_templates/technical_component_template.ts diff --git a/x-pack/plugins/rule_registry/common/assets/field_maps/ecs_field_map.ts b/x-pack/platform/plugins/shared/rule_registry/common/assets/field_maps/ecs_field_map.ts similarity index 99% rename from x-pack/plugins/rule_registry/common/assets/field_maps/ecs_field_map.ts rename to x-pack/platform/plugins/shared/rule_registry/common/assets/field_maps/ecs_field_map.ts index eb4c977ab7f0d..f0a91c973c3a3 100644 --- a/x-pack/plugins/rule_registry/common/assets/field_maps/ecs_field_map.ts +++ b/x-pack/platform/plugins/shared/rule_registry/common/assets/field_maps/ecs_field_map.ts @@ -5,7 +5,7 @@ * 2.0. */ -/* This file is generated by x-pack/plugins/rule_registry/scripts/generate_ecs_fieldmap/index.js, +/* This file is generated by x-pack/platform/plugins/shared/rule_registry/scripts/generate_ecs_fieldmap/index.js, do not manually edit */ diff --git a/x-pack/plugins/rule_registry/common/assets/field_maps/technical_rule_field_map.test.ts b/x-pack/platform/plugins/shared/rule_registry/common/assets/field_maps/technical_rule_field_map.test.ts similarity index 100% rename from x-pack/plugins/rule_registry/common/assets/field_maps/technical_rule_field_map.test.ts rename to x-pack/platform/plugins/shared/rule_registry/common/assets/field_maps/technical_rule_field_map.test.ts diff --git a/x-pack/plugins/rule_registry/common/assets/field_maps/technical_rule_field_map.ts b/x-pack/platform/plugins/shared/rule_registry/common/assets/field_maps/technical_rule_field_map.ts similarity index 100% rename from x-pack/plugins/rule_registry/common/assets/field_maps/technical_rule_field_map.ts rename to x-pack/platform/plugins/shared/rule_registry/common/assets/field_maps/technical_rule_field_map.ts diff --git a/x-pack/plugins/rule_registry/common/assets/index_templates/base_index_template.ts b/x-pack/platform/plugins/shared/rule_registry/common/assets/index_templates/base_index_template.ts similarity index 100% rename from x-pack/plugins/rule_registry/common/assets/index_templates/base_index_template.ts rename to x-pack/platform/plugins/shared/rule_registry/common/assets/index_templates/base_index_template.ts diff --git a/x-pack/plugins/rule_registry/common/constants.ts b/x-pack/platform/plugins/shared/rule_registry/common/constants.ts similarity index 100% rename from x-pack/plugins/rule_registry/common/constants.ts rename to x-pack/platform/plugins/shared/rule_registry/common/constants.ts diff --git a/x-pack/plugins/rule_registry/common/field_map/index.ts b/x-pack/platform/plugins/shared/rule_registry/common/field_map/index.ts similarity index 100% rename from x-pack/plugins/rule_registry/common/field_map/index.ts rename to x-pack/platform/plugins/shared/rule_registry/common/field_map/index.ts diff --git a/x-pack/plugins/rule_registry/common/field_map/merge_field_maps.ts b/x-pack/platform/plugins/shared/rule_registry/common/field_map/merge_field_maps.ts similarity index 100% rename from x-pack/plugins/rule_registry/common/field_map/merge_field_maps.ts rename to x-pack/platform/plugins/shared/rule_registry/common/field_map/merge_field_maps.ts diff --git a/x-pack/plugins/rule_registry/common/field_map/runtime_type_from_fieldmap.test.ts b/x-pack/platform/plugins/shared/rule_registry/common/field_map/runtime_type_from_fieldmap.test.ts similarity index 100% rename from x-pack/plugins/rule_registry/common/field_map/runtime_type_from_fieldmap.test.ts rename to x-pack/platform/plugins/shared/rule_registry/common/field_map/runtime_type_from_fieldmap.test.ts diff --git a/x-pack/plugins/rule_registry/common/field_map/runtime_type_from_fieldmap.ts b/x-pack/platform/plugins/shared/rule_registry/common/field_map/runtime_type_from_fieldmap.ts similarity index 100% rename from x-pack/plugins/rule_registry/common/field_map/runtime_type_from_fieldmap.ts rename to x-pack/platform/plugins/shared/rule_registry/common/field_map/runtime_type_from_fieldmap.ts diff --git a/x-pack/plugins/rule_registry/common/index.ts b/x-pack/platform/plugins/shared/rule_registry/common/index.ts similarity index 100% rename from x-pack/plugins/rule_registry/common/index.ts rename to x-pack/platform/plugins/shared/rule_registry/common/index.ts diff --git a/x-pack/plugins/rule_registry/common/parse_experimental_fields.ts b/x-pack/platform/plugins/shared/rule_registry/common/parse_experimental_fields.ts similarity index 100% rename from x-pack/plugins/rule_registry/common/parse_experimental_fields.ts rename to x-pack/platform/plugins/shared/rule_registry/common/parse_experimental_fields.ts diff --git a/x-pack/plugins/rule_registry/common/parse_technical_fields.test.ts b/x-pack/platform/plugins/shared/rule_registry/common/parse_technical_fields.test.ts similarity index 100% rename from x-pack/plugins/rule_registry/common/parse_technical_fields.test.ts rename to x-pack/platform/plugins/shared/rule_registry/common/parse_technical_fields.test.ts diff --git a/x-pack/plugins/rule_registry/common/parse_technical_fields.ts b/x-pack/platform/plugins/shared/rule_registry/common/parse_technical_fields.ts similarity index 100% rename from x-pack/plugins/rule_registry/common/parse_technical_fields.ts rename to x-pack/platform/plugins/shared/rule_registry/common/parse_technical_fields.ts diff --git a/x-pack/plugins/rule_registry/common/pick_with_patterns/index.test.ts b/x-pack/platform/plugins/shared/rule_registry/common/pick_with_patterns/index.test.ts similarity index 100% rename from x-pack/plugins/rule_registry/common/pick_with_patterns/index.test.ts rename to x-pack/platform/plugins/shared/rule_registry/common/pick_with_patterns/index.test.ts diff --git a/x-pack/plugins/rule_registry/common/pick_with_patterns/index.ts b/x-pack/platform/plugins/shared/rule_registry/common/pick_with_patterns/index.ts similarity index 100% rename from x-pack/plugins/rule_registry/common/pick_with_patterns/index.ts rename to x-pack/platform/plugins/shared/rule_registry/common/pick_with_patterns/index.ts diff --git a/x-pack/plugins/rule_registry/common/schemas/8.0.0/index.ts b/x-pack/platform/plugins/shared/rule_registry/common/schemas/8.0.0/index.ts similarity index 100% rename from x-pack/plugins/rule_registry/common/schemas/8.0.0/index.ts rename to x-pack/platform/plugins/shared/rule_registry/common/schemas/8.0.0/index.ts diff --git a/x-pack/plugins/rule_registry/common/schemas/8.13.0/index.ts b/x-pack/platform/plugins/shared/rule_registry/common/schemas/8.13.0/index.ts similarity index 100% rename from x-pack/plugins/rule_registry/common/schemas/8.13.0/index.ts rename to x-pack/platform/plugins/shared/rule_registry/common/schemas/8.13.0/index.ts diff --git a/x-pack/plugins/rule_registry/common/schemas/8.6.0/index.ts b/x-pack/platform/plugins/shared/rule_registry/common/schemas/8.6.0/index.ts similarity index 100% rename from x-pack/plugins/rule_registry/common/schemas/8.6.0/index.ts rename to x-pack/platform/plugins/shared/rule_registry/common/schemas/8.6.0/index.ts diff --git a/x-pack/plugins/rule_registry/common/schemas/8.7.0/index.ts b/x-pack/platform/plugins/shared/rule_registry/common/schemas/8.7.0/index.ts similarity index 100% rename from x-pack/plugins/rule_registry/common/schemas/8.7.0/index.ts rename to x-pack/platform/plugins/shared/rule_registry/common/schemas/8.7.0/index.ts diff --git a/x-pack/plugins/rule_registry/common/schemas/8.8.0/index.ts b/x-pack/platform/plugins/shared/rule_registry/common/schemas/8.8.0/index.ts similarity index 100% rename from x-pack/plugins/rule_registry/common/schemas/8.8.0/index.ts rename to x-pack/platform/plugins/shared/rule_registry/common/schemas/8.8.0/index.ts diff --git a/x-pack/plugins/rule_registry/common/schemas/README.md b/x-pack/platform/plugins/shared/rule_registry/common/schemas/README.md similarity index 100% rename from x-pack/plugins/rule_registry/common/schemas/README.md rename to x-pack/platform/plugins/shared/rule_registry/common/schemas/README.md diff --git a/x-pack/plugins/rule_registry/common/schemas/index.ts b/x-pack/platform/plugins/shared/rule_registry/common/schemas/index.ts similarity index 100% rename from x-pack/plugins/rule_registry/common/schemas/index.ts rename to x-pack/platform/plugins/shared/rule_registry/common/schemas/index.ts diff --git a/x-pack/plugins/rule_registry/common/technical_rule_data_field_names.ts b/x-pack/platform/plugins/shared/rule_registry/common/technical_rule_data_field_names.ts similarity index 100% rename from x-pack/plugins/rule_registry/common/technical_rule_data_field_names.ts rename to x-pack/platform/plugins/shared/rule_registry/common/technical_rule_data_field_names.ts diff --git a/x-pack/plugins/rule_registry/common/types.ts b/x-pack/platform/plugins/shared/rule_registry/common/types.ts similarity index 100% rename from x-pack/plugins/rule_registry/common/types.ts rename to x-pack/platform/plugins/shared/rule_registry/common/types.ts diff --git a/x-pack/plugins/rule_registry/docs/README.md b/x-pack/platform/plugins/shared/rule_registry/docs/README.md similarity index 96% rename from x-pack/plugins/rule_registry/docs/README.md rename to x-pack/platform/plugins/shared/rule_registry/docs/README.md index 0eb2463005193..9632e61b2526b 100644 --- a/x-pack/plugins/rule_registry/docs/README.md +++ b/x-pack/platform/plugins/shared/rule_registry/docs/README.md @@ -18,7 +18,7 @@ yarn global add typedoc typedoc-plugin-markdown ## Generate the docs ```bash -cd x-pack/plugins/rule_registry/docs +cd x-pack/platform/plugins/shared/rule_registry/docs npx typedoc --gitRemote upstream --options alerts_client_typedoc.json ``` diff --git a/x-pack/plugins/rule_registry/docs/alerts_client/alerts_client_api.md b/x-pack/platform/plugins/shared/rule_registry/docs/alerts_client/alerts_client_api.md similarity index 100% rename from x-pack/plugins/rule_registry/docs/alerts_client/alerts_client_api.md rename to x-pack/platform/plugins/shared/rule_registry/docs/alerts_client/alerts_client_api.md diff --git a/x-pack/plugins/rule_registry/docs/alerts_client/classes/alertsclient.md b/x-pack/platform/plugins/shared/rule_registry/docs/alerts_client/classes/alertsclient.md similarity index 83% rename from x-pack/plugins/rule_registry/docs/alerts_client/classes/alertsclient.md rename to x-pack/platform/plugins/shared/rule_registry/docs/alerts_client/classes/alertsclient.md index ace131d5e4b6b..e8b17b8c85548 100644 --- a/x-pack/plugins/rule_registry/docs/alerts_client/classes/alertsclient.md +++ b/x-pack/platform/plugins/shared/rule_registry/docs/alerts_client/classes/alertsclient.md @@ -49,7 +49,7 @@ on alerts as data. #### Defined in -[alerts_client.ts:117](https://github.com/elastic/kibana/blob/42f5a948210/x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts#L117) +[alerts_client.ts:117](https://github.com/elastic/kibana/blob/42f5a948210/x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts#L117) ## Properties @@ -59,7 +59,7 @@ on alerts as data. #### Defined in -[alerts_client.ts:114](https://github.com/elastic/kibana/blob/42f5a948210/x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts#L114) +[alerts_client.ts:114](https://github.com/elastic/kibana/blob/42f5a948210/x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts#L114) ___ @@ -69,7 +69,7 @@ ___ #### Defined in -[alerts_client.ts:115](https://github.com/elastic/kibana/blob/42f5a948210/x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts#L115) +[alerts_client.ts:115](https://github.com/elastic/kibana/blob/42f5a948210/x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts#L115) ___ @@ -79,7 +79,7 @@ ___ #### Defined in -[alerts_client.ts:116](https://github.com/elastic/kibana/blob/42f5a948210/x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts#L116) +[alerts_client.ts:116](https://github.com/elastic/kibana/blob/42f5a948210/x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts#L116) ___ @@ -89,7 +89,7 @@ ___ #### Defined in -[alerts_client.ts:113](https://github.com/elastic/kibana/blob/42f5a948210/x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts#L113) +[alerts_client.ts:113](https://github.com/elastic/kibana/blob/42f5a948210/x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts#L113) ___ @@ -99,7 +99,7 @@ ___ #### Defined in -[alerts_client.ts:117](https://github.com/elastic/kibana/blob/42f5a948210/x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts#L117) +[alerts_client.ts:117](https://github.com/elastic/kibana/blob/42f5a948210/x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts#L117) ## Methods @@ -123,7 +123,7 @@ ___ #### Defined in -[alerts_client.ts:367](https://github.com/elastic/kibana/blob/42f5a948210/x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts#L367) +[alerts_client.ts:367](https://github.com/elastic/kibana/blob/42f5a948210/x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts#L367) ___ @@ -149,7 +149,7 @@ ___ #### Defined in -[alerts_client.ts:570](https://github.com/elastic/kibana/blob/42f5a948210/x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts#L570) +[alerts_client.ts:570](https://github.com/elastic/kibana/blob/42f5a948210/x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts#L570) ___ @@ -172,7 +172,7 @@ Accepts an array of ES documents and executes ensureAuthorized for the given ope #### Defined in -[alerts_client.ts:152](https://github.com/elastic/kibana/blob/42f5a948210/x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts#L152) +[alerts_client.ts:152](https://github.com/elastic/kibana/blob/42f5a948210/x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts#L152) ___ @@ -204,7 +204,7 @@ ___ #### Defined in -[alerts_client.ts:628](https://github.com/elastic/kibana/blob/42f5a948210/x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts#L628) +[alerts_client.ts:628](https://github.com/elastic/kibana/blob/42f5a948210/x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts#L628) ___ @@ -224,7 +224,7 @@ ___ #### Defined in -[alerts_client.ts:491](https://github.com/elastic/kibana/blob/42f5a948210/x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts#L491) +[alerts_client.ts:491](https://github.com/elastic/kibana/blob/42f5a948210/x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts#L491) ___ @@ -245,7 +245,7 @@ ___ #### Defined in -[alerts_client.ts:137](https://github.com/elastic/kibana/blob/42f5a948210/x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts#L137) +[alerts_client.ts:137](https://github.com/elastic/kibana/blob/42f5a948210/x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts#L137) ___ @@ -265,7 +265,7 @@ ___ #### Defined in -[alerts_client.ts:674](https://github.com/elastic/kibana/blob/42f5a948210/x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts#L674) +[alerts_client.ts:674](https://github.com/elastic/kibana/blob/42f5a948210/x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts#L674) ___ @@ -289,7 +289,7 @@ ___ #### Defined in -[alerts_client.ts:129](https://github.com/elastic/kibana/blob/42f5a948210/x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts#L129) +[alerts_client.ts:129](https://github.com/elastic/kibana/blob/42f5a948210/x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts#L129) ___ @@ -315,7 +315,7 @@ When an update by ids is requested, do a multi-get, ensure authz and audit alert #### Defined in -[alerts_client.ts:308](https://github.com/elastic/kibana/blob/42f5a948210/x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts#L308) +[alerts_client.ts:308](https://github.com/elastic/kibana/blob/42f5a948210/x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts#L308) ___ @@ -340,7 +340,7 @@ executes a search after to find alerts with query (+ authz filter) #### Defined in -[alerts_client.ts:423](https://github.com/elastic/kibana/blob/42f5a948210/x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts#L423) +[alerts_client.ts:423](https://github.com/elastic/kibana/blob/42f5a948210/x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts#L423) ___ @@ -363,7 +363,7 @@ In the future we will add an "aggs" param #### Defined in -[alerts_client.ts:220](https://github.com/elastic/kibana/blob/42f5a948210/x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts#L220) +[alerts_client.ts:220](https://github.com/elastic/kibana/blob/42f5a948210/x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts#L220) ___ @@ -389,4 +389,4 @@ ___ #### Defined in -[alerts_client.ts:520](https://github.com/elastic/kibana/blob/42f5a948210/x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts#L520) +[alerts_client.ts:520](https://github.com/elastic/kibana/blob/42f5a948210/x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts#L520) diff --git a/x-pack/plugins/rule_registry/docs/alerts_client/interfaces/bulkupdateoptions.md b/x-pack/platform/plugins/shared/rule_registry/docs/alerts_client/interfaces/bulkupdateoptions.md similarity index 71% rename from x-pack/plugins/rule_registry/docs/alerts_client/interfaces/bulkupdateoptions.md rename to x-pack/platform/plugins/shared/rule_registry/docs/alerts_client/interfaces/bulkupdateoptions.md index efe28580897d7..4bb9ffda28bfa 100644 --- a/x-pack/plugins/rule_registry/docs/alerts_client/interfaces/bulkupdateoptions.md +++ b/x-pack/platform/plugins/shared/rule_registry/docs/alerts_client/interfaces/bulkupdateoptions.md @@ -25,7 +25,7 @@ #### Defined in -[alerts_client.ts:84](https://github.com/elastic/kibana/blob/42f5a948210/x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts#L84) +[alerts_client.ts:84](https://github.com/elastic/kibana/blob/42f5a948210/x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts#L84) ___ @@ -35,7 +35,7 @@ ___ #### Defined in -[alerts_client.ts:86](https://github.com/elastic/kibana/blob/42f5a948210/x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts#L86) +[alerts_client.ts:86](https://github.com/elastic/kibana/blob/42f5a948210/x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts#L86) ___ @@ -45,7 +45,7 @@ ___ #### Defined in -[alerts_client.ts:87](https://github.com/elastic/kibana/blob/42f5a948210/x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts#L87) +[alerts_client.ts:87](https://github.com/elastic/kibana/blob/42f5a948210/x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts#L87) ___ @@ -55,4 +55,4 @@ ___ #### Defined in -[alerts_client.ts:85](https://github.com/elastic/kibana/blob/42f5a948210/x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts#L85) +[alerts_client.ts:85](https://github.com/elastic/kibana/blob/42f5a948210/x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts#L85) diff --git a/x-pack/plugins/rule_registry/docs/alerts_client/interfaces/constructoroptions.md b/x-pack/platform/plugins/shared/rule_registry/docs/alerts_client/interfaces/constructoroptions.md similarity index 70% rename from x-pack/plugins/rule_registry/docs/alerts_client/interfaces/constructoroptions.md rename to x-pack/platform/plugins/shared/rule_registry/docs/alerts_client/interfaces/constructoroptions.md index a2e24106aa002..d3019b047c38e 100644 --- a/x-pack/plugins/rule_registry/docs/alerts_client/interfaces/constructoroptions.md +++ b/x-pack/platform/plugins/shared/rule_registry/docs/alerts_client/interfaces/constructoroptions.md @@ -19,7 +19,7 @@ #### Defined in -[alerts_client.ts:72](https://github.com/elastic/kibana/blob/42f5a948210/x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts#L72) +[alerts_client.ts:72](https://github.com/elastic/kibana/blob/42f5a948210/x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts#L72) ___ @@ -29,7 +29,7 @@ ___ #### Defined in -[alerts_client.ts:71](https://github.com/elastic/kibana/blob/42f5a948210/x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts#L71) +[alerts_client.ts:71](https://github.com/elastic/kibana/blob/42f5a948210/x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts#L71) ___ @@ -39,7 +39,7 @@ ___ #### Defined in -[alerts_client.ts:73](https://github.com/elastic/kibana/blob/42f5a948210/x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts#L73) +[alerts_client.ts:73](https://github.com/elastic/kibana/blob/42f5a948210/x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts#L73) ___ @@ -49,4 +49,4 @@ ___ #### Defined in -[alerts_client.ts:70](https://github.com/elastic/kibana/blob/42f5a948210/x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts#L70) +[alerts_client.ts:70](https://github.com/elastic/kibana/blob/42f5a948210/x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts#L70) diff --git a/x-pack/plugins/rule_registry/docs/alerts_client/interfaces/updateoptions.md b/x-pack/platform/plugins/shared/rule_registry/docs/alerts_client/interfaces/updateoptions.md similarity index 69% rename from x-pack/plugins/rule_registry/docs/alerts_client/interfaces/updateoptions.md rename to x-pack/platform/plugins/shared/rule_registry/docs/alerts_client/interfaces/updateoptions.md index 650c6a3d3d113..f734d4da42318 100644 --- a/x-pack/plugins/rule_registry/docs/alerts_client/interfaces/updateoptions.md +++ b/x-pack/platform/plugins/shared/rule_registry/docs/alerts_client/interfaces/updateoptions.md @@ -25,7 +25,7 @@ #### Defined in -[alerts_client.ts:79](https://github.com/elastic/kibana/blob/42f5a948210/x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts#L79) +[alerts_client.ts:79](https://github.com/elastic/kibana/blob/42f5a948210/x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts#L79) ___ @@ -35,7 +35,7 @@ ___ #### Defined in -[alerts_client.ts:77](https://github.com/elastic/kibana/blob/42f5a948210/x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts#L77) +[alerts_client.ts:77](https://github.com/elastic/kibana/blob/42f5a948210/x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts#L77) ___ @@ -45,7 +45,7 @@ ___ #### Defined in -[alerts_client.ts:80](https://github.com/elastic/kibana/blob/42f5a948210/x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts#L80) +[alerts_client.ts:80](https://github.com/elastic/kibana/blob/42f5a948210/x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts#L80) ___ @@ -55,4 +55,4 @@ ___ #### Defined in -[alerts_client.ts:78](https://github.com/elastic/kibana/blob/42f5a948210/x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts#L78) +[alerts_client.ts:78](https://github.com/elastic/kibana/blob/42f5a948210/x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts#L78) diff --git a/x-pack/plugins/rule_registry/docs/alerts_client_typedoc.json b/x-pack/platform/plugins/shared/rule_registry/docs/alerts_client_typedoc.json similarity index 100% rename from x-pack/plugins/rule_registry/docs/alerts_client_typedoc.json rename to x-pack/platform/plugins/shared/rule_registry/docs/alerts_client_typedoc.json diff --git a/x-pack/platform/plugins/shared/rule_registry/jest.config.js b/x-pack/platform/plugins/shared/rule_registry/jest.config.js new file mode 100644 index 0000000000000..a845f905e882d --- /dev/null +++ b/x-pack/platform/plugins/shared/rule_registry/jest.config.js @@ -0,0 +1,15 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0; you may not use this file except in compliance with the Elastic License + * 2.0. + */ + +module.exports = { + preset: '@kbn/test', + rootDir: '../../../../..', + roots: ['/x-pack/platform/plugins/shared/rule_registry'], + coverageDirectory: '/target/kibana-coverage/jest/x-pack/platform/plugins/shared/rule_registry', + coverageReporters: ['text', 'html'], + collectCoverageFrom: ['/x-pack/platform/plugins/shared/rule_registry/{common,server}/**/*.{ts,tsx}'], +}; diff --git a/x-pack/plugins/rule_registry/kibana.jsonc b/x-pack/platform/plugins/shared/rule_registry/kibana.jsonc similarity index 100% rename from x-pack/plugins/rule_registry/kibana.jsonc rename to x-pack/platform/plugins/shared/rule_registry/kibana.jsonc diff --git a/x-pack/plugins/rule_registry/scripts/generate_ecs_fieldmap/index.js b/x-pack/platform/plugins/shared/rule_registry/scripts/generate_ecs_fieldmap/index.js similarity index 91% rename from x-pack/plugins/rule_registry/scripts/generate_ecs_fieldmap/index.js rename to x-pack/platform/plugins/shared/rule_registry/scripts/generate_ecs_fieldmap/index.js index 3b039bdeb99a9..5f39d2a885a9e 100644 --- a/x-pack/plugins/rule_registry/scripts/generate_ecs_fieldmap/index.js +++ b/x-pack/platform/plugins/shared/rule_registry/scripts/generate_ecs_fieldmap/index.js @@ -16,7 +16,7 @@ const readFile = util.promisify(fs.readFile); const writeFile = util.promisify(fs.writeFile); const exec = util.promisify(execCb); -const ecsDir = path.resolve(__dirname, '../../../../../../ecs'); +const ecsDir = path.resolve(__dirname, '../../../../../../../../ecs'); const ecsYamlFilename = path.join(ecsDir, 'generated/ecs/ecs_flat.yml'); const outputDir = path.join(__dirname, '../../common/assets/field_maps'); @@ -57,7 +57,7 @@ async function generate() { await writeFile( outputFieldMapFilename, ` -/* This file is generated by x-pack/plugins/rule_registry/scripts/generate_ecs_fieldmap/index.js, +/* This file is generated by x-pack/platform/plugins/shared/rule_registry/scripts/generate_ecs_fieldmap/index.js, do not manually edit */ diff --git a/x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.mock.ts b/x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.mock.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.mock.ts rename to x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.mock.ts diff --git a/x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.test.ts b/x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.test.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.test.ts rename to x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.test.ts diff --git a/x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts b/x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts rename to x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts diff --git a/x-pack/plugins/rule_registry/server/alert_data_client/alerts_client_factory.test.ts b/x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client_factory.test.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/alert_data_client/alerts_client_factory.test.ts rename to x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client_factory.test.ts diff --git a/x-pack/plugins/rule_registry/server/alert_data_client/alerts_client_factory.ts b/x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client_factory.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/alert_data_client/alerts_client_factory.ts rename to x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client_factory.ts diff --git a/x-pack/plugins/rule_registry/server/alert_data_client/audit_events.test.ts b/x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/audit_events.test.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/alert_data_client/audit_events.test.ts rename to x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/audit_events.test.ts diff --git a/x-pack/plugins/rule_registry/server/alert_data_client/audit_events.ts b/x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/audit_events.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/alert_data_client/audit_events.ts rename to x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/audit_events.ts diff --git a/x-pack/plugins/rule_registry/server/alert_data_client/browser_fields/index.ts b/x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/browser_fields/index.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/alert_data_client/browser_fields/index.ts rename to x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/browser_fields/index.ts diff --git a/x-pack/plugins/rule_registry/server/alert_data_client/constants.ts b/x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/constants.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/alert_data_client/constants.ts rename to x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/constants.ts diff --git a/x-pack/plugins/rule_registry/server/alert_data_client/tests/bulk_update.test.ts b/x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/tests/bulk_update.test.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/alert_data_client/tests/bulk_update.test.ts rename to x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/tests/bulk_update.test.ts diff --git a/x-pack/plugins/rule_registry/server/alert_data_client/tests/bulk_update_cases.test.ts b/x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/tests/bulk_update_cases.test.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/alert_data_client/tests/bulk_update_cases.test.ts rename to x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/tests/bulk_update_cases.test.ts diff --git a/x-pack/plugins/rule_registry/server/alert_data_client/tests/find_alerts.test.ts b/x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/tests/find_alerts.test.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/alert_data_client/tests/find_alerts.test.ts rename to x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/tests/find_alerts.test.ts diff --git a/x-pack/plugins/rule_registry/server/alert_data_client/tests/get.test.ts b/x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/tests/get.test.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/alert_data_client/tests/get.test.ts rename to x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/tests/get.test.ts diff --git a/x-pack/plugins/rule_registry/server/alert_data_client/tests/get_aad_fields.test.ts b/x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/tests/get_aad_fields.test.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/alert_data_client/tests/get_aad_fields.test.ts rename to x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/tests/get_aad_fields.test.ts diff --git a/x-pack/plugins/rule_registry/server/alert_data_client/tests/get_alerts_group_aggregations.test.ts b/x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/tests/get_alerts_group_aggregations.test.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/alert_data_client/tests/get_alerts_group_aggregations.test.ts rename to x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/tests/get_alerts_group_aggregations.test.ts diff --git a/x-pack/plugins/rule_registry/server/alert_data_client/tests/get_alerts_summary.test.ts b/x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/tests/get_alerts_summary.test.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/alert_data_client/tests/get_alerts_summary.test.ts rename to x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/tests/get_alerts_summary.test.ts diff --git a/x-pack/plugins/rule_registry/server/alert_data_client/tests/remove_cases_from_alerts.test.ts b/x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/tests/remove_cases_from_alerts.test.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/alert_data_client/tests/remove_cases_from_alerts.test.ts rename to x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/tests/remove_cases_from_alerts.test.ts diff --git a/x-pack/plugins/rule_registry/server/alert_data_client/tests/update.test.ts b/x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/tests/update.test.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/alert_data_client/tests/update.test.ts rename to x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/tests/update.test.ts diff --git a/x-pack/plugins/rule_registry/server/config.ts b/x-pack/platform/plugins/shared/rule_registry/server/config.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/config.ts rename to x-pack/platform/plugins/shared/rule_registry/server/config.ts diff --git a/x-pack/plugins/rule_registry/server/index.ts b/x-pack/platform/plugins/shared/rule_registry/server/index.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/index.ts rename to x-pack/platform/plugins/shared/rule_registry/server/index.ts diff --git a/x-pack/plugins/rule_registry/server/lib/get_authz_filter.test.ts b/x-pack/platform/plugins/shared/rule_registry/server/lib/get_authz_filter.test.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/lib/get_authz_filter.test.ts rename to x-pack/platform/plugins/shared/rule_registry/server/lib/get_authz_filter.test.ts diff --git a/x-pack/plugins/rule_registry/server/lib/get_authz_filter.ts b/x-pack/platform/plugins/shared/rule_registry/server/lib/get_authz_filter.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/lib/get_authz_filter.ts rename to x-pack/platform/plugins/shared/rule_registry/server/lib/get_authz_filter.ts diff --git a/x-pack/plugins/rule_registry/server/lib/get_consumers_filter.test.tsx b/x-pack/platform/plugins/shared/rule_registry/server/lib/get_consumers_filter.test.tsx similarity index 100% rename from x-pack/plugins/rule_registry/server/lib/get_consumers_filter.test.tsx rename to x-pack/platform/plugins/shared/rule_registry/server/lib/get_consumers_filter.test.tsx diff --git a/x-pack/plugins/rule_registry/server/lib/get_consumers_filter.tsx b/x-pack/platform/plugins/shared/rule_registry/server/lib/get_consumers_filter.tsx similarity index 100% rename from x-pack/plugins/rule_registry/server/lib/get_consumers_filter.tsx rename to x-pack/platform/plugins/shared/rule_registry/server/lib/get_consumers_filter.tsx diff --git a/x-pack/plugins/rule_registry/server/lib/get_is_kibana_request.test.ts b/x-pack/platform/plugins/shared/rule_registry/server/lib/get_is_kibana_request.test.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/lib/get_is_kibana_request.test.ts rename to x-pack/platform/plugins/shared/rule_registry/server/lib/get_is_kibana_request.test.ts diff --git a/x-pack/plugins/rule_registry/server/lib/get_is_kibana_request.ts b/x-pack/platform/plugins/shared/rule_registry/server/lib/get_is_kibana_request.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/lib/get_is_kibana_request.ts rename to x-pack/platform/plugins/shared/rule_registry/server/lib/get_is_kibana_request.ts diff --git a/x-pack/plugins/rule_registry/server/lib/get_rule_type_ids_filter.test.tsx b/x-pack/platform/plugins/shared/rule_registry/server/lib/get_rule_type_ids_filter.test.tsx similarity index 100% rename from x-pack/plugins/rule_registry/server/lib/get_rule_type_ids_filter.test.tsx rename to x-pack/platform/plugins/shared/rule_registry/server/lib/get_rule_type_ids_filter.test.tsx diff --git a/x-pack/plugins/rule_registry/server/lib/get_rule_type_ids_filter.tsx b/x-pack/platform/plugins/shared/rule_registry/server/lib/get_rule_type_ids_filter.tsx similarity index 100% rename from x-pack/plugins/rule_registry/server/lib/get_rule_type_ids_filter.tsx rename to x-pack/platform/plugins/shared/rule_registry/server/lib/get_rule_type_ids_filter.tsx diff --git a/x-pack/plugins/rule_registry/server/lib/get_spaces_filter.test.ts b/x-pack/platform/plugins/shared/rule_registry/server/lib/get_spaces_filter.test.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/lib/get_spaces_filter.test.ts rename to x-pack/platform/plugins/shared/rule_registry/server/lib/get_spaces_filter.test.ts diff --git a/x-pack/plugins/rule_registry/server/lib/get_spaces_filter.ts b/x-pack/platform/plugins/shared/rule_registry/server/lib/get_spaces_filter.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/lib/get_spaces_filter.ts rename to x-pack/platform/plugins/shared/rule_registry/server/lib/get_spaces_filter.ts diff --git a/x-pack/plugins/rule_registry/server/lib/index.ts b/x-pack/platform/plugins/shared/rule_registry/server/lib/index.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/lib/index.ts rename to x-pack/platform/plugins/shared/rule_registry/server/lib/index.ts diff --git a/x-pack/plugins/rule_registry/server/mocks.ts b/x-pack/platform/plugins/shared/rule_registry/server/mocks.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/mocks.ts rename to x-pack/platform/plugins/shared/rule_registry/server/mocks.ts diff --git a/x-pack/plugins/rule_registry/server/plugin.ts b/x-pack/platform/plugins/shared/rule_registry/server/plugin.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/plugin.ts rename to x-pack/platform/plugins/shared/rule_registry/server/plugin.ts diff --git a/x-pack/plugins/rule_registry/server/routes/__mocks__/request_context.ts b/x-pack/platform/plugins/shared/rule_registry/server/routes/__mocks__/request_context.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/routes/__mocks__/request_context.ts rename to x-pack/platform/plugins/shared/rule_registry/server/routes/__mocks__/request_context.ts diff --git a/x-pack/plugins/rule_registry/server/routes/__mocks__/request_responses.ts b/x-pack/platform/plugins/shared/rule_registry/server/routes/__mocks__/request_responses.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/routes/__mocks__/request_responses.ts rename to x-pack/platform/plugins/shared/rule_registry/server/routes/__mocks__/request_responses.ts diff --git a/x-pack/plugins/rule_registry/server/routes/__mocks__/response_adapters.ts b/x-pack/platform/plugins/shared/rule_registry/server/routes/__mocks__/response_adapters.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/routes/__mocks__/response_adapters.ts rename to x-pack/platform/plugins/shared/rule_registry/server/routes/__mocks__/response_adapters.ts diff --git a/x-pack/plugins/rule_registry/server/routes/__mocks__/server.ts b/x-pack/platform/plugins/shared/rule_registry/server/routes/__mocks__/server.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/routes/__mocks__/server.ts rename to x-pack/platform/plugins/shared/rule_registry/server/routes/__mocks__/server.ts diff --git a/x-pack/plugins/rule_registry/server/routes/bulk_update_alerts.ts b/x-pack/platform/plugins/shared/rule_registry/server/routes/bulk_update_alerts.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/routes/bulk_update_alerts.ts rename to x-pack/platform/plugins/shared/rule_registry/server/routes/bulk_update_alerts.ts diff --git a/x-pack/plugins/rule_registry/server/routes/find.test.ts b/x-pack/platform/plugins/shared/rule_registry/server/routes/find.test.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/routes/find.test.ts rename to x-pack/platform/plugins/shared/rule_registry/server/routes/find.test.ts diff --git a/x-pack/plugins/rule_registry/server/routes/find.ts b/x-pack/platform/plugins/shared/rule_registry/server/routes/find.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/routes/find.ts rename to x-pack/platform/plugins/shared/rule_registry/server/routes/find.ts diff --git a/x-pack/plugins/rule_registry/server/routes/get_aad_fields_by_rule_type.test.ts b/x-pack/platform/plugins/shared/rule_registry/server/routes/get_aad_fields_by_rule_type.test.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/routes/get_aad_fields_by_rule_type.test.ts rename to x-pack/platform/plugins/shared/rule_registry/server/routes/get_aad_fields_by_rule_type.test.ts diff --git a/x-pack/plugins/rule_registry/server/routes/get_aad_fields_by_rule_type.ts b/x-pack/platform/plugins/shared/rule_registry/server/routes/get_aad_fields_by_rule_type.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/routes/get_aad_fields_by_rule_type.ts rename to x-pack/platform/plugins/shared/rule_registry/server/routes/get_aad_fields_by_rule_type.ts diff --git a/x-pack/plugins/rule_registry/server/routes/get_alert_by_id.test.ts b/x-pack/platform/plugins/shared/rule_registry/server/routes/get_alert_by_id.test.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/routes/get_alert_by_id.test.ts rename to x-pack/platform/plugins/shared/rule_registry/server/routes/get_alert_by_id.test.ts diff --git a/x-pack/plugins/rule_registry/server/routes/get_alert_by_id.ts b/x-pack/platform/plugins/shared/rule_registry/server/routes/get_alert_by_id.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/routes/get_alert_by_id.ts rename to x-pack/platform/plugins/shared/rule_registry/server/routes/get_alert_by_id.ts diff --git a/x-pack/plugins/rule_registry/server/routes/get_alert_index.test.ts b/x-pack/platform/plugins/shared/rule_registry/server/routes/get_alert_index.test.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/routes/get_alert_index.test.ts rename to x-pack/platform/plugins/shared/rule_registry/server/routes/get_alert_index.test.ts diff --git a/x-pack/plugins/rule_registry/server/routes/get_alert_index.ts b/x-pack/platform/plugins/shared/rule_registry/server/routes/get_alert_index.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/routes/get_alert_index.ts rename to x-pack/platform/plugins/shared/rule_registry/server/routes/get_alert_index.ts diff --git a/x-pack/plugins/rule_registry/server/routes/get_alert_summary.test.ts b/x-pack/platform/plugins/shared/rule_registry/server/routes/get_alert_summary.test.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/routes/get_alert_summary.test.ts rename to x-pack/platform/plugins/shared/rule_registry/server/routes/get_alert_summary.test.ts diff --git a/x-pack/plugins/rule_registry/server/routes/get_alert_summary.ts b/x-pack/platform/plugins/shared/rule_registry/server/routes/get_alert_summary.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/routes/get_alert_summary.ts rename to x-pack/platform/plugins/shared/rule_registry/server/routes/get_alert_summary.ts diff --git a/x-pack/plugins/rule_registry/server/routes/get_alerts_group_aggregations.test.ts b/x-pack/platform/plugins/shared/rule_registry/server/routes/get_alerts_group_aggregations.test.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/routes/get_alerts_group_aggregations.test.ts rename to x-pack/platform/plugins/shared/rule_registry/server/routes/get_alerts_group_aggregations.test.ts diff --git a/x-pack/plugins/rule_registry/server/routes/get_alerts_group_aggregations.ts b/x-pack/platform/plugins/shared/rule_registry/server/routes/get_alerts_group_aggregations.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/routes/get_alerts_group_aggregations.ts rename to x-pack/platform/plugins/shared/rule_registry/server/routes/get_alerts_group_aggregations.ts diff --git a/x-pack/plugins/rule_registry/server/routes/get_browser_fields_by_rule_type_ids.test.ts b/x-pack/platform/plugins/shared/rule_registry/server/routes/get_browser_fields_by_rule_type_ids.test.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/routes/get_browser_fields_by_rule_type_ids.test.ts rename to x-pack/platform/plugins/shared/rule_registry/server/routes/get_browser_fields_by_rule_type_ids.test.ts diff --git a/x-pack/plugins/rule_registry/server/routes/get_browser_fields_by_rule_type_ids.ts b/x-pack/platform/plugins/shared/rule_registry/server/routes/get_browser_fields_by_rule_type_ids.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/routes/get_browser_fields_by_rule_type_ids.ts rename to x-pack/platform/plugins/shared/rule_registry/server/routes/get_browser_fields_by_rule_type_ids.ts diff --git a/x-pack/plugins/rule_registry/server/routes/index.ts b/x-pack/platform/plugins/shared/rule_registry/server/routes/index.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/routes/index.ts rename to x-pack/platform/plugins/shared/rule_registry/server/routes/index.ts diff --git a/x-pack/plugins/rule_registry/server/routes/update_alert_by_id.test.ts b/x-pack/platform/plugins/shared/rule_registry/server/routes/update_alert_by_id.test.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/routes/update_alert_by_id.test.ts rename to x-pack/platform/plugins/shared/rule_registry/server/routes/update_alert_by_id.test.ts diff --git a/x-pack/plugins/rule_registry/server/routes/update_alert_by_id.ts b/x-pack/platform/plugins/shared/rule_registry/server/routes/update_alert_by_id.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/routes/update_alert_by_id.ts rename to x-pack/platform/plugins/shared/rule_registry/server/routes/update_alert_by_id.ts diff --git a/x-pack/plugins/rule_registry/server/routes/utils/route_validation.ts b/x-pack/platform/plugins/shared/rule_registry/server/routes/utils/route_validation.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/routes/utils/route_validation.ts rename to x-pack/platform/plugins/shared/rule_registry/server/routes/utils/route_validation.ts diff --git a/x-pack/plugins/rule_registry/server/rule_data_client/index.ts b/x-pack/platform/plugins/shared/rule_registry/server/rule_data_client/index.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/rule_data_client/index.ts rename to x-pack/platform/plugins/shared/rule_registry/server/rule_data_client/index.ts diff --git a/x-pack/plugins/rule_registry/server/rule_data_client/rule_data_client.mock.ts b/x-pack/platform/plugins/shared/rule_registry/server/rule_data_client/rule_data_client.mock.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/rule_data_client/rule_data_client.mock.ts rename to x-pack/platform/plugins/shared/rule_registry/server/rule_data_client/rule_data_client.mock.ts diff --git a/x-pack/plugins/rule_registry/server/rule_data_client/rule_data_client.test.ts b/x-pack/platform/plugins/shared/rule_registry/server/rule_data_client/rule_data_client.test.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/rule_data_client/rule_data_client.test.ts rename to x-pack/platform/plugins/shared/rule_registry/server/rule_data_client/rule_data_client.test.ts diff --git a/x-pack/plugins/rule_registry/server/rule_data_client/rule_data_client.ts b/x-pack/platform/plugins/shared/rule_registry/server/rule_data_client/rule_data_client.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/rule_data_client/rule_data_client.ts rename to x-pack/platform/plugins/shared/rule_registry/server/rule_data_client/rule_data_client.ts diff --git a/x-pack/plugins/rule_registry/server/rule_data_client/types.ts b/x-pack/platform/plugins/shared/rule_registry/server/rule_data_client/types.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/rule_data_client/types.ts rename to x-pack/platform/plugins/shared/rule_registry/server/rule_data_client/types.ts diff --git a/x-pack/plugins/rule_registry/server/rule_data_plugin_service/errors.ts b/x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/errors.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/rule_data_plugin_service/errors.ts rename to x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/errors.ts diff --git a/x-pack/plugins/rule_registry/server/rule_data_plugin_service/index.ts b/x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/index.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/rule_data_plugin_service/index.ts rename to x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/index.ts diff --git a/x-pack/plugins/rule_registry/server/rule_data_plugin_service/index_info.ts b/x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/index_info.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/rule_data_plugin_service/index_info.ts rename to x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/index_info.ts diff --git a/x-pack/plugins/rule_registry/server/rule_data_plugin_service/index_options.ts b/x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/index_options.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/rule_data_plugin_service/index_options.ts rename to x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/index_options.ts diff --git a/x-pack/plugins/rule_registry/server/rule_data_plugin_service/resource_installer.mock.ts b/x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/resource_installer.mock.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/rule_data_plugin_service/resource_installer.mock.ts rename to x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/resource_installer.mock.ts diff --git a/x-pack/plugins/rule_registry/server/rule_data_plugin_service/resource_installer.test.ts b/x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/resource_installer.test.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/rule_data_plugin_service/resource_installer.test.ts rename to x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/resource_installer.test.ts diff --git a/x-pack/plugins/rule_registry/server/rule_data_plugin_service/resource_installer.ts b/x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/resource_installer.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/rule_data_plugin_service/resource_installer.ts rename to x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/resource_installer.ts diff --git a/x-pack/plugins/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.mock.ts b/x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.mock.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.mock.ts rename to x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.mock.ts diff --git a/x-pack/plugins/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.test.ts b/x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.test.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.test.ts rename to x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.test.ts diff --git a/x-pack/plugins/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts b/x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts rename to x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/rule_data_plugin_service.ts diff --git a/x-pack/plugins/rule_registry/server/rule_data_plugin_service/utils.test.ts b/x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/utils.test.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/rule_data_plugin_service/utils.test.ts rename to x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/utils.test.ts diff --git a/x-pack/plugins/rule_registry/server/rule_data_plugin_service/utils.ts b/x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/utils.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/rule_data_plugin_service/utils.ts rename to x-pack/platform/plugins/shared/rule_registry/server/rule_data_plugin_service/utils.ts diff --git a/x-pack/plugins/rule_registry/server/scripts/README.md b/x-pack/platform/plugins/shared/rule_registry/server/scripts/README.md similarity index 100% rename from x-pack/plugins/rule_registry/server/scripts/README.md rename to x-pack/platform/plugins/shared/rule_registry/server/scripts/README.md diff --git a/x-pack/plugins/rule_registry/server/scripts/bulk_update_observability_alert_by_ids.sh b/x-pack/platform/plugins/shared/rule_registry/server/scripts/bulk_update_observability_alert_by_ids.sh similarity index 100% rename from x-pack/plugins/rule_registry/server/scripts/bulk_update_observability_alert_by_ids.sh rename to x-pack/platform/plugins/shared/rule_registry/server/scripts/bulk_update_observability_alert_by_ids.sh diff --git a/x-pack/plugins/rule_registry/server/scripts/bulk_update_observability_alert_by_query.sh b/x-pack/platform/plugins/shared/rule_registry/server/scripts/bulk_update_observability_alert_by_query.sh similarity index 100% rename from x-pack/plugins/rule_registry/server/scripts/bulk_update_observability_alert_by_query.sh rename to x-pack/platform/plugins/shared/rule_registry/server/scripts/bulk_update_observability_alert_by_query.sh diff --git a/x-pack/plugins/rule_registry/server/scripts/bulk_update_old_security_solution_alert_by_query.sh b/x-pack/platform/plugins/shared/rule_registry/server/scripts/bulk_update_old_security_solution_alert_by_query.sh similarity index 100% rename from x-pack/plugins/rule_registry/server/scripts/bulk_update_old_security_solution_alert_by_query.sh rename to x-pack/platform/plugins/shared/rule_registry/server/scripts/bulk_update_old_security_solution_alert_by_query.sh diff --git a/x-pack/plugins/rule_registry/server/scripts/find_observability_alert.sh b/x-pack/platform/plugins/shared/rule_registry/server/scripts/find_observability_alert.sh similarity index 100% rename from x-pack/plugins/rule_registry/server/scripts/find_observability_alert.sh rename to x-pack/platform/plugins/shared/rule_registry/server/scripts/find_observability_alert.sh diff --git a/x-pack/plugins/rule_registry/server/scripts/get_alerts_index.sh b/x-pack/platform/plugins/shared/rule_registry/server/scripts/get_alerts_index.sh similarity index 100% rename from x-pack/plugins/rule_registry/server/scripts/get_alerts_index.sh rename to x-pack/platform/plugins/shared/rule_registry/server/scripts/get_alerts_index.sh diff --git a/x-pack/plugins/rule_registry/server/scripts/get_observability_alert.sh b/x-pack/platform/plugins/shared/rule_registry/server/scripts/get_observability_alert.sh similarity index 100% rename from x-pack/plugins/rule_registry/server/scripts/get_observability_alert.sh rename to x-pack/platform/plugins/shared/rule_registry/server/scripts/get_observability_alert.sh diff --git a/x-pack/plugins/rule_registry/server/scripts/get_security_alert.sh b/x-pack/platform/plugins/shared/rule_registry/server/scripts/get_security_alert.sh similarity index 100% rename from x-pack/plugins/rule_registry/server/scripts/get_security_alert.sh rename to x-pack/platform/plugins/shared/rule_registry/server/scripts/get_security_alert.sh diff --git a/x-pack/plugins/rule_registry/server/scripts/hunter/README.md b/x-pack/platform/plugins/shared/rule_registry/server/scripts/hunter/README.md similarity index 100% rename from x-pack/plugins/rule_registry/server/scripts/hunter/README.md rename to x-pack/platform/plugins/shared/rule_registry/server/scripts/hunter/README.md diff --git a/x-pack/plugins/rule_registry/server/scripts/hunter/delete_detections_user.sh b/x-pack/platform/plugins/shared/rule_registry/server/scripts/hunter/delete_detections_user.sh similarity index 100% rename from x-pack/plugins/rule_registry/server/scripts/hunter/delete_detections_user.sh rename to x-pack/platform/plugins/shared/rule_registry/server/scripts/hunter/delete_detections_user.sh diff --git a/x-pack/plugins/rule_registry/server/scripts/hunter/detections_role.json b/x-pack/platform/plugins/shared/rule_registry/server/scripts/hunter/detections_role.json similarity index 100% rename from x-pack/plugins/rule_registry/server/scripts/hunter/detections_role.json rename to x-pack/platform/plugins/shared/rule_registry/server/scripts/hunter/detections_role.json diff --git a/x-pack/plugins/rule_registry/server/scripts/hunter/detections_user.json b/x-pack/platform/plugins/shared/rule_registry/server/scripts/hunter/detections_user.json similarity index 100% rename from x-pack/plugins/rule_registry/server/scripts/hunter/detections_user.json rename to x-pack/platform/plugins/shared/rule_registry/server/scripts/hunter/detections_user.json diff --git a/x-pack/plugins/rule_registry/server/scripts/hunter/get_detections_role.sh b/x-pack/platform/plugins/shared/rule_registry/server/scripts/hunter/get_detections_role.sh similarity index 100% rename from x-pack/plugins/rule_registry/server/scripts/hunter/get_detections_role.sh rename to x-pack/platform/plugins/shared/rule_registry/server/scripts/hunter/get_detections_role.sh diff --git a/x-pack/plugins/rule_registry/server/scripts/hunter/index.ts b/x-pack/platform/plugins/shared/rule_registry/server/scripts/hunter/index.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/scripts/hunter/index.ts rename to x-pack/platform/plugins/shared/rule_registry/server/scripts/hunter/index.ts diff --git a/x-pack/plugins/rule_registry/server/scripts/hunter/post_detections_role.sh b/x-pack/platform/plugins/shared/rule_registry/server/scripts/hunter/post_detections_role.sh similarity index 100% rename from x-pack/plugins/rule_registry/server/scripts/hunter/post_detections_role.sh rename to x-pack/platform/plugins/shared/rule_registry/server/scripts/hunter/post_detections_role.sh diff --git a/x-pack/plugins/rule_registry/server/scripts/hunter/post_detections_user.sh b/x-pack/platform/plugins/shared/rule_registry/server/scripts/hunter/post_detections_user.sh similarity index 100% rename from x-pack/plugins/rule_registry/server/scripts/hunter/post_detections_user.sh rename to x-pack/platform/plugins/shared/rule_registry/server/scripts/hunter/post_detections_user.sh diff --git a/x-pack/plugins/rule_registry/server/scripts/observer/README.md b/x-pack/platform/plugins/shared/rule_registry/server/scripts/observer/README.md similarity index 100% rename from x-pack/plugins/rule_registry/server/scripts/observer/README.md rename to x-pack/platform/plugins/shared/rule_registry/server/scripts/observer/README.md diff --git a/x-pack/plugins/rule_registry/server/scripts/observer/delete_detections_user.sh b/x-pack/platform/plugins/shared/rule_registry/server/scripts/observer/delete_detections_user.sh similarity index 100% rename from x-pack/plugins/rule_registry/server/scripts/observer/delete_detections_user.sh rename to x-pack/platform/plugins/shared/rule_registry/server/scripts/observer/delete_detections_user.sh diff --git a/x-pack/plugins/rule_registry/server/scripts/observer/detections_role.json b/x-pack/platform/plugins/shared/rule_registry/server/scripts/observer/detections_role.json similarity index 100% rename from x-pack/plugins/rule_registry/server/scripts/observer/detections_role.json rename to x-pack/platform/plugins/shared/rule_registry/server/scripts/observer/detections_role.json diff --git a/x-pack/plugins/rule_registry/server/scripts/observer/detections_user.json b/x-pack/platform/plugins/shared/rule_registry/server/scripts/observer/detections_user.json similarity index 100% rename from x-pack/plugins/rule_registry/server/scripts/observer/detections_user.json rename to x-pack/platform/plugins/shared/rule_registry/server/scripts/observer/detections_user.json diff --git a/x-pack/plugins/rule_registry/server/scripts/observer/get_detections_role.sh b/x-pack/platform/plugins/shared/rule_registry/server/scripts/observer/get_detections_role.sh similarity index 100% rename from x-pack/plugins/rule_registry/server/scripts/observer/get_detections_role.sh rename to x-pack/platform/plugins/shared/rule_registry/server/scripts/observer/get_detections_role.sh diff --git a/x-pack/plugins/rule_registry/server/scripts/observer/get_observability_alert.sh b/x-pack/platform/plugins/shared/rule_registry/server/scripts/observer/get_observability_alert.sh similarity index 100% rename from x-pack/plugins/rule_registry/server/scripts/observer/get_observability_alert.sh rename to x-pack/platform/plugins/shared/rule_registry/server/scripts/observer/get_observability_alert.sh diff --git a/x-pack/plugins/rule_registry/server/scripts/observer/get_security_solution_alert.sh b/x-pack/platform/plugins/shared/rule_registry/server/scripts/observer/get_security_solution_alert.sh similarity index 100% rename from x-pack/plugins/rule_registry/server/scripts/observer/get_security_solution_alert.sh rename to x-pack/platform/plugins/shared/rule_registry/server/scripts/observer/get_security_solution_alert.sh diff --git a/x-pack/plugins/rule_registry/server/scripts/observer/index.ts b/x-pack/platform/plugins/shared/rule_registry/server/scripts/observer/index.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/scripts/observer/index.ts rename to x-pack/platform/plugins/shared/rule_registry/server/scripts/observer/index.ts diff --git a/x-pack/plugins/rule_registry/server/scripts/observer/post_detections_role.sh b/x-pack/platform/plugins/shared/rule_registry/server/scripts/observer/post_detections_role.sh similarity index 100% rename from x-pack/plugins/rule_registry/server/scripts/observer/post_detections_role.sh rename to x-pack/platform/plugins/shared/rule_registry/server/scripts/observer/post_detections_role.sh diff --git a/x-pack/plugins/rule_registry/server/scripts/observer/post_detections_user.sh b/x-pack/platform/plugins/shared/rule_registry/server/scripts/observer/post_detections_user.sh similarity index 100% rename from x-pack/plugins/rule_registry/server/scripts/observer/post_detections_user.sh rename to x-pack/platform/plugins/shared/rule_registry/server/scripts/observer/post_detections_user.sh diff --git a/x-pack/plugins/rule_registry/server/scripts/update_observability_alert.sh b/x-pack/platform/plugins/shared/rule_registry/server/scripts/update_observability_alert.sh similarity index 100% rename from x-pack/plugins/rule_registry/server/scripts/update_observability_alert.sh rename to x-pack/platform/plugins/shared/rule_registry/server/scripts/update_observability_alert.sh diff --git a/x-pack/plugins/rule_registry/server/search_strategy/index.ts b/x-pack/platform/plugins/shared/rule_registry/server/search_strategy/index.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/search_strategy/index.ts rename to x-pack/platform/plugins/shared/rule_registry/server/search_strategy/index.ts diff --git a/x-pack/plugins/rule_registry/server/search_strategy/search_strategy.test.ts b/x-pack/platform/plugins/shared/rule_registry/server/search_strategy/search_strategy.test.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/search_strategy/search_strategy.test.ts rename to x-pack/platform/plugins/shared/rule_registry/server/search_strategy/search_strategy.test.ts diff --git a/x-pack/plugins/rule_registry/server/search_strategy/search_strategy.ts b/x-pack/platform/plugins/shared/rule_registry/server/search_strategy/search_strategy.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/search_strategy/search_strategy.ts rename to x-pack/platform/plugins/shared/rule_registry/server/search_strategy/search_strategy.ts diff --git a/x-pack/plugins/rule_registry/server/types.ts b/x-pack/platform/plugins/shared/rule_registry/server/types.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/types.ts rename to x-pack/platform/plugins/shared/rule_registry/server/types.ts diff --git a/x-pack/plugins/rule_registry/server/utils/create_persistence_rule_type_wrapper.mock.ts b/x-pack/platform/plugins/shared/rule_registry/server/utils/create_persistence_rule_type_wrapper.mock.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/utils/create_persistence_rule_type_wrapper.mock.ts rename to x-pack/platform/plugins/shared/rule_registry/server/utils/create_persistence_rule_type_wrapper.mock.ts diff --git a/x-pack/plugins/rule_registry/server/utils/create_persistence_rule_type_wrapper.test.ts b/x-pack/platform/plugins/shared/rule_registry/server/utils/create_persistence_rule_type_wrapper.test.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/utils/create_persistence_rule_type_wrapper.test.ts rename to x-pack/platform/plugins/shared/rule_registry/server/utils/create_persistence_rule_type_wrapper.test.ts diff --git a/x-pack/plugins/rule_registry/server/utils/create_persistence_rule_type_wrapper.ts b/x-pack/platform/plugins/shared/rule_registry/server/utils/create_persistence_rule_type_wrapper.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/utils/create_persistence_rule_type_wrapper.ts rename to x-pack/platform/plugins/shared/rule_registry/server/utils/create_persistence_rule_type_wrapper.ts diff --git a/x-pack/plugins/rule_registry/server/utils/fetch_alert_by_uuid.ts b/x-pack/platform/plugins/shared/rule_registry/server/utils/fetch_alert_by_uuid.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/utils/fetch_alert_by_uuid.ts rename to x-pack/platform/plugins/shared/rule_registry/server/utils/fetch_alert_by_uuid.ts diff --git a/x-pack/plugins/rule_registry/server/utils/fetch_existing_alerts.ts b/x-pack/platform/plugins/shared/rule_registry/server/utils/fetch_existing_alerts.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/utils/fetch_existing_alerts.ts rename to x-pack/platform/plugins/shared/rule_registry/server/utils/fetch_existing_alerts.ts diff --git a/x-pack/plugins/rule_registry/server/utils/get_alerts_for_notification.test.ts b/x-pack/platform/plugins/shared/rule_registry/server/utils/get_alerts_for_notification.test.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/utils/get_alerts_for_notification.test.ts rename to x-pack/platform/plugins/shared/rule_registry/server/utils/get_alerts_for_notification.test.ts diff --git a/x-pack/plugins/rule_registry/server/utils/get_alerts_for_notification.ts b/x-pack/platform/plugins/shared/rule_registry/server/utils/get_alerts_for_notification.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/utils/get_alerts_for_notification.ts rename to x-pack/platform/plugins/shared/rule_registry/server/utils/get_alerts_for_notification.ts diff --git a/x-pack/plugins/rule_registry/server/utils/get_common_alert_fields.ts b/x-pack/platform/plugins/shared/rule_registry/server/utils/get_common_alert_fields.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/utils/get_common_alert_fields.ts rename to x-pack/platform/plugins/shared/rule_registry/server/utils/get_common_alert_fields.ts diff --git a/x-pack/plugins/rule_registry/server/utils/persistence_types.ts b/x-pack/platform/plugins/shared/rule_registry/server/utils/persistence_types.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/utils/persistence_types.ts rename to x-pack/platform/plugins/shared/rule_registry/server/utils/persistence_types.ts diff --git a/x-pack/plugins/rule_registry/server/utils/rule_executor.test_helpers.ts b/x-pack/platform/plugins/shared/rule_registry/server/utils/rule_executor.test_helpers.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/utils/rule_executor.test_helpers.ts rename to x-pack/platform/plugins/shared/rule_registry/server/utils/rule_executor.test_helpers.ts diff --git a/x-pack/plugins/rule_registry/server/utils/utils.test.ts b/x-pack/platform/plugins/shared/rule_registry/server/utils/utils.test.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/utils/utils.test.ts rename to x-pack/platform/plugins/shared/rule_registry/server/utils/utils.test.ts diff --git a/x-pack/plugins/rule_registry/server/utils/utils.ts b/x-pack/platform/plugins/shared/rule_registry/server/utils/utils.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/utils/utils.ts rename to x-pack/platform/plugins/shared/rule_registry/server/utils/utils.ts diff --git a/x-pack/plugins/rule_registry/server/utils/with_rule_data_client_factory.ts b/x-pack/platform/plugins/shared/rule_registry/server/utils/with_rule_data_client_factory.ts similarity index 100% rename from x-pack/plugins/rule_registry/server/utils/with_rule_data_client_factory.ts rename to x-pack/platform/plugins/shared/rule_registry/server/utils/with_rule_data_client_factory.ts diff --git a/x-pack/plugins/rule_registry/tsconfig.json b/x-pack/platform/plugins/shared/rule_registry/tsconfig.json similarity index 92% rename from x-pack/plugins/rule_registry/tsconfig.json rename to x-pack/platform/plugins/shared/rule_registry/tsconfig.json index 794917b370125..ad6e1c78c78a3 100644 --- a/x-pack/plugins/rule_registry/tsconfig.json +++ b/x-pack/platform/plugins/shared/rule_registry/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "../../../tsconfig.base.json", + "extends": "../../../../../tsconfig.base.json", "compilerOptions": { "outDir": "target/types", }, @@ -9,7 +9,7 @@ // have to declare *.json explicitly due to https://github.com/microsoft/TypeScript/issues/25636 "server/**/*.json", "public/**/*", - "../../../typings/**/*" + "../../../../../typings/**/*" ], "kbn_references": [ "@kbn/core", diff --git a/x-pack/plugins/stack_alerts/README.md b/x-pack/platform/plugins/shared/stack_alerts/README.md similarity index 100% rename from x-pack/plugins/stack_alerts/README.md rename to x-pack/platform/plugins/shared/stack_alerts/README.md diff --git a/x-pack/plugins/stack_alerts/common/build_sorted_events_query.test.ts b/x-pack/platform/plugins/shared/stack_alerts/common/build_sorted_events_query.test.ts similarity index 100% rename from x-pack/plugins/stack_alerts/common/build_sorted_events_query.test.ts rename to x-pack/platform/plugins/shared/stack_alerts/common/build_sorted_events_query.test.ts diff --git a/x-pack/plugins/stack_alerts/common/build_sorted_events_query.ts b/x-pack/platform/plugins/shared/stack_alerts/common/build_sorted_events_query.ts similarity index 100% rename from x-pack/plugins/stack_alerts/common/build_sorted_events_query.ts rename to x-pack/platform/plugins/shared/stack_alerts/common/build_sorted_events_query.ts diff --git a/x-pack/plugins/stack_alerts/common/comparator.test.ts b/x-pack/platform/plugins/shared/stack_alerts/common/comparator.test.ts similarity index 100% rename from x-pack/plugins/stack_alerts/common/comparator.test.ts rename to x-pack/platform/plugins/shared/stack_alerts/common/comparator.test.ts diff --git a/x-pack/plugins/stack_alerts/common/comparator.ts b/x-pack/platform/plugins/shared/stack_alerts/common/comparator.ts similarity index 100% rename from x-pack/plugins/stack_alerts/common/comparator.ts rename to x-pack/platform/plugins/shared/stack_alerts/common/comparator.ts diff --git a/x-pack/plugins/stack_alerts/common/comparator_types.ts b/x-pack/platform/plugins/shared/stack_alerts/common/comparator_types.ts similarity index 100% rename from x-pack/plugins/stack_alerts/common/comparator_types.ts rename to x-pack/platform/plugins/shared/stack_alerts/common/comparator_types.ts diff --git a/x-pack/plugins/stack_alerts/common/constants.ts b/x-pack/platform/plugins/shared/stack_alerts/common/constants.ts similarity index 100% rename from x-pack/plugins/stack_alerts/common/constants.ts rename to x-pack/platform/plugins/shared/stack_alerts/common/constants.ts diff --git a/x-pack/plugins/stack_alerts/common/esql_query_utils.test.ts b/x-pack/platform/plugins/shared/stack_alerts/common/esql_query_utils.test.ts similarity index 100% rename from x-pack/plugins/stack_alerts/common/esql_query_utils.test.ts rename to x-pack/platform/plugins/shared/stack_alerts/common/esql_query_utils.test.ts diff --git a/x-pack/plugins/stack_alerts/common/esql_query_utils.ts b/x-pack/platform/plugins/shared/stack_alerts/common/esql_query_utils.ts similarity index 100% rename from x-pack/plugins/stack_alerts/common/esql_query_utils.ts rename to x-pack/platform/plugins/shared/stack_alerts/common/esql_query_utils.ts diff --git a/x-pack/plugins/stack_alerts/common/index.ts b/x-pack/platform/plugins/shared/stack_alerts/common/index.ts similarity index 100% rename from x-pack/plugins/stack_alerts/common/index.ts rename to x-pack/platform/plugins/shared/stack_alerts/common/index.ts diff --git a/x-pack/plugins/stack_alerts/jest.config.js b/x-pack/platform/plugins/shared/stack_alerts/jest.config.js similarity index 64% rename from x-pack/plugins/stack_alerts/jest.config.js rename to x-pack/platform/plugins/shared/stack_alerts/jest.config.js index f2f53fd9e0050..b36aa809e7726 100644 --- a/x-pack/plugins/stack_alerts/jest.config.js +++ b/x-pack/platform/plugins/shared/stack_alerts/jest.config.js @@ -7,11 +7,11 @@ module.exports = { preset: '@kbn/test', - rootDir: '../../..', - roots: ['/x-pack/plugins/stack_alerts'], - coverageDirectory: '/target/kibana-coverage/jest/x-pack/plugins/stack_alerts', + rootDir: '../../../../..', + roots: ['/x-pack/platform/plugins/shared/stack_alerts'], + coverageDirectory: '/target/kibana-coverage/jest/x-pack/platform/plugins/shared/stack_alerts', coverageReporters: ['text', 'html'], collectCoverageFrom: [ - '/x-pack/plugins/stack_alerts/{common,public,server}/**/*.{ts,tsx}', + '/x-pack/platform/plugins/shared/stack_alerts/{common,public,server}/**/*.{ts,tsx}', ], }; diff --git a/x-pack/plugins/stack_alerts/kibana.jsonc b/x-pack/platform/plugins/shared/stack_alerts/kibana.jsonc similarity index 100% rename from x-pack/plugins/stack_alerts/kibana.jsonc rename to x-pack/platform/plugins/shared/stack_alerts/kibana.jsonc diff --git a/x-pack/plugins/stack_alerts/public/index.ts b/x-pack/platform/plugins/shared/stack_alerts/public/index.ts similarity index 100% rename from x-pack/plugins/stack_alerts/public/index.ts rename to x-pack/platform/plugins/shared/stack_alerts/public/index.ts diff --git a/x-pack/plugins/stack_alerts/public/plugin.tsx b/x-pack/platform/plugins/shared/stack_alerts/public/plugin.tsx similarity index 100% rename from x-pack/plugins/stack_alerts/public/plugin.tsx rename to x-pack/platform/plugins/shared/stack_alerts/public/plugin.tsx diff --git a/x-pack/plugins/stack_alerts/public/rule_types/components/data_view_select_popover.test.tsx b/x-pack/platform/plugins/shared/stack_alerts/public/rule_types/components/data_view_select_popover.test.tsx similarity index 100% rename from x-pack/plugins/stack_alerts/public/rule_types/components/data_view_select_popover.test.tsx rename to x-pack/platform/plugins/shared/stack_alerts/public/rule_types/components/data_view_select_popover.test.tsx diff --git a/x-pack/plugins/stack_alerts/public/rule_types/components/data_view_select_popover.tsx b/x-pack/platform/plugins/shared/stack_alerts/public/rule_types/components/data_view_select_popover.tsx similarity index 100% rename from x-pack/plugins/stack_alerts/public/rule_types/components/data_view_select_popover.tsx rename to x-pack/platform/plugins/shared/stack_alerts/public/rule_types/components/data_view_select_popover.tsx diff --git a/x-pack/plugins/stack_alerts/public/rule_types/components/index_select_popover.test.tsx b/x-pack/platform/plugins/shared/stack_alerts/public/rule_types/components/index_select_popover.test.tsx similarity index 100% rename from x-pack/plugins/stack_alerts/public/rule_types/components/index_select_popover.test.tsx rename to x-pack/platform/plugins/shared/stack_alerts/public/rule_types/components/index_select_popover.test.tsx diff --git a/x-pack/plugins/stack_alerts/public/rule_types/components/index_select_popover.tsx b/x-pack/platform/plugins/shared/stack_alerts/public/rule_types/components/index_select_popover.tsx similarity index 100% rename from x-pack/plugins/stack_alerts/public/rule_types/components/index_select_popover.tsx rename to x-pack/platform/plugins/shared/stack_alerts/public/rule_types/components/index_select_popover.tsx diff --git a/x-pack/plugins/stack_alerts/public/rule_types/components/source_fields_select.test.tsx b/x-pack/platform/plugins/shared/stack_alerts/public/rule_types/components/source_fields_select.test.tsx similarity index 100% rename from x-pack/plugins/stack_alerts/public/rule_types/components/source_fields_select.test.tsx rename to x-pack/platform/plugins/shared/stack_alerts/public/rule_types/components/source_fields_select.test.tsx diff --git a/x-pack/plugins/stack_alerts/public/rule_types/components/source_fields_select.tsx b/x-pack/platform/plugins/shared/stack_alerts/public/rule_types/components/source_fields_select.tsx similarity index 100% rename from x-pack/plugins/stack_alerts/public/rule_types/components/source_fields_select.tsx rename to x-pack/platform/plugins/shared/stack_alerts/public/rule_types/components/source_fields_select.tsx diff --git a/x-pack/plugins/stack_alerts/public/rule_types/es_query/constants.ts b/x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/constants.ts similarity index 100% rename from x-pack/plugins/stack_alerts/public/rule_types/es_query/constants.ts rename to x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/constants.ts diff --git a/x-pack/plugins/stack_alerts/public/rule_types/es_query/expression/es_query_expression.test.tsx b/x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/expression/es_query_expression.test.tsx similarity index 100% rename from x-pack/plugins/stack_alerts/public/rule_types/es_query/expression/es_query_expression.test.tsx rename to x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/expression/es_query_expression.test.tsx diff --git a/x-pack/plugins/stack_alerts/public/rule_types/es_query/expression/es_query_expression.tsx b/x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/expression/es_query_expression.tsx similarity index 100% rename from x-pack/plugins/stack_alerts/public/rule_types/es_query/expression/es_query_expression.tsx rename to x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/expression/es_query_expression.tsx diff --git a/x-pack/plugins/stack_alerts/public/rule_types/es_query/expression/esql_query_expression.test.tsx b/x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/expression/esql_query_expression.test.tsx similarity index 100% rename from x-pack/plugins/stack_alerts/public/rule_types/es_query/expression/esql_query_expression.test.tsx rename to x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/expression/esql_query_expression.test.tsx diff --git a/x-pack/plugins/stack_alerts/public/rule_types/es_query/expression/esql_query_expression.tsx b/x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/expression/esql_query_expression.tsx similarity index 100% rename from x-pack/plugins/stack_alerts/public/rule_types/es_query/expression/esql_query_expression.tsx rename to x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/expression/esql_query_expression.tsx diff --git a/x-pack/plugins/stack_alerts/public/rule_types/es_query/expression/expression.test.tsx b/x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/expression/expression.test.tsx similarity index 100% rename from x-pack/plugins/stack_alerts/public/rule_types/es_query/expression/expression.test.tsx rename to x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/expression/expression.test.tsx diff --git a/x-pack/plugins/stack_alerts/public/rule_types/es_query/expression/expression.tsx b/x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/expression/expression.tsx similarity index 100% rename from x-pack/plugins/stack_alerts/public/rule_types/es_query/expression/expression.tsx rename to x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/expression/expression.tsx diff --git a/x-pack/plugins/stack_alerts/public/rule_types/es_query/expression/index.ts b/x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/expression/index.ts similarity index 100% rename from x-pack/plugins/stack_alerts/public/rule_types/es_query/expression/index.ts rename to x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/expression/index.ts diff --git a/x-pack/plugins/stack_alerts/public/rule_types/es_query/expression/query_form_type_chooser.tsx b/x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/expression/query_form_type_chooser.tsx similarity index 100% rename from x-pack/plugins/stack_alerts/public/rule_types/es_query/expression/query_form_type_chooser.tsx rename to x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/expression/query_form_type_chooser.tsx diff --git a/x-pack/plugins/stack_alerts/public/rule_types/es_query/expression/search_source_expression.scss b/x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/expression/search_source_expression.scss similarity index 100% rename from x-pack/plugins/stack_alerts/public/rule_types/es_query/expression/search_source_expression.scss rename to x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/expression/search_source_expression.scss diff --git a/x-pack/plugins/stack_alerts/public/rule_types/es_query/expression/search_source_expression.test.tsx b/x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/expression/search_source_expression.test.tsx similarity index 100% rename from x-pack/plugins/stack_alerts/public/rule_types/es_query/expression/search_source_expression.test.tsx rename to x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/expression/search_source_expression.test.tsx diff --git a/x-pack/plugins/stack_alerts/public/rule_types/es_query/expression/search_source_expression.tsx b/x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/expression/search_source_expression.tsx similarity index 100% rename from x-pack/plugins/stack_alerts/public/rule_types/es_query/expression/search_source_expression.tsx rename to x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/expression/search_source_expression.tsx diff --git a/x-pack/plugins/stack_alerts/public/rule_types/es_query/expression/search_source_expression_form.tsx b/x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/expression/search_source_expression_form.tsx similarity index 100% rename from x-pack/plugins/stack_alerts/public/rule_types/es_query/expression/search_source_expression_form.tsx rename to x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/expression/search_source_expression_form.tsx diff --git a/x-pack/plugins/stack_alerts/public/rule_types/es_query/index.ts b/x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/index.ts similarity index 100% rename from x-pack/plugins/stack_alerts/public/rule_types/es_query/index.ts rename to x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/index.ts diff --git a/x-pack/plugins/stack_alerts/public/rule_types/es_query/rule_common_expressions/index.ts b/x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/rule_common_expressions/index.ts similarity index 100% rename from x-pack/plugins/stack_alerts/public/rule_types/es_query/rule_common_expressions/index.ts rename to x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/rule_common_expressions/index.ts diff --git a/x-pack/plugins/stack_alerts/public/rule_types/es_query/rule_common_expressions/rule_common_expressions.test.tsx b/x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/rule_common_expressions/rule_common_expressions.test.tsx similarity index 100% rename from x-pack/plugins/stack_alerts/public/rule_types/es_query/rule_common_expressions/rule_common_expressions.test.tsx rename to x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/rule_common_expressions/rule_common_expressions.test.tsx diff --git a/x-pack/plugins/stack_alerts/public/rule_types/es_query/rule_common_expressions/rule_common_expressions.tsx b/x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/rule_common_expressions/rule_common_expressions.tsx similarity index 100% rename from x-pack/plugins/stack_alerts/public/rule_types/es_query/rule_common_expressions/rule_common_expressions.tsx rename to x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/rule_common_expressions/rule_common_expressions.tsx diff --git a/x-pack/plugins/stack_alerts/public/rule_types/es_query/rule_common_expressions/threshold_help_popover.tsx b/x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/rule_common_expressions/threshold_help_popover.tsx similarity index 100% rename from x-pack/plugins/stack_alerts/public/rule_types/es_query/rule_common_expressions/threshold_help_popover.tsx rename to x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/rule_common_expressions/threshold_help_popover.tsx diff --git a/x-pack/plugins/stack_alerts/public/rule_types/es_query/test_query_row/index.ts b/x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/test_query_row/index.ts similarity index 100% rename from x-pack/plugins/stack_alerts/public/rule_types/es_query/test_query_row/index.ts rename to x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/test_query_row/index.ts diff --git a/x-pack/plugins/stack_alerts/public/rule_types/es_query/test_query_row/test_query_row.test.tsx b/x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/test_query_row/test_query_row.test.tsx similarity index 100% rename from x-pack/plugins/stack_alerts/public/rule_types/es_query/test_query_row/test_query_row.test.tsx rename to x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/test_query_row/test_query_row.test.tsx diff --git a/x-pack/plugins/stack_alerts/public/rule_types/es_query/test_query_row/test_query_row.tsx b/x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/test_query_row/test_query_row.tsx similarity index 100% rename from x-pack/plugins/stack_alerts/public/rule_types/es_query/test_query_row/test_query_row.tsx rename to x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/test_query_row/test_query_row.tsx diff --git a/x-pack/plugins/stack_alerts/public/rule_types/es_query/test_query_row/test_query_row_table.test.tsx b/x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/test_query_row/test_query_row_table.test.tsx similarity index 100% rename from x-pack/plugins/stack_alerts/public/rule_types/es_query/test_query_row/test_query_row_table.test.tsx rename to x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/test_query_row/test_query_row_table.test.tsx diff --git a/x-pack/plugins/stack_alerts/public/rule_types/es_query/test_query_row/test_query_row_table.tsx b/x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/test_query_row/test_query_row_table.tsx similarity index 100% rename from x-pack/plugins/stack_alerts/public/rule_types/es_query/test_query_row/test_query_row_table.tsx rename to x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/test_query_row/test_query_row_table.tsx diff --git a/x-pack/plugins/stack_alerts/public/rule_types/es_query/test_query_row/use_test_query.test.ts b/x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/test_query_row/use_test_query.test.ts similarity index 100% rename from x-pack/plugins/stack_alerts/public/rule_types/es_query/test_query_row/use_test_query.test.ts rename to x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/test_query_row/use_test_query.test.ts diff --git a/x-pack/plugins/stack_alerts/public/rule_types/es_query/test_query_row/use_test_query.ts b/x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/test_query_row/use_test_query.ts similarity index 100% rename from x-pack/plugins/stack_alerts/public/rule_types/es_query/test_query_row/use_test_query.ts rename to x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/test_query_row/use_test_query.ts diff --git a/x-pack/plugins/stack_alerts/public/rule_types/es_query/types.ts b/x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/types.ts similarity index 100% rename from x-pack/plugins/stack_alerts/public/rule_types/es_query/types.ts rename to x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/types.ts diff --git a/x-pack/plugins/stack_alerts/public/rule_types/es_query/util.test.ts b/x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/util.test.ts similarity index 100% rename from x-pack/plugins/stack_alerts/public/rule_types/es_query/util.test.ts rename to x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/util.test.ts diff --git a/x-pack/plugins/stack_alerts/public/rule_types/es_query/util.ts b/x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/util.ts similarity index 100% rename from x-pack/plugins/stack_alerts/public/rule_types/es_query/util.ts rename to x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/util.ts diff --git a/x-pack/plugins/stack_alerts/public/rule_types/es_query/validation.test.ts b/x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/validation.test.ts similarity index 100% rename from x-pack/plugins/stack_alerts/public/rule_types/es_query/validation.test.ts rename to x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/validation.test.ts diff --git a/x-pack/plugins/stack_alerts/public/rule_types/es_query/validation.ts b/x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/validation.ts similarity index 100% rename from x-pack/plugins/stack_alerts/public/rule_types/es_query/validation.ts rename to x-pack/platform/plugins/shared/stack_alerts/public/rule_types/es_query/validation.ts diff --git a/x-pack/plugins/stack_alerts/public/rule_types/geo_containment/index.ts b/x-pack/platform/plugins/shared/stack_alerts/public/rule_types/geo_containment/index.ts similarity index 100% rename from x-pack/plugins/stack_alerts/public/rule_types/geo_containment/index.ts rename to x-pack/platform/plugins/shared/stack_alerts/public/rule_types/geo_containment/index.ts diff --git a/x-pack/plugins/stack_alerts/public/rule_types/geo_containment/rule_form/boundary_form.test.tsx b/x-pack/platform/plugins/shared/stack_alerts/public/rule_types/geo_containment/rule_form/boundary_form.test.tsx similarity index 100% rename from x-pack/plugins/stack_alerts/public/rule_types/geo_containment/rule_form/boundary_form.test.tsx rename to x-pack/platform/plugins/shared/stack_alerts/public/rule_types/geo_containment/rule_form/boundary_form.test.tsx diff --git a/x-pack/plugins/stack_alerts/public/rule_types/geo_containment/rule_form/boundary_form.tsx b/x-pack/platform/plugins/shared/stack_alerts/public/rule_types/geo_containment/rule_form/boundary_form.tsx similarity index 100% rename from x-pack/plugins/stack_alerts/public/rule_types/geo_containment/rule_form/boundary_form.tsx rename to x-pack/platform/plugins/shared/stack_alerts/public/rule_types/geo_containment/rule_form/boundary_form.tsx diff --git a/x-pack/plugins/stack_alerts/public/rule_types/geo_containment/rule_form/data_view_select.tsx b/x-pack/platform/plugins/shared/stack_alerts/public/rule_types/geo_containment/rule_form/data_view_select.tsx similarity index 100% rename from x-pack/plugins/stack_alerts/public/rule_types/geo_containment/rule_form/data_view_select.tsx rename to x-pack/platform/plugins/shared/stack_alerts/public/rule_types/geo_containment/rule_form/data_view_select.tsx diff --git a/x-pack/plugins/stack_alerts/public/rule_types/geo_containment/rule_form/entity_form.test.tsx b/x-pack/platform/plugins/shared/stack_alerts/public/rule_types/geo_containment/rule_form/entity_form.test.tsx similarity index 100% rename from x-pack/plugins/stack_alerts/public/rule_types/geo_containment/rule_form/entity_form.test.tsx rename to x-pack/platform/plugins/shared/stack_alerts/public/rule_types/geo_containment/rule_form/entity_form.test.tsx diff --git a/x-pack/plugins/stack_alerts/public/rule_types/geo_containment/rule_form/entity_form.tsx b/x-pack/platform/plugins/shared/stack_alerts/public/rule_types/geo_containment/rule_form/entity_form.tsx similarity index 100% rename from x-pack/plugins/stack_alerts/public/rule_types/geo_containment/rule_form/entity_form.tsx rename to x-pack/platform/plugins/shared/stack_alerts/public/rule_types/geo_containment/rule_form/entity_form.tsx diff --git a/x-pack/plugins/stack_alerts/public/rule_types/geo_containment/rule_form/index.ts b/x-pack/platform/plugins/shared/stack_alerts/public/rule_types/geo_containment/rule_form/index.ts similarity index 100% rename from x-pack/plugins/stack_alerts/public/rule_types/geo_containment/rule_form/index.ts rename to x-pack/platform/plugins/shared/stack_alerts/public/rule_types/geo_containment/rule_form/index.ts diff --git a/x-pack/plugins/stack_alerts/public/rule_types/geo_containment/rule_form/query_input.tsx b/x-pack/platform/plugins/shared/stack_alerts/public/rule_types/geo_containment/rule_form/query_input.tsx similarity index 100% rename from x-pack/plugins/stack_alerts/public/rule_types/geo_containment/rule_form/query_input.tsx rename to x-pack/platform/plugins/shared/stack_alerts/public/rule_types/geo_containment/rule_form/query_input.tsx diff --git a/x-pack/plugins/stack_alerts/public/rule_types/geo_containment/rule_form/rule_form.tsx b/x-pack/platform/plugins/shared/stack_alerts/public/rule_types/geo_containment/rule_form/rule_form.tsx similarity index 100% rename from x-pack/plugins/stack_alerts/public/rule_types/geo_containment/rule_form/rule_form.tsx rename to x-pack/platform/plugins/shared/stack_alerts/public/rule_types/geo_containment/rule_form/rule_form.tsx diff --git a/x-pack/plugins/stack_alerts/public/rule_types/geo_containment/rule_form/single_field_select.tsx b/x-pack/platform/plugins/shared/stack_alerts/public/rule_types/geo_containment/rule_form/single_field_select.tsx similarity index 100% rename from x-pack/plugins/stack_alerts/public/rule_types/geo_containment/rule_form/single_field_select.tsx rename to x-pack/platform/plugins/shared/stack_alerts/public/rule_types/geo_containment/rule_form/single_field_select.tsx diff --git a/x-pack/plugins/stack_alerts/public/rule_types/geo_containment/types.ts b/x-pack/platform/plugins/shared/stack_alerts/public/rule_types/geo_containment/types.ts similarity index 100% rename from x-pack/plugins/stack_alerts/public/rule_types/geo_containment/types.ts rename to x-pack/platform/plugins/shared/stack_alerts/public/rule_types/geo_containment/types.ts diff --git a/x-pack/plugins/stack_alerts/public/rule_types/geo_containment/validation.test.ts b/x-pack/platform/plugins/shared/stack_alerts/public/rule_types/geo_containment/validation.test.ts similarity index 100% rename from x-pack/plugins/stack_alerts/public/rule_types/geo_containment/validation.test.ts rename to x-pack/platform/plugins/shared/stack_alerts/public/rule_types/geo_containment/validation.test.ts diff --git a/x-pack/plugins/stack_alerts/public/rule_types/geo_containment/validation.ts b/x-pack/platform/plugins/shared/stack_alerts/public/rule_types/geo_containment/validation.ts similarity index 100% rename from x-pack/plugins/stack_alerts/public/rule_types/geo_containment/validation.ts rename to x-pack/platform/plugins/shared/stack_alerts/public/rule_types/geo_containment/validation.ts diff --git a/x-pack/plugins/stack_alerts/public/rule_types/index.ts b/x-pack/platform/plugins/shared/stack_alerts/public/rule_types/index.ts similarity index 100% rename from x-pack/plugins/stack_alerts/public/rule_types/index.ts rename to x-pack/platform/plugins/shared/stack_alerts/public/rule_types/index.ts diff --git a/x-pack/plugins/stack_alerts/public/rule_types/threshold/expression.scss b/x-pack/platform/plugins/shared/stack_alerts/public/rule_types/threshold/expression.scss similarity index 100% rename from x-pack/plugins/stack_alerts/public/rule_types/threshold/expression.scss rename to x-pack/platform/plugins/shared/stack_alerts/public/rule_types/threshold/expression.scss diff --git a/x-pack/plugins/stack_alerts/public/rule_types/threshold/expression.test.tsx b/x-pack/platform/plugins/shared/stack_alerts/public/rule_types/threshold/expression.test.tsx similarity index 100% rename from x-pack/plugins/stack_alerts/public/rule_types/threshold/expression.test.tsx rename to x-pack/platform/plugins/shared/stack_alerts/public/rule_types/threshold/expression.test.tsx diff --git a/x-pack/plugins/stack_alerts/public/rule_types/threshold/expression.tsx b/x-pack/platform/plugins/shared/stack_alerts/public/rule_types/threshold/expression.tsx similarity index 100% rename from x-pack/plugins/stack_alerts/public/rule_types/threshold/expression.tsx rename to x-pack/platform/plugins/shared/stack_alerts/public/rule_types/threshold/expression.tsx diff --git a/x-pack/plugins/stack_alerts/public/rule_types/threshold/index.ts b/x-pack/platform/plugins/shared/stack_alerts/public/rule_types/threshold/index.ts similarity index 100% rename from x-pack/plugins/stack_alerts/public/rule_types/threshold/index.ts rename to x-pack/platform/plugins/shared/stack_alerts/public/rule_types/threshold/index.ts diff --git a/x-pack/plugins/stack_alerts/public/rule_types/threshold/index_threshold_api.ts b/x-pack/platform/plugins/shared/stack_alerts/public/rule_types/threshold/index_threshold_api.ts similarity index 100% rename from x-pack/plugins/stack_alerts/public/rule_types/threshold/index_threshold_api.ts rename to x-pack/platform/plugins/shared/stack_alerts/public/rule_types/threshold/index_threshold_api.ts diff --git a/x-pack/plugins/stack_alerts/public/rule_types/threshold/types.ts b/x-pack/platform/plugins/shared/stack_alerts/public/rule_types/threshold/types.ts similarity index 100% rename from x-pack/plugins/stack_alerts/public/rule_types/threshold/types.ts rename to x-pack/platform/plugins/shared/stack_alerts/public/rule_types/threshold/types.ts diff --git a/x-pack/plugins/stack_alerts/public/rule_types/threshold/validation.test.ts b/x-pack/platform/plugins/shared/stack_alerts/public/rule_types/threshold/validation.test.ts similarity index 100% rename from x-pack/plugins/stack_alerts/public/rule_types/threshold/validation.test.ts rename to x-pack/platform/plugins/shared/stack_alerts/public/rule_types/threshold/validation.test.ts diff --git a/x-pack/plugins/stack_alerts/public/rule_types/threshold/validation.ts b/x-pack/platform/plugins/shared/stack_alerts/public/rule_types/threshold/validation.ts similarity index 100% rename from x-pack/plugins/stack_alerts/public/rule_types/threshold/validation.ts rename to x-pack/platform/plugins/shared/stack_alerts/public/rule_types/threshold/validation.ts diff --git a/x-pack/plugins/stack_alerts/public/rule_types/threshold/visualization.test.tsx b/x-pack/platform/plugins/shared/stack_alerts/public/rule_types/threshold/visualization.test.tsx similarity index 100% rename from x-pack/plugins/stack_alerts/public/rule_types/threshold/visualization.test.tsx rename to x-pack/platform/plugins/shared/stack_alerts/public/rule_types/threshold/visualization.test.tsx diff --git a/x-pack/plugins/stack_alerts/public/rule_types/threshold/visualization.tsx b/x-pack/platform/plugins/shared/stack_alerts/public/rule_types/threshold/visualization.tsx similarity index 100% rename from x-pack/plugins/stack_alerts/public/rule_types/threshold/visualization.tsx rename to x-pack/platform/plugins/shared/stack_alerts/public/rule_types/threshold/visualization.tsx diff --git a/x-pack/plugins/stack_alerts/server/feature.test.ts b/x-pack/platform/plugins/shared/stack_alerts/server/feature.test.ts similarity index 100% rename from x-pack/plugins/stack_alerts/server/feature.test.ts rename to x-pack/platform/plugins/shared/stack_alerts/server/feature.test.ts diff --git a/x-pack/plugins/stack_alerts/server/feature.ts b/x-pack/platform/plugins/shared/stack_alerts/server/feature.ts similarity index 100% rename from x-pack/plugins/stack_alerts/server/feature.ts rename to x-pack/platform/plugins/shared/stack_alerts/server/feature.ts diff --git a/x-pack/plugins/stack_alerts/server/index.test.ts b/x-pack/platform/plugins/shared/stack_alerts/server/index.test.ts similarity index 100% rename from x-pack/plugins/stack_alerts/server/index.test.ts rename to x-pack/platform/plugins/shared/stack_alerts/server/index.test.ts diff --git a/x-pack/plugins/stack_alerts/server/index.ts b/x-pack/platform/plugins/shared/stack_alerts/server/index.ts similarity index 100% rename from x-pack/plugins/stack_alerts/server/index.ts rename to x-pack/platform/plugins/shared/stack_alerts/server/index.ts diff --git a/x-pack/plugins/stack_alerts/server/plugin.test.ts b/x-pack/platform/plugins/shared/stack_alerts/server/plugin.test.ts similarity index 100% rename from x-pack/plugins/stack_alerts/server/plugin.test.ts rename to x-pack/platform/plugins/shared/stack_alerts/server/plugin.test.ts diff --git a/x-pack/plugins/stack_alerts/server/plugin.ts b/x-pack/platform/plugins/shared/stack_alerts/server/plugin.ts similarity index 100% rename from x-pack/plugins/stack_alerts/server/plugin.ts rename to x-pack/platform/plugins/shared/stack_alerts/server/plugin.ts diff --git a/x-pack/plugins/stack_alerts/server/rule_types/constants.ts b/x-pack/platform/plugins/shared/stack_alerts/server/rule_types/constants.ts similarity index 100% rename from x-pack/plugins/stack_alerts/server/rule_types/constants.ts rename to x-pack/platform/plugins/shared/stack_alerts/server/rule_types/constants.ts diff --git a/x-pack/plugins/stack_alerts/server/rule_types/es_query/action_context.test.ts b/x-pack/platform/plugins/shared/stack_alerts/server/rule_types/es_query/action_context.test.ts similarity index 100% rename from x-pack/plugins/stack_alerts/server/rule_types/es_query/action_context.test.ts rename to x-pack/platform/plugins/shared/stack_alerts/server/rule_types/es_query/action_context.test.ts diff --git a/x-pack/plugins/stack_alerts/server/rule_types/es_query/action_context.ts b/x-pack/platform/plugins/shared/stack_alerts/server/rule_types/es_query/action_context.ts similarity index 100% rename from x-pack/plugins/stack_alerts/server/rule_types/es_query/action_context.ts rename to x-pack/platform/plugins/shared/stack_alerts/server/rule_types/es_query/action_context.ts diff --git a/x-pack/plugins/stack_alerts/server/rule_types/es_query/constants.ts b/x-pack/platform/plugins/shared/stack_alerts/server/rule_types/es_query/constants.ts similarity index 100% rename from x-pack/plugins/stack_alerts/server/rule_types/es_query/constants.ts rename to x-pack/platform/plugins/shared/stack_alerts/server/rule_types/es_query/constants.ts diff --git a/x-pack/plugins/stack_alerts/server/rule_types/es_query/executor.test.ts b/x-pack/platform/plugins/shared/stack_alerts/server/rule_types/es_query/executor.test.ts similarity index 100% rename from x-pack/plugins/stack_alerts/server/rule_types/es_query/executor.test.ts rename to x-pack/platform/plugins/shared/stack_alerts/server/rule_types/es_query/executor.test.ts diff --git a/x-pack/plugins/stack_alerts/server/rule_types/es_query/executor.ts b/x-pack/platform/plugins/shared/stack_alerts/server/rule_types/es_query/executor.ts similarity index 100% rename from x-pack/plugins/stack_alerts/server/rule_types/es_query/executor.ts rename to x-pack/platform/plugins/shared/stack_alerts/server/rule_types/es_query/executor.ts diff --git a/x-pack/plugins/stack_alerts/server/rule_types/es_query/index.ts b/x-pack/platform/plugins/shared/stack_alerts/server/rule_types/es_query/index.ts similarity index 100% rename from x-pack/plugins/stack_alerts/server/rule_types/es_query/index.ts rename to x-pack/platform/plugins/shared/stack_alerts/server/rule_types/es_query/index.ts diff --git a/x-pack/plugins/stack_alerts/server/rule_types/es_query/lib/fetch_es_query.test.ts b/x-pack/platform/plugins/shared/stack_alerts/server/rule_types/es_query/lib/fetch_es_query.test.ts similarity index 100% rename from x-pack/plugins/stack_alerts/server/rule_types/es_query/lib/fetch_es_query.test.ts rename to x-pack/platform/plugins/shared/stack_alerts/server/rule_types/es_query/lib/fetch_es_query.test.ts diff --git a/x-pack/plugins/stack_alerts/server/rule_types/es_query/lib/fetch_es_query.ts b/x-pack/platform/plugins/shared/stack_alerts/server/rule_types/es_query/lib/fetch_es_query.ts similarity index 100% rename from x-pack/plugins/stack_alerts/server/rule_types/es_query/lib/fetch_es_query.ts rename to x-pack/platform/plugins/shared/stack_alerts/server/rule_types/es_query/lib/fetch_es_query.ts diff --git a/x-pack/plugins/stack_alerts/server/rule_types/es_query/lib/fetch_esql_query.test.ts b/x-pack/platform/plugins/shared/stack_alerts/server/rule_types/es_query/lib/fetch_esql_query.test.ts similarity index 100% rename from x-pack/plugins/stack_alerts/server/rule_types/es_query/lib/fetch_esql_query.test.ts rename to x-pack/platform/plugins/shared/stack_alerts/server/rule_types/es_query/lib/fetch_esql_query.test.ts diff --git a/x-pack/plugins/stack_alerts/server/rule_types/es_query/lib/fetch_esql_query.ts b/x-pack/platform/plugins/shared/stack_alerts/server/rule_types/es_query/lib/fetch_esql_query.ts similarity index 100% rename from x-pack/plugins/stack_alerts/server/rule_types/es_query/lib/fetch_esql_query.ts rename to x-pack/platform/plugins/shared/stack_alerts/server/rule_types/es_query/lib/fetch_esql_query.ts diff --git a/x-pack/plugins/stack_alerts/server/rule_types/es_query/lib/fetch_search_source_query.test.ts b/x-pack/platform/plugins/shared/stack_alerts/server/rule_types/es_query/lib/fetch_search_source_query.test.ts similarity index 100% rename from x-pack/plugins/stack_alerts/server/rule_types/es_query/lib/fetch_search_source_query.test.ts rename to x-pack/platform/plugins/shared/stack_alerts/server/rule_types/es_query/lib/fetch_search_source_query.test.ts diff --git a/x-pack/plugins/stack_alerts/server/rule_types/es_query/lib/fetch_search_source_query.ts b/x-pack/platform/plugins/shared/stack_alerts/server/rule_types/es_query/lib/fetch_search_source_query.ts similarity index 100% rename from x-pack/plugins/stack_alerts/server/rule_types/es_query/lib/fetch_search_source_query.ts rename to x-pack/platform/plugins/shared/stack_alerts/server/rule_types/es_query/lib/fetch_search_source_query.ts diff --git a/x-pack/plugins/stack_alerts/server/rule_types/es_query/rule_type.test.ts b/x-pack/platform/plugins/shared/stack_alerts/server/rule_types/es_query/rule_type.test.ts similarity index 100% rename from x-pack/plugins/stack_alerts/server/rule_types/es_query/rule_type.test.ts rename to x-pack/platform/plugins/shared/stack_alerts/server/rule_types/es_query/rule_type.test.ts diff --git a/x-pack/plugins/stack_alerts/server/rule_types/es_query/rule_type.ts b/x-pack/platform/plugins/shared/stack_alerts/server/rule_types/es_query/rule_type.ts similarity index 100% rename from x-pack/plugins/stack_alerts/server/rule_types/es_query/rule_type.ts rename to x-pack/platform/plugins/shared/stack_alerts/server/rule_types/es_query/rule_type.ts diff --git a/x-pack/plugins/stack_alerts/server/rule_types/es_query/rule_type_params.test.ts b/x-pack/platform/plugins/shared/stack_alerts/server/rule_types/es_query/rule_type_params.test.ts similarity index 100% rename from x-pack/plugins/stack_alerts/server/rule_types/es_query/rule_type_params.test.ts rename to x-pack/platform/plugins/shared/stack_alerts/server/rule_types/es_query/rule_type_params.test.ts diff --git a/x-pack/plugins/stack_alerts/server/rule_types/es_query/rule_type_params.ts b/x-pack/platform/plugins/shared/stack_alerts/server/rule_types/es_query/rule_type_params.ts similarity index 100% rename from x-pack/plugins/stack_alerts/server/rule_types/es_query/rule_type_params.ts rename to x-pack/platform/plugins/shared/stack_alerts/server/rule_types/es_query/rule_type_params.ts diff --git a/x-pack/plugins/stack_alerts/server/rule_types/es_query/types.ts b/x-pack/platform/plugins/shared/stack_alerts/server/rule_types/es_query/types.ts similarity index 100% rename from x-pack/plugins/stack_alerts/server/rule_types/es_query/types.ts rename to x-pack/platform/plugins/shared/stack_alerts/server/rule_types/es_query/types.ts diff --git a/x-pack/plugins/stack_alerts/server/rule_types/es_query/util.test.ts b/x-pack/platform/plugins/shared/stack_alerts/server/rule_types/es_query/util.test.ts similarity index 100% rename from x-pack/plugins/stack_alerts/server/rule_types/es_query/util.test.ts rename to x-pack/platform/plugins/shared/stack_alerts/server/rule_types/es_query/util.test.ts diff --git a/x-pack/plugins/stack_alerts/server/rule_types/es_query/util.ts b/x-pack/platform/plugins/shared/stack_alerts/server/rule_types/es_query/util.ts similarity index 100% rename from x-pack/plugins/stack_alerts/server/rule_types/es_query/util.ts rename to x-pack/platform/plugins/shared/stack_alerts/server/rule_types/es_query/util.ts diff --git a/x-pack/plugins/stack_alerts/server/rule_types/geo_containment/__snapshots__/rule_type.test.ts.snap b/x-pack/platform/plugins/shared/stack_alerts/server/rule_types/geo_containment/__snapshots__/rule_type.test.ts.snap similarity index 100% rename from x-pack/plugins/stack_alerts/server/rule_types/geo_containment/__snapshots__/rule_type.test.ts.snap rename to x-pack/platform/plugins/shared/stack_alerts/server/rule_types/geo_containment/__snapshots__/rule_type.test.ts.snap diff --git a/x-pack/plugins/stack_alerts/server/rule_types/geo_containment/constants.ts b/x-pack/platform/plugins/shared/stack_alerts/server/rule_types/geo_containment/constants.ts similarity index 100% rename from x-pack/plugins/stack_alerts/server/rule_types/geo_containment/constants.ts rename to x-pack/platform/plugins/shared/stack_alerts/server/rule_types/geo_containment/constants.ts diff --git a/x-pack/plugins/stack_alerts/server/rule_types/geo_containment/executor.test.ts b/x-pack/platform/plugins/shared/stack_alerts/server/rule_types/geo_containment/executor.test.ts similarity index 100% rename from x-pack/plugins/stack_alerts/server/rule_types/geo_containment/executor.test.ts rename to x-pack/platform/plugins/shared/stack_alerts/server/rule_types/geo_containment/executor.test.ts diff --git a/x-pack/plugins/stack_alerts/server/rule_types/geo_containment/executor.ts b/x-pack/platform/plugins/shared/stack_alerts/server/rule_types/geo_containment/executor.ts similarity index 100% rename from x-pack/plugins/stack_alerts/server/rule_types/geo_containment/executor.ts rename to x-pack/platform/plugins/shared/stack_alerts/server/rule_types/geo_containment/executor.ts diff --git a/x-pack/plugins/stack_alerts/server/rule_types/geo_containment/index.ts b/x-pack/platform/plugins/shared/stack_alerts/server/rule_types/geo_containment/index.ts similarity index 100% rename from x-pack/plugins/stack_alerts/server/rule_types/geo_containment/index.ts rename to x-pack/platform/plugins/shared/stack_alerts/server/rule_types/geo_containment/index.ts diff --git a/x-pack/plugins/stack_alerts/server/rule_types/geo_containment/lib/alert_context.test.ts b/x-pack/platform/plugins/shared/stack_alerts/server/rule_types/geo_containment/lib/alert_context.test.ts similarity index 100% rename from x-pack/plugins/stack_alerts/server/rule_types/geo_containment/lib/alert_context.test.ts rename to x-pack/platform/plugins/shared/stack_alerts/server/rule_types/geo_containment/lib/alert_context.test.ts diff --git a/x-pack/plugins/stack_alerts/server/rule_types/geo_containment/lib/alert_context.ts b/x-pack/platform/plugins/shared/stack_alerts/server/rule_types/geo_containment/lib/alert_context.ts similarity index 100% rename from x-pack/plugins/stack_alerts/server/rule_types/geo_containment/lib/alert_context.ts rename to x-pack/platform/plugins/shared/stack_alerts/server/rule_types/geo_containment/lib/alert_context.ts diff --git a/x-pack/plugins/stack_alerts/server/rule_types/geo_containment/lib/es_query_builder.ts b/x-pack/platform/plugins/shared/stack_alerts/server/rule_types/geo_containment/lib/es_query_builder.ts similarity index 100% rename from x-pack/plugins/stack_alerts/server/rule_types/geo_containment/lib/es_query_builder.ts rename to x-pack/platform/plugins/shared/stack_alerts/server/rule_types/geo_containment/lib/es_query_builder.ts diff --git a/x-pack/plugins/stack_alerts/server/rule_types/geo_containment/lib/get_entities_and_generate_alerts.test.ts b/x-pack/platform/plugins/shared/stack_alerts/server/rule_types/geo_containment/lib/get_entities_and_generate_alerts.test.ts similarity index 100% rename from x-pack/plugins/stack_alerts/server/rule_types/geo_containment/lib/get_entities_and_generate_alerts.test.ts rename to x-pack/platform/plugins/shared/stack_alerts/server/rule_types/geo_containment/lib/get_entities_and_generate_alerts.test.ts diff --git a/x-pack/plugins/stack_alerts/server/rule_types/geo_containment/lib/get_entities_and_generate_alerts.ts b/x-pack/platform/plugins/shared/stack_alerts/server/rule_types/geo_containment/lib/get_entities_and_generate_alerts.ts similarity index 100% rename from x-pack/plugins/stack_alerts/server/rule_types/geo_containment/lib/get_entities_and_generate_alerts.ts rename to x-pack/platform/plugins/shared/stack_alerts/server/rule_types/geo_containment/lib/get_entities_and_generate_alerts.ts diff --git a/x-pack/plugins/stack_alerts/server/rule_types/geo_containment/lib/get_query_dsl.test.ts b/x-pack/platform/plugins/shared/stack_alerts/server/rule_types/geo_containment/lib/get_query_dsl.test.ts similarity index 100% rename from x-pack/plugins/stack_alerts/server/rule_types/geo_containment/lib/get_query_dsl.test.ts rename to x-pack/platform/plugins/shared/stack_alerts/server/rule_types/geo_containment/lib/get_query_dsl.test.ts diff --git a/x-pack/plugins/stack_alerts/server/rule_types/geo_containment/lib/get_query_dsl.ts b/x-pack/platform/plugins/shared/stack_alerts/server/rule_types/geo_containment/lib/get_query_dsl.ts similarity index 100% rename from x-pack/plugins/stack_alerts/server/rule_types/geo_containment/lib/get_query_dsl.ts rename to x-pack/platform/plugins/shared/stack_alerts/server/rule_types/geo_containment/lib/get_query_dsl.ts diff --git a/x-pack/plugins/stack_alerts/server/rule_types/geo_containment/lib/get_shape_filters.test.ts b/x-pack/platform/plugins/shared/stack_alerts/server/rule_types/geo_containment/lib/get_shape_filters.test.ts similarity index 100% rename from x-pack/plugins/stack_alerts/server/rule_types/geo_containment/lib/get_shape_filters.test.ts rename to x-pack/platform/plugins/shared/stack_alerts/server/rule_types/geo_containment/lib/get_shape_filters.test.ts diff --git a/x-pack/plugins/stack_alerts/server/rule_types/geo_containment/lib/get_shape_filters.ts b/x-pack/platform/plugins/shared/stack_alerts/server/rule_types/geo_containment/lib/get_shape_filters.ts similarity index 100% rename from x-pack/plugins/stack_alerts/server/rule_types/geo_containment/lib/get_shape_filters.ts rename to x-pack/platform/plugins/shared/stack_alerts/server/rule_types/geo_containment/lib/get_shape_filters.ts diff --git a/x-pack/plugins/stack_alerts/server/rule_types/geo_containment/lib/index.ts b/x-pack/platform/plugins/shared/stack_alerts/server/rule_types/geo_containment/lib/index.ts similarity index 100% rename from x-pack/plugins/stack_alerts/server/rule_types/geo_containment/lib/index.ts rename to x-pack/platform/plugins/shared/stack_alerts/server/rule_types/geo_containment/lib/index.ts diff --git a/x-pack/plugins/stack_alerts/server/rule_types/geo_containment/lib/transform_results.test.ts b/x-pack/platform/plugins/shared/stack_alerts/server/rule_types/geo_containment/lib/transform_results.test.ts similarity index 100% rename from x-pack/plugins/stack_alerts/server/rule_types/geo_containment/lib/transform_results.test.ts rename to x-pack/platform/plugins/shared/stack_alerts/server/rule_types/geo_containment/lib/transform_results.test.ts diff --git a/x-pack/plugins/stack_alerts/server/rule_types/geo_containment/lib/transform_results.ts b/x-pack/platform/plugins/shared/stack_alerts/server/rule_types/geo_containment/lib/transform_results.ts similarity index 100% rename from x-pack/plugins/stack_alerts/server/rule_types/geo_containment/lib/transform_results.ts rename to x-pack/platform/plugins/shared/stack_alerts/server/rule_types/geo_containment/lib/transform_results.ts diff --git a/x-pack/plugins/stack_alerts/server/rule_types/geo_containment/rule_type.test.ts b/x-pack/platform/plugins/shared/stack_alerts/server/rule_types/geo_containment/rule_type.test.ts similarity index 100% rename from x-pack/plugins/stack_alerts/server/rule_types/geo_containment/rule_type.test.ts rename to x-pack/platform/plugins/shared/stack_alerts/server/rule_types/geo_containment/rule_type.test.ts diff --git a/x-pack/plugins/stack_alerts/server/rule_types/geo_containment/rule_type.ts b/x-pack/platform/plugins/shared/stack_alerts/server/rule_types/geo_containment/rule_type.ts similarity index 100% rename from x-pack/plugins/stack_alerts/server/rule_types/geo_containment/rule_type.ts rename to x-pack/platform/plugins/shared/stack_alerts/server/rule_types/geo_containment/rule_type.ts diff --git a/x-pack/plugins/stack_alerts/server/rule_types/geo_containment/tests/es_sample_response.json b/x-pack/platform/plugins/shared/stack_alerts/server/rule_types/geo_containment/tests/es_sample_response.json similarity index 100% rename from x-pack/plugins/stack_alerts/server/rule_types/geo_containment/tests/es_sample_response.json rename to x-pack/platform/plugins/shared/stack_alerts/server/rule_types/geo_containment/tests/es_sample_response.json diff --git a/x-pack/plugins/stack_alerts/server/rule_types/geo_containment/tests/es_sample_response_shapes.json b/x-pack/platform/plugins/shared/stack_alerts/server/rule_types/geo_containment/tests/es_sample_response_shapes.json similarity index 100% rename from x-pack/plugins/stack_alerts/server/rule_types/geo_containment/tests/es_sample_response_shapes.json rename to x-pack/platform/plugins/shared/stack_alerts/server/rule_types/geo_containment/tests/es_sample_response_shapes.json diff --git a/x-pack/plugins/stack_alerts/server/rule_types/geo_containment/tests/es_sample_response_with_nesting.json b/x-pack/platform/plugins/shared/stack_alerts/server/rule_types/geo_containment/tests/es_sample_response_with_nesting.json similarity index 100% rename from x-pack/plugins/stack_alerts/server/rule_types/geo_containment/tests/es_sample_response_with_nesting.json rename to x-pack/platform/plugins/shared/stack_alerts/server/rule_types/geo_containment/tests/es_sample_response_with_nesting.json diff --git a/x-pack/plugins/stack_alerts/server/rule_types/geo_containment/types.ts b/x-pack/platform/plugins/shared/stack_alerts/server/rule_types/geo_containment/types.ts similarity index 100% rename from x-pack/plugins/stack_alerts/server/rule_types/geo_containment/types.ts rename to x-pack/platform/plugins/shared/stack_alerts/server/rule_types/geo_containment/types.ts diff --git a/x-pack/plugins/stack_alerts/server/rule_types/index.ts b/x-pack/platform/plugins/shared/stack_alerts/server/rule_types/index.ts similarity index 100% rename from x-pack/plugins/stack_alerts/server/rule_types/index.ts rename to x-pack/platform/plugins/shared/stack_alerts/server/rule_types/index.ts diff --git a/x-pack/plugins/stack_alerts/server/rule_types/index_threshold/README.md b/x-pack/platform/plugins/shared/stack_alerts/server/rule_types/index_threshold/README.md similarity index 98% rename from x-pack/plugins/stack_alerts/server/rule_types/index_threshold/README.md rename to x-pack/platform/plugins/shared/stack_alerts/server/rule_types/index_threshold/README.md index 4aebb51a85a89..7fb6560bad767 100644 --- a/x-pack/plugins/stack_alerts/server/rule_types/index_threshold/README.md +++ b/x-pack/platform/plugins/shared/stack_alerts/server/rule_types/index_threshold/README.md @@ -122,4 +122,4 @@ server log [17:32:10.060] [warning][actions][actions][plugins] \ ## Data Apis via the TriggersActionsUi plugin and its http endpoints -The Index Threshold Alert Type is backed by Apis exposed by the [TriggersActionsUi plugin](../../../../triggers_actions_ui/README.md). +The Index Threshold Alert Type is backed by Apis exposed by the [TriggersActionsUi plugin](../../../../../../triggers_actions_ui/README.md). diff --git a/x-pack/plugins/stack_alerts/server/rule_types/index_threshold/action_context.test.ts b/x-pack/platform/plugins/shared/stack_alerts/server/rule_types/index_threshold/action_context.test.ts similarity index 100% rename from x-pack/plugins/stack_alerts/server/rule_types/index_threshold/action_context.test.ts rename to x-pack/platform/plugins/shared/stack_alerts/server/rule_types/index_threshold/action_context.test.ts diff --git a/x-pack/plugins/stack_alerts/server/rule_types/index_threshold/action_context.ts b/x-pack/platform/plugins/shared/stack_alerts/server/rule_types/index_threshold/action_context.ts similarity index 100% rename from x-pack/plugins/stack_alerts/server/rule_types/index_threshold/action_context.ts rename to x-pack/platform/plugins/shared/stack_alerts/server/rule_types/index_threshold/action_context.ts diff --git a/x-pack/plugins/stack_alerts/server/rule_types/index_threshold/index.ts b/x-pack/platform/plugins/shared/stack_alerts/server/rule_types/index_threshold/index.ts similarity index 100% rename from x-pack/plugins/stack_alerts/server/rule_types/index_threshold/index.ts rename to x-pack/platform/plugins/shared/stack_alerts/server/rule_types/index_threshold/index.ts diff --git a/x-pack/plugins/stack_alerts/server/rule_types/index_threshold/rule_type.test.ts b/x-pack/platform/plugins/shared/stack_alerts/server/rule_types/index_threshold/rule_type.test.ts similarity index 100% rename from x-pack/plugins/stack_alerts/server/rule_types/index_threshold/rule_type.test.ts rename to x-pack/platform/plugins/shared/stack_alerts/server/rule_types/index_threshold/rule_type.test.ts diff --git a/x-pack/plugins/stack_alerts/server/rule_types/index_threshold/rule_type.ts b/x-pack/platform/plugins/shared/stack_alerts/server/rule_types/index_threshold/rule_type.ts similarity index 100% rename from x-pack/plugins/stack_alerts/server/rule_types/index_threshold/rule_type.ts rename to x-pack/platform/plugins/shared/stack_alerts/server/rule_types/index_threshold/rule_type.ts diff --git a/x-pack/plugins/stack_alerts/server/rule_types/index_threshold/rule_type_params.test.ts b/x-pack/platform/plugins/shared/stack_alerts/server/rule_types/index_threshold/rule_type_params.test.ts similarity index 100% rename from x-pack/plugins/stack_alerts/server/rule_types/index_threshold/rule_type_params.test.ts rename to x-pack/platform/plugins/shared/stack_alerts/server/rule_types/index_threshold/rule_type_params.test.ts diff --git a/x-pack/plugins/stack_alerts/server/rule_types/index_threshold/rule_type_params.ts b/x-pack/platform/plugins/shared/stack_alerts/server/rule_types/index_threshold/rule_type_params.ts similarity index 100% rename from x-pack/plugins/stack_alerts/server/rule_types/index_threshold/rule_type_params.ts rename to x-pack/platform/plugins/shared/stack_alerts/server/rule_types/index_threshold/rule_type_params.ts diff --git a/x-pack/plugins/stack_alerts/server/rule_types/lib/comparator.ts b/x-pack/platform/plugins/shared/stack_alerts/server/rule_types/lib/comparator.ts similarity index 100% rename from x-pack/plugins/stack_alerts/server/rule_types/lib/comparator.ts rename to x-pack/platform/plugins/shared/stack_alerts/server/rule_types/lib/comparator.ts diff --git a/x-pack/plugins/stack_alerts/server/rule_types/types.ts b/x-pack/platform/plugins/shared/stack_alerts/server/rule_types/types.ts similarity index 100% rename from x-pack/plugins/stack_alerts/server/rule_types/types.ts rename to x-pack/platform/plugins/shared/stack_alerts/server/rule_types/types.ts diff --git a/x-pack/plugins/stack_alerts/server/types.ts b/x-pack/platform/plugins/shared/stack_alerts/server/types.ts similarity index 100% rename from x-pack/plugins/stack_alerts/server/types.ts rename to x-pack/platform/plugins/shared/stack_alerts/server/types.ts diff --git a/x-pack/plugins/stack_alerts/tsconfig.json b/x-pack/platform/plugins/shared/stack_alerts/tsconfig.json similarity index 96% rename from x-pack/plugins/stack_alerts/tsconfig.json rename to x-pack/platform/plugins/shared/stack_alerts/tsconfig.json index c539176666b8f..878c342a5127b 100644 --- a/x-pack/plugins/stack_alerts/tsconfig.json +++ b/x-pack/platform/plugins/shared/stack_alerts/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "../../../tsconfig.base.json", + "extends": "../../../../../tsconfig.base.json", "compilerOptions": { "outDir": "target/types", }, diff --git a/x-pack/plugins/stack_connectors/README.md b/x-pack/platform/plugins/shared/stack_connectors/README.md similarity index 97% rename from x-pack/plugins/stack_connectors/README.md rename to x-pack/platform/plugins/shared/stack_connectors/README.md index 3543ee5f775a3..9c6d383a84c05 100644 --- a/x-pack/plugins/stack_connectors/README.md +++ b/x-pack/platform/plugins/shared/stack_connectors/README.md @@ -408,13 +408,13 @@ Connectors that take URLs or hostnames should check that those values are allowe ## Documentation -You should create asciidoc for the new connector type. Add an entry to the connector type index - [`docs/user/alerting/action-types.asciidoc`](../../../docs/user/alerting/action-types.asciidoc), which points to a new document for the connector type that should be in the directory [`docs/user/alerting/action-types`](../../../docs/user/alerting/action-types). +You should create asciidoc for the new connector type. Add an entry to the connector type index - [`docs/user/alerting/action-types.asciidoc`](../../../../../docs/user/alerting/action-types.asciidoc), which points to a new document for the connector type that should be in the directory [`docs/user/alerting/action-types`](../../../docs/user/alerting/action-types). We suggest following the template provided in `docs/action-type-template.asciidoc`. The [Email action type](https://www.elastic.co/guide/en/kibana/master/email-action-type.html) is an example of documentation created following the template. ## Tests -The connector type should have both unit tests and functional tests. For functional tests, if your connector interacts with a 3rd party service via HTTP, you may be able to create a simulator for your service to test with. See the existing functional test servers in the directory [`x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server`](../../test/alerting_api_integration/common/plugins/actions_simulators/server) +The connector type should have both unit tests and functional tests. For functional tests, if your connector interacts with a 3rd party service via HTTP, you may be able to create a simulator for your service to test with. See the existing functional test servers in the directory [`x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server`](../../../../test/alerting_api_integration/common/plugins/actions_simulators/server) ## Connector type config and secrets @@ -426,4 +426,4 @@ Instead of `schema.maybe()`, use `schema.nullable()`, which is the same as `sche ## User interface -To make this connector usable in the Kibana UI, you will need to provide all the UI editing aspects of the connector. The existing connector type user interfaces are defined in [`x-pack/plugins/triggers_actions_ui/public/application/components/builtin_action_types`](../triggers_actions_ui/public/application/components/builtin_action_types). For more information, see the [UI documentation](../triggers_actions_ui/README.md#create-and-register-new-action-type-ui). +To make this connector usable in the Kibana UI, you will need to provide all the UI editing aspects of the connector. The existing connector type user interfaces are defined in [`x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/builtin_action_types`](../triggers_actions_ui/public/application/components/builtin_action_types). For more information, see the [UI documentation](../triggers_actions_ui/README.md#create-and-register-new-action-type-ui). diff --git a/x-pack/plugins/stack_connectors/__mocks__/@kbn/code-editor/index.tsx b/x-pack/platform/plugins/shared/stack_connectors/__mocks__/@kbn/code-editor/index.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/__mocks__/@kbn/code-editor/index.tsx rename to x-pack/platform/plugins/shared/stack_connectors/__mocks__/@kbn/code-editor/index.tsx diff --git a/x-pack/plugins/stack_connectors/common/auth/constants.ts b/x-pack/platform/plugins/shared/stack_connectors/common/auth/constants.ts similarity index 100% rename from x-pack/plugins/stack_connectors/common/auth/constants.ts rename to x-pack/platform/plugins/shared/stack_connectors/common/auth/constants.ts diff --git a/x-pack/plugins/stack_connectors/common/auth/mocks.ts b/x-pack/platform/plugins/shared/stack_connectors/common/auth/mocks.ts similarity index 100% rename from x-pack/plugins/stack_connectors/common/auth/mocks.ts rename to x-pack/platform/plugins/shared/stack_connectors/common/auth/mocks.ts diff --git a/x-pack/plugins/stack_connectors/common/auth/schema.ts b/x-pack/platform/plugins/shared/stack_connectors/common/auth/schema.ts similarity index 100% rename from x-pack/plugins/stack_connectors/common/auth/schema.ts rename to x-pack/platform/plugins/shared/stack_connectors/common/auth/schema.ts diff --git a/x-pack/plugins/stack_connectors/common/auth/types.ts b/x-pack/platform/plugins/shared/stack_connectors/common/auth/types.ts similarity index 100% rename from x-pack/plugins/stack_connectors/common/auth/types.ts rename to x-pack/platform/plugins/shared/stack_connectors/common/auth/types.ts diff --git a/x-pack/plugins/stack_connectors/common/auth/utils.test.ts b/x-pack/platform/plugins/shared/stack_connectors/common/auth/utils.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/common/auth/utils.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/common/auth/utils.test.ts diff --git a/x-pack/plugins/stack_connectors/common/auth/utils.ts b/x-pack/platform/plugins/shared/stack_connectors/common/auth/utils.ts similarity index 100% rename from x-pack/plugins/stack_connectors/common/auth/utils.ts rename to x-pack/platform/plugins/shared/stack_connectors/common/auth/utils.ts diff --git a/x-pack/plugins/stack_connectors/common/bedrock/constants.ts b/x-pack/platform/plugins/shared/stack_connectors/common/bedrock/constants.ts similarity index 100% rename from x-pack/plugins/stack_connectors/common/bedrock/constants.ts rename to x-pack/platform/plugins/shared/stack_connectors/common/bedrock/constants.ts diff --git a/x-pack/plugins/stack_connectors/common/bedrock/schema.ts b/x-pack/platform/plugins/shared/stack_connectors/common/bedrock/schema.ts similarity index 100% rename from x-pack/plugins/stack_connectors/common/bedrock/schema.ts rename to x-pack/platform/plugins/shared/stack_connectors/common/bedrock/schema.ts diff --git a/x-pack/plugins/stack_connectors/common/bedrock/types.ts b/x-pack/platform/plugins/shared/stack_connectors/common/bedrock/types.ts similarity index 100% rename from x-pack/plugins/stack_connectors/common/bedrock/types.ts rename to x-pack/platform/plugins/shared/stack_connectors/common/bedrock/types.ts diff --git a/x-pack/plugins/stack_connectors/common/crowdstrike/constants.ts b/x-pack/platform/plugins/shared/stack_connectors/common/crowdstrike/constants.ts similarity index 100% rename from x-pack/plugins/stack_connectors/common/crowdstrike/constants.ts rename to x-pack/platform/plugins/shared/stack_connectors/common/crowdstrike/constants.ts diff --git a/x-pack/plugins/stack_connectors/common/crowdstrike/schema.ts b/x-pack/platform/plugins/shared/stack_connectors/common/crowdstrike/schema.ts similarity index 100% rename from x-pack/plugins/stack_connectors/common/crowdstrike/schema.ts rename to x-pack/platform/plugins/shared/stack_connectors/common/crowdstrike/schema.ts diff --git a/x-pack/plugins/stack_connectors/common/crowdstrike/types.ts b/x-pack/platform/plugins/shared/stack_connectors/common/crowdstrike/types.ts similarity index 100% rename from x-pack/plugins/stack_connectors/common/crowdstrike/types.ts rename to x-pack/platform/plugins/shared/stack_connectors/common/crowdstrike/types.ts diff --git a/x-pack/plugins/stack_connectors/common/d3security/constants.ts b/x-pack/platform/plugins/shared/stack_connectors/common/d3security/constants.ts similarity index 100% rename from x-pack/plugins/stack_connectors/common/d3security/constants.ts rename to x-pack/platform/plugins/shared/stack_connectors/common/d3security/constants.ts diff --git a/x-pack/plugins/stack_connectors/common/d3security/schema.ts b/x-pack/platform/plugins/shared/stack_connectors/common/d3security/schema.ts similarity index 100% rename from x-pack/plugins/stack_connectors/common/d3security/schema.ts rename to x-pack/platform/plugins/shared/stack_connectors/common/d3security/schema.ts diff --git a/x-pack/plugins/stack_connectors/common/d3security/types.ts b/x-pack/platform/plugins/shared/stack_connectors/common/d3security/types.ts similarity index 100% rename from x-pack/plugins/stack_connectors/common/d3security/types.ts rename to x-pack/platform/plugins/shared/stack_connectors/common/d3security/types.ts diff --git a/x-pack/plugins/stack_connectors/common/dynamic_config/types.ts b/x-pack/platform/plugins/shared/stack_connectors/common/dynamic_config/types.ts similarity index 100% rename from x-pack/plugins/stack_connectors/common/dynamic_config/types.ts rename to x-pack/platform/plugins/shared/stack_connectors/common/dynamic_config/types.ts diff --git a/x-pack/plugins/stack_connectors/common/experimental_features.ts b/x-pack/platform/plugins/shared/stack_connectors/common/experimental_features.ts similarity index 100% rename from x-pack/plugins/stack_connectors/common/experimental_features.ts rename to x-pack/platform/plugins/shared/stack_connectors/common/experimental_features.ts diff --git a/x-pack/plugins/stack_connectors/common/gemini/constants.ts b/x-pack/platform/plugins/shared/stack_connectors/common/gemini/constants.ts similarity index 100% rename from x-pack/plugins/stack_connectors/common/gemini/constants.ts rename to x-pack/platform/plugins/shared/stack_connectors/common/gemini/constants.ts diff --git a/x-pack/plugins/stack_connectors/common/gemini/schema.ts b/x-pack/platform/plugins/shared/stack_connectors/common/gemini/schema.ts similarity index 100% rename from x-pack/plugins/stack_connectors/common/gemini/schema.ts rename to x-pack/platform/plugins/shared/stack_connectors/common/gemini/schema.ts diff --git a/x-pack/plugins/stack_connectors/common/gemini/types.ts b/x-pack/platform/plugins/shared/stack_connectors/common/gemini/types.ts similarity index 100% rename from x-pack/plugins/stack_connectors/common/gemini/types.ts rename to x-pack/platform/plugins/shared/stack_connectors/common/gemini/types.ts diff --git a/x-pack/plugins/stack_connectors/common/index.ts b/x-pack/platform/plugins/shared/stack_connectors/common/index.ts similarity index 100% rename from x-pack/plugins/stack_connectors/common/index.ts rename to x-pack/platform/plugins/shared/stack_connectors/common/index.ts diff --git a/x-pack/plugins/stack_connectors/common/inference/constants.ts b/x-pack/platform/plugins/shared/stack_connectors/common/inference/constants.ts similarity index 100% rename from x-pack/plugins/stack_connectors/common/inference/constants.ts rename to x-pack/platform/plugins/shared/stack_connectors/common/inference/constants.ts diff --git a/x-pack/plugins/stack_connectors/common/inference/schema.ts b/x-pack/platform/plugins/shared/stack_connectors/common/inference/schema.ts similarity index 100% rename from x-pack/plugins/stack_connectors/common/inference/schema.ts rename to x-pack/platform/plugins/shared/stack_connectors/common/inference/schema.ts diff --git a/x-pack/plugins/stack_connectors/common/inference/types.ts b/x-pack/platform/plugins/shared/stack_connectors/common/inference/types.ts similarity index 100% rename from x-pack/plugins/stack_connectors/common/inference/types.ts rename to x-pack/platform/plugins/shared/stack_connectors/common/inference/types.ts diff --git a/x-pack/plugins/stack_connectors/common/jira/constants.ts b/x-pack/platform/plugins/shared/stack_connectors/common/jira/constants.ts similarity index 100% rename from x-pack/plugins/stack_connectors/common/jira/constants.ts rename to x-pack/platform/plugins/shared/stack_connectors/common/jira/constants.ts diff --git a/x-pack/plugins/stack_connectors/common/openai/constants.ts b/x-pack/platform/plugins/shared/stack_connectors/common/openai/constants.ts similarity index 100% rename from x-pack/plugins/stack_connectors/common/openai/constants.ts rename to x-pack/platform/plugins/shared/stack_connectors/common/openai/constants.ts diff --git a/x-pack/plugins/stack_connectors/common/openai/schema.ts b/x-pack/platform/plugins/shared/stack_connectors/common/openai/schema.ts similarity index 100% rename from x-pack/plugins/stack_connectors/common/openai/schema.ts rename to x-pack/platform/plugins/shared/stack_connectors/common/openai/schema.ts diff --git a/x-pack/plugins/stack_connectors/common/openai/types.ts b/x-pack/platform/plugins/shared/stack_connectors/common/openai/types.ts similarity index 100% rename from x-pack/plugins/stack_connectors/common/openai/types.ts rename to x-pack/platform/plugins/shared/stack_connectors/common/openai/types.ts diff --git a/x-pack/plugins/stack_connectors/common/opsgenie/index.test.ts b/x-pack/platform/plugins/shared/stack_connectors/common/opsgenie/index.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/common/opsgenie/index.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/common/opsgenie/index.test.ts diff --git a/x-pack/plugins/stack_connectors/common/opsgenie/index.ts b/x-pack/platform/plugins/shared/stack_connectors/common/opsgenie/index.ts similarity index 100% rename from x-pack/plugins/stack_connectors/common/opsgenie/index.ts rename to x-pack/platform/plugins/shared/stack_connectors/common/opsgenie/index.ts diff --git a/x-pack/plugins/stack_connectors/common/sentinelone/constants.ts b/x-pack/platform/plugins/shared/stack_connectors/common/sentinelone/constants.ts similarity index 100% rename from x-pack/plugins/stack_connectors/common/sentinelone/constants.ts rename to x-pack/platform/plugins/shared/stack_connectors/common/sentinelone/constants.ts diff --git a/x-pack/plugins/stack_connectors/common/sentinelone/schema.ts b/x-pack/platform/plugins/shared/stack_connectors/common/sentinelone/schema.ts similarity index 100% rename from x-pack/plugins/stack_connectors/common/sentinelone/schema.ts rename to x-pack/platform/plugins/shared/stack_connectors/common/sentinelone/schema.ts diff --git a/x-pack/plugins/stack_connectors/common/sentinelone/types.ts b/x-pack/platform/plugins/shared/stack_connectors/common/sentinelone/types.ts similarity index 100% rename from x-pack/plugins/stack_connectors/common/sentinelone/types.ts rename to x-pack/platform/plugins/shared/stack_connectors/common/sentinelone/types.ts diff --git a/x-pack/plugins/stack_connectors/common/servicenow/constants.ts b/x-pack/platform/plugins/shared/stack_connectors/common/servicenow/constants.ts similarity index 100% rename from x-pack/plugins/stack_connectors/common/servicenow/constants.ts rename to x-pack/platform/plugins/shared/stack_connectors/common/servicenow/constants.ts diff --git a/x-pack/plugins/stack_connectors/common/servicenow_config.ts b/x-pack/platform/plugins/shared/stack_connectors/common/servicenow_config.ts similarity index 100% rename from x-pack/plugins/stack_connectors/common/servicenow_config.ts rename to x-pack/platform/plugins/shared/stack_connectors/common/servicenow_config.ts diff --git a/x-pack/plugins/stack_connectors/common/slack_api/constants.ts b/x-pack/platform/plugins/shared/stack_connectors/common/slack_api/constants.ts similarity index 100% rename from x-pack/plugins/stack_connectors/common/slack_api/constants.ts rename to x-pack/platform/plugins/shared/stack_connectors/common/slack_api/constants.ts diff --git a/x-pack/plugins/stack_connectors/common/slack_api/lib.ts b/x-pack/platform/plugins/shared/stack_connectors/common/slack_api/lib.ts similarity index 100% rename from x-pack/plugins/stack_connectors/common/slack_api/lib.ts rename to x-pack/platform/plugins/shared/stack_connectors/common/slack_api/lib.ts diff --git a/x-pack/plugins/stack_connectors/common/slack_api/schema.test.ts b/x-pack/platform/plugins/shared/stack_connectors/common/slack_api/schema.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/common/slack_api/schema.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/common/slack_api/schema.test.ts diff --git a/x-pack/plugins/stack_connectors/common/slack_api/schema.ts b/x-pack/platform/plugins/shared/stack_connectors/common/slack_api/schema.ts similarity index 100% rename from x-pack/plugins/stack_connectors/common/slack_api/schema.ts rename to x-pack/platform/plugins/shared/stack_connectors/common/slack_api/schema.ts diff --git a/x-pack/plugins/stack_connectors/common/slack_api/types.ts b/x-pack/platform/plugins/shared/stack_connectors/common/slack_api/types.ts similarity index 100% rename from x-pack/plugins/stack_connectors/common/slack_api/types.ts rename to x-pack/platform/plugins/shared/stack_connectors/common/slack_api/types.ts diff --git a/x-pack/plugins/stack_connectors/common/thehive/constants.ts b/x-pack/platform/plugins/shared/stack_connectors/common/thehive/constants.ts similarity index 100% rename from x-pack/plugins/stack_connectors/common/thehive/constants.ts rename to x-pack/platform/plugins/shared/stack_connectors/common/thehive/constants.ts diff --git a/x-pack/plugins/stack_connectors/common/thehive/schema.ts b/x-pack/platform/plugins/shared/stack_connectors/common/thehive/schema.ts similarity index 100% rename from x-pack/plugins/stack_connectors/common/thehive/schema.ts rename to x-pack/platform/plugins/shared/stack_connectors/common/thehive/schema.ts diff --git a/x-pack/plugins/stack_connectors/common/thehive/types.ts b/x-pack/platform/plugins/shared/stack_connectors/common/thehive/types.ts similarity index 100% rename from x-pack/plugins/stack_connectors/common/thehive/types.ts rename to x-pack/platform/plugins/shared/stack_connectors/common/thehive/types.ts diff --git a/x-pack/plugins/stack_connectors/common/tines/constants.ts b/x-pack/platform/plugins/shared/stack_connectors/common/tines/constants.ts similarity index 100% rename from x-pack/plugins/stack_connectors/common/tines/constants.ts rename to x-pack/platform/plugins/shared/stack_connectors/common/tines/constants.ts diff --git a/x-pack/plugins/stack_connectors/common/tines/schema.ts b/x-pack/platform/plugins/shared/stack_connectors/common/tines/schema.ts similarity index 100% rename from x-pack/plugins/stack_connectors/common/tines/schema.ts rename to x-pack/platform/plugins/shared/stack_connectors/common/tines/schema.ts diff --git a/x-pack/plugins/stack_connectors/common/tines/types.ts b/x-pack/platform/plugins/shared/stack_connectors/common/tines/types.ts similarity index 100% rename from x-pack/plugins/stack_connectors/common/tines/types.ts rename to x-pack/platform/plugins/shared/stack_connectors/common/tines/types.ts diff --git a/x-pack/plugins/stack_connectors/common/types.ts b/x-pack/platform/plugins/shared/stack_connectors/common/types.ts similarity index 100% rename from x-pack/plugins/stack_connectors/common/types.ts rename to x-pack/platform/plugins/shared/stack_connectors/common/types.ts diff --git a/x-pack/plugins/stack_connectors/jest.config.js b/x-pack/platform/plugins/shared/stack_connectors/jest.config.js similarity index 63% rename from x-pack/plugins/stack_connectors/jest.config.js rename to x-pack/platform/plugins/shared/stack_connectors/jest.config.js index 6bfda7da5ca5e..db700c2f8c94a 100644 --- a/x-pack/plugins/stack_connectors/jest.config.js +++ b/x-pack/platform/plugins/shared/stack_connectors/jest.config.js @@ -7,11 +7,11 @@ module.exports = { preset: '@kbn/test', - rootDir: '../../..', - roots: ['/x-pack/plugins/stack_connectors'], - coverageDirectory: '/target/kibana-coverage/jest/x-pack/plugins/stack_connectors', + rootDir: '../../../../..', + roots: ['/x-pack/platform/plugins/shared/stack_connectors'], + coverageDirectory: '/target/kibana-coverage/jest/x-pack/platform/plugins/shared/stack_connectors', coverageReporters: ['text', 'html'], collectCoverageFrom: [ - '/x-pack/plugins/stack_connectors/{common,public,server}/**/*.{js,ts,tsx}', + '/x-pack/platform/plugins/shared/stack_connectors/{common,public,server}/**/*.{js,ts,tsx}', ], }; diff --git a/x-pack/plugins/stack_connectors/kibana.jsonc b/x-pack/platform/plugins/shared/stack_connectors/kibana.jsonc similarity index 100% rename from x-pack/plugins/stack_connectors/kibana.jsonc rename to x-pack/platform/plugins/shared/stack_connectors/kibana.jsonc diff --git a/x-pack/plugins/stack_connectors/public/common/auth/auth_config.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/common/auth/auth_config.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/common/auth/auth_config.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/common/auth/auth_config.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/common/auth/auth_config.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/common/auth/auth_config.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/common/auth/auth_config.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/common/auth/auth_config.tsx diff --git a/x-pack/plugins/stack_connectors/public/common/auth/basic_auth_fields.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/common/auth/basic_auth_fields.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/common/auth/basic_auth_fields.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/common/auth/basic_auth_fields.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/common/auth/basic_auth_fields.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/common/auth/basic_auth_fields.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/common/auth/basic_auth_fields.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/common/auth/basic_auth_fields.tsx diff --git a/x-pack/plugins/stack_connectors/public/common/auth/ssl_cert_fields.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/common/auth/ssl_cert_fields.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/common/auth/ssl_cert_fields.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/common/auth/ssl_cert_fields.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/common/auth/ssl_cert_fields.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/common/auth/ssl_cert_fields.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/common/auth/ssl_cert_fields.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/common/auth/ssl_cert_fields.tsx diff --git a/x-pack/plugins/stack_connectors/public/common/auth/translations.ts b/x-pack/platform/plugins/shared/stack_connectors/public/common/auth/translations.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/common/auth/translations.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/common/auth/translations.ts diff --git a/x-pack/plugins/stack_connectors/public/common/experimental_features_service.ts b/x-pack/platform/plugins/shared/stack_connectors/public/common/experimental_features_service.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/common/experimental_features_service.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/common/experimental_features_service.ts diff --git a/x-pack/plugins/stack_connectors/public/common/get_experimental_features.ts b/x-pack/platform/plugins/shared/stack_connectors/public/common/get_experimental_features.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/common/get_experimental_features.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/common/get_experimental_features.ts diff --git a/x-pack/plugins/stack_connectors/public/common/index.ts b/x-pack/platform/plugins/shared/stack_connectors/public/common/index.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/common/index.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/common/index.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/bedrock/bedrock.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/bedrock/bedrock.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/bedrock/bedrock.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/bedrock/bedrock.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/bedrock/bedrock.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/bedrock/bedrock.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/bedrock/bedrock.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/bedrock/bedrock.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/bedrock/connector.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/bedrock/connector.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/bedrock/connector.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/bedrock/connector.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/bedrock/connector.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/bedrock/connector.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/bedrock/connector.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/bedrock/connector.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/bedrock/constants.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/bedrock/constants.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/bedrock/constants.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/bedrock/constants.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/bedrock/dashboard_link.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/bedrock/dashboard_link.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/bedrock/dashboard_link.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/bedrock/dashboard_link.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/bedrock/index.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/bedrock/index.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/bedrock/index.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/bedrock/index.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/bedrock/logo.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/bedrock/logo.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/bedrock/logo.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/bedrock/logo.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/bedrock/params.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/bedrock/params.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/bedrock/params.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/bedrock/params.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/bedrock/params.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/bedrock/params.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/bedrock/params.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/bedrock/params.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/bedrock/translations.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/bedrock/translations.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/bedrock/translations.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/bedrock/translations.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/bedrock/types.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/bedrock/types.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/bedrock/types.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/bedrock/types.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/cases_webhook/action_variables.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/cases_webhook/action_variables.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/cases_webhook/action_variables.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/cases_webhook/action_variables.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/cases_webhook/index.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/cases_webhook/index.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/cases_webhook/index.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/cases_webhook/index.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/cases_webhook/severity_filter.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/cases_webhook/severity_filter.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/cases_webhook/severity_filter.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/cases_webhook/severity_filter.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/cases_webhook/severity_filter.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/cases_webhook/severity_filter.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/cases_webhook/severity_filter.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/cases_webhook/severity_filter.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/cases_webhook/status_filter.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/cases_webhook/status_filter.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/cases_webhook/status_filter.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/cases_webhook/status_filter.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/cases_webhook/status_filter.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/cases_webhook/status_filter.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/cases_webhook/status_filter.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/cases_webhook/status_filter.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/cases_webhook/steps/auth.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/cases_webhook/steps/auth.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/cases_webhook/steps/auth.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/cases_webhook/steps/auth.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/cases_webhook/steps/create.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/cases_webhook/steps/create.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/cases_webhook/steps/create.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/cases_webhook/steps/create.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/cases_webhook/steps/get.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/cases_webhook/steps/get.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/cases_webhook/steps/get.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/cases_webhook/steps/get.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/cases_webhook/steps/index.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/cases_webhook/steps/index.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/cases_webhook/steps/index.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/cases_webhook/steps/index.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/cases_webhook/steps/update.styles.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/cases_webhook/steps/update.styles.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/cases_webhook/steps/update.styles.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/cases_webhook/steps/update.styles.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/cases_webhook/steps/update.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/cases_webhook/steps/update.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/cases_webhook/steps/update.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/cases_webhook/steps/update.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/cases_webhook/translations.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/cases_webhook/translations.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/cases_webhook/translations.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/cases_webhook/translations.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/cases_webhook/types.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/cases_webhook/types.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/cases_webhook/types.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/cases_webhook/types.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/cases_webhook/validator.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/cases_webhook/validator.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/cases_webhook/validator.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/cases_webhook/validator.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/cases_webhook/webhook.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/cases_webhook/webhook.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/cases_webhook/webhook.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/cases_webhook/webhook.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/cases_webhook/webhook.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/cases_webhook/webhook.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/cases_webhook/webhook.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/cases_webhook/webhook.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/cases_webhook/webhook_connectors.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/cases_webhook/webhook_connectors.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/cases_webhook/webhook_connectors.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/cases_webhook/webhook_connectors.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/cases_webhook/webhook_connectors.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/cases_webhook/webhook_connectors.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/cases_webhook/webhook_connectors.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/cases_webhook/webhook_connectors.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/cases_webhook/webhook_params.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/cases_webhook/webhook_params.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/cases_webhook/webhook_params.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/cases_webhook/webhook_params.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/cases_webhook/webhook_params.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/cases_webhook/webhook_params.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/cases_webhook/webhook_params.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/cases_webhook/webhook_params.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/crowdstrike/crowdstrike.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/crowdstrike/crowdstrike.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/crowdstrike/crowdstrike.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/crowdstrike/crowdstrike.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/crowdstrike/crowdstrike_connector.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/crowdstrike/crowdstrike_connector.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/crowdstrike/crowdstrike_connector.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/crowdstrike/crowdstrike_connector.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/crowdstrike/crowdstrike_params_empty.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/crowdstrike/crowdstrike_params_empty.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/crowdstrike/crowdstrike_params_empty.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/crowdstrike/crowdstrike_params_empty.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/crowdstrike/index.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/crowdstrike/index.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/crowdstrike/index.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/crowdstrike/index.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/crowdstrike/logo.svg b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/crowdstrike/logo.svg similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/crowdstrike/logo.svg rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/crowdstrike/logo.svg diff --git a/x-pack/plugins/stack_connectors/public/connector_types/crowdstrike/logo.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/crowdstrike/logo.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/crowdstrike/logo.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/crowdstrike/logo.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/crowdstrike/translations.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/crowdstrike/translations.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/crowdstrike/translations.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/crowdstrike/translations.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/crowdstrike/types.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/crowdstrike/types.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/crowdstrike/types.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/crowdstrike/types.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/d3security/connector.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/d3security/connector.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/d3security/connector.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/d3security/connector.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/d3security/connector.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/d3security/connector.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/d3security/connector.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/d3security/connector.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/d3security/d3security.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/d3security/d3security.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/d3security/d3security.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/d3security/d3security.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/d3security/d3security.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/d3security/d3security.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/d3security/d3security.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/d3security/d3security.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/d3security/index.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/d3security/index.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/d3security/index.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/d3security/index.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/d3security/logo.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/d3security/logo.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/d3security/logo.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/d3security/logo.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/d3security/params.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/d3security/params.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/d3security/params.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/d3security/params.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/d3security/params.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/d3security/params.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/d3security/params.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/d3security/params.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/d3security/translations.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/d3security/translations.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/d3security/translations.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/d3security/translations.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/d3security/types.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/d3security/types.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/d3security/types.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/d3security/types.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/email/api.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/email/api.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/email/api.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/email/api.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/email/email.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/email/email.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/email/email.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/email/email.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/email/email.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/email/email.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/email/email.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/email/email.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/email/email_connector.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/email/email_connector.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/email/email_connector.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/email/email_connector.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/email/email_connector.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/email/email_connector.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/email/email_connector.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/email/email_connector.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/email/email_params.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/email/email_params.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/email/email_params.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/email/email_params.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/email/email_params.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/email/email_params.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/email/email_params.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/email/email_params.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/email/exchange_form.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/email/exchange_form.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/email/exchange_form.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/email/exchange_form.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/email/exchange_form.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/email/exchange_form.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/email/exchange_form.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/email/exchange_form.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/email/index.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/email/index.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/email/index.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/email/index.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/email/translations.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/email/translations.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/email/translations.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/email/translations.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/email/use_email_config.test.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/email/use_email_config.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/email/use_email_config.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/email/use_email_config.test.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/email/use_email_config.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/email/use_email_config.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/email/use_email_config.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/email/use_email_config.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/es_index/es_index.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/es_index/es_index.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/es_index/es_index.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/es_index/es_index.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/es_index/es_index.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/es_index/es_index.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/es_index/es_index.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/es_index/es_index.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/es_index/es_index_connector.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/es_index/es_index_connector.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/es_index/es_index_connector.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/es_index/es_index_connector.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/es_index/es_index_connector.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/es_index/es_index_connector.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/es_index/es_index_connector.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/es_index/es_index_connector.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/es_index/es_index_params.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/es_index/es_index_params.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/es_index/es_index_params.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/es_index/es_index_params.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/es_index/es_index_params.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/es_index/es_index_params.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/es_index/es_index_params.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/es_index/es_index_params.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/es_index/index.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/es_index/index.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/es_index/index.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/es_index/index.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/es_index/translations.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/es_index/translations.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/es_index/translations.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/es_index/translations.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/gemini/connector.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/gemini/connector.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/gemini/connector.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/gemini/connector.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/gemini/connector.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/gemini/connector.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/gemini/connector.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/gemini/connector.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/gemini/constants.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/gemini/constants.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/gemini/constants.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/gemini/constants.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/gemini/dashboard_link.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/gemini/dashboard_link.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/gemini/dashboard_link.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/gemini/dashboard_link.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/gemini/gemini.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/gemini/gemini.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/gemini/gemini.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/gemini/gemini.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/gemini/gemini.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/gemini/gemini.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/gemini/gemini.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/gemini/gemini.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/gemini/index.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/gemini/index.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/gemini/index.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/gemini/index.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/gemini/logo.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/gemini/logo.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/gemini/logo.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/gemini/logo.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/gemini/params.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/gemini/params.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/gemini/params.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/gemini/params.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/gemini/params.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/gemini/params.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/gemini/params.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/gemini/params.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/gemini/translations.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/gemini/translations.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/gemini/translations.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/gemini/translations.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/gemini/types.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/gemini/types.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/gemini/types.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/gemini/types.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/index.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/index.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/index.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/index.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/inference/additional_options_fields.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/inference/additional_options_fields.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/inference/additional_options_fields.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/inference/additional_options_fields.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/inference/connector.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/inference/connector.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/inference/connector.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/inference/connector.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/inference/connector.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/inference/connector.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/inference/connector.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/inference/connector.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/inference/constants.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/inference/constants.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/inference/constants.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/inference/constants.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/inference/helpers.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/inference/helpers.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/inference/helpers.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/inference/helpers.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/inference/hidden_fields.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/inference/hidden_fields.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/inference/hidden_fields.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/inference/hidden_fields.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/inference/index.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/inference/index.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/inference/index.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/inference/index.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/inference/inference.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/inference/inference.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/inference/inference.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/inference/inference.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/inference/inference.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/inference/inference.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/inference/inference.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/inference/inference.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/inference/params.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/inference/params.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/inference/params.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/inference/params.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/inference/params.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/inference/params.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/inference/params.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/inference/params.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/inference/providers/assets/images/alibaba_cloud.svg b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/inference/providers/assets/images/alibaba_cloud.svg similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/inference/providers/assets/images/alibaba_cloud.svg rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/inference/providers/assets/images/alibaba_cloud.svg diff --git a/x-pack/plugins/stack_connectors/public/connector_types/inference/providers/assets/images/amazon_bedrock.svg b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/inference/providers/assets/images/amazon_bedrock.svg similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/inference/providers/assets/images/amazon_bedrock.svg rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/inference/providers/assets/images/amazon_bedrock.svg diff --git a/x-pack/plugins/stack_connectors/public/connector_types/inference/providers/assets/images/anthropic.svg b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/inference/providers/assets/images/anthropic.svg similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/inference/providers/assets/images/anthropic.svg rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/inference/providers/assets/images/anthropic.svg diff --git a/x-pack/plugins/stack_connectors/public/connector_types/inference/providers/assets/images/azure_ai_studio.svg b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/inference/providers/assets/images/azure_ai_studio.svg similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/inference/providers/assets/images/azure_ai_studio.svg rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/inference/providers/assets/images/azure_ai_studio.svg diff --git a/x-pack/plugins/stack_connectors/public/connector_types/inference/providers/assets/images/azure_open_ai.svg b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/inference/providers/assets/images/azure_open_ai.svg similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/inference/providers/assets/images/azure_open_ai.svg rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/inference/providers/assets/images/azure_open_ai.svg diff --git a/x-pack/plugins/stack_connectors/public/connector_types/inference/providers/assets/images/cohere.svg b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/inference/providers/assets/images/cohere.svg similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/inference/providers/assets/images/cohere.svg rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/inference/providers/assets/images/cohere.svg diff --git a/x-pack/plugins/stack_connectors/public/connector_types/inference/providers/assets/images/elastic.svg b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/inference/providers/assets/images/elastic.svg similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/inference/providers/assets/images/elastic.svg rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/inference/providers/assets/images/elastic.svg diff --git a/x-pack/plugins/stack_connectors/public/connector_types/inference/providers/assets/images/google_ai_studio.svg b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/inference/providers/assets/images/google_ai_studio.svg similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/inference/providers/assets/images/google_ai_studio.svg rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/inference/providers/assets/images/google_ai_studio.svg diff --git a/x-pack/plugins/stack_connectors/public/connector_types/inference/providers/assets/images/hugging_face.svg b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/inference/providers/assets/images/hugging_face.svg similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/inference/providers/assets/images/hugging_face.svg rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/inference/providers/assets/images/hugging_face.svg diff --git a/x-pack/plugins/stack_connectors/public/connector_types/inference/providers/assets/images/ibm_watsonx.svg b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/inference/providers/assets/images/ibm_watsonx.svg similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/inference/providers/assets/images/ibm_watsonx.svg rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/inference/providers/assets/images/ibm_watsonx.svg diff --git a/x-pack/plugins/stack_connectors/public/connector_types/inference/providers/assets/images/mistral.svg b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/inference/providers/assets/images/mistral.svg similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/inference/providers/assets/images/mistral.svg rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/inference/providers/assets/images/mistral.svg diff --git a/x-pack/plugins/stack_connectors/public/connector_types/inference/providers/assets/images/open_ai.svg b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/inference/providers/assets/images/open_ai.svg similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/inference/providers/assets/images/open_ai.svg rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/inference/providers/assets/images/open_ai.svg diff --git a/x-pack/plugins/stack_connectors/public/connector_types/inference/providers/get_providers.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/inference/providers/get_providers.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/inference/providers/get_providers.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/inference/providers/get_providers.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/inference/providers/get_providers.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/inference/providers/get_providers.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/inference/providers/get_providers.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/inference/providers/get_providers.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/inference/providers/render_service_provider/service_provider.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/inference/providers/render_service_provider/service_provider.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/inference/providers/render_service_provider/service_provider.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/inference/providers/render_service_provider/service_provider.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/inference/providers/render_service_provider/service_provider.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/inference/providers/render_service_provider/service_provider.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/inference/providers/render_service_provider/service_provider.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/inference/providers/render_service_provider/service_provider.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/inference/providers/selectable/index.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/inference/providers/selectable/index.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/inference/providers/selectable/index.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/inference/providers/selectable/index.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/inference/providers/selectable/index.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/inference/providers/selectable/index.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/inference/providers/selectable/index.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/inference/providers/selectable/index.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/inference/translations.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/inference/translations.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/inference/translations.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/inference/translations.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/inference/types.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/inference/types.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/inference/types.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/inference/types.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/jira/api.test.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/jira/api.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/jira/api.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/jira/api.test.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/jira/api.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/jira/api.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/jira/api.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/jira/api.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/jira/index.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/jira/index.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/jira/index.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/jira/index.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/jira/jira.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/jira/jira.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/jira/jira.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/jira/jira.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/jira/jira.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/jira/jira.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/jira/jira.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/jira/jira.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/jira/jira_connectors.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/jira/jira_connectors.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/jira/jira_connectors.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/jira/jira_connectors.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/jira/jira_connectors.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/jira/jira_connectors.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/jira/jira_connectors.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/jira/jira_connectors.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/jira/jira_params.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/jira/jira_params.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/jira/jira_params.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/jira/jira_params.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/jira/jira_params.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/jira/jira_params.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/jira/jira_params.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/jira/jira_params.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/jira/logo.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/jira/logo.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/jira/logo.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/jira/logo.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/jira/search_issues.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/jira/search_issues.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/jira/search_issues.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/jira/search_issues.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/jira/translations.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/jira/translations.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/jira/translations.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/jira/translations.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/jira/types.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/jira/types.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/jira/types.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/jira/types.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/jira/use_get_fields_by_issue_type.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/jira/use_get_fields_by_issue_type.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/jira/use_get_fields_by_issue_type.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/jira/use_get_fields_by_issue_type.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/jira/use_get_issue_types.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/jira/use_get_issue_types.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/jira/use_get_issue_types.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/jira/use_get_issue_types.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/jira/use_get_issues.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/jira/use_get_issues.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/jira/use_get_issues.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/jira/use_get_issues.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/jira/use_get_single_issue.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/jira/use_get_single_issue.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/jira/use_get_single_issue.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/jira/use_get_single_issue.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/lib/dynamic_config/connector_configuration_field.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/dynamic_config/connector_configuration_field.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/lib/dynamic_config/connector_configuration_field.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/dynamic_config/connector_configuration_field.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/lib/dynamic_config/connector_configuration_form_items.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/dynamic_config/connector_configuration_form_items.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/lib/dynamic_config/connector_configuration_form_items.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/dynamic_config/connector_configuration_form_items.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/lib/dynamic_config/connector_configuration_utils.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/dynamic_config/connector_configuration_utils.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/lib/dynamic_config/connector_configuration_utils.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/dynamic_config/connector_configuration_utils.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/lib/extract_action_variable.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/extract_action_variable.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/lib/extract_action_variable.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/extract_action_variable.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/lib/gen_ai/api.test.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/gen_ai/api.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/lib/gen_ai/api.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/gen_ai/api.test.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/lib/gen_ai/api.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/gen_ai/api.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/lib/gen_ai/api.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/gen_ai/api.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/lib/gen_ai/translations.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/gen_ai/translations.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/lib/gen_ai/translations.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/gen_ai/translations.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/lib/gen_ai/use_get_dashboard.test.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/gen_ai/use_get_dashboard.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/lib/gen_ai/use_get_dashboard.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/gen_ai/use_get_dashboard.test.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/lib/gen_ai/use_get_dashboard.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/gen_ai/use_get_dashboard.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/lib/gen_ai/use_get_dashboard.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/gen_ai/use_get_dashboard.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/lib/rewrite_response_body.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/rewrite_response_body.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/lib/rewrite_response_body.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/rewrite_response_body.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/additional_fields.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/additional_fields.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/additional_fields.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/additional_fields.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/additional_fields.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/additional_fields.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/additional_fields.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/additional_fields.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/api.test.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/api.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/api.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/api.test.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/api.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/api.ts similarity index 96% rename from x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/api.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/api.ts index 38ae8727f635d..7af8b69a0d33e 100644 --- a/x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/api.ts +++ b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/api.ts @@ -43,7 +43,7 @@ export async function getChoices({ /** * The app info url should be the same as at: - * x-pack/plugins/stack_connectors/server/connector_types/cases/servicenow/service.ts + * x-pack/platform/plugins/shared/stack_connectors/server/connector_types/cases/servicenow/service.ts */ const getAppInfoUrl = (url: string, scope: string) => `${url}/api/${scope}/elastic_api/health`; diff --git a/x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/application_required_callout.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/application_required_callout.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/application_required_callout.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/application_required_callout.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/application_required_callout.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/application_required_callout.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/application_required_callout.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/application_required_callout.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/auth_types/credentials_auth.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/auth_types/credentials_auth.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/auth_types/credentials_auth.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/auth_types/credentials_auth.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/auth_types/index.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/auth_types/index.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/auth_types/index.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/auth_types/index.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/auth_types/oauth.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/auth_types/oauth.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/auth_types/oauth.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/auth_types/oauth.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/credentials.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/credentials.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/credentials.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/credentials.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/credentials.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/credentials.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/credentials.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/credentials.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/credentials_api_url.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/credentials_api_url.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/credentials_api_url.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/credentials_api_url.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/deprecated_callout.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/deprecated_callout.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/deprecated_callout.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/deprecated_callout.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/deprecated_callout.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/deprecated_callout.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/deprecated_callout.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/deprecated_callout.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/helpers.test.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/helpers.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/helpers.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/helpers.test.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/helpers.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/helpers.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/helpers.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/helpers.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/installation_callout.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/installation_callout.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/installation_callout.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/installation_callout.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/installation_callout.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/installation_callout.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/installation_callout.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/installation_callout.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/selection_row.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/selection_row.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/selection_row.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/selection_row.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/servicenow_connectors.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/servicenow_connectors.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/servicenow_connectors.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/servicenow_connectors.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/servicenow_connectors.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/servicenow_connectors.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/servicenow_connectors.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/servicenow_connectors.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/servicenow_connectors_no_app.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/servicenow_connectors_no_app.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/servicenow_connectors_no_app.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/servicenow_connectors_no_app.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/servicenow_connectors_no_app.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/servicenow_connectors_no_app.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/servicenow_connectors_no_app.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/servicenow_connectors_no_app.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/sn_store_button.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/sn_store_button.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/sn_store_button.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/sn_store_button.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/sn_store_button.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/sn_store_button.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/sn_store_button.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/sn_store_button.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/translations.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/translations.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/translations.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/translations.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/types.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/types.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/types.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/types.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/update_connector.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/update_connector.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/update_connector.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/update_connector.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/update_connector.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/update_connector.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/update_connector.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/update_connector.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/use_choices.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/use_choices.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/use_choices.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/use_choices.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/use_choices.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/use_choices.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/use_choices.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/use_choices.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/use_get_app_info.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/use_get_app_info.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/use_get_app_info.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/use_get_app_info.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/use_get_app_info.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/use_get_app_info.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/use_get_app_info.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/use_get_app_info.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/use_get_choices.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/use_get_choices.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/use_get_choices.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/use_get_choices.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/use_get_choices.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/use_get_choices.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/lib/servicenow/use_get_choices.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/use_get_choices.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/lib/test_utils.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/test_utils.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/lib/test_utils.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/test_utils.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/lib/validate_json.test.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/validate_json.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/lib/validate_json.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/validate_json.test.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/lib/validate_json.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/validate_json.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/lib/validate_json.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/validate_json.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/openai/connector.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/openai/connector.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/openai/connector.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/openai/connector.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/openai/connector.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/openai/connector.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/openai/connector.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/openai/connector.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/openai/constants.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/openai/constants.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/openai/constants.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/openai/constants.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/openai/dashboard_link.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/openai/dashboard_link.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/openai/dashboard_link.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/openai/dashboard_link.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/openai/index.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/openai/index.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/openai/index.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/openai/index.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/openai/logo.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/openai/logo.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/openai/logo.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/openai/logo.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/openai/openai.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/openai/openai.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/openai/openai.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/openai/openai.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/openai/openai.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/openai/openai.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/openai/openai.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/openai/openai.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/openai/params.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/openai/params.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/openai/params.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/openai/params.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/openai/params.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/openai/params.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/openai/params.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/openai/params.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/openai/translations.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/openai/translations.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/openai/translations.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/openai/translations.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/openai/types.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/openai/types.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/openai/types.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/openai/types.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/opsgenie/close_alert.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/opsgenie/close_alert.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/opsgenie/close_alert.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/opsgenie/close_alert.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/opsgenie/close_alert.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/opsgenie/close_alert.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/opsgenie/close_alert.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/opsgenie/close_alert.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/opsgenie/close_alert_schema.test.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/opsgenie/close_alert_schema.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/opsgenie/close_alert_schema.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/opsgenie/close_alert_schema.test.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/opsgenie/close_alert_schema.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/opsgenie/close_alert_schema.ts similarity index 90% rename from x-pack/plugins/stack_connectors/public/connector_types/opsgenie/close_alert_schema.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/opsgenie/close_alert_schema.ts index 8c8a78ca0d920..5904c1b394e3c 100644 --- a/x-pack/plugins/stack_connectors/public/connector_types/opsgenie/close_alert_schema.ts +++ b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/opsgenie/close_alert_schema.ts @@ -9,7 +9,7 @@ import * as rt from 'io-ts'; import { decodeSchema } from './schema_utils'; /** - * This schema must match the CloseAlertParamsSchema in x-pack/plugins/stack_connectors/server/connector_types/stack/opsgenie/schema.ts + * This schema must match the CloseAlertParamsSchema in x-pack/platform/plugins/shared/stack_connectors/server/connector_types/stack/opsgenie/schema.ts * except that it makes all fields partial. */ const CloseAlertSchema = rt.exact( diff --git a/x-pack/plugins/stack_connectors/public/connector_types/opsgenie/connector.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/opsgenie/connector.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/opsgenie/connector.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/opsgenie/connector.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/opsgenie/connector.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/opsgenie/connector.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/opsgenie/connector.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/opsgenie/connector.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/opsgenie/constants.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/opsgenie/constants.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/opsgenie/constants.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/opsgenie/constants.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/opsgenie/create_alert/additional_options.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/opsgenie/create_alert/additional_options.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/opsgenie/create_alert/additional_options.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/opsgenie/create_alert/additional_options.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/opsgenie/create_alert/additional_options.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/opsgenie/create_alert/additional_options.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/opsgenie/create_alert/additional_options.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/opsgenie/create_alert/additional_options.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/opsgenie/create_alert/index.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/opsgenie/create_alert/index.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/opsgenie/create_alert/index.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/opsgenie/create_alert/index.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/opsgenie/create_alert/index.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/opsgenie/create_alert/index.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/opsgenie/create_alert/index.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/opsgenie/create_alert/index.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/opsgenie/create_alert/json_editor.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/opsgenie/create_alert/json_editor.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/opsgenie/create_alert/json_editor.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/opsgenie/create_alert/json_editor.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/opsgenie/create_alert/json_editor.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/opsgenie/create_alert/json_editor.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/opsgenie/create_alert/json_editor.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/opsgenie/create_alert/json_editor.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/opsgenie/create_alert/priority.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/opsgenie/create_alert/priority.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/opsgenie/create_alert/priority.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/opsgenie/create_alert/priority.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/opsgenie/create_alert/priority.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/opsgenie/create_alert/priority.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/opsgenie/create_alert/priority.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/opsgenie/create_alert/priority.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/opsgenie/create_alert/schema.test.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/opsgenie/create_alert/schema.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/opsgenie/create_alert/schema.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/opsgenie/create_alert/schema.test.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/opsgenie/create_alert/schema.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/opsgenie/create_alert/schema.ts similarity index 98% rename from x-pack/plugins/stack_connectors/public/connector_types/opsgenie/create_alert/schema.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/opsgenie/create_alert/schema.ts index 6f13886a32a62..5ab68c920d55d 100644 --- a/x-pack/plugins/stack_connectors/public/connector_types/opsgenie/create_alert/schema.ts +++ b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/opsgenie/create_alert/schema.ts @@ -73,7 +73,7 @@ const CreateAlertSchemaOptionalProps = rt.partial( /** * This schema is duplicated from the server. The only difference is that it is using io-ts vs kbn-schema. - * NOTE: This schema must be the same as defined here: x-pack/plugins/stack_connectors/server/connector_types/stack/opsgenie/schema.ts + * NOTE: This schema must be the same as defined here: x-pack/platform/plugins/shared/stack_connectors/server/connector_types/stack/opsgenie/schema.ts * * The reason it is duplicated here is because the server uses kbn-schema which uses Joi under the hood. If we import * Joi on the frontend it will cause ~500KB of data to be loaded on page loads. To avoid this we'll use io-ts in the frontend. diff --git a/x-pack/plugins/stack_connectors/public/connector_types/opsgenie/create_alert/tags.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/opsgenie/create_alert/tags.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/opsgenie/create_alert/tags.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/opsgenie/create_alert/tags.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/opsgenie/create_alert/tags.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/opsgenie/create_alert/tags.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/opsgenie/create_alert/tags.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/opsgenie/create_alert/tags.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/opsgenie/create_alert/translations.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/opsgenie/create_alert/translations.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/opsgenie/create_alert/translations.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/opsgenie/create_alert/translations.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/opsgenie/display_more_options.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/opsgenie/display_more_options.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/opsgenie/display_more_options.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/opsgenie/display_more_options.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/opsgenie/display_more_options.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/opsgenie/display_more_options.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/opsgenie/display_more_options.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/opsgenie/display_more_options.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/opsgenie/index.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/opsgenie/index.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/opsgenie/index.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/opsgenie/index.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/opsgenie/logo.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/opsgenie/logo.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/opsgenie/logo.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/opsgenie/logo.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/opsgenie/model.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/opsgenie/model.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/opsgenie/model.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/opsgenie/model.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/opsgenie/model.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/opsgenie/model.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/opsgenie/model.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/opsgenie/model.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/opsgenie/params.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/opsgenie/params.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/opsgenie/params.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/opsgenie/params.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/opsgenie/params.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/opsgenie/params.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/opsgenie/params.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/opsgenie/params.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/opsgenie/schema_utils.test.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/opsgenie/schema_utils.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/opsgenie/schema_utils.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/opsgenie/schema_utils.test.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/opsgenie/schema_utils.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/opsgenie/schema_utils.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/opsgenie/schema_utils.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/opsgenie/schema_utils.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/opsgenie/translations.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/opsgenie/translations.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/opsgenie/translations.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/opsgenie/translations.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/opsgenie/types.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/opsgenie/types.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/opsgenie/types.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/opsgenie/types.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/pagerduty/index.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/pagerduty/index.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/pagerduty/index.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/pagerduty/index.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/pagerduty/links_list.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/pagerduty/links_list.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/pagerduty/links_list.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/pagerduty/links_list.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/pagerduty/links_list.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/pagerduty/links_list.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/pagerduty/links_list.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/pagerduty/links_list.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/pagerduty/logo.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/pagerduty/logo.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/pagerduty/logo.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/pagerduty/logo.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/pagerduty/pagerduty.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/pagerduty/pagerduty.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/pagerduty/pagerduty.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/pagerduty/pagerduty.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/pagerduty/pagerduty.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/pagerduty/pagerduty.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/pagerduty/pagerduty.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/pagerduty/pagerduty.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/pagerduty/pagerduty_connectors.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/pagerduty/pagerduty_connectors.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/pagerduty/pagerduty_connectors.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/pagerduty/pagerduty_connectors.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/pagerduty/pagerduty_connectors.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/pagerduty/pagerduty_connectors.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/pagerduty/pagerduty_connectors.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/pagerduty/pagerduty_connectors.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/pagerduty/pagerduty_params.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/pagerduty/pagerduty_params.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/pagerduty/pagerduty_params.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/pagerduty/pagerduty_params.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/pagerduty/pagerduty_params.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/pagerduty/pagerduty_params.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/pagerduty/pagerduty_params.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/pagerduty/pagerduty_params.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/pagerduty/translations.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/pagerduty/translations.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/pagerduty/translations.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/pagerduty/translations.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/resilient/api.test.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/resilient/api.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/resilient/api.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/resilient/api.test.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/resilient/api.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/resilient/api.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/resilient/api.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/resilient/api.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/resilient/index.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/resilient/index.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/resilient/index.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/resilient/index.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/resilient/logo.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/resilient/logo.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/resilient/logo.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/resilient/logo.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/resilient/resilient.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/resilient/resilient.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/resilient/resilient.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/resilient/resilient.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/resilient/resilient.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/resilient/resilient.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/resilient/resilient.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/resilient/resilient.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/resilient/resilient_connectors.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/resilient/resilient_connectors.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/resilient/resilient_connectors.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/resilient/resilient_connectors.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/resilient/resilient_connectors.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/resilient/resilient_connectors.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/resilient/resilient_connectors.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/resilient/resilient_connectors.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/resilient/resilient_params.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/resilient/resilient_params.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/resilient/resilient_params.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/resilient/resilient_params.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/resilient/resilient_params.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/resilient/resilient_params.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/resilient/resilient_params.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/resilient/resilient_params.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/resilient/translations.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/resilient/translations.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/resilient/translations.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/resilient/translations.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/resilient/types.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/resilient/types.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/resilient/types.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/resilient/types.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/resilient/use_get_incident_types.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/resilient/use_get_incident_types.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/resilient/use_get_incident_types.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/resilient/use_get_incident_types.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/resilient/use_get_severity.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/resilient/use_get_severity.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/resilient/use_get_severity.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/resilient/use_get_severity.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/sentinelone/index.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/sentinelone/index.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/sentinelone/index.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/sentinelone/index.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/sentinelone/logo.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/sentinelone/logo.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/sentinelone/logo.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/sentinelone/logo.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/sentinelone/sentinelone.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/sentinelone/sentinelone.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/sentinelone/sentinelone.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/sentinelone/sentinelone.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/sentinelone/sentinelone_connector.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/sentinelone/sentinelone_connector.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/sentinelone/sentinelone_connector.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/sentinelone/sentinelone_connector.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/sentinelone/sentinelone_params_empty.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/sentinelone/sentinelone_params_empty.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/sentinelone/sentinelone_params_empty.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/sentinelone/sentinelone_params_empty.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/sentinelone/translations.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/sentinelone/translations.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/sentinelone/translations.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/sentinelone/translations.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/sentinelone/types.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/sentinelone/types.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/sentinelone/types.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/sentinelone/types.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/server_log/index.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/server_log/index.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/server_log/index.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/server_log/index.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/server_log/server_log.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/server_log/server_log.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/server_log/server_log.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/server_log/server_log.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/server_log/server_log.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/server_log/server_log.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/server_log/server_log.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/server_log/server_log.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/server_log/server_log_params.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/server_log/server_log_params.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/server_log/server_log_params.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/server_log/server_log_params.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/server_log/server_log_params.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/server_log/server_log_params.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/server_log/server_log_params.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/server_log/server_log_params.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/servicenow_itom/index.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/servicenow_itom/index.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/servicenow_itom/index.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/servicenow_itom/index.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/servicenow_itom/logo.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/servicenow_itom/logo.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/servicenow_itom/logo.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/servicenow_itom/logo.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/servicenow_itom/servicenow_itom.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/servicenow_itom/servicenow_itom.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/servicenow_itom/servicenow_itom.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/servicenow_itom/servicenow_itom.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/servicenow_itom/servicenow_itom.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/servicenow_itom/servicenow_itom.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/servicenow_itom/servicenow_itom.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/servicenow_itom/servicenow_itom.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/servicenow_itom/servicenow_itom_params.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/servicenow_itom/servicenow_itom_params.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/servicenow_itom/servicenow_itom_params.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/servicenow_itom/servicenow_itom_params.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/servicenow_itom/servicenow_itom_params.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/servicenow_itom/servicenow_itom_params.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/servicenow_itom/servicenow_itom_params.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/servicenow_itom/servicenow_itom_params.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/servicenow_itom/types.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/servicenow_itom/types.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/servicenow_itom/types.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/servicenow_itom/types.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/servicenow_itsm/index.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/servicenow_itsm/index.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/servicenow_itsm/index.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/servicenow_itsm/index.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/servicenow_itsm/logo.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/servicenow_itsm/logo.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/servicenow_itsm/logo.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/servicenow_itsm/logo.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/servicenow_itsm/servicenow_itsm.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/servicenow_itsm/servicenow_itsm.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/servicenow_itsm/servicenow_itsm.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/servicenow_itsm/servicenow_itsm.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/servicenow_itsm/servicenow_itsm.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/servicenow_itsm/servicenow_itsm.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/servicenow_itsm/servicenow_itsm.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/servicenow_itsm/servicenow_itsm.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/servicenow_itsm/servicenow_itsm_params.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/servicenow_itsm/servicenow_itsm_params.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/servicenow_itsm/servicenow_itsm_params.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/servicenow_itsm/servicenow_itsm_params.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/servicenow_itsm/servicenow_itsm_params.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/servicenow_itsm/servicenow_itsm_params.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/servicenow_itsm/servicenow_itsm_params.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/servicenow_itsm/servicenow_itsm_params.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/servicenow_itsm/types.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/servicenow_itsm/types.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/servicenow_itsm/types.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/servicenow_itsm/types.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/servicenow_sir/index.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/servicenow_sir/index.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/servicenow_sir/index.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/servicenow_sir/index.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/servicenow_sir/logo.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/servicenow_sir/logo.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/servicenow_sir/logo.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/servicenow_sir/logo.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/servicenow_sir/servicenow_sir.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/servicenow_sir/servicenow_sir.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/servicenow_sir/servicenow_sir.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/servicenow_sir/servicenow_sir.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/servicenow_sir/servicenow_sir.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/servicenow_sir/servicenow_sir.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/servicenow_sir/servicenow_sir.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/servicenow_sir/servicenow_sir.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/servicenow_sir/servicenow_sir_params.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/servicenow_sir/servicenow_sir_params.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/servicenow_sir/servicenow_sir_params.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/servicenow_sir/servicenow_sir_params.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/servicenow_sir/servicenow_sir_params.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/servicenow_sir/servicenow_sir_params.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/servicenow_sir/servicenow_sir_params.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/servicenow_sir/servicenow_sir_params.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/servicenow_sir/types.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/servicenow_sir/types.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/servicenow_sir/types.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/servicenow_sir/types.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/slack/action_form.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/slack/action_form.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/slack/action_form.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/slack/action_form.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/slack/index.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/slack/index.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/slack/index.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/slack/index.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/slack/slack.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/slack/slack.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/slack/slack.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/slack/slack.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/slack/slack.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/slack/slack.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/slack/slack.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/slack/slack.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/slack/slack_connectors.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/slack/slack_connectors.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/slack/slack_connectors.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/slack/slack_connectors.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/slack/slack_connectors.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/slack/slack_connectors.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/slack/slack_connectors.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/slack/slack_connectors.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/slack/slack_params.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/slack/slack_params.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/slack/slack_params.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/slack/slack_params.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/slack/slack_params.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/slack/slack_params.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/slack/slack_params.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/slack/slack_params.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/slack/translations.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/slack/translations.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/slack/translations.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/slack/translations.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/slack_api/index.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/slack_api/index.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/slack_api/index.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/slack_api/index.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/slack_api/slack_api.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/slack_api/slack_api.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/slack_api/slack_api.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/slack_api/slack_api.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/slack_api/slack_api.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/slack_api/slack_api.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/slack_api/slack_api.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/slack_api/slack_api.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/slack_api/slack_connectors.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/slack_api/slack_connectors.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/slack_api/slack_connectors.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/slack_api/slack_connectors.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/slack_api/slack_connectors.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/slack_api/slack_connectors.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/slack_api/slack_connectors.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/slack_api/slack_connectors.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/slack_api/slack_params.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/slack_api/slack_params.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/slack_api/slack_params.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/slack_api/slack_params.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/slack_api/slack_params.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/slack_api/slack_params.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/slack_api/slack_params.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/slack_api/slack_params.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/slack_api/translations.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/slack_api/translations.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/slack_api/translations.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/slack_api/translations.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/slack_api/use_valid_channels.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/slack_api/use_valid_channels.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/slack_api/use_valid_channels.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/slack_api/use_valid_channels.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/swimlane/api.test.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/swimlane/api.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/swimlane/api.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/swimlane/api.test.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/swimlane/api.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/swimlane/api.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/swimlane/api.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/swimlane/api.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/swimlane/helpers.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/swimlane/helpers.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/swimlane/helpers.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/swimlane/helpers.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/swimlane/index.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/swimlane/index.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/swimlane/index.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/swimlane/index.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/swimlane/logo.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/swimlane/logo.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/swimlane/logo.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/swimlane/logo.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/swimlane/mocks.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/swimlane/mocks.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/swimlane/mocks.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/swimlane/mocks.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/swimlane/steps/index.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/swimlane/steps/index.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/swimlane/steps/index.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/swimlane/steps/index.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/swimlane/steps/swimlane_connection.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/swimlane/steps/swimlane_connection.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/swimlane/steps/swimlane_connection.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/swimlane/steps/swimlane_connection.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/swimlane/steps/swimlane_fields.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/swimlane/steps/swimlane_fields.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/swimlane/steps/swimlane_fields.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/swimlane/steps/swimlane_fields.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/swimlane/swimlane.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/swimlane/swimlane.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/swimlane/swimlane.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/swimlane/swimlane.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/swimlane/swimlane.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/swimlane/swimlane.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/swimlane/swimlane.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/swimlane/swimlane.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/swimlane/swimlane_connectors.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/swimlane/swimlane_connectors.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/swimlane/swimlane_connectors.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/swimlane/swimlane_connectors.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/swimlane/swimlane_connectors.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/swimlane/swimlane_connectors.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/swimlane/swimlane_connectors.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/swimlane/swimlane_connectors.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/swimlane/swimlane_params.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/swimlane/swimlane_params.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/swimlane/swimlane_params.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/swimlane/swimlane_params.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/swimlane/swimlane_params.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/swimlane/swimlane_params.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/swimlane/swimlane_params.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/swimlane/swimlane_params.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/swimlane/translations.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/swimlane/translations.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/swimlane/translations.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/swimlane/translations.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/swimlane/types.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/swimlane/types.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/swimlane/types.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/swimlane/types.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/swimlane/use_get_application.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/swimlane/use_get_application.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/swimlane/use_get_application.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/swimlane/use_get_application.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/swimlane/use_get_application.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/swimlane/use_get_application.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/swimlane/use_get_application.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/swimlane/use_get_application.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/teams/index.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/teams/index.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/teams/index.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/teams/index.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/teams/logo.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/teams/logo.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/teams/logo.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/teams/logo.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/teams/teams.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/teams/teams.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/teams/teams.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/teams/teams.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/teams/teams.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/teams/teams.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/teams/teams.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/teams/teams.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/teams/teams_connectors.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/teams/teams_connectors.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/teams/teams_connectors.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/teams/teams_connectors.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/teams/teams_connectors.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/teams/teams_connectors.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/teams/teams_connectors.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/teams/teams_connectors.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/teams/teams_params.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/teams/teams_params.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/teams/teams_params.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/teams/teams_params.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/teams/teams_params.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/teams/teams_params.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/teams/teams_params.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/teams/teams_params.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/teams/translations.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/teams/translations.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/teams/translations.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/teams/translations.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/thehive/connector.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/thehive/connector.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/thehive/connector.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/thehive/connector.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/thehive/connector.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/thehive/connector.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/thehive/connector.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/thehive/connector.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/thehive/constants.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/thehive/constants.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/thehive/constants.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/thehive/constants.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/thehive/index.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/thehive/index.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/thehive/index.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/thehive/index.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/thehive/logo.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/thehive/logo.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/thehive/logo.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/thehive/logo.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/thehive/params.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/thehive/params.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/thehive/params.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/thehive/params.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/thehive/params.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/thehive/params.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/thehive/params.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/thehive/params.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/thehive/params_alert.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/thehive/params_alert.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/thehive/params_alert.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/thehive/params_alert.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/thehive/params_alert.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/thehive/params_alert.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/thehive/params_alert.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/thehive/params_alert.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/thehive/params_case.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/thehive/params_case.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/thehive/params_case.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/thehive/params_case.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/thehive/params_case.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/thehive/params_case.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/thehive/params_case.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/thehive/params_case.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/thehive/thehive.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/thehive/thehive.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/thehive/thehive.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/thehive/thehive.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/thehive/thehive.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/thehive/thehive.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/thehive/thehive.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/thehive/thehive.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/thehive/translations.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/thehive/translations.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/thehive/translations.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/thehive/translations.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/thehive/types.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/thehive/types.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/thehive/types.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/thehive/types.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/tines/index.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/tines/index.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/tines/index.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/tines/index.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/tines/logo.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/tines/logo.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/tines/logo.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/tines/logo.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/tines/tines.test.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/tines/tines.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/tines/tines.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/tines/tines.test.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/tines/tines.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/tines/tines.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/tines/tines.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/tines/tines.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/tines/tines_connector.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/tines/tines_connector.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/tines/tines_connector.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/tines/tines_connector.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/tines/tines_connector.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/tines/tines_connector.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/tines/tines_connector.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/tines/tines_connector.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/tines/tines_params.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/tines/tines_params.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/tines/tines_params.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/tines/tines_params.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/tines/tines_params.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/tines/tines_params.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/tines/tines_params.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/tines/tines_params.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/tines/translations.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/tines/translations.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/tines/translations.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/tines/translations.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/tines/types.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/tines/types.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/tines/types.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/tines/types.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/torq/index.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/torq/index.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/torq/index.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/torq/index.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/torq/logo.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/torq/logo.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/torq/logo.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/torq/logo.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/torq/torq.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/torq/torq.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/torq/torq.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/torq/torq.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/torq/torq.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/torq/torq.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/torq/torq.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/torq/torq.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/torq/torq_connectors.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/torq/torq_connectors.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/torq/torq_connectors.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/torq/torq_connectors.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/torq/torq_connectors.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/torq/torq_connectors.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/torq/torq_connectors.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/torq/torq_connectors.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/torq/torq_params.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/torq/torq_params.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/torq/torq_params.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/torq/torq_params.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/torq/torq_params.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/torq/torq_params.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/torq/torq_params.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/torq/torq_params.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/torq/translations.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/torq/translations.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/torq/translations.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/torq/translations.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/types.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/types.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/types.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/types.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/webhook/index.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/webhook/index.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/webhook/index.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/webhook/index.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/webhook/translations.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/webhook/translations.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/webhook/translations.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/webhook/translations.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/webhook/webhook.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/webhook/webhook.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/webhook/webhook.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/webhook/webhook.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/webhook/webhook.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/webhook/webhook.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/webhook/webhook.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/webhook/webhook.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/webhook/webhook_connectors.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/webhook/webhook_connectors.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/webhook/webhook_connectors.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/webhook/webhook_connectors.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/webhook/webhook_connectors.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/webhook/webhook_connectors.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/webhook/webhook_connectors.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/webhook/webhook_connectors.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/webhook/webhook_params.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/webhook/webhook_params.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/webhook/webhook_params.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/webhook/webhook_params.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/webhook/webhook_params.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/webhook/webhook_params.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/webhook/webhook_params.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/webhook/webhook_params.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/xmatters/index.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/xmatters/index.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/xmatters/index.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/xmatters/index.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/xmatters/logo.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/xmatters/logo.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/xmatters/logo.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/xmatters/logo.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/xmatters/translations.ts b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/xmatters/translations.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/xmatters/translations.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/xmatters/translations.ts diff --git a/x-pack/plugins/stack_connectors/public/connector_types/xmatters/xmatters.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/xmatters/xmatters.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/xmatters/xmatters.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/xmatters/xmatters.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/xmatters/xmatters.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/xmatters/xmatters.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/xmatters/xmatters.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/xmatters/xmatters.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/xmatters/xmatters_connectors.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/xmatters/xmatters_connectors.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/xmatters/xmatters_connectors.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/xmatters/xmatters_connectors.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/xmatters/xmatters_connectors.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/xmatters/xmatters_connectors.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/xmatters/xmatters_connectors.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/xmatters/xmatters_connectors.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/xmatters/xmatters_params.test.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/xmatters/xmatters_params.test.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/xmatters/xmatters_params.test.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/xmatters/xmatters_params.test.tsx diff --git a/x-pack/plugins/stack_connectors/public/connector_types/xmatters/xmatters_params.tsx b/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/xmatters/xmatters_params.tsx similarity index 100% rename from x-pack/plugins/stack_connectors/public/connector_types/xmatters/xmatters_params.tsx rename to x-pack/platform/plugins/shared/stack_connectors/public/connector_types/xmatters/xmatters_params.tsx diff --git a/x-pack/plugins/stack_connectors/public/index.ts b/x-pack/platform/plugins/shared/stack_connectors/public/index.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/index.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/index.ts diff --git a/x-pack/plugins/stack_connectors/public/mocks.ts b/x-pack/platform/plugins/shared/stack_connectors/public/mocks.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/mocks.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/mocks.ts diff --git a/x-pack/plugins/stack_connectors/public/plugin.ts b/x-pack/platform/plugins/shared/stack_connectors/public/plugin.ts similarity index 100% rename from x-pack/plugins/stack_connectors/public/plugin.ts rename to x-pack/platform/plugins/shared/stack_connectors/public/plugin.ts diff --git a/x-pack/plugins/stack_connectors/server/config.ts b/x-pack/platform/plugins/shared/stack_connectors/server/config.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/config.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/config.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/bedrock/bedrock.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/bedrock/bedrock.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/bedrock/bedrock.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/bedrock/bedrock.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/bedrock/bedrock.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/bedrock/bedrock.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/bedrock/bedrock.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/bedrock/bedrock.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/bedrock/index.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/bedrock/index.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/bedrock/index.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/bedrock/index.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/bedrock/index.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/bedrock/index.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/bedrock/index.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/bedrock/index.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/bedrock/render.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/bedrock/render.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/bedrock/render.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/bedrock/render.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/bedrock/render.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/bedrock/render.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/bedrock/render.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/bedrock/render.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/cases_webhook/api.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/cases_webhook/api.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/cases_webhook/api.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/cases_webhook/api.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/cases_webhook/api.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/cases_webhook/api.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/cases_webhook/api.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/cases_webhook/api.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/cases_webhook/index.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/cases_webhook/index.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/cases_webhook/index.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/cases_webhook/index.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/cases_webhook/mock.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/cases_webhook/mock.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/cases_webhook/mock.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/cases_webhook/mock.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/cases_webhook/schema.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/cases_webhook/schema.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/cases_webhook/schema.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/cases_webhook/schema.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/cases_webhook/service.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/cases_webhook/service.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/cases_webhook/service.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/cases_webhook/service.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/cases_webhook/service.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/cases_webhook/service.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/cases_webhook/service.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/cases_webhook/service.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/cases_webhook/translations.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/cases_webhook/translations.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/cases_webhook/translations.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/cases_webhook/translations.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/cases_webhook/types.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/cases_webhook/types.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/cases_webhook/types.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/cases_webhook/types.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/cases_webhook/utils.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/cases_webhook/utils.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/cases_webhook/utils.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/cases_webhook/utils.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/cases_webhook/utils.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/cases_webhook/utils.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/cases_webhook/utils.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/cases_webhook/utils.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/cases_webhook/validators.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/cases_webhook/validators.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/cases_webhook/validators.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/cases_webhook/validators.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/crowdstrike/crowdstrike.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/crowdstrike/crowdstrike.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/crowdstrike/crowdstrike.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/crowdstrike/crowdstrike.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/crowdstrike/crowdstrike.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/crowdstrike/crowdstrike.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/crowdstrike/crowdstrike.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/crowdstrike/crowdstrike.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/crowdstrike/error.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/crowdstrike/error.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/crowdstrike/error.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/crowdstrike/error.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/crowdstrike/index.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/crowdstrike/index.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/crowdstrike/index.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/crowdstrike/index.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/crowdstrike/rtr_session_manager.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/crowdstrike/rtr_session_manager.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/crowdstrike/rtr_session_manager.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/crowdstrike/rtr_session_manager.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/crowdstrike/rtr_session_manager.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/crowdstrike/rtr_session_manager.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/crowdstrike/rtr_session_manager.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/crowdstrike/rtr_session_manager.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/crowdstrike/types.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/crowdstrike/types.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/crowdstrike/types.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/crowdstrike/types.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/d3security/d3security.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/d3security/d3security.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/d3security/d3security.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/d3security/d3security.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/d3security/d3security.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/d3security/d3security.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/d3security/d3security.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/d3security/d3security.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/d3security/helpers.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/d3security/helpers.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/d3security/helpers.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/d3security/helpers.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/d3security/index.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/d3security/index.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/d3security/index.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/d3security/index.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/d3security/index.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/d3security/index.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/d3security/index.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/d3security/index.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/d3security/render.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/d3security/render.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/d3security/render.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/d3security/render.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/d3security/render.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/d3security/render.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/d3security/render.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/d3security/render.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/email/index.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/email/index.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/email/index.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/email/index.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/email/index.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/email/index.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/email/index.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/email/index.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/email/send_email.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/email/send_email.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/email/send_email.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/email/send_email.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/email/send_email.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/email/send_email.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/email/send_email.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/email/send_email.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/email/send_email_graph_api.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/email/send_email_graph_api.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/email/send_email_graph_api.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/email/send_email_graph_api.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/email/send_email_graph_api.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/email/send_email_graph_api.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/email/send_email_graph_api.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/email/send_email_graph_api.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/es_index/index.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/es_index/index.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/es_index/index.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/es_index/index.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/es_index/index.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/es_index/index.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/es_index/index.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/es_index/index.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/gemini/gemini.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/gemini/gemini.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/gemini/gemini.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/gemini/gemini.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/gemini/gemini.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/gemini/gemini.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/gemini/gemini.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/gemini/gemini.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/gemini/index.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/gemini/index.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/gemini/index.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/gemini/index.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/gemini/index.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/gemini/index.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/gemini/index.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/gemini/index.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/gemini/render.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/gemini/render.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/gemini/render.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/gemini/render.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/gemini/render.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/gemini/render.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/gemini/render.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/gemini/render.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/index.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/index.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/index.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/index.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/index.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/index.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/index.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/index.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/inference/index.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/inference/index.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/inference/index.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/inference/index.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/inference/index.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/inference/index.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/inference/index.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/inference/index.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/inference/inference.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/inference/inference.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/inference/inference.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/inference/inference.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/inference/inference.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/inference/inference.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/inference/inference.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/inference/inference.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/jira/api.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/jira/api.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/jira/api.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/jira/api.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/jira/api.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/jira/api.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/jira/api.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/jira/api.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/jira/index.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/jira/index.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/jira/index.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/jira/index.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/jira/mocks.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/jira/mocks.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/jira/mocks.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/jira/mocks.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/jira/schema.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/jira/schema.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/jira/schema.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/jira/schema.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/jira/schema.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/jira/schema.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/jira/schema.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/jira/schema.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/jira/service.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/jira/service.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/jira/service.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/jira/service.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/jira/service.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/jira/service.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/jira/service.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/jira/service.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/jira/translations.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/jira/translations.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/jira/translations.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/jira/translations.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/jira/types.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/jira/types.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/jira/types.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/jira/types.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/jira/utils.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/jira/utils.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/jira/utils.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/jira/utils.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/jira/utils.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/jira/utils.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/jira/utils.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/jira/utils.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/jira/validators.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/jira/validators.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/jira/validators.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/jira/validators.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/lib/convert_timestamp.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/convert_timestamp.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/lib/convert_timestamp.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/convert_timestamp.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/lib/convert_timestamp.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/convert_timestamp.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/lib/convert_timestamp.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/convert_timestamp.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/lib/gen_ai/create_gen_ai_dashboard.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/gen_ai/create_gen_ai_dashboard.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/lib/gen_ai/create_gen_ai_dashboard.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/gen_ai/create_gen_ai_dashboard.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/lib/gen_ai/create_gen_ai_dashboard.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/gen_ai/create_gen_ai_dashboard.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/lib/gen_ai/create_gen_ai_dashboard.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/gen_ai/create_gen_ai_dashboard.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/lib/gen_ai/gen_ai_dashboard.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/gen_ai/gen_ai_dashboard.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/lib/gen_ai/gen_ai_dashboard.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/gen_ai/gen_ai_dashboard.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/lib/http_response_retry_header.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/http_response_retry_header.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/lib/http_response_retry_header.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/http_response_retry_header.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/lib/result_type.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/result_type.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/lib/result_type.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/result_type.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/lib/schemas.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/schemas.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/lib/schemas.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/schemas.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/lib/servicenow/api.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/servicenow/api.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/lib/servicenow/api.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/servicenow/api.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/lib/servicenow/api.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/servicenow/api.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/lib/servicenow/api.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/servicenow/api.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/lib/servicenow/config.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/servicenow/config.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/lib/servicenow/config.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/servicenow/config.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/lib/servicenow/config.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/servicenow/config.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/lib/servicenow/config.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/servicenow/config.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/lib/servicenow/create_service_wrapper.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/servicenow/create_service_wrapper.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/lib/servicenow/create_service_wrapper.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/servicenow/create_service_wrapper.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/lib/servicenow/create_service_wrapper.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/servicenow/create_service_wrapper.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/lib/servicenow/create_service_wrapper.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/servicenow/create_service_wrapper.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/lib/servicenow/mocks.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/servicenow/mocks.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/lib/servicenow/mocks.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/servicenow/mocks.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/lib/servicenow/schema.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/servicenow/schema.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/lib/servicenow/schema.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/servicenow/schema.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/lib/servicenow/service.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/servicenow/service.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/lib/servicenow/service.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/servicenow/service.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/lib/servicenow/service.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/servicenow/service.ts similarity index 99% rename from x-pack/plugins/stack_connectors/server/connector_types/lib/servicenow/service.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/servicenow/service.ts index 4cfe1ad56cfa7..d4e3ab5eb8bc0 100644 --- a/x-pack/plugins/stack_connectors/server/connector_types/lib/servicenow/service.ts +++ b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/servicenow/service.ts @@ -68,7 +68,7 @@ export const createExternalService: ServiceFactory = ({ const choicesUrl = `${urlWithoutTrailingSlash}/api/now/table/sys_choice`; /** * Need to be set the same at: - * x-pack/plugins/triggers_actions_ui/public/application/components/builtin_action_types/servicenow/api.ts + * x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/builtin_action_types/servicenow/api.ts */ const getVersionUrl = () => `${urlWithoutTrailingSlash}/api/${appScope}/elastic_api/health`; diff --git a/x-pack/plugins/stack_connectors/server/connector_types/lib/servicenow/translations.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/servicenow/translations.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/lib/servicenow/translations.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/servicenow/translations.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/lib/servicenow/types.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/servicenow/types.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/lib/servicenow/types.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/servicenow/types.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/lib/servicenow/utils.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/servicenow/utils.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/lib/servicenow/utils.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/servicenow/utils.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/lib/servicenow/utils.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/servicenow/utils.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/lib/servicenow/utils.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/servicenow/utils.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/lib/servicenow/validators.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/servicenow/validators.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/lib/servicenow/validators.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/servicenow/validators.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/lib/servicenow/validators.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/servicenow/validators.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/lib/servicenow/validators.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/servicenow/validators.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/lib/string_utils.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/string_utils.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/lib/string_utils.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/string_utils.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/lib/string_utils.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/string_utils.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/lib/string_utils.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/string_utils.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/lib/unflatten_object.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/unflatten_object.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/lib/unflatten_object.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/unflatten_object.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/lib/unflatten_object.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/unflatten_object.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/lib/unflatten_object.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/unflatten_object.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/lib/validators.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/validators.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/lib/validators.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/validators.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/lib/validators.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/validators.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/lib/validators.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/lib/validators.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/openai/index.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/openai/index.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/openai/index.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/openai/index.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/openai/index.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/openai/index.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/openai/index.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/openai/index.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/openai/lib/azure_openai_utils.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/openai/lib/azure_openai_utils.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/openai/lib/azure_openai_utils.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/openai/lib/azure_openai_utils.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/openai/lib/azure_openai_utils.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/openai/lib/azure_openai_utils.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/openai/lib/azure_openai_utils.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/openai/lib/azure_openai_utils.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/openai/lib/openai_utils.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/openai/lib/openai_utils.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/openai/lib/openai_utils.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/openai/lib/openai_utils.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/openai/lib/openai_utils.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/openai/lib/openai_utils.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/openai/lib/openai_utils.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/openai/lib/openai_utils.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/openai/lib/other_openai_utils.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/openai/lib/other_openai_utils.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/openai/lib/other_openai_utils.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/openai/lib/other_openai_utils.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/openai/lib/other_openai_utils.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/openai/lib/other_openai_utils.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/openai/lib/other_openai_utils.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/openai/lib/other_openai_utils.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/openai/lib/utils.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/openai/lib/utils.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/openai/lib/utils.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/openai/lib/utils.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/openai/lib/utils.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/openai/lib/utils.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/openai/lib/utils.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/openai/lib/utils.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/openai/openai.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/openai/openai.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/openai/openai.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/openai/openai.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/openai/openai.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/openai/openai.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/openai/openai.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/openai/openai.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/openai/render.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/openai/render.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/openai/render.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/openai/render.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/openai/render.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/openai/render.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/openai/render.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/openai/render.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/opsgenie/connector.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/opsgenie/connector.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/opsgenie/connector.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/opsgenie/connector.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/opsgenie/connector.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/opsgenie/connector.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/opsgenie/connector.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/opsgenie/connector.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/opsgenie/index.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/opsgenie/index.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/opsgenie/index.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/opsgenie/index.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/opsgenie/render_template_variables.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/opsgenie/render_template_variables.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/opsgenie/render_template_variables.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/opsgenie/render_template_variables.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/opsgenie/render_template_variables.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/opsgenie/render_template_variables.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/opsgenie/render_template_variables.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/opsgenie/render_template_variables.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/opsgenie/schema.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/opsgenie/schema.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/opsgenie/schema.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/opsgenie/schema.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/opsgenie/schema.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/opsgenie/schema.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/opsgenie/schema.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/opsgenie/schema.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/opsgenie/test_schema.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/opsgenie/test_schema.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/opsgenie/test_schema.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/opsgenie/test_schema.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/opsgenie/translations.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/opsgenie/translations.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/opsgenie/translations.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/opsgenie/translations.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/opsgenie/types.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/opsgenie/types.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/opsgenie/types.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/opsgenie/types.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/pagerduty/index.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/pagerduty/index.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/pagerduty/index.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/pagerduty/index.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/pagerduty/index.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/pagerduty/index.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/pagerduty/index.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/pagerduty/index.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/pagerduty/post_pagerduty.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/pagerduty/post_pagerduty.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/pagerduty/post_pagerduty.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/pagerduty/post_pagerduty.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/resilient/constants.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/resilient/constants.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/resilient/constants.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/resilient/constants.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/resilient/index.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/resilient/index.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/resilient/index.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/resilient/index.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/resilient/mocks.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/resilient/mocks.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/resilient/mocks.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/resilient/mocks.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/resilient/resilient.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/resilient/resilient.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/resilient/resilient.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/resilient/resilient.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/resilient/resilient.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/resilient/resilient.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/resilient/resilient.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/resilient/resilient.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/resilient/schema.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/resilient/schema.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/resilient/schema.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/resilient/schema.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/resilient/translations.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/resilient/translations.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/resilient/translations.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/resilient/translations.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/resilient/types.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/resilient/types.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/resilient/types.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/resilient/types.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/resilient/utils.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/resilient/utils.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/resilient/utils.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/resilient/utils.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/resilient/utils.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/resilient/utils.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/resilient/utils.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/resilient/utils.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/sentinelone/index.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/sentinelone/index.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/sentinelone/index.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/sentinelone/index.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/sentinelone/mocks.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/sentinelone/mocks.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/sentinelone/mocks.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/sentinelone/mocks.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/sentinelone/render.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/sentinelone/render.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/sentinelone/render.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/sentinelone/render.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/sentinelone/sentinelone.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/sentinelone/sentinelone.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/sentinelone/sentinelone.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/sentinelone/sentinelone.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/sentinelone/sentinelone.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/sentinelone/sentinelone.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/sentinelone/sentinelone.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/sentinelone/sentinelone.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/server_log/index.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/server_log/index.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/server_log/index.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/server_log/index.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/server_log/index.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/server_log/index.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/server_log/index.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/server_log/index.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/servicenow_itom/api.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/servicenow_itom/api.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/servicenow_itom/api.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/servicenow_itom/api.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/servicenow_itom/api.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/servicenow_itom/api.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/servicenow_itom/api.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/servicenow_itom/api.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/servicenow_itom/index.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/servicenow_itom/index.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/servicenow_itom/index.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/servicenow_itom/index.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/servicenow_itom/service.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/servicenow_itom/service.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/servicenow_itom/service.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/servicenow_itom/service.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/servicenow_itom/service.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/servicenow_itom/service.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/servicenow_itom/service.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/servicenow_itom/service.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/servicenow_itsm/api.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/servicenow_itsm/api.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/servicenow_itsm/api.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/servicenow_itsm/api.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/servicenow_itsm/index.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/servicenow_itsm/index.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/servicenow_itsm/index.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/servicenow_itsm/index.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/servicenow_itsm/index.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/servicenow_itsm/index.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/servicenow_itsm/index.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/servicenow_itsm/index.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/servicenow_itsm/service.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/servicenow_itsm/service.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/servicenow_itsm/service.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/servicenow_itsm/service.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/servicenow_itsm/service.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/servicenow_itsm/service.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/servicenow_itsm/service.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/servicenow_itsm/service.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/servicenow_sir/api.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/servicenow_sir/api.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/servicenow_sir/api.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/servicenow_sir/api.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/servicenow_sir/api.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/servicenow_sir/api.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/servicenow_sir/api.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/servicenow_sir/api.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/servicenow_sir/index.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/servicenow_sir/index.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/servicenow_sir/index.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/servicenow_sir/index.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/servicenow_sir/index.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/servicenow_sir/index.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/servicenow_sir/index.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/servicenow_sir/index.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/servicenow_sir/service.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/servicenow_sir/service.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/servicenow_sir/service.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/servicenow_sir/service.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/servicenow_sir/service.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/servicenow_sir/service.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/servicenow_sir/service.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/servicenow_sir/service.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/slack/index.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/slack/index.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/slack/index.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/slack/index.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/slack/index.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/slack/index.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/slack/index.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/slack/index.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/slack_api/api.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/slack_api/api.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/slack_api/api.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/slack_api/api.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/slack_api/api.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/slack_api/api.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/slack_api/api.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/slack_api/api.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/slack_api/index.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/slack_api/index.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/slack_api/index.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/slack_api/index.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/slack_api/index.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/slack_api/index.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/slack_api/index.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/slack_api/index.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/slack_api/service.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/slack_api/service.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/slack_api/service.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/slack_api/service.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/slack_api/service.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/slack_api/service.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/slack_api/service.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/slack_api/service.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/slack_api/translations.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/slack_api/translations.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/slack_api/translations.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/slack_api/translations.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/swimlane/api.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/swimlane/api.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/swimlane/api.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/swimlane/api.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/swimlane/api.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/swimlane/api.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/swimlane/api.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/swimlane/api.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/swimlane/helpers.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/swimlane/helpers.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/swimlane/helpers.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/swimlane/helpers.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/swimlane/helpers.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/swimlane/helpers.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/swimlane/helpers.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/swimlane/helpers.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/swimlane/index.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/swimlane/index.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/swimlane/index.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/swimlane/index.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/swimlane/mocks.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/swimlane/mocks.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/swimlane/mocks.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/swimlane/mocks.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/swimlane/schema.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/swimlane/schema.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/swimlane/schema.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/swimlane/schema.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/swimlane/service.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/swimlane/service.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/swimlane/service.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/swimlane/service.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/swimlane/service.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/swimlane/service.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/swimlane/service.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/swimlane/service.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/swimlane/translations.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/swimlane/translations.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/swimlane/translations.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/swimlane/translations.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/swimlane/types.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/swimlane/types.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/swimlane/types.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/swimlane/types.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/swimlane/validators.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/swimlane/validators.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/swimlane/validators.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/swimlane/validators.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/teams/index.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/teams/index.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/teams/index.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/teams/index.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/teams/index.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/teams/index.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/teams/index.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/teams/index.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/thehive/index.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/thehive/index.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/thehive/index.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/thehive/index.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/thehive/index.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/thehive/index.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/thehive/index.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/thehive/index.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/thehive/thehive.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/thehive/thehive.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/thehive/thehive.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/thehive/thehive.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/thehive/thehive.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/thehive/thehive.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/thehive/thehive.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/thehive/thehive.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/tines/api_schema.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/tines/api_schema.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/tines/api_schema.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/tines/api_schema.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/tines/index.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/tines/index.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/tines/index.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/tines/index.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/tines/render.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/tines/render.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/tines/render.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/tines/render.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/tines/render.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/tines/render.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/tines/render.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/tines/render.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/tines/tines.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/tines/tines.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/tines/tines.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/tines/tines.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/tines/tines.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/tines/tines.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/tines/tines.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/tines/tines.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/torq/__snapshots__/index.test.ts.snap b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/torq/__snapshots__/index.test.ts.snap similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/torq/__snapshots__/index.test.ts.snap rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/torq/__snapshots__/index.test.ts.snap diff --git a/x-pack/plugins/stack_connectors/server/connector_types/torq/index.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/torq/index.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/torq/index.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/torq/index.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/torq/index.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/torq/index.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/torq/index.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/torq/index.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/webhook/__snapshots__/index.test.ts.snap b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/webhook/__snapshots__/index.test.ts.snap similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/webhook/__snapshots__/index.test.ts.snap rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/webhook/__snapshots__/index.test.ts.snap diff --git a/x-pack/plugins/stack_connectors/server/connector_types/webhook/index.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/webhook/index.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/webhook/index.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/webhook/index.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/webhook/index.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/webhook/index.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/webhook/index.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/webhook/index.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/webhook/schema.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/webhook/schema.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/webhook/schema.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/webhook/schema.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/webhook/types.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/webhook/types.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/webhook/types.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/webhook/types.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/xmatters/index.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/xmatters/index.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/xmatters/index.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/xmatters/index.test.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/xmatters/index.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/xmatters/index.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/xmatters/index.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/xmatters/index.ts diff --git a/x-pack/plugins/stack_connectors/server/connector_types/xmatters/post_xmatters.ts b/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/xmatters/post_xmatters.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/connector_types/xmatters/post_xmatters.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/connector_types/xmatters/post_xmatters.ts diff --git a/x-pack/plugins/stack_connectors/server/index.ts b/x-pack/platform/plugins/shared/stack_connectors/server/index.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/index.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/index.ts diff --git a/x-pack/plugins/stack_connectors/server/plugin.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/plugin.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/plugin.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/plugin.test.ts diff --git a/x-pack/plugins/stack_connectors/server/plugin.ts b/x-pack/platform/plugins/shared/stack_connectors/server/plugin.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/plugin.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/plugin.ts diff --git a/x-pack/plugins/stack_connectors/server/routes/get_inference_services.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/routes/get_inference_services.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/routes/get_inference_services.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/routes/get_inference_services.test.ts diff --git a/x-pack/plugins/stack_connectors/server/routes/get_inference_services.ts b/x-pack/platform/plugins/shared/stack_connectors/server/routes/get_inference_services.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/routes/get_inference_services.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/routes/get_inference_services.ts diff --git a/x-pack/plugins/stack_connectors/server/routes/get_well_known_email_service.test.ts b/x-pack/platform/plugins/shared/stack_connectors/server/routes/get_well_known_email_service.test.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/routes/get_well_known_email_service.test.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/routes/get_well_known_email_service.test.ts diff --git a/x-pack/plugins/stack_connectors/server/routes/get_well_known_email_service.ts b/x-pack/platform/plugins/shared/stack_connectors/server/routes/get_well_known_email_service.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/routes/get_well_known_email_service.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/routes/get_well_known_email_service.ts diff --git a/x-pack/plugins/stack_connectors/server/routes/index.ts b/x-pack/platform/plugins/shared/stack_connectors/server/routes/index.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/routes/index.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/routes/index.ts diff --git a/x-pack/plugins/stack_connectors/server/routes/valid_slack_api_channels.ts b/x-pack/platform/plugins/shared/stack_connectors/server/routes/valid_slack_api_channels.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/routes/valid_slack_api_channels.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/routes/valid_slack_api_channels.ts diff --git a/x-pack/plugins/stack_connectors/server/types.ts b/x-pack/platform/plugins/shared/stack_connectors/server/types.ts similarity index 100% rename from x-pack/plugins/stack_connectors/server/types.ts rename to x-pack/platform/plugins/shared/stack_connectors/server/types.ts diff --git a/x-pack/plugins/stack_connectors/tsconfig.json b/x-pack/platform/plugins/shared/stack_connectors/tsconfig.json similarity index 96% rename from x-pack/plugins/stack_connectors/tsconfig.json rename to x-pack/platform/plugins/shared/stack_connectors/tsconfig.json index 66c84d17408bc..16e59d6ec6583 100644 --- a/x-pack/plugins/stack_connectors/tsconfig.json +++ b/x-pack/platform/plugins/shared/stack_connectors/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "../../../tsconfig.base.json", + "extends": "../../../../../tsconfig.base.json", "compilerOptions": { "outDir": "target/types", }, diff --git a/x-pack/plugins/task_manager/README.md b/x-pack/platform/plugins/shared/task_manager/README.md similarity index 99% rename from x-pack/plugins/task_manager/README.md rename to x-pack/platform/plugins/shared/task_manager/README.md index c7ca9e5eeea08..29fed72f33472 100644 --- a/x-pack/plugins/task_manager/README.md +++ b/x-pack/platform/plugins/shared/task_manager/README.md @@ -61,7 +61,7 @@ The task_manager can be configured via `taskManager` config options (e.g. `taskM Plugins define tasks by calling the `registerTaskDefinitions` method on the `server.plugins.task_manager` object. -A sample task can be found in the [x-pack/test/plugin_api_integration/plugins/task_manager](../../test/plugin_api_integration/plugins/task_manager/index.js) folder. +A sample task can be found in the [x-pack/test/plugin_api_integration/platform/plugins/shared/task_manager](../../../../test/plugin_api_integration/platform/plugins/shared/task_manager/index.js) folder. ```js export class Plugin { @@ -618,7 +618,7 @@ The task manager's public API is create / delete / list. Updates aren't directly Documentation: https://www.elastic.co/guide/en/kibana/current/development-tests.html#_unit_testing ``` - yarn test:jest x-pack/plugins/task_manager --watch + yarn test:jest x-pack/platform/plugins/shared/task_manager --watch ``` - Integration tests: ``` diff --git a/x-pack/plugins/task_manager/common/constants.ts b/x-pack/platform/plugins/shared/task_manager/common/constants.ts similarity index 100% rename from x-pack/plugins/task_manager/common/constants.ts rename to x-pack/platform/plugins/shared/task_manager/common/constants.ts diff --git a/x-pack/plugins/task_manager/common/index.ts b/x-pack/platform/plugins/shared/task_manager/common/index.ts similarity index 100% rename from x-pack/plugins/task_manager/common/index.ts rename to x-pack/platform/plugins/shared/task_manager/common/index.ts diff --git a/x-pack/plugins/alerting/jest.config.js b/x-pack/platform/plugins/shared/task_manager/jest.config.js similarity index 62% rename from x-pack/plugins/alerting/jest.config.js rename to x-pack/platform/plugins/shared/task_manager/jest.config.js index 05db974299b40..3c358251ad26e 100644 --- a/x-pack/plugins/alerting/jest.config.js +++ b/x-pack/platform/plugins/shared/task_manager/jest.config.js @@ -7,9 +7,9 @@ module.exports = { preset: '@kbn/test', - rootDir: '../../..', - roots: ['/x-pack/plugins/alerting'], - coverageDirectory: '/target/kibana-coverage/jest/x-pack/plugins/alerting', + rootDir: '../../../../..', + roots: ['/x-pack/platform/plugins/shared/task_manager'], + coverageDirectory: '/target/kibana-coverage/jest/x-pack/platform/plugins/shared/task_manager', coverageReporters: ['text', 'html'], - collectCoverageFrom: ['/x-pack/plugins/alerting/{common,public,server}/**/*.{ts,tsx}'], + collectCoverageFrom: ['/x-pack/platform/plugins/shared/task_manager/server/**/*.{ts,tsx}'], }; diff --git a/x-pack/plugins/actions/jest.integration.config.js b/x-pack/platform/plugins/shared/task_manager/jest.integration.config.js similarity index 76% rename from x-pack/plugins/actions/jest.integration.config.js rename to x-pack/platform/plugins/shared/task_manager/jest.integration.config.js index daea840925756..6482c2ea05cfc 100644 --- a/x-pack/plugins/actions/jest.integration.config.js +++ b/x-pack/platform/plugins/shared/task_manager/jest.integration.config.js @@ -7,6 +7,6 @@ module.exports = { preset: '@kbn/test/jest_integration', - rootDir: '../../..', - roots: ['/x-pack/plugins/actions'], + rootDir: '../../../../..', + roots: ['/x-pack/platform/plugins/shared/task_manager'], }; diff --git a/x-pack/plugins/task_manager/kibana.jsonc b/x-pack/platform/plugins/shared/task_manager/kibana.jsonc similarity index 100% rename from x-pack/plugins/task_manager/kibana.jsonc rename to x-pack/platform/plugins/shared/task_manager/kibana.jsonc diff --git a/x-pack/plugins/task_manager/server/MONITORING.md b/x-pack/platform/plugins/shared/task_manager/server/MONITORING.md similarity index 100% rename from x-pack/plugins/task_manager/server/MONITORING.md rename to x-pack/platform/plugins/shared/task_manager/server/MONITORING.md diff --git a/x-pack/plugins/task_manager/server/buffered_task_store.mock.ts b/x-pack/platform/plugins/shared/task_manager/server/buffered_task_store.mock.ts similarity index 100% rename from x-pack/plugins/task_manager/server/buffered_task_store.mock.ts rename to x-pack/platform/plugins/shared/task_manager/server/buffered_task_store.mock.ts diff --git a/x-pack/plugins/task_manager/server/buffered_task_store.test.ts b/x-pack/platform/plugins/shared/task_manager/server/buffered_task_store.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/buffered_task_store.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/buffered_task_store.test.ts diff --git a/x-pack/plugins/task_manager/server/buffered_task_store.ts b/x-pack/platform/plugins/shared/task_manager/server/buffered_task_store.ts similarity index 100% rename from x-pack/plugins/task_manager/server/buffered_task_store.ts rename to x-pack/platform/plugins/shared/task_manager/server/buffered_task_store.ts diff --git a/x-pack/plugins/task_manager/server/config.mock.ts b/x-pack/platform/plugins/shared/task_manager/server/config.mock.ts similarity index 100% rename from x-pack/plugins/task_manager/server/config.mock.ts rename to x-pack/platform/plugins/shared/task_manager/server/config.mock.ts diff --git a/x-pack/plugins/task_manager/server/config.test.ts b/x-pack/platform/plugins/shared/task_manager/server/config.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/config.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/config.test.ts diff --git a/x-pack/plugins/task_manager/server/config.ts b/x-pack/platform/plugins/shared/task_manager/server/config.ts similarity index 100% rename from x-pack/plugins/task_manager/server/config.ts rename to x-pack/platform/plugins/shared/task_manager/server/config.ts diff --git a/x-pack/plugins/task_manager/server/constants.ts b/x-pack/platform/plugins/shared/task_manager/server/constants.ts similarity index 100% rename from x-pack/plugins/task_manager/server/constants.ts rename to x-pack/platform/plugins/shared/task_manager/server/constants.ts diff --git a/x-pack/plugins/task_manager/server/ephemeral_task_lifecycle.mock.ts b/x-pack/platform/plugins/shared/task_manager/server/ephemeral_task_lifecycle.mock.ts similarity index 100% rename from x-pack/plugins/task_manager/server/ephemeral_task_lifecycle.mock.ts rename to x-pack/platform/plugins/shared/task_manager/server/ephemeral_task_lifecycle.mock.ts diff --git a/x-pack/plugins/task_manager/server/ephemeral_task_lifecycle.test.ts b/x-pack/platform/plugins/shared/task_manager/server/ephemeral_task_lifecycle.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/ephemeral_task_lifecycle.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/ephemeral_task_lifecycle.test.ts diff --git a/x-pack/plugins/task_manager/server/ephemeral_task_lifecycle.ts b/x-pack/platform/plugins/shared/task_manager/server/ephemeral_task_lifecycle.ts similarity index 100% rename from x-pack/plugins/task_manager/server/ephemeral_task_lifecycle.ts rename to x-pack/platform/plugins/shared/task_manager/server/ephemeral_task_lifecycle.ts diff --git a/x-pack/plugins/task_manager/server/index.test.ts b/x-pack/platform/plugins/shared/task_manager/server/index.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/index.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/index.test.ts diff --git a/x-pack/plugins/task_manager/server/index.ts b/x-pack/platform/plugins/shared/task_manager/server/index.ts similarity index 100% rename from x-pack/plugins/task_manager/server/index.ts rename to x-pack/platform/plugins/shared/task_manager/server/index.ts diff --git a/x-pack/plugins/task_manager/server/integration_tests/__snapshots__/task_cost_check.test.ts.snap b/x-pack/platform/plugins/shared/task_manager/server/integration_tests/__snapshots__/task_cost_check.test.ts.snap similarity index 100% rename from x-pack/plugins/task_manager/server/integration_tests/__snapshots__/task_cost_check.test.ts.snap rename to x-pack/platform/plugins/shared/task_manager/server/integration_tests/__snapshots__/task_cost_check.test.ts.snap diff --git a/x-pack/plugins/task_manager/server/integration_tests/__snapshots__/task_priority_check.test.ts.snap b/x-pack/platform/plugins/shared/task_manager/server/integration_tests/__snapshots__/task_priority_check.test.ts.snap similarity index 100% rename from x-pack/plugins/task_manager/server/integration_tests/__snapshots__/task_priority_check.test.ts.snap rename to x-pack/platform/plugins/shared/task_manager/server/integration_tests/__snapshots__/task_priority_check.test.ts.snap diff --git a/x-pack/plugins/task_manager/server/integration_tests/lib/index.ts b/x-pack/platform/plugins/shared/task_manager/server/integration_tests/lib/index.ts similarity index 100% rename from x-pack/plugins/task_manager/server/integration_tests/lib/index.ts rename to x-pack/platform/plugins/shared/task_manager/server/integration_tests/lib/index.ts diff --git a/x-pack/plugins/task_manager/server/integration_tests/lib/inject_task.ts b/x-pack/platform/plugins/shared/task_manager/server/integration_tests/lib/inject_task.ts similarity index 100% rename from x-pack/plugins/task_manager/server/integration_tests/lib/inject_task.ts rename to x-pack/platform/plugins/shared/task_manager/server/integration_tests/lib/inject_task.ts diff --git a/x-pack/plugins/task_manager/server/integration_tests/lib/retry.ts b/x-pack/platform/plugins/shared/task_manager/server/integration_tests/lib/retry.ts similarity index 100% rename from x-pack/plugins/task_manager/server/integration_tests/lib/retry.ts rename to x-pack/platform/plugins/shared/task_manager/server/integration_tests/lib/retry.ts diff --git a/x-pack/plugins/task_manager/server/integration_tests/lib/setup_test_servers.ts b/x-pack/platform/plugins/shared/task_manager/server/integration_tests/lib/setup_test_servers.ts similarity index 100% rename from x-pack/plugins/task_manager/server/integration_tests/lib/setup_test_servers.ts rename to x-pack/platform/plugins/shared/task_manager/server/integration_tests/lib/setup_test_servers.ts diff --git a/x-pack/plugins/task_manager/server/integration_tests/managed_configuration.test.ts b/x-pack/platform/plugins/shared/task_manager/server/integration_tests/managed_configuration.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/integration_tests/managed_configuration.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/integration_tests/managed_configuration.test.ts diff --git a/x-pack/plugins/task_manager/server/integration_tests/removed_types.test.ts b/x-pack/platform/plugins/shared/task_manager/server/integration_tests/removed_types.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/integration_tests/removed_types.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/integration_tests/removed_types.test.ts diff --git a/x-pack/plugins/task_manager/server/integration_tests/task_cost_check.test.ts b/x-pack/platform/plugins/shared/task_manager/server/integration_tests/task_cost_check.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/integration_tests/task_cost_check.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/integration_tests/task_cost_check.test.ts diff --git a/x-pack/plugins/task_manager/server/integration_tests/task_manager_capacity_based_claiming.test.ts b/x-pack/platform/plugins/shared/task_manager/server/integration_tests/task_manager_capacity_based_claiming.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/integration_tests/task_manager_capacity_based_claiming.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/integration_tests/task_manager_capacity_based_claiming.test.ts diff --git a/x-pack/plugins/task_manager/server/integration_tests/task_manager_switch_task_claimers.test.ts b/x-pack/platform/plugins/shared/task_manager/server/integration_tests/task_manager_switch_task_claimers.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/integration_tests/task_manager_switch_task_claimers.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/integration_tests/task_manager_switch_task_claimers.test.ts diff --git a/x-pack/plugins/task_manager/server/integration_tests/task_priority_check.test.ts b/x-pack/platform/plugins/shared/task_manager/server/integration_tests/task_priority_check.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/integration_tests/task_priority_check.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/integration_tests/task_priority_check.test.ts diff --git a/x-pack/plugins/task_manager/server/integration_tests/task_state_validation.test.ts b/x-pack/platform/plugins/shared/task_manager/server/integration_tests/task_state_validation.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/integration_tests/task_state_validation.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/integration_tests/task_state_validation.test.ts diff --git a/x-pack/plugins/task_manager/server/kibana_discovery_service/delete_inactive_nodes_task.test.ts b/x-pack/platform/plugins/shared/task_manager/server/kibana_discovery_service/delete_inactive_nodes_task.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/kibana_discovery_service/delete_inactive_nodes_task.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/kibana_discovery_service/delete_inactive_nodes_task.test.ts diff --git a/x-pack/plugins/task_manager/server/kibana_discovery_service/delete_inactive_nodes_task.ts b/x-pack/platform/plugins/shared/task_manager/server/kibana_discovery_service/delete_inactive_nodes_task.ts similarity index 100% rename from x-pack/plugins/task_manager/server/kibana_discovery_service/delete_inactive_nodes_task.ts rename to x-pack/platform/plugins/shared/task_manager/server/kibana_discovery_service/delete_inactive_nodes_task.ts diff --git a/x-pack/plugins/task_manager/server/kibana_discovery_service/index.ts b/x-pack/platform/plugins/shared/task_manager/server/kibana_discovery_service/index.ts similarity index 100% rename from x-pack/plugins/task_manager/server/kibana_discovery_service/index.ts rename to x-pack/platform/plugins/shared/task_manager/server/kibana_discovery_service/index.ts diff --git a/x-pack/plugins/task_manager/server/kibana_discovery_service/kibana_discovery_service.test.ts b/x-pack/platform/plugins/shared/task_manager/server/kibana_discovery_service/kibana_discovery_service.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/kibana_discovery_service/kibana_discovery_service.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/kibana_discovery_service/kibana_discovery_service.test.ts diff --git a/x-pack/plugins/task_manager/server/kibana_discovery_service/kibana_discovery_service.ts b/x-pack/platform/plugins/shared/task_manager/server/kibana_discovery_service/kibana_discovery_service.ts similarity index 100% rename from x-pack/plugins/task_manager/server/kibana_discovery_service/kibana_discovery_service.ts rename to x-pack/platform/plugins/shared/task_manager/server/kibana_discovery_service/kibana_discovery_service.ts diff --git a/x-pack/plugins/task_manager/server/kibana_discovery_service/mock_kibana_discovery_service.ts b/x-pack/platform/plugins/shared/task_manager/server/kibana_discovery_service/mock_kibana_discovery_service.ts similarity index 100% rename from x-pack/plugins/task_manager/server/kibana_discovery_service/mock_kibana_discovery_service.ts rename to x-pack/platform/plugins/shared/task_manager/server/kibana_discovery_service/mock_kibana_discovery_service.ts diff --git a/x-pack/plugins/task_manager/server/lib/adhoc_task_counter.test.ts b/x-pack/platform/plugins/shared/task_manager/server/lib/adhoc_task_counter.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/lib/adhoc_task_counter.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/lib/adhoc_task_counter.test.ts diff --git a/x-pack/plugins/task_manager/server/lib/adhoc_task_counter.ts b/x-pack/platform/plugins/shared/task_manager/server/lib/adhoc_task_counter.ts similarity index 100% rename from x-pack/plugins/task_manager/server/lib/adhoc_task_counter.ts rename to x-pack/platform/plugins/shared/task_manager/server/lib/adhoc_task_counter.ts diff --git a/x-pack/plugins/task_manager/server/lib/assign_pod_partitions.test.ts b/x-pack/platform/plugins/shared/task_manager/server/lib/assign_pod_partitions.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/lib/assign_pod_partitions.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/lib/assign_pod_partitions.test.ts diff --git a/x-pack/plugins/task_manager/server/lib/assign_pod_partitions.ts b/x-pack/platform/plugins/shared/task_manager/server/lib/assign_pod_partitions.ts similarity index 100% rename from x-pack/plugins/task_manager/server/lib/assign_pod_partitions.ts rename to x-pack/platform/plugins/shared/task_manager/server/lib/assign_pod_partitions.ts diff --git a/x-pack/plugins/task_manager/server/lib/bulk_operation_buffer.test.ts b/x-pack/platform/plugins/shared/task_manager/server/lib/bulk_operation_buffer.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/lib/bulk_operation_buffer.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/lib/bulk_operation_buffer.test.ts diff --git a/x-pack/plugins/task_manager/server/lib/bulk_operation_buffer.ts b/x-pack/platform/plugins/shared/task_manager/server/lib/bulk_operation_buffer.ts similarity index 100% rename from x-pack/plugins/task_manager/server/lib/bulk_operation_buffer.ts rename to x-pack/platform/plugins/shared/task_manager/server/lib/bulk_operation_buffer.ts diff --git a/x-pack/plugins/task_manager/server/lib/bulk_update_error.ts b/x-pack/platform/plugins/shared/task_manager/server/lib/bulk_update_error.ts similarity index 100% rename from x-pack/plugins/task_manager/server/lib/bulk_update_error.ts rename to x-pack/platform/plugins/shared/task_manager/server/lib/bulk_update_error.ts diff --git a/x-pack/plugins/task_manager/server/lib/calculate_health_status.test.ts b/x-pack/platform/plugins/shared/task_manager/server/lib/calculate_health_status.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/lib/calculate_health_status.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/lib/calculate_health_status.test.ts diff --git a/x-pack/plugins/task_manager/server/lib/calculate_health_status.ts b/x-pack/platform/plugins/shared/task_manager/server/lib/calculate_health_status.ts similarity index 100% rename from x-pack/plugins/task_manager/server/lib/calculate_health_status.ts rename to x-pack/platform/plugins/shared/task_manager/server/lib/calculate_health_status.ts diff --git a/x-pack/plugins/task_manager/server/lib/correct_deprecated_fields.test.ts b/x-pack/platform/plugins/shared/task_manager/server/lib/correct_deprecated_fields.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/lib/correct_deprecated_fields.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/lib/correct_deprecated_fields.test.ts diff --git a/x-pack/plugins/task_manager/server/lib/correct_deprecated_fields.ts b/x-pack/platform/plugins/shared/task_manager/server/lib/correct_deprecated_fields.ts similarity index 100% rename from x-pack/plugins/task_manager/server/lib/correct_deprecated_fields.ts rename to x-pack/platform/plugins/shared/task_manager/server/lib/correct_deprecated_fields.ts diff --git a/x-pack/plugins/task_manager/server/lib/create_managed_configuration.test.ts b/x-pack/platform/plugins/shared/task_manager/server/lib/create_managed_configuration.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/lib/create_managed_configuration.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/lib/create_managed_configuration.test.ts diff --git a/x-pack/plugins/task_manager/server/lib/create_managed_configuration.ts b/x-pack/platform/plugins/shared/task_manager/server/lib/create_managed_configuration.ts similarity index 100% rename from x-pack/plugins/task_manager/server/lib/create_managed_configuration.ts rename to x-pack/platform/plugins/shared/task_manager/server/lib/create_managed_configuration.ts diff --git a/x-pack/plugins/task_manager/server/lib/fill_pool.test.ts b/x-pack/platform/plugins/shared/task_manager/server/lib/fill_pool.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/lib/fill_pool.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/lib/fill_pool.test.ts diff --git a/x-pack/plugins/task_manager/server/lib/fill_pool.ts b/x-pack/platform/plugins/shared/task_manager/server/lib/fill_pool.ts similarity index 100% rename from x-pack/plugins/task_manager/server/lib/fill_pool.ts rename to x-pack/platform/plugins/shared/task_manager/server/lib/fill_pool.ts diff --git a/x-pack/plugins/task_manager/server/lib/get_default_capacity.test.ts b/x-pack/platform/plugins/shared/task_manager/server/lib/get_default_capacity.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/lib/get_default_capacity.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/lib/get_default_capacity.test.ts diff --git a/x-pack/plugins/task_manager/server/lib/get_default_capacity.ts b/x-pack/platform/plugins/shared/task_manager/server/lib/get_default_capacity.ts similarity index 100% rename from x-pack/plugins/task_manager/server/lib/get_default_capacity.ts rename to x-pack/platform/plugins/shared/task_manager/server/lib/get_default_capacity.ts diff --git a/x-pack/plugins/task_manager/server/lib/get_next_run_at.test.ts b/x-pack/platform/plugins/shared/task_manager/server/lib/get_next_run_at.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/lib/get_next_run_at.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/lib/get_next_run_at.test.ts diff --git a/x-pack/plugins/task_manager/server/lib/get_next_run_at.ts b/x-pack/platform/plugins/shared/task_manager/server/lib/get_next_run_at.ts similarity index 100% rename from x-pack/plugins/task_manager/server/lib/get_next_run_at.ts rename to x-pack/platform/plugins/shared/task_manager/server/lib/get_next_run_at.ts diff --git a/x-pack/plugins/task_manager/server/lib/get_retry_at.test.ts b/x-pack/platform/plugins/shared/task_manager/server/lib/get_retry_at.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/lib/get_retry_at.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/lib/get_retry_at.test.ts diff --git a/x-pack/plugins/task_manager/server/lib/get_retry_at.ts b/x-pack/platform/plugins/shared/task_manager/server/lib/get_retry_at.ts similarity index 100% rename from x-pack/plugins/task_manager/server/lib/get_retry_at.ts rename to x-pack/platform/plugins/shared/task_manager/server/lib/get_retry_at.ts diff --git a/x-pack/plugins/task_manager/server/lib/get_template_version.test.ts b/x-pack/platform/plugins/shared/task_manager/server/lib/get_template_version.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/lib/get_template_version.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/lib/get_template_version.test.ts diff --git a/x-pack/plugins/task_manager/server/lib/get_template_version.ts b/x-pack/platform/plugins/shared/task_manager/server/lib/get_template_version.ts similarity index 100% rename from x-pack/plugins/task_manager/server/lib/get_template_version.ts rename to x-pack/platform/plugins/shared/task_manager/server/lib/get_template_version.ts diff --git a/x-pack/plugins/task_manager/server/lib/identify_es_error.test.ts b/x-pack/platform/plugins/shared/task_manager/server/lib/identify_es_error.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/lib/identify_es_error.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/lib/identify_es_error.test.ts diff --git a/x-pack/plugins/task_manager/server/lib/identify_es_error.ts b/x-pack/platform/plugins/shared/task_manager/server/lib/identify_es_error.ts similarity index 100% rename from x-pack/plugins/task_manager/server/lib/identify_es_error.ts rename to x-pack/platform/plugins/shared/task_manager/server/lib/identify_es_error.ts diff --git a/x-pack/plugins/task_manager/server/lib/intervals.test.ts b/x-pack/platform/plugins/shared/task_manager/server/lib/intervals.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/lib/intervals.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/lib/intervals.test.ts diff --git a/x-pack/plugins/task_manager/server/lib/intervals.ts b/x-pack/platform/plugins/shared/task_manager/server/lib/intervals.ts similarity index 100% rename from x-pack/plugins/task_manager/server/lib/intervals.ts rename to x-pack/platform/plugins/shared/task_manager/server/lib/intervals.ts diff --git a/x-pack/plugins/task_manager/server/lib/is_task_not_found_error.test.ts b/x-pack/platform/plugins/shared/task_manager/server/lib/is_task_not_found_error.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/lib/is_task_not_found_error.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/lib/is_task_not_found_error.test.ts diff --git a/x-pack/plugins/task_manager/server/lib/is_task_not_found_error.ts b/x-pack/platform/plugins/shared/task_manager/server/lib/is_task_not_found_error.ts similarity index 100% rename from x-pack/plugins/task_manager/server/lib/is_task_not_found_error.ts rename to x-pack/platform/plugins/shared/task_manager/server/lib/is_task_not_found_error.ts diff --git a/x-pack/plugins/task_manager/server/lib/log_health_metrics.mock.ts b/x-pack/platform/plugins/shared/task_manager/server/lib/log_health_metrics.mock.ts similarity index 100% rename from x-pack/plugins/task_manager/server/lib/log_health_metrics.mock.ts rename to x-pack/platform/plugins/shared/task_manager/server/lib/log_health_metrics.mock.ts diff --git a/x-pack/plugins/task_manager/server/lib/log_health_metrics.test.ts b/x-pack/platform/plugins/shared/task_manager/server/lib/log_health_metrics.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/lib/log_health_metrics.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/lib/log_health_metrics.test.ts diff --git a/x-pack/plugins/task_manager/server/lib/log_health_metrics.ts b/x-pack/platform/plugins/shared/task_manager/server/lib/log_health_metrics.ts similarity index 100% rename from x-pack/plugins/task_manager/server/lib/log_health_metrics.ts rename to x-pack/platform/plugins/shared/task_manager/server/lib/log_health_metrics.ts diff --git a/x-pack/plugins/task_manager/server/lib/middleware.test.ts b/x-pack/platform/plugins/shared/task_manager/server/lib/middleware.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/lib/middleware.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/lib/middleware.test.ts diff --git a/x-pack/plugins/task_manager/server/lib/middleware.ts b/x-pack/platform/plugins/shared/task_manager/server/lib/middleware.ts similarity index 100% rename from x-pack/plugins/task_manager/server/lib/middleware.ts rename to x-pack/platform/plugins/shared/task_manager/server/lib/middleware.ts diff --git a/x-pack/plugins/task_manager/server/lib/msearch_error.ts b/x-pack/platform/plugins/shared/task_manager/server/lib/msearch_error.ts similarity index 100% rename from x-pack/plugins/task_manager/server/lib/msearch_error.ts rename to x-pack/platform/plugins/shared/task_manager/server/lib/msearch_error.ts diff --git a/x-pack/plugins/task_manager/server/lib/remove_if_exists.test.ts b/x-pack/platform/plugins/shared/task_manager/server/lib/remove_if_exists.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/lib/remove_if_exists.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/lib/remove_if_exists.test.ts diff --git a/x-pack/plugins/task_manager/server/lib/remove_if_exists.ts b/x-pack/platform/plugins/shared/task_manager/server/lib/remove_if_exists.ts similarity index 100% rename from x-pack/plugins/task_manager/server/lib/remove_if_exists.ts rename to x-pack/platform/plugins/shared/task_manager/server/lib/remove_if_exists.ts diff --git a/x-pack/plugins/task_manager/server/lib/result_type.test.ts b/x-pack/platform/plugins/shared/task_manager/server/lib/result_type.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/lib/result_type.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/lib/result_type.test.ts diff --git a/x-pack/plugins/task_manager/server/lib/result_type.ts b/x-pack/platform/plugins/shared/task_manager/server/lib/result_type.ts similarity index 100% rename from x-pack/plugins/task_manager/server/lib/result_type.ts rename to x-pack/platform/plugins/shared/task_manager/server/lib/result_type.ts diff --git a/x-pack/plugins/task_manager/server/lib/retryable_bulk_update.test.ts b/x-pack/platform/plugins/shared/task_manager/server/lib/retryable_bulk_update.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/lib/retryable_bulk_update.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/lib/retryable_bulk_update.test.ts diff --git a/x-pack/plugins/task_manager/server/lib/retryable_bulk_update.ts b/x-pack/platform/plugins/shared/task_manager/server/lib/retryable_bulk_update.ts similarity index 100% rename from x-pack/plugins/task_manager/server/lib/retryable_bulk_update.ts rename to x-pack/platform/plugins/shared/task_manager/server/lib/retryable_bulk_update.ts diff --git a/x-pack/plugins/task_manager/server/lib/runtime_statistics_aggregator.ts b/x-pack/platform/plugins/shared/task_manager/server/lib/runtime_statistics_aggregator.ts similarity index 100% rename from x-pack/plugins/task_manager/server/lib/runtime_statistics_aggregator.ts rename to x-pack/platform/plugins/shared/task_manager/server/lib/runtime_statistics_aggregator.ts diff --git a/x-pack/plugins/task_manager/server/lib/task_partitioner.test.ts b/x-pack/platform/plugins/shared/task_manager/server/lib/task_partitioner.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/lib/task_partitioner.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/lib/task_partitioner.test.ts diff --git a/x-pack/plugins/task_manager/server/lib/task_partitioner.ts b/x-pack/platform/plugins/shared/task_manager/server/lib/task_partitioner.ts similarity index 100% rename from x-pack/plugins/task_manager/server/lib/task_partitioner.ts rename to x-pack/platform/plugins/shared/task_manager/server/lib/task_partitioner.ts diff --git a/x-pack/plugins/task_manager/server/lib/wrapped_logger.test.ts b/x-pack/platform/plugins/shared/task_manager/server/lib/wrapped_logger.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/lib/wrapped_logger.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/lib/wrapped_logger.test.ts diff --git a/x-pack/plugins/task_manager/server/lib/wrapped_logger.ts b/x-pack/platform/plugins/shared/task_manager/server/lib/wrapped_logger.ts similarity index 100% rename from x-pack/plugins/task_manager/server/lib/wrapped_logger.ts rename to x-pack/platform/plugins/shared/task_manager/server/lib/wrapped_logger.ts diff --git a/x-pack/plugins/task_manager/server/manual_tests/get_rule_run_event_logs.js b/x-pack/platform/plugins/shared/task_manager/server/manual_tests/get_rule_run_event_logs.js similarity index 100% rename from x-pack/plugins/task_manager/server/manual_tests/get_rule_run_event_logs.js rename to x-pack/platform/plugins/shared/task_manager/server/manual_tests/get_rule_run_event_logs.js diff --git a/x-pack/plugins/task_manager/server/metrics/create_aggregator.test.ts b/x-pack/platform/plugins/shared/task_manager/server/metrics/create_aggregator.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/metrics/create_aggregator.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/metrics/create_aggregator.test.ts diff --git a/x-pack/plugins/task_manager/server/metrics/create_aggregator.ts b/x-pack/platform/plugins/shared/task_manager/server/metrics/create_aggregator.ts similarity index 100% rename from x-pack/plugins/task_manager/server/metrics/create_aggregator.ts rename to x-pack/platform/plugins/shared/task_manager/server/metrics/create_aggregator.ts diff --git a/x-pack/plugins/task_manager/server/metrics/index.ts b/x-pack/platform/plugins/shared/task_manager/server/metrics/index.ts similarity index 100% rename from x-pack/plugins/task_manager/server/metrics/index.ts rename to x-pack/platform/plugins/shared/task_manager/server/metrics/index.ts diff --git a/x-pack/plugins/task_manager/server/metrics/lib/counter.test.ts b/x-pack/platform/plugins/shared/task_manager/server/metrics/lib/counter.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/metrics/lib/counter.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/metrics/lib/counter.test.ts diff --git a/x-pack/plugins/task_manager/server/metrics/lib/counter.ts b/x-pack/platform/plugins/shared/task_manager/server/metrics/lib/counter.ts similarity index 100% rename from x-pack/plugins/task_manager/server/metrics/lib/counter.ts rename to x-pack/platform/plugins/shared/task_manager/server/metrics/lib/counter.ts diff --git a/x-pack/plugins/task_manager/server/metrics/lib/get_task_type_group.test.ts b/x-pack/platform/plugins/shared/task_manager/server/metrics/lib/get_task_type_group.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/metrics/lib/get_task_type_group.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/metrics/lib/get_task_type_group.test.ts diff --git a/x-pack/plugins/task_manager/server/metrics/lib/get_task_type_group.ts b/x-pack/platform/plugins/shared/task_manager/server/metrics/lib/get_task_type_group.ts similarity index 100% rename from x-pack/plugins/task_manager/server/metrics/lib/get_task_type_group.ts rename to x-pack/platform/plugins/shared/task_manager/server/metrics/lib/get_task_type_group.ts diff --git a/x-pack/plugins/task_manager/server/metrics/lib/index.ts b/x-pack/platform/plugins/shared/task_manager/server/metrics/lib/index.ts similarity index 100% rename from x-pack/plugins/task_manager/server/metrics/lib/index.ts rename to x-pack/platform/plugins/shared/task_manager/server/metrics/lib/index.ts diff --git a/x-pack/plugins/task_manager/server/metrics/lib/metric_counter_service.test.ts b/x-pack/platform/plugins/shared/task_manager/server/metrics/lib/metric_counter_service.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/metrics/lib/metric_counter_service.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/metrics/lib/metric_counter_service.test.ts diff --git a/x-pack/plugins/task_manager/server/metrics/lib/metric_counter_service.ts b/x-pack/platform/plugins/shared/task_manager/server/metrics/lib/metric_counter_service.ts similarity index 100% rename from x-pack/plugins/task_manager/server/metrics/lib/metric_counter_service.ts rename to x-pack/platform/plugins/shared/task_manager/server/metrics/lib/metric_counter_service.ts diff --git a/x-pack/plugins/task_manager/server/metrics/lib/simple_histogram.test.ts b/x-pack/platform/plugins/shared/task_manager/server/metrics/lib/simple_histogram.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/metrics/lib/simple_histogram.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/metrics/lib/simple_histogram.test.ts diff --git a/x-pack/plugins/task_manager/server/metrics/lib/simple_histogram.ts b/x-pack/platform/plugins/shared/task_manager/server/metrics/lib/simple_histogram.ts similarity index 100% rename from x-pack/plugins/task_manager/server/metrics/lib/simple_histogram.ts rename to x-pack/platform/plugins/shared/task_manager/server/metrics/lib/simple_histogram.ts diff --git a/x-pack/plugins/task_manager/server/metrics/lib/unflatten_object.test.ts b/x-pack/platform/plugins/shared/task_manager/server/metrics/lib/unflatten_object.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/metrics/lib/unflatten_object.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/metrics/lib/unflatten_object.test.ts diff --git a/x-pack/plugins/task_manager/server/metrics/lib/unflatten_object.ts b/x-pack/platform/plugins/shared/task_manager/server/metrics/lib/unflatten_object.ts similarity index 100% rename from x-pack/plugins/task_manager/server/metrics/lib/unflatten_object.ts rename to x-pack/platform/plugins/shared/task_manager/server/metrics/lib/unflatten_object.ts diff --git a/x-pack/plugins/task_manager/server/metrics/metrics_aggregator.mock.ts b/x-pack/platform/plugins/shared/task_manager/server/metrics/metrics_aggregator.mock.ts similarity index 100% rename from x-pack/plugins/task_manager/server/metrics/metrics_aggregator.mock.ts rename to x-pack/platform/plugins/shared/task_manager/server/metrics/metrics_aggregator.mock.ts diff --git a/x-pack/plugins/task_manager/server/metrics/metrics_stream.test.ts b/x-pack/platform/plugins/shared/task_manager/server/metrics/metrics_stream.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/metrics/metrics_stream.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/metrics/metrics_stream.test.ts diff --git a/x-pack/plugins/task_manager/server/metrics/metrics_stream.ts b/x-pack/platform/plugins/shared/task_manager/server/metrics/metrics_stream.ts similarity index 100% rename from x-pack/plugins/task_manager/server/metrics/metrics_stream.ts rename to x-pack/platform/plugins/shared/task_manager/server/metrics/metrics_stream.ts diff --git a/x-pack/plugins/task_manager/server/metrics/task_claim_metrics_aggregator.test.ts b/x-pack/platform/plugins/shared/task_manager/server/metrics/task_claim_metrics_aggregator.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/metrics/task_claim_metrics_aggregator.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/metrics/task_claim_metrics_aggregator.test.ts diff --git a/x-pack/plugins/task_manager/server/metrics/task_claim_metrics_aggregator.ts b/x-pack/platform/plugins/shared/task_manager/server/metrics/task_claim_metrics_aggregator.ts similarity index 100% rename from x-pack/plugins/task_manager/server/metrics/task_claim_metrics_aggregator.ts rename to x-pack/platform/plugins/shared/task_manager/server/metrics/task_claim_metrics_aggregator.ts diff --git a/x-pack/plugins/task_manager/server/metrics/task_metrics_collector.test.ts b/x-pack/platform/plugins/shared/task_manager/server/metrics/task_metrics_collector.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/metrics/task_metrics_collector.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/metrics/task_metrics_collector.test.ts diff --git a/x-pack/plugins/task_manager/server/metrics/task_metrics_collector.ts b/x-pack/platform/plugins/shared/task_manager/server/metrics/task_metrics_collector.ts similarity index 100% rename from x-pack/plugins/task_manager/server/metrics/task_metrics_collector.ts rename to x-pack/platform/plugins/shared/task_manager/server/metrics/task_metrics_collector.ts diff --git a/x-pack/plugins/task_manager/server/metrics/task_overdue_metrics_aggregator.test.ts b/x-pack/platform/plugins/shared/task_manager/server/metrics/task_overdue_metrics_aggregator.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/metrics/task_overdue_metrics_aggregator.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/metrics/task_overdue_metrics_aggregator.test.ts diff --git a/x-pack/plugins/task_manager/server/metrics/task_overdue_metrics_aggregator.ts b/x-pack/platform/plugins/shared/task_manager/server/metrics/task_overdue_metrics_aggregator.ts similarity index 100% rename from x-pack/plugins/task_manager/server/metrics/task_overdue_metrics_aggregator.ts rename to x-pack/platform/plugins/shared/task_manager/server/metrics/task_overdue_metrics_aggregator.ts diff --git a/x-pack/plugins/task_manager/server/metrics/task_run_metrics_aggregator.test.ts b/x-pack/platform/plugins/shared/task_manager/server/metrics/task_run_metrics_aggregator.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/metrics/task_run_metrics_aggregator.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/metrics/task_run_metrics_aggregator.test.ts diff --git a/x-pack/plugins/task_manager/server/metrics/task_run_metrics_aggregator.ts b/x-pack/platform/plugins/shared/task_manager/server/metrics/task_run_metrics_aggregator.ts similarity index 100% rename from x-pack/plugins/task_manager/server/metrics/task_run_metrics_aggregator.ts rename to x-pack/platform/plugins/shared/task_manager/server/metrics/task_run_metrics_aggregator.ts diff --git a/x-pack/plugins/task_manager/server/metrics/types.ts b/x-pack/platform/plugins/shared/task_manager/server/metrics/types.ts similarity index 100% rename from x-pack/plugins/task_manager/server/metrics/types.ts rename to x-pack/platform/plugins/shared/task_manager/server/metrics/types.ts diff --git a/x-pack/plugins/task_manager/server/mocks.ts b/x-pack/platform/plugins/shared/task_manager/server/mocks.ts similarity index 100% rename from x-pack/plugins/task_manager/server/mocks.ts rename to x-pack/platform/plugins/shared/task_manager/server/mocks.ts diff --git a/x-pack/plugins/task_manager/server/monitoring/background_task_utilization_statistics.test.ts b/x-pack/platform/plugins/shared/task_manager/server/monitoring/background_task_utilization_statistics.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/monitoring/background_task_utilization_statistics.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/monitoring/background_task_utilization_statistics.test.ts diff --git a/x-pack/plugins/task_manager/server/monitoring/background_task_utilization_statistics.ts b/x-pack/platform/plugins/shared/task_manager/server/monitoring/background_task_utilization_statistics.ts similarity index 100% rename from x-pack/plugins/task_manager/server/monitoring/background_task_utilization_statistics.ts rename to x-pack/platform/plugins/shared/task_manager/server/monitoring/background_task_utilization_statistics.ts diff --git a/x-pack/plugins/task_manager/server/monitoring/capacity_estimation.test.ts b/x-pack/platform/plugins/shared/task_manager/server/monitoring/capacity_estimation.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/monitoring/capacity_estimation.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/monitoring/capacity_estimation.test.ts diff --git a/x-pack/plugins/task_manager/server/monitoring/capacity_estimation.ts b/x-pack/platform/plugins/shared/task_manager/server/monitoring/capacity_estimation.ts similarity index 100% rename from x-pack/plugins/task_manager/server/monitoring/capacity_estimation.ts rename to x-pack/platform/plugins/shared/task_manager/server/monitoring/capacity_estimation.ts diff --git a/x-pack/plugins/task_manager/server/monitoring/configuration_statistics.test.ts b/x-pack/platform/plugins/shared/task_manager/server/monitoring/configuration_statistics.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/monitoring/configuration_statistics.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/monitoring/configuration_statistics.test.ts diff --git a/x-pack/plugins/task_manager/server/monitoring/configuration_statistics.ts b/x-pack/platform/plugins/shared/task_manager/server/monitoring/configuration_statistics.ts similarity index 100% rename from x-pack/plugins/task_manager/server/monitoring/configuration_statistics.ts rename to x-pack/platform/plugins/shared/task_manager/server/monitoring/configuration_statistics.ts diff --git a/x-pack/plugins/task_manager/server/monitoring/ephemeral_task_statistics.test.ts b/x-pack/platform/plugins/shared/task_manager/server/monitoring/ephemeral_task_statistics.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/monitoring/ephemeral_task_statistics.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/monitoring/ephemeral_task_statistics.test.ts diff --git a/x-pack/plugins/task_manager/server/monitoring/ephemeral_task_statistics.ts b/x-pack/platform/plugins/shared/task_manager/server/monitoring/ephemeral_task_statistics.ts similarity index 100% rename from x-pack/plugins/task_manager/server/monitoring/ephemeral_task_statistics.ts rename to x-pack/platform/plugins/shared/task_manager/server/monitoring/ephemeral_task_statistics.ts diff --git a/x-pack/plugins/task_manager/server/monitoring/index.ts b/x-pack/platform/plugins/shared/task_manager/server/monitoring/index.ts similarity index 100% rename from x-pack/plugins/task_manager/server/monitoring/index.ts rename to x-pack/platform/plugins/shared/task_manager/server/monitoring/index.ts diff --git a/x-pack/plugins/task_manager/server/monitoring/monitoring_stats_stream.test.ts b/x-pack/platform/plugins/shared/task_manager/server/monitoring/monitoring_stats_stream.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/monitoring/monitoring_stats_stream.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/monitoring/monitoring_stats_stream.test.ts diff --git a/x-pack/plugins/task_manager/server/monitoring/monitoring_stats_stream.ts b/x-pack/platform/plugins/shared/task_manager/server/monitoring/monitoring_stats_stream.ts similarity index 100% rename from x-pack/plugins/task_manager/server/monitoring/monitoring_stats_stream.ts rename to x-pack/platform/plugins/shared/task_manager/server/monitoring/monitoring_stats_stream.ts diff --git a/x-pack/plugins/task_manager/server/monitoring/task_run_calculators.test.ts b/x-pack/platform/plugins/shared/task_manager/server/monitoring/task_run_calculators.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/monitoring/task_run_calculators.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/monitoring/task_run_calculators.test.ts diff --git a/x-pack/plugins/task_manager/server/monitoring/task_run_calculators.ts b/x-pack/platform/plugins/shared/task_manager/server/monitoring/task_run_calculators.ts similarity index 100% rename from x-pack/plugins/task_manager/server/monitoring/task_run_calculators.ts rename to x-pack/platform/plugins/shared/task_manager/server/monitoring/task_run_calculators.ts diff --git a/x-pack/plugins/task_manager/server/monitoring/task_run_statistics.test.ts b/x-pack/platform/plugins/shared/task_manager/server/monitoring/task_run_statistics.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/monitoring/task_run_statistics.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/monitoring/task_run_statistics.test.ts diff --git a/x-pack/plugins/task_manager/server/monitoring/task_run_statistics.ts b/x-pack/platform/plugins/shared/task_manager/server/monitoring/task_run_statistics.ts similarity index 100% rename from x-pack/plugins/task_manager/server/monitoring/task_run_statistics.ts rename to x-pack/platform/plugins/shared/task_manager/server/monitoring/task_run_statistics.ts diff --git a/x-pack/plugins/task_manager/server/monitoring/workload_statistics.test.ts b/x-pack/platform/plugins/shared/task_manager/server/monitoring/workload_statistics.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/monitoring/workload_statistics.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/monitoring/workload_statistics.test.ts diff --git a/x-pack/plugins/task_manager/server/monitoring/workload_statistics.ts b/x-pack/platform/plugins/shared/task_manager/server/monitoring/workload_statistics.ts similarity index 100% rename from x-pack/plugins/task_manager/server/monitoring/workload_statistics.ts rename to x-pack/platform/plugins/shared/task_manager/server/monitoring/workload_statistics.ts diff --git a/x-pack/plugins/task_manager/server/plugin.test.ts b/x-pack/platform/plugins/shared/task_manager/server/plugin.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/plugin.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/plugin.test.ts diff --git a/x-pack/plugins/task_manager/server/plugin.ts b/x-pack/platform/plugins/shared/task_manager/server/plugin.ts similarity index 100% rename from x-pack/plugins/task_manager/server/plugin.ts rename to x-pack/platform/plugins/shared/task_manager/server/plugin.ts diff --git a/x-pack/plugins/task_manager/server/polling/delay_on_claim_conflicts.test.ts b/x-pack/platform/plugins/shared/task_manager/server/polling/delay_on_claim_conflicts.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/polling/delay_on_claim_conflicts.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/polling/delay_on_claim_conflicts.test.ts diff --git a/x-pack/plugins/task_manager/server/polling/delay_on_claim_conflicts.ts b/x-pack/platform/plugins/shared/task_manager/server/polling/delay_on_claim_conflicts.ts similarity index 100% rename from x-pack/plugins/task_manager/server/polling/delay_on_claim_conflicts.ts rename to x-pack/platform/plugins/shared/task_manager/server/polling/delay_on_claim_conflicts.ts diff --git a/x-pack/plugins/task_manager/server/polling/index.ts b/x-pack/platform/plugins/shared/task_manager/server/polling/index.ts similarity index 100% rename from x-pack/plugins/task_manager/server/polling/index.ts rename to x-pack/platform/plugins/shared/task_manager/server/polling/index.ts diff --git a/x-pack/plugins/task_manager/server/polling/task_poller.test.ts b/x-pack/platform/plugins/shared/task_manager/server/polling/task_poller.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/polling/task_poller.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/polling/task_poller.test.ts diff --git a/x-pack/plugins/task_manager/server/polling/task_poller.ts b/x-pack/platform/plugins/shared/task_manager/server/polling/task_poller.ts similarity index 100% rename from x-pack/plugins/task_manager/server/polling/task_poller.ts rename to x-pack/platform/plugins/shared/task_manager/server/polling/task_poller.ts diff --git a/x-pack/plugins/task_manager/server/polling_lifecycle.mock.ts b/x-pack/platform/plugins/shared/task_manager/server/polling_lifecycle.mock.ts similarity index 100% rename from x-pack/plugins/task_manager/server/polling_lifecycle.mock.ts rename to x-pack/platform/plugins/shared/task_manager/server/polling_lifecycle.mock.ts diff --git a/x-pack/plugins/task_manager/server/polling_lifecycle.test.ts b/x-pack/platform/plugins/shared/task_manager/server/polling_lifecycle.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/polling_lifecycle.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/polling_lifecycle.test.ts diff --git a/x-pack/plugins/task_manager/server/polling_lifecycle.ts b/x-pack/platform/plugins/shared/task_manager/server/polling_lifecycle.ts similarity index 100% rename from x-pack/plugins/task_manager/server/polling_lifecycle.ts rename to x-pack/platform/plugins/shared/task_manager/server/polling_lifecycle.ts diff --git a/x-pack/plugins/task_manager/server/queries/aggregate_task_overdue_percentiles_for_type.test.ts b/x-pack/platform/plugins/shared/task_manager/server/queries/aggregate_task_overdue_percentiles_for_type.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/queries/aggregate_task_overdue_percentiles_for_type.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/queries/aggregate_task_overdue_percentiles_for_type.test.ts diff --git a/x-pack/plugins/task_manager/server/queries/aggregate_task_overdue_percentiles_for_type.ts b/x-pack/platform/plugins/shared/task_manager/server/queries/aggregate_task_overdue_percentiles_for_type.ts similarity index 100% rename from x-pack/plugins/task_manager/server/queries/aggregate_task_overdue_percentiles_for_type.ts rename to x-pack/platform/plugins/shared/task_manager/server/queries/aggregate_task_overdue_percentiles_for_type.ts diff --git a/x-pack/plugins/task_manager/server/queries/mark_available_tasks_as_claimed.test.ts b/x-pack/platform/plugins/shared/task_manager/server/queries/mark_available_tasks_as_claimed.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/queries/mark_available_tasks_as_claimed.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/queries/mark_available_tasks_as_claimed.test.ts diff --git a/x-pack/plugins/task_manager/server/queries/mark_available_tasks_as_claimed.ts b/x-pack/platform/plugins/shared/task_manager/server/queries/mark_available_tasks_as_claimed.ts similarity index 100% rename from x-pack/plugins/task_manager/server/queries/mark_available_tasks_as_claimed.ts rename to x-pack/platform/plugins/shared/task_manager/server/queries/mark_available_tasks_as_claimed.ts diff --git a/x-pack/plugins/task_manager/server/queries/oldest_idle_action_task.test.ts b/x-pack/platform/plugins/shared/task_manager/server/queries/oldest_idle_action_task.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/queries/oldest_idle_action_task.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/queries/oldest_idle_action_task.test.ts diff --git a/x-pack/plugins/task_manager/server/queries/oldest_idle_action_task.ts b/x-pack/platform/plugins/shared/task_manager/server/queries/oldest_idle_action_task.ts similarity index 100% rename from x-pack/plugins/task_manager/server/queries/oldest_idle_action_task.ts rename to x-pack/platform/plugins/shared/task_manager/server/queries/oldest_idle_action_task.ts diff --git a/x-pack/plugins/task_manager/server/queries/query_clauses.test.ts b/x-pack/platform/plugins/shared/task_manager/server/queries/query_clauses.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/queries/query_clauses.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/queries/query_clauses.test.ts diff --git a/x-pack/plugins/task_manager/server/queries/query_clauses.ts b/x-pack/platform/plugins/shared/task_manager/server/queries/query_clauses.ts similarity index 100% rename from x-pack/plugins/task_manager/server/queries/query_clauses.ts rename to x-pack/platform/plugins/shared/task_manager/server/queries/query_clauses.ts diff --git a/x-pack/plugins/task_manager/server/queries/task_claiming.mock.ts b/x-pack/platform/plugins/shared/task_manager/server/queries/task_claiming.mock.ts similarity index 100% rename from x-pack/plugins/task_manager/server/queries/task_claiming.mock.ts rename to x-pack/platform/plugins/shared/task_manager/server/queries/task_claiming.mock.ts diff --git a/x-pack/plugins/task_manager/server/queries/task_claiming.test.ts b/x-pack/platform/plugins/shared/task_manager/server/queries/task_claiming.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/queries/task_claiming.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/queries/task_claiming.test.ts diff --git a/x-pack/plugins/task_manager/server/queries/task_claiming.ts b/x-pack/platform/plugins/shared/task_manager/server/queries/task_claiming.ts similarity index 100% rename from x-pack/plugins/task_manager/server/queries/task_claiming.ts rename to x-pack/platform/plugins/shared/task_manager/server/queries/task_claiming.ts diff --git a/x-pack/plugins/task_manager/server/removed_tasks/mark_removed_tasks_as_unrecognized.test.ts b/x-pack/platform/plugins/shared/task_manager/server/removed_tasks/mark_removed_tasks_as_unrecognized.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/removed_tasks/mark_removed_tasks_as_unrecognized.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/removed_tasks/mark_removed_tasks_as_unrecognized.test.ts diff --git a/x-pack/plugins/task_manager/server/removed_tasks/mark_removed_tasks_as_unrecognized.ts b/x-pack/platform/plugins/shared/task_manager/server/removed_tasks/mark_removed_tasks_as_unrecognized.ts similarity index 100% rename from x-pack/plugins/task_manager/server/removed_tasks/mark_removed_tasks_as_unrecognized.ts rename to x-pack/platform/plugins/shared/task_manager/server/removed_tasks/mark_removed_tasks_as_unrecognized.ts diff --git a/x-pack/plugins/task_manager/server/routes/_mock_handler_arguments.ts b/x-pack/platform/plugins/shared/task_manager/server/routes/_mock_handler_arguments.ts similarity index 100% rename from x-pack/plugins/task_manager/server/routes/_mock_handler_arguments.ts rename to x-pack/platform/plugins/shared/task_manager/server/routes/_mock_handler_arguments.ts diff --git a/x-pack/plugins/task_manager/server/routes/background_task_utilization.test.ts b/x-pack/platform/plugins/shared/task_manager/server/routes/background_task_utilization.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/routes/background_task_utilization.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/routes/background_task_utilization.test.ts diff --git a/x-pack/plugins/task_manager/server/routes/background_task_utilization.ts b/x-pack/platform/plugins/shared/task_manager/server/routes/background_task_utilization.ts similarity index 100% rename from x-pack/plugins/task_manager/server/routes/background_task_utilization.ts rename to x-pack/platform/plugins/shared/task_manager/server/routes/background_task_utilization.ts diff --git a/x-pack/plugins/task_manager/server/routes/health.test.ts b/x-pack/platform/plugins/shared/task_manager/server/routes/health.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/routes/health.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/routes/health.test.ts diff --git a/x-pack/plugins/task_manager/server/routes/health.ts b/x-pack/platform/plugins/shared/task_manager/server/routes/health.ts similarity index 100% rename from x-pack/plugins/task_manager/server/routes/health.ts rename to x-pack/platform/plugins/shared/task_manager/server/routes/health.ts diff --git a/x-pack/plugins/task_manager/server/routes/index.ts b/x-pack/platform/plugins/shared/task_manager/server/routes/index.ts similarity index 100% rename from x-pack/plugins/task_manager/server/routes/index.ts rename to x-pack/platform/plugins/shared/task_manager/server/routes/index.ts diff --git a/x-pack/plugins/task_manager/server/routes/metrics.test.ts b/x-pack/platform/plugins/shared/task_manager/server/routes/metrics.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/routes/metrics.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/routes/metrics.test.ts diff --git a/x-pack/plugins/task_manager/server/routes/metrics.ts b/x-pack/platform/plugins/shared/task_manager/server/routes/metrics.ts similarity index 100% rename from x-pack/plugins/task_manager/server/routes/metrics.ts rename to x-pack/platform/plugins/shared/task_manager/server/routes/metrics.ts diff --git a/x-pack/plugins/task_manager/server/saved_objects/index.ts b/x-pack/platform/plugins/shared/task_manager/server/saved_objects/index.ts similarity index 100% rename from x-pack/plugins/task_manager/server/saved_objects/index.ts rename to x-pack/platform/plugins/shared/task_manager/server/saved_objects/index.ts diff --git a/x-pack/plugins/task_manager/server/saved_objects/mappings.ts b/x-pack/platform/plugins/shared/task_manager/server/saved_objects/mappings.ts similarity index 100% rename from x-pack/plugins/task_manager/server/saved_objects/mappings.ts rename to x-pack/platform/plugins/shared/task_manager/server/saved_objects/mappings.ts diff --git a/x-pack/plugins/task_manager/server/saved_objects/migrations.test.ts b/x-pack/platform/plugins/shared/task_manager/server/saved_objects/migrations.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/saved_objects/migrations.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/saved_objects/migrations.test.ts diff --git a/x-pack/plugins/task_manager/server/saved_objects/migrations.ts b/x-pack/platform/plugins/shared/task_manager/server/saved_objects/migrations.ts similarity index 100% rename from x-pack/plugins/task_manager/server/saved_objects/migrations.ts rename to x-pack/platform/plugins/shared/task_manager/server/saved_objects/migrations.ts diff --git a/x-pack/plugins/task_manager/server/saved_objects/migrations_880.test.ts b/x-pack/platform/plugins/shared/task_manager/server/saved_objects/migrations_880.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/saved_objects/migrations_880.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/saved_objects/migrations_880.test.ts diff --git a/x-pack/plugins/task_manager/server/saved_objects/migrations_helpers/get_rule_task_state.js b/x-pack/platform/plugins/shared/task_manager/server/saved_objects/migrations_helpers/get_rule_task_state.js similarity index 100% rename from x-pack/plugins/task_manager/server/saved_objects/migrations_helpers/get_rule_task_state.js rename to x-pack/platform/plugins/shared/task_manager/server/saved_objects/migrations_helpers/get_rule_task_state.js diff --git a/x-pack/plugins/task_manager/server/saved_objects/model_versions/background_task_node_model_versions.ts b/x-pack/platform/plugins/shared/task_manager/server/saved_objects/model_versions/background_task_node_model_versions.ts similarity index 100% rename from x-pack/plugins/task_manager/server/saved_objects/model_versions/background_task_node_model_versions.ts rename to x-pack/platform/plugins/shared/task_manager/server/saved_objects/model_versions/background_task_node_model_versions.ts diff --git a/x-pack/plugins/task_manager/server/saved_objects/model_versions/index.ts b/x-pack/platform/plugins/shared/task_manager/server/saved_objects/model_versions/index.ts similarity index 100% rename from x-pack/plugins/task_manager/server/saved_objects/model_versions/index.ts rename to x-pack/platform/plugins/shared/task_manager/server/saved_objects/model_versions/index.ts diff --git a/x-pack/plugins/task_manager/server/saved_objects/model_versions/task_model_versions.ts b/x-pack/platform/plugins/shared/task_manager/server/saved_objects/model_versions/task_model_versions.ts similarity index 100% rename from x-pack/plugins/task_manager/server/saved_objects/model_versions/task_model_versions.ts rename to x-pack/platform/plugins/shared/task_manager/server/saved_objects/model_versions/task_model_versions.ts diff --git a/x-pack/plugins/task_manager/server/saved_objects/schemas/background_task_node.ts b/x-pack/platform/plugins/shared/task_manager/server/saved_objects/schemas/background_task_node.ts similarity index 100% rename from x-pack/plugins/task_manager/server/saved_objects/schemas/background_task_node.ts rename to x-pack/platform/plugins/shared/task_manager/server/saved_objects/schemas/background_task_node.ts diff --git a/x-pack/plugins/task_manager/server/saved_objects/schemas/task.ts b/x-pack/platform/plugins/shared/task_manager/server/saved_objects/schemas/task.ts similarity index 100% rename from x-pack/plugins/task_manager/server/saved_objects/schemas/task.ts rename to x-pack/platform/plugins/shared/task_manager/server/saved_objects/schemas/task.ts diff --git a/x-pack/plugins/task_manager/server/task.ts b/x-pack/platform/plugins/shared/task_manager/server/task.ts similarity index 100% rename from x-pack/plugins/task_manager/server/task.ts rename to x-pack/platform/plugins/shared/task_manager/server/task.ts diff --git a/x-pack/plugins/task_manager/server/task_claimers/README.md b/x-pack/platform/plugins/shared/task_manager/server/task_claimers/README.md similarity index 100% rename from x-pack/plugins/task_manager/server/task_claimers/README.md rename to x-pack/platform/plugins/shared/task_manager/server/task_claimers/README.md diff --git a/x-pack/plugins/task_manager/server/task_claimers/index.test.ts b/x-pack/platform/plugins/shared/task_manager/server/task_claimers/index.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/task_claimers/index.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/task_claimers/index.test.ts diff --git a/x-pack/plugins/task_manager/server/task_claimers/index.ts b/x-pack/platform/plugins/shared/task_manager/server/task_claimers/index.ts similarity index 100% rename from x-pack/plugins/task_manager/server/task_claimers/index.ts rename to x-pack/platform/plugins/shared/task_manager/server/task_claimers/index.ts diff --git a/x-pack/plugins/task_manager/server/task_claimers/lib/task_selector_by_capacity.ts b/x-pack/platform/plugins/shared/task_manager/server/task_claimers/lib/task_selector_by_capacity.ts similarity index 100% rename from x-pack/plugins/task_manager/server/task_claimers/lib/task_selector_by_capacity.ts rename to x-pack/platform/plugins/shared/task_manager/server/task_claimers/lib/task_selector_by_capacity.ts diff --git a/x-pack/plugins/task_manager/server/task_claimers/strategy_mget.test.ts b/x-pack/platform/plugins/shared/task_manager/server/task_claimers/strategy_mget.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/task_claimers/strategy_mget.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/task_claimers/strategy_mget.test.ts diff --git a/x-pack/plugins/task_manager/server/task_claimers/strategy_mget.ts b/x-pack/platform/plugins/shared/task_manager/server/task_claimers/strategy_mget.ts similarity index 100% rename from x-pack/plugins/task_manager/server/task_claimers/strategy_mget.ts rename to x-pack/platform/plugins/shared/task_manager/server/task_claimers/strategy_mget.ts diff --git a/x-pack/plugins/task_manager/server/task_claimers/strategy_update_by_query.test.ts b/x-pack/platform/plugins/shared/task_manager/server/task_claimers/strategy_update_by_query.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/task_claimers/strategy_update_by_query.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/task_claimers/strategy_update_by_query.test.ts diff --git a/x-pack/plugins/task_manager/server/task_claimers/strategy_update_by_query.ts b/x-pack/platform/plugins/shared/task_manager/server/task_claimers/strategy_update_by_query.ts similarity index 100% rename from x-pack/plugins/task_manager/server/task_claimers/strategy_update_by_query.ts rename to x-pack/platform/plugins/shared/task_manager/server/task_claimers/strategy_update_by_query.ts diff --git a/x-pack/plugins/task_manager/server/task_events.test.ts b/x-pack/platform/plugins/shared/task_manager/server/task_events.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/task_events.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/task_events.test.ts diff --git a/x-pack/plugins/task_manager/server/task_events.ts b/x-pack/platform/plugins/shared/task_manager/server/task_events.ts similarity index 100% rename from x-pack/plugins/task_manager/server/task_events.ts rename to x-pack/platform/plugins/shared/task_manager/server/task_events.ts diff --git a/x-pack/plugins/task_manager/server/task_pool/capacity.mock.ts b/x-pack/platform/plugins/shared/task_manager/server/task_pool/capacity.mock.ts similarity index 100% rename from x-pack/plugins/task_manager/server/task_pool/capacity.mock.ts rename to x-pack/platform/plugins/shared/task_manager/server/task_pool/capacity.mock.ts diff --git a/x-pack/plugins/task_manager/server/task_pool/cost_capacity.test.ts b/x-pack/platform/plugins/shared/task_manager/server/task_pool/cost_capacity.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/task_pool/cost_capacity.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/task_pool/cost_capacity.test.ts diff --git a/x-pack/plugins/task_manager/server/task_pool/cost_capacity.ts b/x-pack/platform/plugins/shared/task_manager/server/task_pool/cost_capacity.ts similarity index 100% rename from x-pack/plugins/task_manager/server/task_pool/cost_capacity.ts rename to x-pack/platform/plugins/shared/task_manager/server/task_pool/cost_capacity.ts diff --git a/x-pack/plugins/task_manager/server/task_pool/index.ts b/x-pack/platform/plugins/shared/task_manager/server/task_pool/index.ts similarity index 100% rename from x-pack/plugins/task_manager/server/task_pool/index.ts rename to x-pack/platform/plugins/shared/task_manager/server/task_pool/index.ts diff --git a/x-pack/plugins/task_manager/server/task_pool/task_pool.mock.ts b/x-pack/platform/plugins/shared/task_manager/server/task_pool/task_pool.mock.ts similarity index 100% rename from x-pack/plugins/task_manager/server/task_pool/task_pool.mock.ts rename to x-pack/platform/plugins/shared/task_manager/server/task_pool/task_pool.mock.ts diff --git a/x-pack/plugins/task_manager/server/task_pool/task_pool.test.ts b/x-pack/platform/plugins/shared/task_manager/server/task_pool/task_pool.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/task_pool/task_pool.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/task_pool/task_pool.test.ts diff --git a/x-pack/plugins/task_manager/server/task_pool/task_pool.ts b/x-pack/platform/plugins/shared/task_manager/server/task_pool/task_pool.ts similarity index 100% rename from x-pack/plugins/task_manager/server/task_pool/task_pool.ts rename to x-pack/platform/plugins/shared/task_manager/server/task_pool/task_pool.ts diff --git a/x-pack/plugins/task_manager/server/task_pool/test_utils.ts b/x-pack/platform/plugins/shared/task_manager/server/task_pool/test_utils.ts similarity index 100% rename from x-pack/plugins/task_manager/server/task_pool/test_utils.ts rename to x-pack/platform/plugins/shared/task_manager/server/task_pool/test_utils.ts diff --git a/x-pack/plugins/task_manager/server/task_pool/types.ts b/x-pack/platform/plugins/shared/task_manager/server/task_pool/types.ts similarity index 100% rename from x-pack/plugins/task_manager/server/task_pool/types.ts rename to x-pack/platform/plugins/shared/task_manager/server/task_pool/types.ts diff --git a/x-pack/plugins/task_manager/server/task_pool/utils.ts b/x-pack/platform/plugins/shared/task_manager/server/task_pool/utils.ts similarity index 100% rename from x-pack/plugins/task_manager/server/task_pool/utils.ts rename to x-pack/platform/plugins/shared/task_manager/server/task_pool/utils.ts diff --git a/x-pack/plugins/task_manager/server/task_pool/worker_capacity.test.ts b/x-pack/platform/plugins/shared/task_manager/server/task_pool/worker_capacity.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/task_pool/worker_capacity.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/task_pool/worker_capacity.test.ts diff --git a/x-pack/plugins/task_manager/server/task_pool/worker_capacity.ts b/x-pack/platform/plugins/shared/task_manager/server/task_pool/worker_capacity.ts similarity index 100% rename from x-pack/plugins/task_manager/server/task_pool/worker_capacity.ts rename to x-pack/platform/plugins/shared/task_manager/server/task_pool/worker_capacity.ts diff --git a/x-pack/plugins/task_manager/server/task_running/ephemeral_task_runner.ts b/x-pack/platform/plugins/shared/task_manager/server/task_running/ephemeral_task_runner.ts similarity index 100% rename from x-pack/plugins/task_manager/server/task_running/ephemeral_task_runner.ts rename to x-pack/platform/plugins/shared/task_manager/server/task_running/ephemeral_task_runner.ts diff --git a/x-pack/plugins/task_manager/server/task_running/errors.test.ts b/x-pack/platform/plugins/shared/task_manager/server/task_running/errors.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/task_running/errors.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/task_running/errors.test.ts diff --git a/x-pack/plugins/task_manager/server/task_running/errors.ts b/x-pack/platform/plugins/shared/task_manager/server/task_running/errors.ts similarity index 100% rename from x-pack/plugins/task_manager/server/task_running/errors.ts rename to x-pack/platform/plugins/shared/task_manager/server/task_running/errors.ts diff --git a/x-pack/plugins/task_manager/server/task_running/index.ts b/x-pack/platform/plugins/shared/task_manager/server/task_running/index.ts similarity index 100% rename from x-pack/plugins/task_manager/server/task_running/index.ts rename to x-pack/platform/plugins/shared/task_manager/server/task_running/index.ts diff --git a/x-pack/plugins/task_manager/server/task_running/task_runner.test.ts b/x-pack/platform/plugins/shared/task_manager/server/task_running/task_runner.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/task_running/task_runner.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/task_running/task_runner.test.ts diff --git a/x-pack/plugins/task_manager/server/task_running/task_runner.ts b/x-pack/platform/plugins/shared/task_manager/server/task_running/task_runner.ts similarity index 100% rename from x-pack/plugins/task_manager/server/task_running/task_runner.ts rename to x-pack/platform/plugins/shared/task_manager/server/task_running/task_runner.ts diff --git a/x-pack/plugins/task_manager/server/task_scheduling.mock.ts b/x-pack/platform/plugins/shared/task_manager/server/task_scheduling.mock.ts similarity index 100% rename from x-pack/plugins/task_manager/server/task_scheduling.mock.ts rename to x-pack/platform/plugins/shared/task_manager/server/task_scheduling.mock.ts diff --git a/x-pack/plugins/task_manager/server/task_scheduling.test.ts b/x-pack/platform/plugins/shared/task_manager/server/task_scheduling.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/task_scheduling.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/task_scheduling.test.ts diff --git a/x-pack/plugins/task_manager/server/task_scheduling.ts b/x-pack/platform/plugins/shared/task_manager/server/task_scheduling.ts similarity index 100% rename from x-pack/plugins/task_manager/server/task_scheduling.ts rename to x-pack/platform/plugins/shared/task_manager/server/task_scheduling.ts diff --git a/x-pack/plugins/task_manager/server/task_store.mock.ts b/x-pack/platform/plugins/shared/task_manager/server/task_store.mock.ts similarity index 100% rename from x-pack/plugins/task_manager/server/task_store.mock.ts rename to x-pack/platform/plugins/shared/task_manager/server/task_store.mock.ts diff --git a/x-pack/plugins/task_manager/server/task_store.test.ts b/x-pack/platform/plugins/shared/task_manager/server/task_store.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/task_store.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/task_store.test.ts diff --git a/x-pack/plugins/task_manager/server/task_store.ts b/x-pack/platform/plugins/shared/task_manager/server/task_store.ts similarity index 100% rename from x-pack/plugins/task_manager/server/task_store.ts rename to x-pack/platform/plugins/shared/task_manager/server/task_store.ts diff --git a/x-pack/plugins/task_manager/server/task_type_dictionary.test.ts b/x-pack/platform/plugins/shared/task_manager/server/task_type_dictionary.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/task_type_dictionary.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/task_type_dictionary.test.ts diff --git a/x-pack/plugins/task_manager/server/task_type_dictionary.ts b/x-pack/platform/plugins/shared/task_manager/server/task_type_dictionary.ts similarity index 100% rename from x-pack/plugins/task_manager/server/task_type_dictionary.ts rename to x-pack/platform/plugins/shared/task_manager/server/task_type_dictionary.ts diff --git a/x-pack/plugins/task_manager/server/task_validator.test.ts b/x-pack/platform/plugins/shared/task_manager/server/task_validator.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/task_validator.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/task_validator.test.ts diff --git a/x-pack/plugins/task_manager/server/task_validator.ts b/x-pack/platform/plugins/shared/task_manager/server/task_validator.ts similarity index 100% rename from x-pack/plugins/task_manager/server/task_validator.ts rename to x-pack/platform/plugins/shared/task_manager/server/task_validator.ts diff --git a/x-pack/plugins/task_manager/server/test_utils/index.ts b/x-pack/platform/plugins/shared/task_manager/server/test_utils/index.ts similarity index 100% rename from x-pack/plugins/task_manager/server/test_utils/index.ts rename to x-pack/platform/plugins/shared/task_manager/server/test_utils/index.ts diff --git a/x-pack/plugins/task_manager/server/usage/index.ts b/x-pack/platform/plugins/shared/task_manager/server/usage/index.ts similarity index 100% rename from x-pack/plugins/task_manager/server/usage/index.ts rename to x-pack/platform/plugins/shared/task_manager/server/usage/index.ts diff --git a/x-pack/plugins/task_manager/server/usage/task_manager_usage_collector.test.ts b/x-pack/platform/plugins/shared/task_manager/server/usage/task_manager_usage_collector.test.ts similarity index 100% rename from x-pack/plugins/task_manager/server/usage/task_manager_usage_collector.test.ts rename to x-pack/platform/plugins/shared/task_manager/server/usage/task_manager_usage_collector.test.ts diff --git a/x-pack/plugins/task_manager/server/usage/task_manager_usage_collector.ts b/x-pack/platform/plugins/shared/task_manager/server/usage/task_manager_usage_collector.ts similarity index 100% rename from x-pack/plugins/task_manager/server/usage/task_manager_usage_collector.ts rename to x-pack/platform/plugins/shared/task_manager/server/usage/task_manager_usage_collector.ts diff --git a/x-pack/plugins/task_manager/server/usage/types.ts b/x-pack/platform/plugins/shared/task_manager/server/usage/types.ts similarity index 100% rename from x-pack/plugins/task_manager/server/usage/types.ts rename to x-pack/platform/plugins/shared/task_manager/server/usage/types.ts diff --git a/x-pack/plugins/task_manager/tsconfig.json b/x-pack/platform/plugins/shared/task_manager/tsconfig.json similarity index 94% rename from x-pack/plugins/task_manager/tsconfig.json rename to x-pack/platform/plugins/shared/task_manager/tsconfig.json index b11eaaf44a905..498c53d0284db 100644 --- a/x-pack/plugins/task_manager/tsconfig.json +++ b/x-pack/platform/plugins/shared/task_manager/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "../../../tsconfig.base.json", + "extends": "../../../../../tsconfig.base.json", "compilerOptions": { "outDir": "target/types" }, diff --git a/x-pack/plugins/triggers_actions_ui/.storybook/context/action_type_registry.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/.storybook/context/action_type_registry.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/.storybook/context/action_type_registry.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/.storybook/context/action_type_registry.tsx diff --git a/x-pack/plugins/triggers_actions_ui/.storybook/context/application.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/.storybook/context/application.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/.storybook/context/application.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/.storybook/context/application.tsx diff --git a/x-pack/plugins/triggers_actions_ui/.storybook/context/capabilities.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/.storybook/context/capabilities.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/.storybook/context/capabilities.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/.storybook/context/capabilities.tsx diff --git a/x-pack/plugins/triggers_actions_ui/.storybook/context/http.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/.storybook/context/http.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/.storybook/context/http.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/.storybook/context/http.ts diff --git a/x-pack/plugins/triggers_actions_ui/.storybook/context/rule_type_registry.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/.storybook/context/rule_type_registry.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/.storybook/context/rule_type_registry.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/.storybook/context/rule_type_registry.ts diff --git a/x-pack/plugins/triggers_actions_ui/.storybook/decorator.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/.storybook/decorator.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/.storybook/decorator.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/.storybook/decorator.tsx diff --git a/x-pack/plugins/triggers_actions_ui/.storybook/main.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/.storybook/main.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/.storybook/main.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/.storybook/main.ts diff --git a/x-pack/plugins/triggers_actions_ui/.storybook/manager.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/.storybook/manager.ts similarity index 92% rename from x-pack/plugins/triggers_actions_ui/.storybook/manager.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/.storybook/manager.ts index 17fb8fc042000..b650b8d2d22ab 100644 --- a/x-pack/plugins/triggers_actions_ui/.storybook/manager.ts +++ b/x-pack/platform/plugins/shared/triggers_actions_ui/.storybook/manager.ts @@ -13,7 +13,7 @@ addons.setConfig({ theme: create({ base: 'light', brandTitle: 'Triggers Actions UI Storybook', - brandUrl: 'https://github.com/elastic/kibana/tree/main/x-pack/plugins/triggers_actions_ui', + brandUrl: 'https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/triggers_actions_ui', }), showPanel: true, selectedPanel: PANEL_ID, diff --git a/x-pack/plugins/triggers_actions_ui/.storybook/preview.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/.storybook/preview.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/.storybook/preview.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/.storybook/preview.tsx diff --git a/x-pack/plugins/triggers_actions_ui/README.md b/x-pack/platform/plugins/shared/triggers_actions_ui/README.md similarity index 95% rename from x-pack/plugins/triggers_actions_ui/README.md rename to x-pack/platform/plugins/shared/triggers_actions_ui/README.md index 4678324fdbef4..53eead1676c52 100644 --- a/x-pack/plugins/triggers_actions_ui/README.md +++ b/x-pack/platform/plugins/shared/triggers_actions_ui/README.md @@ -52,8 +52,8 @@ Kibana ships with several built-in alert types: Every alert type must be registered server side, and can optionally be registered client side. Only alert types registered on both client and server will be displayed in the Create Alert flyout, as a part of the UI. -Built-in alert types UI are located under the folder `x-pack/plugins/triggers_actions_ui/public/application/components/builtin_alert_types` -and this is a file `x-pack/plugins/triggers_actions_ui/public/application/components/builtin_alert_types/index.ts` for client side registration. +Built-in alert types UI are located under the folder `x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/builtin_alert_types` +and this is a file `x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/builtin_alert_types/index.ts` for client side registration. ### Index Threshold Alert @@ -125,7 +125,7 @@ const setRuleProperty = (key: string, value: any) => { ``` -'x-pack/plugins/triggers_actions_ui/public/application/sections/alert_add/alert_reducer.ts' define the methods for changing different type of alert properties: +'x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alert_add/alert_reducer.ts' define the methods for changing different type of alert properties: ``` export const alertReducer = (state: any, action: AlertReducerAction) => { @@ -259,7 +259,7 @@ Each alert type should be defined as `RuleTypeModel` object with the these prope | requiresAppContext | Define if alert type is enabled for create and edit in the alerting management UI. | IMPORTANT: The current UI supports a single action group only. -Action groups are mapped from the server API result for [GET /api/alerts/list_alert_types: List alert types](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting#get-apialerttypes-list-alert-types). +Action groups are mapped from the server API result for [GET /api/alerts/list_alert_types: List alert types](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/alerting#get-apialerttypes-list-alert-types). Server side alert type model: ``` @@ -283,7 +283,7 @@ Design of user interface and server API for multiple action groups is under disc There are two ways of registering a new alert type: 1. Directly in the `triggers_actions_ui` plugin. In this case, the alert type will be available in the Create Alert flyout of the Alerts and Actions management section. - Registration code for a new alert type model should be added to the file `x-pack/plugins/triggers_actions_ui/public/application/components/builtin_alert_types/index.ts` + Registration code for a new alert type model should be added to the file `x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/builtin_alert_types/index.ts` Only registered alert types are available in UI. 2. Register the alert type in another plugin. In this case, the alert type will be available only in the current plugin UI. @@ -299,17 +299,17 @@ triggersActionsUi.ruleTypeRegistry.register(getSomeNewAlertType()); ## Create and register new alert type UI example -Before registering a UI for a new Alert Type, you should first register the type on the server-side by following the Alerting guide: https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting#example +Before registering a UI for a new Alert Type, you should first register the type on the server-side by following the Alerting guide: https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/alerting#example Alert type UI is expected to be defined as `RuleTypeModel` object. Below is a list of steps that should be done to build and register a new alert type with the name `Example Alert Type`: -1. At any suitable place in Kibana, create a file, which will expose an object implementing interface [RuleTypeModel](https://github.com/elastic/kibana/blob/55b7905fb5265b73806006e7265739545d7521d0/x-pack/legacy/plugins/triggers_actions_ui/np_ready/public/types.ts#L83). Example: +1. At any suitable place in Kibana, create a file, which will expose an object implementing interface [RuleTypeModel](https://github.com/elastic/kibana/blob/55b7905fb5265b73806006e7265739545d7521d0/x-pack/legacy/platform/plugins/shared/triggers_actions_ui/np_ready/public/types.ts#L83). Example: ``` import { lazy } from 'react'; -import { RuleTypeModel } from '../../../../types'; +import { RuleTypeModel } from '../../../../../../types'; import { validateExampleAlertType } from './validation'; export function getAlertType(): RuleTypeModel { @@ -332,8 +332,8 @@ Fields of this object `RuleTypeModel` will be mapped properly in the UI below. ``` import React, { useState } from 'react'; import { EuiFlexGroup, EuiFlexItem } from '@elastic/eui'; -import { WhenExpression, OfExpression } from '../../../../common/expression_items'; -import { builtInAggregationTypes } from '../../../../common/constants'; +import { WhenExpression, OfExpression } from '../../../../../../common/expression_items'; +import { builtInAggregationTypes } from '../../../../../../common/constants'; interface ExampleProps { testAggType?: string; @@ -390,7 +390,7 @@ Expression components, which can be embedded to different alert types, are descr ``` import { i18n } from '@kbn/i18n'; -import { ValidationResult } from '../../../../types'; +import { ValidationResult } from '../../../../../../types'; export function validateExampleAlertType({ testAggField, @@ -413,7 +413,7 @@ export function validateExampleAlertType({ } ``` -4. Extend registration code with the new alert type register in the file `x-pack/plugins/triggers_actions_ui/public/application/components/builtin_alert_types/index.ts` +4. Extend registration code with the new alert type register in the file `x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/builtin_alert_types/index.ts` ``` import { getAlertType as getExampledAlertType } from './example'; @@ -459,7 +459,7 @@ interface WhenExpressionProps { | Property | Description | | ----------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | aggType | Selected aggregation type that will be set as the alert type property. | -| customAggTypesOptions | (Optional) List of aggregation types that replaces the default options defined in constants `x-pack/plugins/triggers_actions_ui/public/common/constants/aggregation_types.ts`. | +| customAggTypesOptions | (Optional) List of aggregation types that replaces the default options defined in constants `x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/aggregation_types.ts`. | | onChangeSelectedAggType | event handler that will be executed when selected aggregation type is changed. | | popupPosition | (Optional) expression popup position. Default is `downLeft`. Recommend changing it for a small parent window space. | @@ -505,7 +505,7 @@ interface OfExpressionProps { | errors | List of errors with proper messages for the alert params that should be validated. In current component is validated `aggField`. | | onChangeSelectedAggField | Event handler that will be excuted if selected aggregation field is changed. | | fields | Fields list that will be available in the OF `Select a field` dropdown. | -| customAggTypesOptions | (Optional) List of aggregation types that replaces the default options defined in constants `x-pack/plugins/triggers_actions_ui/public/common/constants/aggregation_types.ts`. | +| customAggTypesOptions | (Optional) List of aggregation types that replaces the default options defined in constants `x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/aggregation_types.ts`. | | popupPosition | (Optional) expression popup position. Default is `downRight`. Recommend changing it for a small parent window space. | ### GROUPED BY expression component @@ -559,7 +559,7 @@ interface GroupByExpressionProps { | onChangeSelectedTermField | Event handler that will be executed if selected term field is changed. | | onChangeSelectedGroupBy | Event handler that will be executed if selected group by is changed. | | fields | Fields list with options for the `termField` dropdown. | -| customGroupByTypes | (Optional) List of group by types that replaces the default options defined in constants `x-pack/plugins/triggers_actions_ui/public/common/constants/group_by_types.ts`. | +| customGroupByTypes | (Optional) List of group by types that replaces the default options defined in constants `x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/group_by_types.ts`. | | popupPosition | (Optional) expression popup position. Default is `downLeft`. Recommend changing it for a small parent window space. | ### FOR THE LAST expression component @@ -645,7 +645,7 @@ interface ThresholdExpressionProps { | errors | List of errors with proper messages for the alert params that should be validated. In current component is validated `threshold0` and `threshold1`. | | onChangeSelectedThresholdComparator | Event handler that will be excuted if selected threshold comparator is changed. | | onChangeSelectedThreshold | Event handler that will be excuted if selected threshold is changed. | -| customComparators | (Optional) List of comparators that replaces the default options defined in constants `x-pack/plugins/triggers_actions_ui/public/common/constants/comparators.ts`. | +| customComparators | (Optional) List of comparators that replaces the default options defined in constants `x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/comparators.ts`. | | popupPosition | (Optional) expression popup position. Default is `downLeft`. Recommend changing it for a small parent window space. | ## Alert Conditions Components @@ -886,8 +886,8 @@ Kibana ships with a set of built-in action types UI: Every action type should be registered server side, and can be optionally registered client side. Only action types registered on both client and server will be displayed in the Alerts and Actions UI. -Built-in action types UI is located under the folder `x-pack/plugins/triggers_actions_ui/public/application/components/builtin_action_types` -and this is a file `x-pack/plugins/triggers_actions_ui/public/application/components/builtin_action_types/index.ts` for client side registration. +Built-in action types UI is located under the folder `x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/builtin_action_types` +and this is a file `x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/builtin_action_types/index.ts` for client side registration. ### Server log @@ -1192,7 +1192,7 @@ Each action type should be defined as an `ActionTypeModel` object with the follo There are two ways to register a new action type UI: 1. Directly in `triggers_actions_ui` plugin. In this case, the action type will be available in the Alerts and Actions management section. - Registration code for a new action type model should be added to the file `x-pack/plugins/triggers_actions_ui/public/application/components/builtin_action_types/index.ts` + Registration code for a new action type model should be added to the file `x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/builtin_action_types/index.ts` Only registered action types are available in UI. 2. Register action type in another plugin. In this case, the action type will be available only in the current plugin UI. @@ -1208,7 +1208,7 @@ triggersActionsUi.actionTypeRegistry.register(getSomeNewActionType()); ## Create and register new action type UI -Before starting the UI implementation, the [server side registration](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions#action-types) should be done first. +Before starting the UI implementation, the [server side registration](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/actions#action-types) should be done first. Action type UI is expected to be defined as `ActionTypeModel` object. @@ -1226,7 +1226,7 @@ import { ValidationResult, ActionConnectorFieldsProps, ActionParamsProps, -} from '../../../types'; +} from '../../../../../types'; interface ExampleActionParams { message: string; @@ -1280,7 +1280,7 @@ import { i18n } from '@kbn/i18n'; import { FieldConfig, UseField } from '@kbn/es-ui-shared-plugin/static/forms/hook_form_lib'; import { fieldValidators } from '@kbn/es-ui-shared-plugin/static/forms/helpers'; import { TextField } from '@kbn/es-ui-shared-plugin/static/forms/components'; -import { ActionConnectorFieldsProps } from '../../../types'; +import { ActionConnectorFieldsProps } from '../../../../../types'; const { emptyField } = fieldValidators; @@ -1329,7 +1329,7 @@ import { ValidationResult, ActionConnectorFieldsProps, ActionParamsProps, -} from '../../../types'; +} from '../../../../../types'; interface ExampleActionParams { message: string; @@ -1366,7 +1366,7 @@ const ExampleParamsFields: React.FunctionComponent { const { http, triggersActionsUi, notifications } = useKibana().services; @@ -1504,7 +1504,7 @@ interface ActionAccordionFormProps { | actionTypeRegistry | Registry for action types. | | toastNotifications | Toast messages Plugin Setup Contract. | | docLinks | Documentation links Plugin Start Contract. | -| featureId | Property that filters which action types are loaded when the flyout is opened. Each action type configures the feature ids it is available in during [server side registration](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions#action-types). | +| featureId | Property that filters which action types are loaded when the flyout is opened. Each action type configures the feature ids it is available in during [server side registration](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/actions#action-types). | | messageVariables | Optional property, which allows to define a list of variables for action 'message' property. Set `useWithTripleBracesInTemplates` to true if you don't want the variable escaped when rendering. | | defaultActionMessage | Optional property, which allows to define a message value for action with 'message' property. | | capabilities | Kibana core's Capabilities ApplicationStart['capabilities']. | @@ -1531,7 +1531,7 @@ Follow the instructions bellow to embed the Create Connector flyout within any K import { TriggersAndActionsUIPublicPluginSetup, TriggersAndActionsUIPublicPluginStart, - } from '../../../../../x-pack/plugins/triggers_actions_ui/public'; + } from '../../../../../../../x-pack/platform/plugins/shared/triggers_actions_ui/public'; triggersActionsUi: TriggersAndActionsUIPublicPluginSetup; ... @@ -1545,7 +1545,7 @@ Then this dependency will be used to embed Create Connector flyout or register n ``` // import section -import { ActionsConnectorsContextProvider, CreateConnectorFlyout } from '../../../../../../../triggers_actions_ui/public'; +import { ActionsConnectorsContextProvider, CreateConnectorFlyout } from '../../../../../../../../../triggers_actions_ui/public'; // in the component state definition section const [addFlyoutVisible, setAddFlyoutVisibility] = useState(false); @@ -1601,7 +1601,7 @@ export interface ConnectorAddFlyoutProps { | ------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | actionTypeRegistry | The action type registry. | | onClose | Called when closing the flyout | -| featureId | Optional property that filters which action types are loaded when the flyout is opened. Each action type configures the feature ids it is available in during [server side registration](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions#action-types). | +| featureId | Optional property that filters which action types are loaded when the flyout is opened. Each action type configures the feature ids it is available in during [server side registration](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/actions#action-types). | | onConnectorCreated | Optional property. Function to be called after the creation of the connector. | | onTestConnector | Optional property. Function to be called when the user press the Save & Test button. | @@ -1615,7 +1615,7 @@ Follow the instructions bellow to embed the Edit Connector flyout within any Kib import { TriggersAndActionsUIPublicPluginSetup, TriggersAndActionsUIPublicPluginStart, - } from '../../../../../x-pack/plugins/triggers_actions_ui/public'; + } from '../../../../../../../x-pack/platform/plugins/shared/triggers_actions_ui/public'; triggersActionsUi: TriggersAndActionsUIPublicPluginSetup; ... @@ -1629,7 +1629,7 @@ Then this dependency will be used to embed Edit Connector flyout. ``` // import section -import { ActionsConnectorsContextProvider, EditConnectorFlyout } from '../../../../../../../triggers_actions_ui/public'; +import { ActionsConnectorsContextProvider, EditConnectorFlyout } from '../../../../../../../../../triggers_actions_ui/public'; // in the component state definition section const [editFlyoutVisible, setEditFlyoutVisibility] = useState(false); diff --git a/x-pack/plugins/triggers_actions_ui/common/data/index.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/common/data/index.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/common/data/index.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/common/data/index.ts diff --git a/x-pack/plugins/triggers_actions_ui/common/data/lib/build_agg.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/common/data/lib/build_agg.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/common/data/lib/build_agg.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/common/data/lib/build_agg.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/common/data/lib/build_agg.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/common/data/lib/build_agg.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/common/data/lib/build_agg.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/common/data/lib/build_agg.ts diff --git a/x-pack/plugins/triggers_actions_ui/common/data/lib/date_range_info.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/common/data/lib/date_range_info.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/common/data/lib/date_range_info.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/common/data/lib/date_range_info.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/common/data/lib/date_range_info.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/common/data/lib/date_range_info.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/common/data/lib/date_range_info.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/common/data/lib/date_range_info.ts diff --git a/x-pack/plugins/triggers_actions_ui/common/data/lib/parse_aggregation_results.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/common/data/lib/parse_aggregation_results.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/common/data/lib/parse_aggregation_results.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/common/data/lib/parse_aggregation_results.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/common/data/lib/parse_aggregation_results.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/common/data/lib/parse_aggregation_results.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/common/data/lib/parse_aggregation_results.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/common/data/lib/parse_aggregation_results.ts diff --git a/x-pack/plugins/triggers_actions_ui/common/experimental_features.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/common/experimental_features.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/common/experimental_features.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/common/experimental_features.ts diff --git a/x-pack/plugins/triggers_actions_ui/common/index.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/common/index.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/common/index.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/common/index.ts diff --git a/x-pack/plugins/triggers_actions_ui/common/normalized_field_types.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/common/normalized_field_types.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/common/normalized_field_types.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/common/normalized_field_types.ts diff --git a/x-pack/plugins/triggers_actions_ui/common/parse_interval.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/common/parse_interval.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/common/parse_interval.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/common/parse_interval.ts diff --git a/x-pack/plugins/triggers_actions_ui/common/types.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/common/types.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/common/types.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/common/types.ts diff --git a/x-pack/plugins/triggers_actions_ui/common/utils.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/common/utils.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/common/utils.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/common/utils.ts diff --git a/x-pack/plugins/triggers_actions_ui/jest.config.js b/x-pack/platform/plugins/shared/triggers_actions_ui/jest.config.js similarity index 62% rename from x-pack/plugins/triggers_actions_ui/jest.config.js rename to x-pack/platform/plugins/shared/triggers_actions_ui/jest.config.js index f6369b6b2b97e..25d1feff8ef75 100644 --- a/x-pack/plugins/triggers_actions_ui/jest.config.js +++ b/x-pack/platform/plugins/shared/triggers_actions_ui/jest.config.js @@ -7,11 +7,11 @@ module.exports = { preset: '@kbn/test', - rootDir: '../../..', - roots: ['/x-pack/plugins/triggers_actions_ui'], - coverageDirectory: '/target/kibana-coverage/jest/x-pack/plugins/triggers_actions_ui', + rootDir: '../../../../..', + roots: ['/x-pack/platform/plugins/shared/triggers_actions_ui'], + coverageDirectory: '/target/kibana-coverage/jest/x-pack/platform/plugins/shared/triggers_actions_ui', coverageReporters: ['text', 'html'], collectCoverageFrom: [ - '/x-pack/plugins/triggers_actions_ui/{common,public,server}/**/*.{ts,tsx}', + '/x-pack/platform/plugins/shared/triggers_actions_ui/{common,public,server}/**/*.{ts,tsx}', ], }; diff --git a/x-pack/plugins/triggers_actions_ui/kibana.jsonc b/x-pack/platform/plugins/shared/triggers_actions_ui/kibana.jsonc similarity index 100% rename from x-pack/plugins/triggers_actions_ui/kibana.jsonc rename to x-pack/platform/plugins/shared/triggers_actions_ui/kibana.jsonc diff --git a/x-pack/plugins/triggers_actions_ui/public/application/action_type_registry.mock.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/action_type_registry.mock.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/action_type_registry.mock.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/action_type_registry.mock.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/alert_table_config_registry.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/alert_table_config_registry.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/alert_table_config_registry.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/alert_table_config_registry.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/alert_table_config_registry.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/alert_table_config_registry.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/alert_table_config_registry.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/alert_table_config_registry.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/alerts_app.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/alerts_app.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/alerts_app.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/alerts_app.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/components/alert_lifecycle_status_badge.stories.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/alert_lifecycle_status_badge.stories.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/components/alert_lifecycle_status_badge.stories.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/alert_lifecycle_status_badge.stories.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/components/alert_lifecycle_status_badge.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/alert_lifecycle_status_badge.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/components/alert_lifecycle_status_badge.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/alert_lifecycle_status_badge.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/components/center_justified_spinner.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/center_justified_spinner.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/components/center_justified_spinner.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/center_justified_spinner.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/components/delete_modal_confirmation.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/delete_modal_confirmation.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/components/delete_modal_confirmation.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/delete_modal_confirmation.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/components/health_check.scss b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/health_check.scss similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/components/health_check.scss rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/health_check.scss diff --git a/x-pack/plugins/triggers_actions_ui/public/application/components/health_check.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/health_check.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/components/health_check.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/health_check.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/components/health_check.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/health_check.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/components/health_check.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/health_check.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/components/index.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/index.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/components/index.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/index.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/components/json_editor_with_message_variables.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/json_editor_with_message_variables.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/components/json_editor_with_message_variables.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/json_editor_with_message_variables.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/components/json_editor_with_message_variables.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/json_editor_with_message_variables.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/components/json_editor_with_message_variables.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/json_editor_with_message_variables.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/components/json_field_wrapper.styles.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/json_field_wrapper.styles.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/components/json_field_wrapper.styles.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/json_field_wrapper.styles.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/components/json_field_wrapper.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/json_field_wrapper.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/components/json_field_wrapper.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/json_field_wrapper.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/components/mustache_text_field_wrapper.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/mustache_text_field_wrapper.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/components/mustache_text_field_wrapper.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/mustache_text_field_wrapper.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/components/prompts/empty_connectors_prompt.scss b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/prompts/empty_connectors_prompt.scss similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/components/prompts/empty_connectors_prompt.scss rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/prompts/empty_connectors_prompt.scss diff --git a/x-pack/plugins/triggers_actions_ui/public/application/components/prompts/empty_connectors_prompt.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/prompts/empty_connectors_prompt.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/components/prompts/empty_connectors_prompt.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/prompts/empty_connectors_prompt.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/components/prompts/empty_prompt.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/prompts/empty_prompt.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/components/prompts/empty_prompt.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/prompts/empty_prompt.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/components/prompts/no_permission_prompt.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/prompts/no_permission_prompt.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/components/prompts/no_permission_prompt.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/prompts/no_permission_prompt.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/components/rules_delete_modal_confirmation.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/rules_delete_modal_confirmation.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/components/rules_delete_modal_confirmation.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/rules_delete_modal_confirmation.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/components/rules_setting/flapping/rules_settings_flapping_form_section.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/rules_setting/flapping/rules_settings_flapping_form_section.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/components/rules_setting/flapping/rules_settings_flapping_form_section.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/rules_setting/flapping/rules_settings_flapping_form_section.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/components/rules_setting/flapping/rules_settings_flapping_section.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/rules_setting/flapping/rules_settings_flapping_section.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/components/rules_setting/flapping/rules_settings_flapping_section.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/rules_setting/flapping/rules_settings_flapping_section.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/components/rules_setting/query_delay/rules_settings_query_delay_section.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/rules_setting/query_delay/rules_settings_query_delay_section.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/components/rules_setting/query_delay/rules_settings_query_delay_section.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/rules_setting/query_delay/rules_settings_query_delay_section.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/components/rules_setting/rules_settings_link.stories.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/rules_setting/rules_settings_link.stories.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/components/rules_setting/rules_settings_link.stories.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/rules_setting/rules_settings_link.stories.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/components/rules_setting/rules_settings_link.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/rules_setting/rules_settings_link.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/components/rules_setting/rules_settings_link.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/rules_setting/rules_settings_link.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/components/rules_setting/rules_settings_link.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/rules_setting/rules_settings_link.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/components/rules_setting/rules_settings_link.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/rules_setting/rules_settings_link.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/components/rules_setting/rules_settings_modal.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/rules_setting/rules_settings_modal.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/components/rules_setting/rules_settings_modal.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/rules_setting/rules_settings_modal.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/components/rules_setting/rules_settings_modal.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/rules_setting/rules_settings_modal.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/components/rules_setting/rules_settings_modal.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/rules_setting/rules_settings_modal.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/components/section_loading.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/section_loading.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/components/section_loading.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/section_loading.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/components/simple_connector_form.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/simple_connector_form.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/components/simple_connector_form.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/simple_connector_form.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/components/simple_connector_form.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/simple_connector_form.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/components/simple_connector_form.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/simple_connector_form.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/components/test_utils.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/test_utils.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/components/test_utils.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/test_utils.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/components/text_area_with_autocomplete/index.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/text_area_with_autocomplete/index.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/components/text_area_with_autocomplete/index.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/text_area_with_autocomplete/index.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/components/text_area_with_autocomplete/lib/filter_suggestions_for_autocomplete.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/text_area_with_autocomplete/lib/filter_suggestions_for_autocomplete.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/components/text_area_with_autocomplete/lib/filter_suggestions_for_autocomplete.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/text_area_with_autocomplete/lib/filter_suggestions_for_autocomplete.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/components/text_area_with_autocomplete/lib/filter_suggestions_for_autocomplete.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/text_area_with_autocomplete/lib/filter_suggestions_for_autocomplete.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/components/text_area_with_autocomplete/lib/filter_suggestions_for_autocomplete.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/text_area_with_autocomplete/lib/filter_suggestions_for_autocomplete.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/components/text_area_with_autocomplete/lib/template_action_variable.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/text_area_with_autocomplete/lib/template_action_variable.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/components/text_area_with_autocomplete/lib/template_action_variable.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/text_area_with_autocomplete/lib/template_action_variable.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/components/text_area_with_autocomplete/lib/template_action_variable.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/text_area_with_autocomplete/lib/template_action_variable.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/components/text_area_with_autocomplete/lib/template_action_variable.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/text_area_with_autocomplete/lib/template_action_variable.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/components/text_area_with_message_variables.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/text_area_with_message_variables.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/components/text_area_with_message_variables.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/text_area_with_message_variables.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/components/text_area_with_message_variables.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/text_area_with_message_variables.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/components/text_area_with_message_variables.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/text_area_with_message_variables.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/components/text_field_with_message_variables.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/text_field_with_message_variables.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/components/text_field_with_message_variables.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/text_field_with_message_variables.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/components/text_field_with_message_variables.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/text_field_with_message_variables.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/components/text_field_with_message_variables.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/text_field_with_message_variables.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/components/toast_with_circuit_breaker_content.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/toast_with_circuit_breaker_content.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/components/toast_with_circuit_breaker_content.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/toast_with_circuit_breaker_content.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/components/update_api_key_modal_confirmation.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/update_api_key_modal_confirmation.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/components/update_api_key_modal_confirmation.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/update_api_key_modal_confirmation.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/components/update_api_key_modal_confirmation.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/update_api_key_modal_confirmation.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/components/update_api_key_modal_confirmation.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/components/update_api_key_modal_confirmation.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/connectors_app.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/connectors_app.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/connectors_app.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/connectors_app.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/constants/index.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/constants/index.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/constants/index.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/constants/index.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/constants/plugin.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/constants/plugin.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/constants/plugin.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/constants/plugin.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/constants/time_units.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/constants/time_units.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/constants/time_units.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/constants/time_units.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/context/connector_context.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/context/connector_context.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/context/connector_context.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/context/connector_context.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/context/health_context.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/context/health_context.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/context/health_context.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/context/health_context.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/context/use_connector_context.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/context/use_connector_context.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/context/use_connector_context.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/context/use_connector_context.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/home.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/home.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/home.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/home.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/home.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/home.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/home.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/home.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/hooks/constants.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/constants.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/hooks/constants.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/constants.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/hooks/index.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/index.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/hooks/index.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/index.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/hooks/use_bulk_edit_response.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_bulk_edit_response.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/hooks/use_bulk_edit_response.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_bulk_edit_response.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/hooks/use_bulk_edit_select.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_bulk_edit_select.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/hooks/use_bulk_edit_select.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_bulk_edit_select.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/hooks/use_bulk_edit_select.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_bulk_edit_select.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/hooks/use_bulk_edit_select.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_bulk_edit_select.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/hooks/use_bulk_operation_toast.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_bulk_operation_toast.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/hooks/use_bulk_operation_toast.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_bulk_operation_toast.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/hooks/use_create_connector.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_create_connector.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/hooks/use_create_connector.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_create_connector.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/hooks/use_create_connector.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_create_connector.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/hooks/use_create_connector.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_create_connector.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/hooks/use_edit_connector.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_edit_connector.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/hooks/use_edit_connector.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_edit_connector.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/hooks/use_execute_connector.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_execute_connector.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/hooks/use_execute_connector.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_execute_connector.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/hooks/use_execute_connector.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_execute_connector.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/hooks/use_execute_connector.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_execute_connector.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/hooks/use_fetch_rule_action_connectors.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_fetch_rule_action_connectors.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/hooks/use_fetch_rule_action_connectors.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_fetch_rule_action_connectors.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/hooks/use_get_query_delay_setting.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_get_query_delay_setting.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/hooks/use_get_query_delay_setting.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_get_query_delay_setting.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/hooks/use_get_query_delay_settings.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_get_query_delay_settings.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/hooks/use_get_query_delay_settings.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_get_query_delay_settings.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/hooks/use_license.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_license.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/hooks/use_license.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_license.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/hooks/use_license.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_license.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/hooks/use_license.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_license.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/hooks/use_load_action_types_query.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_load_action_types_query.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/hooks/use_load_action_types_query.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_load_action_types_query.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/hooks/use_load_alert_summary.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_load_alert_summary.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/hooks/use_load_alert_summary.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_load_alert_summary.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/hooks/use_load_alert_summary.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_load_alert_summary.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/hooks/use_load_alert_summary.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_load_alert_summary.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/hooks/use_load_config_query.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_load_config_query.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/hooks/use_load_config_query.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_load_config_query.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/hooks/use_load_rule_aggregations.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_load_rule_aggregations.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/hooks/use_load_rule_aggregations.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_load_rule_aggregations.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/hooks/use_load_rule_aggregations_query.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_load_rule_aggregations_query.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/hooks/use_load_rule_aggregations_query.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_load_rule_aggregations_query.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/hooks/use_load_rule_event_logs.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_load_rule_event_logs.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/hooks/use_load_rule_event_logs.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_load_rule_event_logs.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/hooks/use_load_rule_types_query.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_load_rule_types_query.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/hooks/use_load_rule_types_query.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_load_rule_types_query.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/hooks/use_load_rules.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_load_rules.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/hooks/use_load_rules.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_load_rules.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/hooks/use_load_rules_query.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_load_rules_query.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/hooks/use_load_rules_query.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_load_rules_query.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/hooks/use_load_tags_query.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_load_tags_query.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/hooks/use_load_tags_query.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_load_tags_query.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/hooks/use_load_tags_query.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_load_tags_query.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/hooks/use_load_tags_query.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_load_tags_query.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/hooks/use_multiple_spaces.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_multiple_spaces.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/hooks/use_multiple_spaces.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_multiple_spaces.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/hooks/use_rule_aad_template_fields.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_rule_aad_template_fields.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/hooks/use_rule_aad_template_fields.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_rule_aad_template_fields.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/hooks/use_rules_list_ui_state.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_rules_list_ui_state.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/hooks/use_rules_list_ui_state.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_rules_list_ui_state.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/hooks/use_sub_action.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_sub_action.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/hooks/use_sub_action.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_sub_action.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/hooks/use_sub_action.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_sub_action.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/hooks/use_sub_action.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_sub_action.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/hooks/use_update_rules_settings.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_update_rules_settings.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/hooks/use_update_rules_settings.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_update_rules_settings.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/hooks/use_update_rules_settings.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_update_rules_settings.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/hooks/use_update_rules_settings.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_update_rules_settings.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/internal/shareable_components_sandbox/rules_list_sandbox.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/internal/shareable_components_sandbox/rules_list_sandbox.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/internal/shareable_components_sandbox/rules_list_sandbox.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/internal/shareable_components_sandbox/rules_list_sandbox.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/action_connector_api/connector_types.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/action_connector_api/connector_types.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/action_connector_api/connector_types.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/action_connector_api/connector_types.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/action_connector_api/connectors.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/action_connector_api/connectors.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/action_connector_api/connectors.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/action_connector_api/connectors.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/action_connector_api/create.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/action_connector_api/create.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/action_connector_api/create.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/action_connector_api/create.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/action_connector_api/create.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/action_connector_api/create.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/action_connector_api/create.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/action_connector_api/create.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/action_connector_api/delete.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/action_connector_api/delete.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/action_connector_api/delete.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/action_connector_api/delete.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/action_connector_api/delete.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/action_connector_api/delete.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/action_connector_api/delete.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/action_connector_api/delete.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/action_connector_api/execute.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/action_connector_api/execute.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/action_connector_api/execute.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/action_connector_api/execute.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/action_connector_api/execute.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/action_connector_api/execute.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/action_connector_api/execute.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/action_connector_api/execute.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/action_connector_api/index.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/action_connector_api/index.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/action_connector_api/index.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/action_connector_api/index.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/action_connector_api/load_execution_kpi_aggregations.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/action_connector_api/load_execution_kpi_aggregations.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/action_connector_api/load_execution_kpi_aggregations.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/action_connector_api/load_execution_kpi_aggregations.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/action_connector_api/load_execution_kpi_aggregations.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/action_connector_api/load_execution_kpi_aggregations.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/action_connector_api/load_execution_kpi_aggregations.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/action_connector_api/load_execution_kpi_aggregations.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/action_connector_api/load_execution_log_aggregations.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/action_connector_api/load_execution_log_aggregations.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/action_connector_api/load_execution_log_aggregations.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/action_connector_api/load_execution_log_aggregations.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/action_connector_api/load_execution_log_aggregations.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/action_connector_api/load_execution_log_aggregations.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/action_connector_api/load_execution_log_aggregations.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/action_connector_api/load_execution_log_aggregations.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/action_connector_api/update.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/action_connector_api/update.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/action_connector_api/update.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/action_connector_api/update.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/action_connector_api/update.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/action_connector_api/update.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/action_connector_api/update.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/action_connector_api/update.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/action_type_compare.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/action_type_compare.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/action_type_compare.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/action_type_compare.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/action_type_compare.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/action_type_compare.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/action_type_compare.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/action_type_compare.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/breadcrumb.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/breadcrumb.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/breadcrumb.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/breadcrumb.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/breadcrumb.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/breadcrumb.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/breadcrumb.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/breadcrumb.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/capabilities.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/capabilities.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/capabilities.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/capabilities.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/check_rule_type_enabled.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/check_rule_type_enabled.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/check_rule_type_enabled.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/check_rule_type_enabled.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/check_rule_type_enabled.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/check_rule_type_enabled.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/check_rule_type_enabled.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/check_rule_type_enabled.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/doc_title.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/doc_title.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/doc_title.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/doc_title.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/doc_title.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/doc_title.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/doc_title.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/doc_title.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/execution_duration_utils.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/execution_duration_utils.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/execution_duration_utils.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/execution_duration_utils.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/execution_duration_utils.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/execution_duration_utils.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/execution_duration_utils.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/execution_duration_utils.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/get_time_options.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/get_time_options.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/get_time_options.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/get_time_options.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/get_time_options.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/get_time_options.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/get_time_options.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/get_time_options.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/get_time_unit_label.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/get_time_unit_label.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/get_time_unit_label.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/get_time_unit_label.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/has_mustache_tokens.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/has_mustache_tokens.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/has_mustache_tokens.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/has_mustache_tokens.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/has_mustache_tokens.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/has_mustache_tokens.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/has_mustache_tokens.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/has_mustache_tokens.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/i18n_month_day_date.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/i18n_month_day_date.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/i18n_month_day_date.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/i18n_month_day_date.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/index.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/index.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/index.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/index.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/is_rule_snoozed.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/is_rule_snoozed.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/is_rule_snoozed.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/is_rule_snoozed.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/monitoring_utils.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/monitoring_utils.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/monitoring_utils.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/monitoring_utils.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/monitoring_utils.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/monitoring_utils.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/monitoring_utils.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/monitoring_utils.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/aggregate.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/aggregate.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/aggregate.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/aggregate.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/aggregate.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/aggregate.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/aggregate.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/aggregate.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/aggregate_helpers.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/aggregate_helpers.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/aggregate_helpers.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/aggregate_helpers.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/aggregate_kuery_filter.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/aggregate_kuery_filter.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/aggregate_kuery_filter.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/aggregate_kuery_filter.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/aggregate_kuery_filter.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/aggregate_kuery_filter.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/aggregate_kuery_filter.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/aggregate_kuery_filter.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/bulk_delete.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/bulk_delete.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/bulk_delete.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/bulk_delete.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/bulk_disable.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/bulk_disable.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/bulk_disable.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/bulk_disable.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/bulk_enable.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/bulk_enable.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/bulk_enable.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/bulk_enable.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/clone.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/clone.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/clone.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/clone.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/clone.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/clone.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/clone.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/clone.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/common_transformations.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/common_transformations.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/common_transformations.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/common_transformations.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/get_filter.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/get_filter.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/get_filter.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/get_filter.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/get_filter.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/get_filter.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/get_filter.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/get_filter.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/get_query_delay_settings.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/get_query_delay_settings.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/get_query_delay_settings.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/get_query_delay_settings.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/get_query_delay_settings.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/get_query_delay_settings.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/get_query_delay_settings.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/get_query_delay_settings.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/get_rule.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/get_rule.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/get_rule.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/get_rule.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/get_rule.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/get_rule.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/get_rule.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/get_rule.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/index.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/index.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/index.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/index.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/load_action_error_log.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/load_action_error_log.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/load_action_error_log.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/load_action_error_log.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/load_action_error_log.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/load_action_error_log.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/load_action_error_log.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/load_action_error_log.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/load_execution_kpi_aggregations.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/load_execution_kpi_aggregations.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/load_execution_kpi_aggregations.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/load_execution_kpi_aggregations.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/load_execution_log_aggregations.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/load_execution_log_aggregations.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/load_execution_log_aggregations.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/load_execution_log_aggregations.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/load_execution_log_aggregations.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/load_execution_log_aggregations.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/load_execution_log_aggregations.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/load_execution_log_aggregations.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/load_global_execution_kpi_aggregations.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/load_global_execution_kpi_aggregations.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/load_global_execution_kpi_aggregations.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/load_global_execution_kpi_aggregations.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/map_filters_to_kql.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/map_filters_to_kql.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/map_filters_to_kql.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/map_filters_to_kql.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/map_filters_to_kql.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/map_filters_to_kql.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/map_filters_to_kql.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/map_filters_to_kql.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/map_filters_to_kuery_node.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/map_filters_to_kuery_node.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/map_filters_to_kuery_node.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/map_filters_to_kuery_node.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/map_filters_to_kuery_node.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/map_filters_to_kuery_node.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/map_filters_to_kuery_node.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/map_filters_to_kuery_node.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/mute.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/mute.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/mute.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/mute.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/mute.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/mute.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/mute.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/mute.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/mute_alert.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/mute_alert.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/mute_alert.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/mute_alert.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/mute_alert.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/mute_alert.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/mute_alert.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/mute_alert.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/rule_summary.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/rule_summary.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/rule_summary.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/rule_summary.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/rule_summary.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/rule_summary.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/rule_summary.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/rule_summary.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/rule_types.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/rule_types.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/rule_types.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/rule_types.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/rule_types.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/rule_types.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/rule_types.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/rule_types.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/rules.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/rules.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/rules.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/rules.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/rules.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/rules.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/rules.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/rules.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/rules_helpers.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/rules_helpers.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/rules_helpers.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/rules_helpers.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/rules_kuery_filter.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/rules_kuery_filter.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/rules_kuery_filter.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/rules_kuery_filter.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/rules_kuery_filter.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/rules_kuery_filter.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/rules_kuery_filter.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/rules_kuery_filter.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/run_soon.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/run_soon.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/run_soon.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/run_soon.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/run_soon.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/run_soon.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/run_soon.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/run_soon.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/snooze.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/snooze.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/snooze.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/snooze.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/snooze.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/snooze.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/snooze.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/snooze.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/state.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/state.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/state.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/state.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/state.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/state.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/state.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/state.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/unmute.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/unmute.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/unmute.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/unmute.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/unmute.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/unmute.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/unmute.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/unmute.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/unmute_alert.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/unmute_alert.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/unmute_alert.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/unmute_alert.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/unmute_alert.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/unmute_alert.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/unmute_alert.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/unmute_alert.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/unsnooze.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/unsnooze.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/unsnooze.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/unsnooze.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/unsnooze.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/unsnooze.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/unsnooze.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/unsnooze.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/update_api_key.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/update_api_key.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/update_api_key.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/update_api_key.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/update_api_key.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/update_api_key.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/update_api_key.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/update_api_key.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/update_flapping_settings.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/update_flapping_settings.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/update_flapping_settings.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/update_flapping_settings.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/update_query_delay_settings.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/update_query_delay_settings.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/update_query_delay_settings.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/update_query_delay_settings.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/update_query_delay_settings.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/update_query_delay_settings.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/update_query_delay_settings.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/update_query_delay_settings.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/rule_type_compare.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_type_compare.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/rule_type_compare.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_type_compare.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/rule_type_compare.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_type_compare.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/rule_type_compare.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_type_compare.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/run_rule.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/run_rule.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/run_rule.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/run_rule.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/run_rule.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/run_rule.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/run_rule.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/run_rule.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/search_filters.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/search_filters.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/search_filters.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/search_filters.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/suspended_component_with_props.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/suspended_component_with_props.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/suspended_component_with_props.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/suspended_component_with_props.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/template_action_variable.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/template_action_variable.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/template_action_variable.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/template_action_variable.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/template_action_variable.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/template_action_variable.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/template_action_variable.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/template_action_variable.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/validate_params_for_warnings.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/validate_params_for_warnings.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/validate_params_for_warnings.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/validate_params_for_warnings.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/validate_params_for_warnings.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/validate_params_for_warnings.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/validate_params_for_warnings.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/validate_params_for_warnings.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/value_validators.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/value_validators.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/value_validators.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/value_validators.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/value_validators.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/value_validators.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/lib/value_validators.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/value_validators.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/mock/alert_summary_widget/index.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/mock/alert_summary_widget/index.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/mock/alert_summary_widget/index.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/mock/alert_summary_widget/index.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/mock/rule_types_index.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/mock/rule_types_index.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/mock/rule_types_index.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/mock/rule_types_index.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/query_client.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/query_client.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/query_client.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/query_client.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/rule_type_registry.mock.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/rule_type_registry.mock.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/rule_type_registry.mock.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/rule_type_registry.mock.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/rules_app.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/rules_app.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/rules_app.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/rules_app.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/action_form.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/action_form.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/action_form.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/action_form.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/action_form.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/action_form.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/action_form.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/action_form.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/action_type_form.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/action_type_form.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/action_type_form.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/action_type_form.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/action_type_form.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/action_type_form.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/action_type_form.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/action_type_form.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/action_type_menu.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/action_type_menu.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/action_type_menu.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/action_type_menu.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/action_type_menu.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/action_type_menu.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/action_type_menu.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/action_type_menu.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/connector_add_inline.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/connector_add_inline.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/connector_add_inline.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/connector_add_inline.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/connector_add_modal.scss b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/connector_add_modal.scss similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/connector_add_modal.scss rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/connector_add_modal.scss diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/connector_add_modal.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/connector_add_modal.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/connector_add_modal.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/connector_add_modal.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/connector_add_modal.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/connector_add_modal.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/connector_add_modal.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/connector_add_modal.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/connector_error_mock.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/connector_error_mock.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/connector_error_mock.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/connector_error_mock.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/connector_form.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/connector_form.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/connector_form.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/connector_form.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/connector_form.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/connector_form.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/connector_form.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/connector_form.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/connector_form_fields.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/connector_form_fields.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/connector_form_fields.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/connector_form_fields.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/connector_form_fields.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/connector_form_fields.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/connector_form_fields.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/connector_form_fields.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/connector_form_fields_global.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/connector_form_fields_global.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/connector_form_fields_global.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/connector_form_fields_global.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/connector_form_fields_global.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/connector_form_fields_global.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/connector_form_fields_global.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/connector_form_fields_global.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/connector_mock.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/connector_mock.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/connector_mock.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/connector_mock.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/connector_rules_list.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/connector_rules_list.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/connector_rules_list.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/connector_rules_list.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/connector_rules_list.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/connector_rules_list.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/connector_rules_list.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/connector_rules_list.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/connectors_selection.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/connectors_selection.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/connectors_selection.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/connectors_selection.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/connectors_selection.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/connectors_selection.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/connectors_selection.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/connectors_selection.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/create_connector_flyout/footer.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/create_connector_flyout/footer.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/create_connector_flyout/footer.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/create_connector_flyout/footer.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/create_connector_flyout/header.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/create_connector_flyout/header.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/create_connector_flyout/header.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/create_connector_flyout/header.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/create_connector_flyout/index.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/create_connector_flyout/index.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/create_connector_flyout/index.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/create_connector_flyout/index.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/create_connector_flyout/index.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/create_connector_flyout/index.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/create_connector_flyout/index.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/create_connector_flyout/index.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/create_connector_flyout/upgrade_license_callout.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/create_connector_flyout/upgrade_license_callout.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/create_connector_flyout/upgrade_license_callout.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/create_connector_flyout/upgrade_license_callout.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/edit_connector_flyout/footer.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/edit_connector_flyout/footer.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/edit_connector_flyout/footer.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/edit_connector_flyout/footer.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/edit_connector_flyout/header.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/edit_connector_flyout/header.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/edit_connector_flyout/header.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/edit_connector_flyout/header.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/edit_connector_flyout/index.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/edit_connector_flyout/index.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/edit_connector_flyout/index.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/edit_connector_flyout/index.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/edit_connector_flyout/index.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/edit_connector_flyout/index.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/edit_connector_flyout/index.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/edit_connector_flyout/index.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/edit_connector_flyout/read_only.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/edit_connector_flyout/read_only.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/edit_connector_flyout/read_only.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/edit_connector_flyout/read_only.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/edit_connector_flyout/read_only.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/edit_connector_flyout/read_only.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/edit_connector_flyout/read_only.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/edit_connector_flyout/read_only.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/encrypted_fields_callout.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/encrypted_fields_callout.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/encrypted_fields_callout.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/encrypted_fields_callout.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/encrypted_fields_callout.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/encrypted_fields_callout.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/encrypted_fields_callout.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/encrypted_fields_callout.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/index.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/index.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/index.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/index.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/system_action_type_form.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/system_action_type_form.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/system_action_type_form.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/system_action_type_form.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/system_action_type_form.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/system_action_type_form.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/system_action_type_form.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/system_action_type_form.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/test_connector_form.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/test_connector_form.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/test_connector_form.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/test_connector_form.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/test_connector_form.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/test_connector_form.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/test_connector_form.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/test_connector_form.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/types.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/types.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/types.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/action_connector_form/types.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/actions_connectors_list/components/actions_connectors_event_log_list_kpi.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/actions_connectors_list/components/actions_connectors_event_log_list_kpi.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/actions_connectors_list/components/actions_connectors_event_log_list_kpi.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/actions_connectors_list/components/actions_connectors_event_log_list_kpi.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/actions_connectors_list/components/actions_connectors_event_log_list_kpi.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/actions_connectors_list/components/actions_connectors_event_log_list_kpi.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/actions_connectors_list/components/actions_connectors_event_log_list_kpi.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/actions_connectors_list/components/actions_connectors_event_log_list_kpi.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/actions_connectors_list/components/actions_connectors_event_log_list_table.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/actions_connectors_list/components/actions_connectors_event_log_list_table.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/actions_connectors_list/components/actions_connectors_event_log_list_table.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/actions_connectors_list/components/actions_connectors_event_log_list_table.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/actions_connectors_list/components/actions_connectors_event_log_list_table.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/actions_connectors_list/components/actions_connectors_event_log_list_table.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/actions_connectors_list/components/actions_connectors_event_log_list_table.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/actions_connectors_list/components/actions_connectors_event_log_list_table.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/actions_connectors_list/components/actions_connectors_home.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/actions_connectors_list/components/actions_connectors_home.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/actions_connectors_list/components/actions_connectors_home.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/actions_connectors_list/components/actions_connectors_home.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/actions_connectors_list/components/actions_connectors_home.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/actions_connectors_list/components/actions_connectors_home.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/actions_connectors_list/components/actions_connectors_home.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/actions_connectors_list/components/actions_connectors_home.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/actions_connectors_list/components/actions_connectors_list.scss b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/actions_connectors_list/components/actions_connectors_list.scss similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/actions_connectors_list/components/actions_connectors_list.scss rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/actions_connectors_list/components/actions_connectors_list.scss diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/actions_connectors_list/components/actions_connectors_list.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/actions_connectors_list/components/actions_connectors_list.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/actions_connectors_list/components/actions_connectors_list.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/actions_connectors_list/components/actions_connectors_list.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/actions_connectors_list/components/actions_connectors_list.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/actions_connectors_list/components/actions_connectors_list.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/actions_connectors_list/components/actions_connectors_list.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/actions_connectors_list/components/actions_connectors_list.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/actions_connectors_list/components/types.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/actions_connectors_list/components/types.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/actions_connectors_list/components/types.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/actions_connectors_list/components/types.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alert_summary_widget/alert_summary_widget.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alert_summary_widget/alert_summary_widget.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alert_summary_widget/alert_summary_widget.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alert_summary_widget/alert_summary_widget.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alert_summary_widget/alert_summary_widget.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alert_summary_widget/alert_summary_widget.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alert_summary_widget/alert_summary_widget.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alert_summary_widget/alert_summary_widget.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alert_summary_widget/components/alert_counts.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alert_summary_widget/components/alert_counts.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alert_summary_widget/components/alert_counts.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alert_summary_widget/components/alert_counts.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alert_summary_widget/components/alert_item.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alert_summary_widget/components/alert_item.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alert_summary_widget/components/alert_item.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alert_summary_widget/components/alert_item.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alert_summary_widget/components/alert_summary_widget_compact.stories.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alert_summary_widget/components/alert_summary_widget_compact.stories.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alert_summary_widget/components/alert_summary_widget_compact.stories.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alert_summary_widget/components/alert_summary_widget_compact.stories.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alert_summary_widget/components/alert_summary_widget_compact.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alert_summary_widget/components/alert_summary_widget_compact.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alert_summary_widget/components/alert_summary_widget_compact.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alert_summary_widget/components/alert_summary_widget_compact.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alert_summary_widget/components/alert_summary_widget_compact.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alert_summary_widget/components/alert_summary_widget_compact.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alert_summary_widget/components/alert_summary_widget_compact.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alert_summary_widget/components/alert_summary_widget_compact.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alert_summary_widget/components/alert_summary_widget_error.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alert_summary_widget/components/alert_summary_widget_error.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alert_summary_widget/components/alert_summary_widget_error.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alert_summary_widget/components/alert_summary_widget_error.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alert_summary_widget/components/alert_summary_widget_full_size.stories.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alert_summary_widget/components/alert_summary_widget_full_size.stories.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alert_summary_widget/components/alert_summary_widget_full_size.stories.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alert_summary_widget/components/alert_summary_widget_full_size.stories.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alert_summary_widget/components/alert_summary_widget_full_size.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alert_summary_widget/components/alert_summary_widget_full_size.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alert_summary_widget/components/alert_summary_widget_full_size.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alert_summary_widget/components/alert_summary_widget_full_size.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alert_summary_widget/components/alert_summary_widget_full_size.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alert_summary_widget/components/alert_summary_widget_full_size.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alert_summary_widget/components/alert_summary_widget_full_size.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alert_summary_widget/components/alert_summary_widget_full_size.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alert_summary_widget/components/alert_summary_widget_loader.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alert_summary_widget/components/alert_summary_widget_loader.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alert_summary_widget/components/alert_summary_widget_loader.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alert_summary_widget/components/alert_summary_widget_loader.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alert_summary_widget/components/constants.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alert_summary_widget/components/constants.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alert_summary_widget/components/constants.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alert_summary_widget/components/constants.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alert_summary_widget/components/index.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alert_summary_widget/components/index.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alert_summary_widget/components/index.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alert_summary_widget/components/index.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alert_summary_widget/index.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alert_summary_widget/index.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alert_summary_widget/index.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alert_summary_widget/index.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alert_summary_widget/types.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alert_summary_widget/types.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alert_summary_widget/types.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alert_summary_widget/types.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_page/components/stack_alerts_page.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_page/components/stack_alerts_page.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_page/components/stack_alerts_page.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_page/components/stack_alerts_page.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_page/components/stack_alerts_page.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_page/components/stack_alerts_page.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_page/components/stack_alerts_page.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_page/components/stack_alerts_page.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_page/hooks/use_rule_stats.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_page/hooks/use_rule_stats.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_page/hooks/use_rule_stats.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_page/hooks/use_rule_stats.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_page/hooks/use_rule_type_ids_by_feature_id.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_page/hooks/use_rule_type_ids_by_feature_id.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_page/hooks/use_rule_type_ids_by_feature_id.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_page/hooks/use_rule_type_ids_by_feature_id.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_page/hooks/use_rule_type_ids_by_feature_id.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_page/hooks/use_rule_type_ids_by_feature_id.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_page/hooks/use_rule_type_ids_by_feature_id.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_page/hooks/use_rule_type_ids_by_feature_id.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_page/index.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_page/index.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_page/index.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_page/index.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_search_bar/alerts_search_bar.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_search_bar/alerts_search_bar.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_search_bar/alerts_search_bar.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_search_bar/alerts_search_bar.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_search_bar/alerts_search_bar.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_search_bar/alerts_search_bar.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_search_bar/alerts_search_bar.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_search_bar/alerts_search_bar.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_search_bar/build_es_query.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_search_bar/build_es_query.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_search_bar/build_es_query.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_search_bar/build_es_query.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_search_bar/constants.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_search_bar/constants.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_search_bar/constants.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_search_bar/constants.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_search_bar/index.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_search_bar/index.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_search_bar/index.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_search_bar/index.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_search_bar/quick_filters.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_search_bar/quick_filters.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_search_bar/quick_filters.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_search_bar/quick_filters.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_search_bar/translations.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_search_bar/translations.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_search_bar/translations.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_search_bar/translations.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_search_bar/types.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_search_bar/types.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_search_bar/types.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_search_bar/types.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_search_bar/url_synced_alerts_search_bar.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_search_bar/url_synced_alerts_search_bar.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_search_bar/url_synced_alerts_search_bar.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_search_bar/url_synced_alerts_search_bar.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_search_bar/use_alert_search_bar_state_container.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_search_bar/use_alert_search_bar_state_container.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_search_bar/use_alert_search_bar_state_container.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_search_bar/use_alert_search_bar_state_container.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/alerts_flyout/alerts_flyout.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/alerts_flyout/alerts_flyout.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/alerts_flyout/alerts_flyout.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/alerts_flyout/alerts_flyout.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/alerts_flyout/alerts_flyout.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/alerts_flyout/alerts_flyout.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/alerts_flyout/alerts_flyout.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/alerts_flyout/alerts_flyout.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/alerts_flyout/alerts_flyout_header.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/alerts_flyout/alerts_flyout_header.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/alerts_flyout/alerts_flyout_header.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/alerts_flyout/alerts_flyout_header.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/alerts_flyout/default_alerts_flyout.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/alerts_flyout/default_alerts_flyout.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/alerts_flyout/default_alerts_flyout.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/alerts_flyout/default_alerts_flyout.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/alerts_flyout/default_alerts_flyout.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/alerts_flyout/default_alerts_flyout.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/alerts_flyout/default_alerts_flyout.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/alerts_flyout/default_alerts_flyout.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/alerts_flyout/index.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/alerts_flyout/index.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/alerts_flyout/index.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/alerts_flyout/index.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/alerts_table.scss b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/alerts_table.scss similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/alerts_table.scss rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/alerts_table.scss diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/alerts_table.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/alerts_table.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/alerts_table.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/alerts_table.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/alerts_table.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/alerts_table.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/alerts_table.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/alerts_table.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/alerts_table_state.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/alerts_table_state.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/alerts_table_state.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/alerts_table_state.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/alerts_table_state.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/alerts_table_state.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/alerts_table_state.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/alerts_table_state.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/assets/illustration_product_no_results_magnifying_glass.svg b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/assets/illustration_product_no_results_magnifying_glass.svg similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/assets/illustration_product_no_results_magnifying_glass.svg rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/assets/illustration_product_no_results_magnifying_glass.svg diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/bulk_actions/bulk_actions.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/bulk_actions/bulk_actions.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/bulk_actions/bulk_actions.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/bulk_actions/bulk_actions.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/bulk_actions/components/column_header.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/bulk_actions/components/column_header.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/bulk_actions/components/column_header.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/bulk_actions/components/column_header.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/bulk_actions/components/index.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/bulk_actions/components/index.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/bulk_actions/components/index.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/bulk_actions/components/index.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/bulk_actions/components/row_cell.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/bulk_actions/components/row_cell.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/bulk_actions/components/row_cell.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/bulk_actions/components/row_cell.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/bulk_actions/components/toolbar.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/bulk_actions/components/toolbar.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/bulk_actions/components/toolbar.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/bulk_actions/components/toolbar.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/bulk_actions/get_leading_control_column.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/bulk_actions/get_leading_control_column.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/bulk_actions/get_leading_control_column.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/bulk_actions/get_leading_control_column.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/bulk_actions/reducer.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/bulk_actions/reducer.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/bulk_actions/reducer.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/bulk_actions/reducer.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/bulk_actions/translations.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/bulk_actions/translations.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/bulk_actions/translations.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/bulk_actions/translations.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/cases/cell.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/cases/cell.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/cases/cell.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/cases/cell.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/cases/cell.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/cases/cell.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/cases/cell.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/cases/cell.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/cases/index.mock.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/cases/index.mock.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/cases/index.mock.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/cases/index.mock.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/cases/use_case_view_navigation.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/cases/use_case_view_navigation.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/cases/use_case_view_navigation.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/cases/use_case_view_navigation.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/cases/use_case_view_navigation.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/cases/use_case_view_navigation.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/cases/use_case_view_navigation.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/cases/use_case_view_navigation.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/cells/alert_lifecycle_status_cell.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/cells/alert_lifecycle_status_cell.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/cells/alert_lifecycle_status_cell.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/cells/alert_lifecycle_status_cell.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/cells/alert_lifecycle_status_cell.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/cells/alert_lifecycle_status_cell.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/cells/alert_lifecycle_status_cell.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/cells/alert_lifecycle_status_cell.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/cells/default_cell.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/cells/default_cell.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/cells/default_cell.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/cells/default_cell.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/cells/default_cell.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/cells/default_cell.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/cells/default_cell.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/cells/default_cell.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/cells/index.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/cells/index.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/cells/index.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/cells/index.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/cells/index.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/cells/index.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/cells/index.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/cells/index.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/cells/render_cell_value.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/cells/render_cell_value.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/cells/render_cell_value.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/cells/render_cell_value.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/configuration.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/configuration.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/configuration.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/configuration.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/constants.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/constants.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/constants.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/constants.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/contexts/alerts_table_context.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/contexts/alerts_table_context.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/contexts/alerts_table_context.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/contexts/alerts_table_context.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/empty_state.stories.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/empty_state.stories.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/empty_state.stories.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/empty_state.stories.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/empty_state.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/empty_state.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/empty_state.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/empty_state.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/alert_mute/use_alert_muted_state.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/alert_mute/use_alert_muted_state.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/alert_mute/use_alert_muted_state.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/alert_mute/use_alert_muted_state.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/alert_mute/use_get_muted_alerts.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/alert_mute/use_get_muted_alerts.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/alert_mute/use_get_muted_alerts.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/alert_mute/use_get_muted_alerts.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/alert_mute/use_get_muted_alerts.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/alert_mute/use_get_muted_alerts.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/alert_mute/use_get_muted_alerts.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/alert_mute/use_get_muted_alerts.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/alert_mute/use_mute_alert.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/alert_mute/use_mute_alert.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/alert_mute/use_mute_alert.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/alert_mute/use_mute_alert.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/alert_mute/use_mute_alert.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/alert_mute/use_mute_alert.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/alert_mute/use_mute_alert.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/alert_mute/use_mute_alert.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/alert_mute/use_unmute_alert.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/alert_mute/use_unmute_alert.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/alert_mute/use_unmute_alert.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/alert_mute/use_unmute_alert.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/alert_mute/use_unmute_alert.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/alert_mute/use_unmute_alert.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/alert_mute/use_unmute_alert.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/alert_mute/use_unmute_alert.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/apis/bulk_get_cases.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/apis/bulk_get_cases.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/apis/bulk_get_cases.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/apis/bulk_get_cases.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/apis/bulk_get_cases.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/apis/bulk_get_cases.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/apis/bulk_get_cases.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/apis/bulk_get_cases.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/apis/bulk_get_maintenance_windows.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/apis/bulk_get_maintenance_windows.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/apis/bulk_get_maintenance_windows.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/apis/bulk_get_maintenance_windows.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/apis/bulk_get_maintenance_windows.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/apis/bulk_get_maintenance_windows.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/apis/bulk_get_maintenance_windows.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/apis/bulk_get_maintenance_windows.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/apis/get_rules_muted_alerts.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/apis/get_rules_muted_alerts.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/apis/get_rules_muted_alerts.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/apis/get_rules_muted_alerts.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/apis/get_rules_muted_alerts.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/apis/get_rules_muted_alerts.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/apis/get_rules_muted_alerts.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/apis/get_rules_muted_alerts.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/constants.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/constants.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/constants.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/constants.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/index.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/index.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/index.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/index.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/translations.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/translations.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/translations.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/translations.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_actions_column.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_actions_column.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_actions_column.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_actions_column.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_bulk_actions.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_bulk_actions.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_bulk_actions.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_bulk_actions.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_bulk_actions.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_bulk_actions.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_bulk_actions.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_bulk_actions.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_bulk_get_cases.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_bulk_get_cases.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_bulk_get_cases.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_bulk_get_cases.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_bulk_get_cases.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_bulk_get_cases.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_bulk_get_cases.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_bulk_get_cases.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_bulk_get_maintenance_windows.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_bulk_get_maintenance_windows.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_bulk_get_maintenance_windows.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_bulk_get_maintenance_windows.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_bulk_get_maintenance_windows.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_bulk_get_maintenance_windows.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_bulk_get_maintenance_windows.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_bulk_get_maintenance_windows.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_bulk_untrack_alerts.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_bulk_untrack_alerts.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_bulk_untrack_alerts.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_bulk_untrack_alerts.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_bulk_untrack_alerts_by_query.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_bulk_untrack_alerts_by_query.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_bulk_untrack_alerts_by_query.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_bulk_untrack_alerts_by_query.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_bulk_untrack_alerts_by_query.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_bulk_untrack_alerts_by_query.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_bulk_untrack_alerts_by_query.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_bulk_untrack_alerts_by_query.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_columns/index.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_columns/index.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_columns/index.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_columns/index.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_columns/toggle_column.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_columns/toggle_column.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_columns/toggle_column.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_columns/toggle_column.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_columns/toggle_column.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_columns/toggle_column.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_columns/toggle_column.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_columns/toggle_column.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_columns/use_columns.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_columns/use_columns.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_columns/use_columns.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_columns/use_columns.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_columns/use_columns.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_columns/use_columns.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_columns/use_columns.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_columns/use_columns.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_pagination.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_pagination.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_pagination.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_pagination.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_pagination.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_pagination.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_pagination.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_pagination.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_sorting.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_sorting.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_sorting.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_sorting.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_sorting.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_sorting.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_sorting.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_sorting.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/index.mock.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/index.mock.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/index.mock.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/index.mock.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/index.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/index.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/index.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/index.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/maintenance_windows/cell.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/maintenance_windows/cell.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/maintenance_windows/cell.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/maintenance_windows/cell.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/maintenance_windows/cell.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/maintenance_windows/cell.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/maintenance_windows/cell.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/maintenance_windows/cell.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/maintenance_windows/index.mock.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/maintenance_windows/index.mock.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/maintenance_windows/index.mock.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/maintenance_windows/index.mock.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/maintenance_windows/tooltip_content.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/maintenance_windows/tooltip_content.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/maintenance_windows/tooltip_content.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/maintenance_windows/tooltip_content.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/query_client.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/query_client.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/query_client.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/query_client.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/row_actions/alert_actions_cell.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/row_actions/alert_actions_cell.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/row_actions/alert_actions_cell.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/row_actions/alert_actions_cell.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/row_actions/default_alert_actions.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/row_actions/default_alert_actions.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/row_actions/default_alert_actions.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/row_actions/default_alert_actions.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/row_actions/default_alert_actions.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/row_actions/default_alert_actions.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/row_actions/default_alert_actions.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/row_actions/default_alert_actions.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/row_actions/index.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/row_actions/index.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/row_actions/index.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/row_actions/index.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/row_actions/mark_as_untracked_alert_action.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/row_actions/mark_as_untracked_alert_action.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/row_actions/mark_as_untracked_alert_action.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/row_actions/mark_as_untracked_alert_action.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/row_actions/mute_alert_action.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/row_actions/mute_alert_action.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/row_actions/mute_alert_action.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/row_actions/mute_alert_action.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/row_actions/view_alert_details_alert_action.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/row_actions/view_alert_details_alert_action.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/row_actions/view_alert_details_alert_action.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/row_actions/view_alert_details_alert_action.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/row_actions/view_rule_details_alert_action.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/row_actions/view_rule_details_alert_action.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/row_actions/view_rule_details_alert_action.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/row_actions/view_rule_details_alert_action.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/toolbar/components/alerts_count/alerts_count.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/toolbar/components/alerts_count/alerts_count.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/toolbar/components/alerts_count/alerts_count.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/toolbar/components/alerts_count/alerts_count.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/toolbar/components/inspect/hover_visibility_container/index.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/toolbar/components/inspect/hover_visibility_container/index.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/toolbar/components/inspect/hover_visibility_container/index.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/toolbar/components/inspect/hover_visibility_container/index.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/toolbar/components/inspect/hover_visibility_container/index.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/toolbar/components/inspect/hover_visibility_container/index.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/toolbar/components/inspect/hover_visibility_container/index.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/toolbar/components/inspect/hover_visibility_container/index.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/toolbar/components/inspect/index.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/toolbar/components/inspect/index.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/toolbar/components/inspect/index.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/toolbar/components/inspect/index.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/toolbar/components/inspect/index.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/toolbar/components/inspect/index.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/toolbar/components/inspect/index.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/toolbar/components/inspect/index.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/toolbar/components/inspect/modal.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/toolbar/components/inspect/modal.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/toolbar/components/inspect/modal.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/toolbar/components/inspect/modal.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/toolbar/components/inspect/modal.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/toolbar/components/inspect/modal.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/toolbar/components/inspect/modal.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/toolbar/components/inspect/modal.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/toolbar/components/inspect/translations.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/toolbar/components/inspect/translations.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/toolbar/components/inspect/translations.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/toolbar/components/inspect/translations.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/toolbar/components/last_updated_at/index.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/toolbar/components/last_updated_at/index.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/toolbar/components/last_updated_at/index.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/toolbar/components/last_updated_at/index.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/toolbar/components/last_updated_at/translations.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/toolbar/components/last_updated_at/translations.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/toolbar/components/last_updated_at/translations.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/toolbar/components/last_updated_at/translations.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/toolbar/index.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/toolbar/index.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/toolbar/index.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/toolbar/index.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/toolbar/toolbar_visibility.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/toolbar/toolbar_visibility.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/toolbar/toolbar_visibility.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/toolbar/toolbar_visibility.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/translations.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/translations.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/translations.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/translations.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/types.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/types.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/types.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/alerts_table/types.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/common/components/bulk_operation_popover.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/common/components/bulk_operation_popover.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/common/components/bulk_operation_popover.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/common/components/bulk_operation_popover.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/common/components/error_boundary.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/common/components/error_boundary.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/common/components/error_boundary.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/common/components/error_boundary.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/common/components/error_boundary.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/common/components/error_boundary.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/common/components/error_boundary.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/common/components/error_boundary.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/common/components/event_log/event_log_data_grid.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/common/components/event_log/event_log_data_grid.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/common/components/event_log/event_log_data_grid.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/common/components/event_log/event_log_data_grid.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/common/components/event_log/event_log_list.scss b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/common/components/event_log/event_log_list.scss similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/common/components/event_log/event_log_list.scss rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/common/components/event_log/event_log_list.scss diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/common/components/event_log/event_log_list_cell_renderer.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/common/components/event_log/event_log_list_cell_renderer.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/common/components/event_log/event_log_list_cell_renderer.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/common/components/event_log/event_log_list_cell_renderer.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/common/components/event_log/event_log_list_cell_renderer.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/common/components/event_log/event_log_list_cell_renderer.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/common/components/event_log/event_log_list_cell_renderer.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/common/components/event_log/event_log_list_cell_renderer.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/common/components/event_log/event_log_list_status.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/common/components/event_log/event_log_list_status.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/common/components/event_log/event_log_list_status.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/common/components/event_log/event_log_list_status.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/common/components/event_log/event_log_list_status_filter.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/common/components/event_log/event_log_list_status_filter.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/common/components/event_log/event_log_list_status_filter.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/common/components/event_log/event_log_list_status_filter.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/common/components/event_log/event_log_list_status_filter.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/common/components/event_log/event_log_list_status_filter.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/common/components/event_log/event_log_list_status_filter.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/common/components/event_log/event_log_list_status_filter.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/common/components/event_log/event_log_pagination_status.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/common/components/event_log/event_log_pagination_status.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/common/components/event_log/event_log_pagination_status.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/common/components/event_log/event_log_pagination_status.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/common/components/event_log/event_log_stat.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/common/components/event_log/event_log_stat.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/common/components/event_log/event_log_stat.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/common/components/event_log/event_log_stat.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/common/components/event_log/index.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/common/components/event_log/index.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/common/components/event_log/index.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/common/components/event_log/index.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/common/components/execution_duration_chart.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/common/components/execution_duration_chart.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/common/components/execution_duration_chart.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/common/components/execution_duration_chart.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/common/components/execution_duration_chart.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/common/components/execution_duration_chart.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/common/components/execution_duration_chart.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/common/components/execution_duration_chart.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/common/components/refine_search_prompt.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/common/components/refine_search_prompt.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/common/components/refine_search_prompt.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/common/components/refine_search_prompt.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/common/components/rule_quick_edit_buttons.scss b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/common/components/rule_quick_edit_buttons.scss similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/common/components/rule_quick_edit_buttons.scss rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/common/components/rule_quick_edit_buttons.scss diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/common/components/rule_quick_edit_buttons.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/common/components/rule_quick_edit_buttons.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/common/components/rule_quick_edit_buttons.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/common/components/rule_quick_edit_buttons.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/common/components/rule_quick_edit_buttons.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/common/components/rule_quick_edit_buttons.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/common/components/rule_quick_edit_buttons.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/common/components/rule_quick_edit_buttons.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/common/components/untrack_alerts_modal.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/common/components/untrack_alerts_modal.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/common/components/untrack_alerts_modal.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/common/components/untrack_alerts_modal.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/common/components/untrack_alerts_modal.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/common/components/untrack_alerts_modal.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/common/components/untrack_alerts_modal.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/common/components/untrack_alerts_modal.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/common/components/with_actions_api_operations.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/common/components/with_actions_api_operations.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/common/components/with_actions_api_operations.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/common/components/with_actions_api_operations.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/common/components/with_actions_api_operations.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/common/components/with_actions_api_operations.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/common/components/with_actions_api_operations.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/common/components/with_actions_api_operations.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/common/components/with_bulk_rule_api_operations.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/common/components/with_bulk_rule_api_operations.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/common/components/with_bulk_rule_api_operations.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/common/components/with_bulk_rule_api_operations.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/common/components/with_bulk_rule_api_operations.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/common/components/with_bulk_rule_api_operations.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/common/components/with_bulk_rule_api_operations.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/common/components/with_bulk_rule_api_operations.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/common/connectors.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/common/connectors.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/common/connectors.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/common/connectors.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/components/categories_badges/categories_badges.styles.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/components/categories_badges/categories_badges.styles.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/components/categories_badges/categories_badges.styles.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/components/categories_badges/categories_badges.styles.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/components/categories_badges/categories_badges.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/components/categories_badges/categories_badges.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/components/categories_badges/categories_badges.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/components/categories_badges/categories_badges.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/components/categories_badges/categories_badges.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/components/categories_badges/categories_badges.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/components/categories_badges/categories_badges.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/components/categories_badges/categories_badges.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/components/categories_badges/index.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/components/categories_badges/index.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/components/categories_badges/index.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/components/categories_badges/index.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/components/categories_selector/categories_selector.styles.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/components/categories_selector/categories_selector.styles.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/components/categories_selector/categories_selector.styles.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/components/categories_selector/categories_selector.styles.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/components/categories_selector/categories_selector.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/components/categories_selector/categories_selector.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/components/categories_selector/categories_selector.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/components/categories_selector/categories_selector.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/components/categories_selector/categories_selector.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/components/categories_selector/categories_selector.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/components/categories_selector/categories_selector.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/components/categories_selector/categories_selector.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/components/categories_selector/index.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/components/categories_selector/index.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/components/categories_selector/index.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/components/categories_selector/index.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/components/field_items/field_items.style.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/components/field_items/field_items.style.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/components/field_items/field_items.style.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/components/field_items/field_items.style.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/components/field_items/field_items.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/components/field_items/field_items.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/components/field_items/field_items.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/components/field_items/field_items.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/components/field_items/field_items.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/components/field_items/field_items.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/components/field_items/field_items.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/components/field_items/field_items.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/components/field_items/index.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/components/field_items/index.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/components/field_items/index.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/components/field_items/index.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/components/field_name/field_name.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/components/field_name/field_name.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/components/field_name/field_name.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/components/field_name/field_name.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/components/field_name/field_name.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/components/field_name/field_name.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/components/field_name/field_name.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/components/field_name/field_name.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/components/field_name/index.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/components/field_name/index.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/components/field_name/index.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/components/field_name/index.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/components/field_table/field_table.styles.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/components/field_table/field_table.styles.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/components/field_table/field_table.styles.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/components/field_table/field_table.styles.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/components/field_table/field_table.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/components/field_table/field_table.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/components/field_table/field_table.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/components/field_table/field_table.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/components/field_table/field_table.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/components/field_table/field_table.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/components/field_table/field_table.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/components/field_table/field_table.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/components/field_table/field_table_header.styles.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/components/field_table/field_table_header.styles.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/components/field_table/field_table_header.styles.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/components/field_table/field_table_header.styles.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/components/field_table/field_table_header.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/components/field_table/field_table_header.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/components/field_table/field_table_header.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/components/field_table/field_table_header.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/components/field_table/field_table_header.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/components/field_table/field_table_header.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/components/field_table/field_table_header.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/components/field_table/field_table_header.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/components/field_table/index.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/components/field_table/index.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/components/field_table/index.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/components/field_table/index.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/components/search/index.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/components/search/index.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/components/search/index.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/components/search/index.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/components/search/search.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/components/search/search.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/components/search/search.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/components/search/search.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/components/search/search.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/components/search/search.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/components/search/search.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/components/search/search.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/field_browser.styles.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/field_browser.styles.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/field_browser.styles.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/field_browser.styles.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/field_browser.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/field_browser.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/field_browser.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/field_browser.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/field_browser.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/field_browser.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/field_browser.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/field_browser.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/field_browser_modal.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/field_browser_modal.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/field_browser_modal.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/field_browser_modal.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/field_browser_modal.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/field_browser_modal.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/field_browser_modal.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/field_browser_modal.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/helpers.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/helpers.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/helpers.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/helpers.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/helpers.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/helpers.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/helpers.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/helpers.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/index.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/index.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/index.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/index.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/mock.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/mock.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/mock.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/mock.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/translations.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/translations.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/translations.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/translations.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/types.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/types.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/types.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/field_browser/types.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/index.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/index.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/index.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/index.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/alert_muted_switch.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/alert_muted_switch.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/alert_muted_switch.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/alert_muted_switch.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/global_rule_event_log_list.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/global_rule_event_log_list.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/global_rule_event_log_list.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/global_rule_event_log_list.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule.scss b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule.scss similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule.scss rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule.scss diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_action_error_badge.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_action_error_badge.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_action_error_badge.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_action_error_badge.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_action_error_log_flyout.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_action_error_log_flyout.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_action_error_log_flyout.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_action_error_log_flyout.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_action_error_log_flyout.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_action_error_log_flyout.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_action_error_log_flyout.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_action_error_log_flyout.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_actions.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_actions.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_actions.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_actions.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_actions.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_actions.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_actions.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_actions.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_actions_popopver.scss b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_actions_popopver.scss similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_actions_popopver.scss rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_actions_popopver.scss diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_actions_popover.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_actions_popover.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_actions_popover.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_actions_popover.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_actions_popover.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_actions_popover.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_actions_popover.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_actions_popover.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_alert_list.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_alert_list.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_alert_list.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_alert_list.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_definition.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_definition.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_definition.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_definition.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_definition.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_definition.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_definition.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_definition.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_details.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_details.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_details.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_details.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_details.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_details.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_details.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_details.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_details_route.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_details_route.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_details_route.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_details_route.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_details_route.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_details_route.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_details_route.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_details_route.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_error_log.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_error_log.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_error_log.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_error_log.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_error_log.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_error_log.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_error_log.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_error_log.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_event_log_list.stories.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_event_log_list.stories.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_event_log_list.stories.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_event_log_list.stories.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_event_log_list.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_event_log_list.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_event_log_list.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_event_log_list.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_event_log_list.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_event_log_list.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_event_log_list.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_event_log_list.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_event_log_list_kpi.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_event_log_list_kpi.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_event_log_list_kpi.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_event_log_list_kpi.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_event_log_list_kpi.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_event_log_list_kpi.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_event_log_list_kpi.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_event_log_list_kpi.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_event_log_list_table.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_event_log_list_table.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_event_log_list_table.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_event_log_list_table.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_event_log_list_table.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_event_log_list_table.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_event_log_list_table.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_event_log_list_table.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_execution_summary_and_chart.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_execution_summary_and_chart.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_execution_summary_and_chart.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_execution_summary_and_chart.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_execution_summary_and_chart.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_execution_summary_and_chart.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_execution_summary_and_chart.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_execution_summary_and_chart.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_route.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_route.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_route.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_route.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_route.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_route.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_route.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_route.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_status_panel.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_status_panel.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_status_panel.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_status_panel.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_status_panel.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_status_panel.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_status_panel.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_status_panel.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/test_helpers.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/test_helpers.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/test_helpers.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/test_helpers.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/types.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/types.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/types.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/types.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/view_in_app.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/view_in_app.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/view_in_app.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/view_in_app.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/view_in_app.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/view_in_app.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/view_in_app.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/view_in_app.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/confirm_rule_close.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/confirm_rule_close.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/confirm_rule_close.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/confirm_rule_close.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/confirm_rule_save.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/confirm_rule_save.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/confirm_rule_save.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/confirm_rule_save.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/get_initial_interval.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/get_initial_interval.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/get_initial_interval.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/get_initial_interval.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/get_initial_interval.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/get_initial_interval.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/get_initial_interval.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/get_initial_interval.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/has_rule_changed.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/has_rule_changed.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/has_rule_changed.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/has_rule_changed.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/has_rule_changed.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/has_rule_changed.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/has_rule_changed.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/has_rule_changed.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/index.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/index.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/index.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/index.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_add.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/rule_add.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_add.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/rule_add.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_add.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/rule_add.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_add.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/rule_add.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_add_footer.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/rule_add_footer.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_add_footer.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/rule_add_footer.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_conditions.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/rule_conditions.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_conditions.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/rule_conditions.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_conditions.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/rule_conditions.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_conditions.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/rule_conditions.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_conditions_group.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/rule_conditions_group.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_conditions_group.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/rule_conditions_group.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_conditions_group.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/rule_conditions_group.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_conditions_group.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/rule_conditions_group.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_edit.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/rule_edit.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_edit.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/rule_edit.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_edit.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/rule_edit.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_edit.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/rule_edit.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_errors.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/rule_errors.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_errors.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/rule_errors.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_errors.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/rule_errors.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_errors.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/rule_errors.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_form.scss b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/rule_form.scss similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_form.scss rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/rule_form.scss diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_form.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/rule_form.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_form.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/rule_form.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_form.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/rule_form.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_form.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/rule_form.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_form_advanced_options.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/rule_form_advanced_options.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_form_advanced_options.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/rule_form_advanced_options.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_form_advanced_options.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/rule_form_advanced_options.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_form_advanced_options.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/rule_form_advanced_options.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_form_consumer_selection.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/rule_form_consumer_selection.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_form_consumer_selection.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/rule_form_consumer_selection.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_form_consumer_selection.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/rule_form_consumer_selection.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_form_consumer_selection.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/rule_form_consumer_selection.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_form_route.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/rule_form_route.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_form_route.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/rule_form_route.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_notify_when.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/rule_notify_when.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_notify_when.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/rule_notify_when.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_notify_when.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/rule_notify_when.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_notify_when.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/rule_notify_when.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_reducer.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/rule_reducer.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_reducer.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/rule_reducer.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_reducer.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/rule_reducer.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_reducer.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/rule_reducer.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/show_request_modal.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/show_request_modal.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/show_request_modal.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/show_request_modal.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/show_request_modal.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/show_request_modal.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/show_request_modal.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/show_request_modal.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/solution_filter.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/solution_filter.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/solution_filter.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/solution_filter.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/action_type_filter.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/action_type_filter.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/action_type_filter.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/action_type_filter.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/bulk_snooze_modal.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/bulk_snooze_modal.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/bulk_snooze_modal.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/bulk_snooze_modal.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/bulk_snooze_schedule_modal.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/bulk_snooze_schedule_modal.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/bulk_snooze_schedule_modal.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/bulk_snooze_schedule_modal.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/collapsed_item_actions.scss b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/collapsed_item_actions.scss similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/collapsed_item_actions.scss rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/collapsed_item_actions.scss diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/collapsed_item_actions.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/collapsed_item_actions.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/collapsed_item_actions.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/collapsed_item_actions.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/collapsed_item_actions.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/collapsed_item_actions.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/collapsed_item_actions.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/collapsed_item_actions.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/create_rule_button.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/create_rule_button.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/create_rule_button.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/create_rule_button.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/hooks/use_rules_list_filter_store.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/hooks/use_rules_list_filter_store.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/hooks/use_rules_list_filter_store.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/hooks/use_rules_list_filter_store.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/hooks/use_rules_list_filter_store.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/hooks/use_rules_list_filter_store.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/hooks/use_rules_list_filter_store.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/hooks/use_rules_list_filter_store.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/kql_search_bar/constants.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/kql_search_bar/constants.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/kql_search_bar/constants.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/kql_search_bar/constants.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/kql_search_bar/helpers.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/kql_search_bar/helpers.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/kql_search_bar/helpers.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/kql_search_bar/helpers.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/kql_search_bar/helpers.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/kql_search_bar/helpers.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/kql_search_bar/helpers.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/kql_search_bar/helpers.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/kql_search_bar/index.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/kql_search_bar/index.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/kql_search_bar/index.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/kql_search_bar/index.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/kql_search_bar/kql_search_bar.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/kql_search_bar/kql_search_bar.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/kql_search_bar/kql_search_bar.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/kql_search_bar/kql_search_bar.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/kql_search_bar/validate_kuery_node.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/kql_search_bar/validate_kuery_node.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/kql_search_bar/validate_kuery_node.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/kql_search_bar/validate_kuery_node.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/kql_search_bar/validate_kuery_node.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/kql_search_bar/validate_kuery_node.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/kql_search_bar/validate_kuery_node.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/kql_search_bar/validate_kuery_node.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/manage_license_modal.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/manage_license_modal.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/manage_license_modal.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/manage_license_modal.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/notify_badge/helpers.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/notify_badge/helpers.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/notify_badge/helpers.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/notify_badge/helpers.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/notify_badge/index.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/notify_badge/index.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/notify_badge/index.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/notify_badge/index.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/notify_badge/notify_badge.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/notify_badge/notify_badge.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/notify_badge/notify_badge.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/notify_badge/notify_badge.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/notify_badge/notify_badge.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/notify_badge/notify_badge.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/notify_badge/notify_badge.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/notify_badge/notify_badge.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/notify_badge/notify_badge_with_api.stories.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/notify_badge/notify_badge_with_api.stories.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/notify_badge/notify_badge_with_api.stories.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/notify_badge/notify_badge_with_api.stories.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/notify_badge/notify_badge_with_api.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/notify_badge/notify_badge_with_api.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/notify_badge/notify_badge_with_api.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/notify_badge/notify_badge_with_api.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/notify_badge/translations.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/notify_badge/translations.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/notify_badge/translations.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/notify_badge/translations.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/notify_badge/types.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/notify_badge/types.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/notify_badge/types.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/notify_badge/types.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/percentile_selectable_popover.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/percentile_selectable_popover.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/percentile_selectable_popover.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/percentile_selectable_popover.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_duration_format.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_duration_format.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_duration_format.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_duration_format.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_enabled_switch.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_enabled_switch.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_enabled_switch.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_enabled_switch.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_enabled_switch.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_enabled_switch.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_enabled_switch.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_enabled_switch.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_execution_status_filter.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_execution_status_filter.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_execution_status_filter.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_execution_status_filter.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_last_run_outcome_filter.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_last_run_outcome_filter.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_last_run_outcome_filter.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_last_run_outcome_filter.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/helpers/number_field.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/helpers/number_field.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/helpers/number_field.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/helpers/number_field.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/helpers/number_field.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/helpers/number_field.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/helpers/number_field.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/helpers/number_field.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/index.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/index.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/index.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/index.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/panel/base_snooze_panel.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/panel/base_snooze_panel.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/panel/base_snooze_panel.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/panel/base_snooze_panel.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/panel/base_snooze_panel.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/panel/base_snooze_panel.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/panel/base_snooze_panel.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/panel/base_snooze_panel.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/panel/constants.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/panel/constants.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/panel/constants.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/panel/constants.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/panel/helpers.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/panel/helpers.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/panel/helpers.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/panel/helpers.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/panel/helpers.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/panel/helpers.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/panel/helpers.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/panel/helpers.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/panel/index.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/panel/index.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/panel/index.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/panel/index.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/panel/translations.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/panel/translations.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/panel/translations.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/panel/translations.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/recurrence_scheduler/constants.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/recurrence_scheduler/constants.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/recurrence_scheduler/constants.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/recurrence_scheduler/constants.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/recurrence_scheduler/custom_recurrence_scheduler.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/recurrence_scheduler/custom_recurrence_scheduler.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/recurrence_scheduler/custom_recurrence_scheduler.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/recurrence_scheduler/custom_recurrence_scheduler.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/recurrence_scheduler/custom_recurrence_scheduler.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/recurrence_scheduler/custom_recurrence_scheduler.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/recurrence_scheduler/custom_recurrence_scheduler.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/recurrence_scheduler/custom_recurrence_scheduler.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/recurrence_scheduler/helpers.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/recurrence_scheduler/helpers.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/recurrence_scheduler/helpers.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/recurrence_scheduler/helpers.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/recurrence_scheduler/helpers.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/recurrence_scheduler/helpers.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/recurrence_scheduler/helpers.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/recurrence_scheduler/helpers.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/recurrence_scheduler/index.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/recurrence_scheduler/index.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/recurrence_scheduler/index.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/recurrence_scheduler/index.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/recurrence_scheduler/recurrence_scheduler.scss b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/recurrence_scheduler/recurrence_scheduler.scss similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/recurrence_scheduler/recurrence_scheduler.scss rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/recurrence_scheduler/recurrence_scheduler.scss diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/recurrence_scheduler/translations.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/recurrence_scheduler/translations.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/recurrence_scheduler/translations.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/recurrence_scheduler/translations.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/scheduler.scss b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/scheduler.scss similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/scheduler.scss rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/scheduler.scss diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/scheduler.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/scheduler.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/scheduler.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze/scheduler.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze_modal.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze_modal.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze_modal.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_snooze_modal.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_status_dropdown.stories.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_status_dropdown.stories.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_status_dropdown.stories.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_status_dropdown.stories.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_status_dropdown.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_status_dropdown.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_status_dropdown.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_status_dropdown.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_status_dropdown.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_status_dropdown.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_status_dropdown.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_status_dropdown.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_status_filter.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_status_filter.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_status_filter.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_status_filter.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_status_filter.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_status_filter.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_status_filter.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_status_filter.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_tag_badge.stories.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_tag_badge.stories.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_tag_badge.stories.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_tag_badge.stories.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_tag_badge.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_tag_badge.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_tag_badge.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_tag_badge.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_tag_badge.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_tag_badge.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_tag_badge.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_tag_badge.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_tag_filter.stories.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_tag_filter.stories.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_tag_filter.stories.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_tag_filter.stories.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_tag_filter.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_tag_filter.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_tag_filter.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_tag_filter.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_tag_filter.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_tag_filter.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_tag_filter.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_tag_filter.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rules_list.scss b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rules_list.scss similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rules_list.scss rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rules_list.scss diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rules_list.stories.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rules_list.stories.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rules_list.stories.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rules_list.stories.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rules_list.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rules_list.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rules_list.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rules_list.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rules_list.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rules_list.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rules_list.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rules_list.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_auto_refresh.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_auto_refresh.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_auto_refresh.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_auto_refresh.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_auto_refresh.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_auto_refresh.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_auto_refresh.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_auto_refresh.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_bulk_delete.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_bulk_delete.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_bulk_delete.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_bulk_delete.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_bulk_disable.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_bulk_disable.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_bulk_disable.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_bulk_disable.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_bulk_edit.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_bulk_edit.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_bulk_edit.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_bulk_edit.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_bulk_enable.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_bulk_enable.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_bulk_enable.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_bulk_enable.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_clear_rule_filter_banner.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_clear_rule_filter_banner.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_clear_rule_filter_banner.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_clear_rule_filter_banner.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_column_selector.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_column_selector.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_column_selector.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_column_selector.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_column_selector.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_column_selector.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_column_selector.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_column_selector.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_doc_link.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_doc_link.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_doc_link.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_doc_link.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_error_banner.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_error_banner.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_error_banner.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_error_banner.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_filters_bar.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_filters_bar.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_filters_bar.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_filters_bar.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_prompts.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_prompts.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_prompts.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_prompts.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_statuses.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_statuses.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_statuses.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_statuses.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_table.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_table.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_table.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_table.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_table_status_cell.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_table_status_cell.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_table_status_cell.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_table_status_cell.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_table_status_cell.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_table_status_cell.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_table_status_cell.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_table_status_cell.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/test_helpers.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/test_helpers.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/test_helpers.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/test_helpers.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/type_filter.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/type_filter.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/type_filter.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/type_filter.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/translations.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/translations.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/translations.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/translations.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/test_utils.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/test_utils.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/test_utils.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/test_utils.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/translations.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/translations.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/sections/translations.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/translations.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/application/type_registry.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/type_registry.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/application/type_registry.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/application/type_registry.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/common/connectors_selection.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/connectors_selection.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/common/connectors_selection.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/common/connectors_selection.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/common/constants/action_frequency_types.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/action_frequency_types.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/common/constants/action_frequency_types.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/action_frequency_types.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/common/constants/aggregation_types.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/aggregation_types.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/common/constants/aggregation_types.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/aggregation_types.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/common/constants/group_by_types.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/group_by_types.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/common/constants/group_by_types.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/group_by_types.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/common/constants/index.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/index.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/common/constants/index.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/common/constants/index.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/common/experimental_features_service.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/experimental_features_service.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/common/experimental_features_service.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/common/experimental_features_service.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/common/expression_items/components/closable_popover_title.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/expression_items/components/closable_popover_title.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/common/expression_items/components/closable_popover_title.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/common/expression_items/components/closable_popover_title.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/common/expression_items/components/closable_popover_title.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/expression_items/components/closable_popover_title.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/common/expression_items/components/closable_popover_title.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/common/expression_items/components/closable_popover_title.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/common/expression_items/components/index.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/expression_items/components/index.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/common/expression_items/components/index.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/common/expression_items/components/index.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/common/expression_items/for_the_last.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/expression_items/for_the_last.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/common/expression_items/for_the_last.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/common/expression_items/for_the_last.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/common/expression_items/for_the_last.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/expression_items/for_the_last.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/common/expression_items/for_the_last.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/common/expression_items/for_the_last.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/common/expression_items/group_by_over.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/expression_items/group_by_over.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/common/expression_items/group_by_over.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/common/expression_items/group_by_over.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/common/expression_items/group_by_over.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/expression_items/group_by_over.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/common/expression_items/group_by_over.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/common/expression_items/group_by_over.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/common/expression_items/index.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/expression_items/index.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/common/expression_items/index.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/common/expression_items/index.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/common/expression_items/of.scss b/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/expression_items/of.scss similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/common/expression_items/of.scss rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/common/expression_items/of.scss diff --git a/x-pack/plugins/triggers_actions_ui/public/common/expression_items/of.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/expression_items/of.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/common/expression_items/of.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/common/expression_items/of.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/common/expression_items/of.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/expression_items/of.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/common/expression_items/of.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/common/expression_items/of.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/common/expression_items/threshold.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/expression_items/threshold.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/common/expression_items/threshold.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/common/expression_items/threshold.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/common/expression_items/threshold.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/expression_items/threshold.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/common/expression_items/threshold.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/common/expression_items/threshold.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/common/expression_items/value.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/expression_items/value.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/common/expression_items/value.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/common/expression_items/value.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/common/expression_items/value.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/expression_items/value.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/common/expression_items/value.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/common/expression_items/value.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/common/expression_items/when.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/expression_items/when.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/common/expression_items/when.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/common/expression_items/when.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/common/expression_items/when.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/expression_items/when.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/common/expression_items/when.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/common/expression_items/when.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/common/get_action_form.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/get_action_form.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/common/get_action_form.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/common/get_action_form.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/common/get_add_connector_flyout.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/get_add_connector_flyout.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/common/get_add_connector_flyout.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/common/get_add_connector_flyout.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/common/get_add_rule_flyout.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/get_add_rule_flyout.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/common/get_add_rule_flyout.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/common/get_add_rule_flyout.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/common/get_alerts_search_bar.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/get_alerts_search_bar.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/common/get_alerts_search_bar.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/common/get_alerts_search_bar.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/common/get_alerts_table.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/get_alerts_table.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/common/get_alerts_table.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/common/get_alerts_table.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/common/get_alerts_table_default_row_actions.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/get_alerts_table_default_row_actions.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/common/get_alerts_table_default_row_actions.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/common/get_alerts_table_default_row_actions.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/common/get_alerts_table_state.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/get_alerts_table_state.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/common/get_alerts_table_state.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/common/get_alerts_table_state.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/common/get_edit_connector_flyout.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/get_edit_connector_flyout.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/common/get_edit_connector_flyout.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/common/get_edit_connector_flyout.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/common/get_edit_rule_flyout.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/get_edit_rule_flyout.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/common/get_edit_rule_flyout.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/common/get_edit_rule_flyout.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/common/get_experimental_features.test.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/get_experimental_features.test.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/common/get_experimental_features.test.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/common/get_experimental_features.test.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/common/get_experimental_features.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/get_experimental_features.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/common/get_experimental_features.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/common/get_experimental_features.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/common/get_field_browser.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/get_field_browser.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/common/get_field_browser.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/common/get_field_browser.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/common/get_global_rule_event_log_list.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/get_global_rule_event_log_list.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/common/get_global_rule_event_log_list.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/common/get_global_rule_event_log_list.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/common/get_rule_alerts_summary.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/get_rule_alerts_summary.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/common/get_rule_alerts_summary.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/common/get_rule_alerts_summary.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/common/get_rule_definition.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/get_rule_definition.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/common/get_rule_definition.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/common/get_rule_definition.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/common/get_rule_event_log_list.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/get_rule_event_log_list.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/common/get_rule_event_log_list.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/common/get_rule_event_log_list.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/common/get_rule_snooze_modal.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/get_rule_snooze_modal.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/common/get_rule_snooze_modal.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/common/get_rule_snooze_modal.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/common/get_rule_status_dropdown.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/get_rule_status_dropdown.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/common/get_rule_status_dropdown.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/common/get_rule_status_dropdown.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/common/get_rule_status_filter.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/get_rule_status_filter.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/common/get_rule_status_filter.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/common/get_rule_status_filter.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/common/get_rule_status_panel.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/get_rule_status_panel.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/common/get_rule_status_panel.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/common/get_rule_status_panel.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/common/get_rule_tag_badge.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/get_rule_tag_badge.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/common/get_rule_tag_badge.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/common/get_rule_tag_badge.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/common/get_rule_tag_filter.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/get_rule_tag_filter.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/common/get_rule_tag_filter.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/common/get_rule_tag_filter.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/common/get_rules_list.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/get_rules_list.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/common/get_rules_list.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/common/get_rules_list.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/common/get_rules_list_notify_badge.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/get_rules_list_notify_badge.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/common/get_rules_list_notify_badge.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/common/get_rules_list_notify_badge.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/common/get_rules_settings_link.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/get_rules_settings_link.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/common/get_rules_settings_link.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/common/get_rules_settings_link.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/common/index.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/index.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/common/index.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/common/index.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/common/index_controls/index.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/index_controls/index.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/common/index_controls/index.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/common/index_controls/index.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/common/lib/data_apis.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/lib/data_apis.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/common/lib/data_apis.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/common/lib/data_apis.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/common/lib/data_apis.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/lib/data_apis.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/common/lib/data_apis.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/common/lib/data_apis.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/common/lib/format_rule_alert_count.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/lib/format_rule_alert_count.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/common/lib/format_rule_alert_count.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/common/lib/format_rule_alert_count.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/common/lib/format_rule_alert_count.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/lib/format_rule_alert_count.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/common/lib/format_rule_alert_count.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/common/lib/format_rule_alert_count.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/common/lib/get_time_options.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/lib/get_time_options.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/common/lib/get_time_options.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/common/lib/get_time_options.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/common/lib/get_time_options.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/lib/get_time_options.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/common/lib/get_time_options.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/common/lib/get_time_options.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/common/lib/get_time_unit_label.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/lib/get_time_unit_label.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/common/lib/get_time_unit_label.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/common/lib/get_time_unit_label.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/common/lib/index.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/lib/index.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/common/lib/index.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/common/lib/index.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/common/lib/kibana/__mocks__/index.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/lib/kibana/__mocks__/index.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/common/lib/kibana/__mocks__/index.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/common/lib/kibana/__mocks__/index.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/common/lib/kibana/index.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/lib/kibana/index.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/common/lib/kibana/index.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/common/lib/kibana/index.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/common/lib/kibana/kibana_react.mock.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/lib/kibana/kibana_react.mock.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/common/lib/kibana/kibana_react.mock.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/common/lib/kibana/kibana_react.mock.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/common/lib/kibana/kibana_react.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/lib/kibana/kibana_react.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/common/lib/kibana/kibana_react.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/common/lib/kibana/kibana_react.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/common/lib/kibana/use_spaces_data.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/lib/kibana/use_spaces_data.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/common/lib/kibana/use_spaces_data.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/common/lib/kibana/use_spaces_data.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/common/lib/rule_status_helper.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/lib/rule_status_helper.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/common/lib/rule_status_helper.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/common/lib/rule_status_helper.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/common/lib/rule_status_helpers.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/lib/rule_status_helpers.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/common/lib/rule_status_helpers.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/common/lib/rule_status_helpers.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/common/truncated_text.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/truncated_text.tsx similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/common/truncated_text.tsx rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/common/truncated_text.tsx diff --git a/x-pack/plugins/triggers_actions_ui/public/common/types.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/types.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/common/types.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/common/types.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/index.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/index.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/index.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/index.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/mocks.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/mocks.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/mocks.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/mocks.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/plugin.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/plugin.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts diff --git a/x-pack/plugins/triggers_actions_ui/public/types.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/public/types.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts diff --git a/x-pack/plugins/triggers_actions_ui/server/config.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/server/config.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/server/config.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/server/config.ts diff --git a/x-pack/plugins/triggers_actions_ui/server/data/README.md b/x-pack/platform/plugins/shared/triggers_actions_ui/server/data/README.md similarity index 100% rename from x-pack/plugins/triggers_actions_ui/server/data/README.md rename to x-pack/platform/plugins/shared/triggers_actions_ui/server/data/README.md diff --git a/x-pack/plugins/triggers_actions_ui/server/data/index.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/server/data/index.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/server/data/index.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/server/data/index.ts diff --git a/x-pack/plugins/triggers_actions_ui/server/data/lib/core_query_types.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/server/data/lib/core_query_types.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/server/data/lib/core_query_types.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/server/data/lib/core_query_types.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/server/data/lib/core_query_types.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/server/data/lib/core_query_types.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/server/data/lib/core_query_types.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/server/data/lib/core_query_types.ts diff --git a/x-pack/plugins/triggers_actions_ui/server/data/lib/index.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/server/data/lib/index.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/server/data/lib/index.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/server/data/lib/index.ts diff --git a/x-pack/plugins/triggers_actions_ui/server/data/lib/time_series_query.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/server/data/lib/time_series_query.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/server/data/lib/time_series_query.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/server/data/lib/time_series_query.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/server/data/lib/time_series_query.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/server/data/lib/time_series_query.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/server/data/lib/time_series_query.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/server/data/lib/time_series_query.ts diff --git a/x-pack/plugins/triggers_actions_ui/server/data/lib/time_series_types.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/server/data/lib/time_series_types.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/server/data/lib/time_series_types.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/server/data/lib/time_series_types.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/server/data/lib/time_series_types.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/server/data/lib/time_series_types.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/server/data/lib/time_series_types.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/server/data/lib/time_series_types.ts diff --git a/x-pack/plugins/triggers_actions_ui/server/data/routes/fields.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/server/data/routes/fields.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/server/data/routes/fields.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/server/data/routes/fields.ts diff --git a/x-pack/plugins/triggers_actions_ui/server/data/routes/index.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/server/data/routes/index.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/server/data/routes/index.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/server/data/routes/index.ts diff --git a/x-pack/plugins/triggers_actions_ui/server/data/routes/indices.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/server/data/routes/indices.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/server/data/routes/indices.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/server/data/routes/indices.ts diff --git a/x-pack/plugins/triggers_actions_ui/server/data/routes/time_series_query.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/server/data/routes/time_series_query.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/server/data/routes/time_series_query.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/server/data/routes/time_series_query.ts diff --git a/x-pack/plugins/triggers_actions_ui/server/index.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/server/index.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/server/index.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/server/index.ts diff --git a/x-pack/plugins/triggers_actions_ui/server/plugin.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/server/plugin.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/server/plugin.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/server/plugin.ts diff --git a/x-pack/plugins/triggers_actions_ui/server/routes/config.test.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/server/routes/config.test.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/server/routes/config.test.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/server/routes/config.test.ts diff --git a/x-pack/plugins/triggers_actions_ui/server/routes/config.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/server/routes/config.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/server/routes/config.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/server/routes/config.ts diff --git a/x-pack/plugins/triggers_actions_ui/server/routes/health.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/server/routes/health.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/server/routes/health.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/server/routes/health.ts diff --git a/x-pack/plugins/triggers_actions_ui/server/routes/index.ts b/x-pack/platform/plugins/shared/triggers_actions_ui/server/routes/index.ts similarity index 100% rename from x-pack/plugins/triggers_actions_ui/server/routes/index.ts rename to x-pack/platform/plugins/shared/triggers_actions_ui/server/routes/index.ts diff --git a/x-pack/plugins/triggers_actions_ui/tsconfig.json b/x-pack/platform/plugins/shared/triggers_actions_ui/tsconfig.json similarity index 96% rename from x-pack/plugins/triggers_actions_ui/tsconfig.json rename to x-pack/platform/plugins/shared/triggers_actions_ui/tsconfig.json index f4b718bff4672..fe7aaf1b408c5 100644 --- a/x-pack/plugins/triggers_actions_ui/tsconfig.json +++ b/x-pack/platform/plugins/shared/triggers_actions_ui/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "../../../tsconfig.base.json", + "extends": "../../../../../tsconfig.base.json", "compilerOptions": { "outDir": "target/types" }, @@ -9,7 +9,7 @@ "public/**/*", "common/**/*", "config.ts", - "../../../typings/**/*" + "../../../../../typings/**/*" ], "kbn_references": [ "@kbn/core", diff --git a/x-pack/plugins/enterprise_search/server/lib/enterprise_search_http_agent.ts b/x-pack/plugins/enterprise_search/server/lib/enterprise_search_http_agent.ts index 68c605e24c3a6..d97daefe881a7 100644 --- a/x-pack/plugins/enterprise_search/server/lib/enterprise_search_http_agent.ts +++ b/x-pack/plugins/enterprise_search/server/lib/enterprise_search_http_agent.ts @@ -59,7 +59,7 @@ class EnterpriseSearchHttpAgent { /* * Convert verificationMode to rejectUnauthorized for more consistent config settings * with the rest of Kibana - * @see https://github.com/elastic/kibana/blob/main/x-pack/plugins/actions/server/builtin_action_types/lib/get_node_tls_options.ts + * @see https://github.com/elastic/kibana/blob/main/x-pack/platform/plugins/shared/actions/server/builtin_action_types/lib/get_node_tls_options.ts */ getAgentOptions(verificationMode: 'full' | 'certificate' | 'none') { const agentOptions: AgentOptions = {}; diff --git a/x-pack/plugins/inference/server/chat_complete/adapters/gemini/types.ts b/x-pack/plugins/inference/server/chat_complete/adapters/gemini/types.ts index 7d00057d8b801..03eef4b9f2457 100644 --- a/x-pack/plugins/inference/server/chat_complete/adapters/gemini/types.ts +++ b/x-pack/plugins/inference/server/chat_complete/adapters/gemini/types.ts @@ -25,7 +25,7 @@ export type GenerateContentResponseChunk = GenerateContentResponse & { * We need to use the connector's format, not directly Gemini's... * In practice, 'parts' get mapped to 'content' * - * See x-pack/plugins/stack_connectors/server/connector_types/gemini/gemini.ts + * See x-pack/platform/plugins/shared/stack_connectors/server/connector_types/gemini/gemini.ts */ export interface GeminiMessage { role: 'assistant' | 'user'; diff --git a/x-pack/plugins/monitoring/common/constants.ts b/x-pack/plugins/monitoring/common/constants.ts index 89dcba5637787..32fcec6aa0b68 100644 --- a/x-pack/plugins/monitoring/common/constants.ts +++ b/x-pack/plugins/monitoring/common/constants.ts @@ -586,12 +586,12 @@ export const LEGACY_RULES = [ /** * Matches the id for the built-in in email action type - * See x-pack/plugins/stack_connectors/server/connector_types/stack/email/index.ts + * See x-pack/platform/plugins/shared/stack_connectors/server/connector_types/stack/email/index.ts */ export const ALERT_ACTION_TYPE_EMAIL = '.email'; /** * Matches the id for the built-in in log action type - * See x-pack/plugins/stack_connectors/server/connector_types/stack/server_log/index.ts + * See x-pack/platform/plugins/shared/stack_connectors/server/connector_types/stack/server_log/index.ts */ export const ALERT_ACTION_TYPE_LOG = '.server-log'; diff --git a/x-pack/plugins/rule_registry/jest.config.js b/x-pack/plugins/rule_registry/jest.config.js deleted file mode 100644 index 463204b32e29f..0000000000000 --- a/x-pack/plugins/rule_registry/jest.config.js +++ /dev/null @@ -1,15 +0,0 @@ -/* - * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one - * or more contributor license agreements. Licensed under the Elastic License - * 2.0; you may not use this file except in compliance with the Elastic License - * 2.0. - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../../..', - roots: ['/x-pack/plugins/rule_registry'], - coverageDirectory: '/target/kibana-coverage/jest/x-pack/plugins/rule_registry', - coverageReporters: ['text', 'html'], - collectCoverageFrom: ['/x-pack/plugins/rule_registry/{common,server}/**/*.{ts,tsx}'], -}; diff --git a/x-pack/plugins/security_solution/common/api/detection_engine/rule_management/bulk_actions/bulk_actions_route.schema.yaml b/x-pack/plugins/security_solution/common/api/detection_engine/rule_management/bulk_actions/bulk_actions_route.schema.yaml index f3c0180c83d4d..7b139133b2a17 100644 --- a/x-pack/plugins/security_solution/common/api/detection_engine/rule_management/bulk_actions/bulk_actions_route.schema.yaml +++ b/x-pack/plugins/security_solution/common/api/detection_engine/rule_management/bulk_actions/bulk_actions_route.schema.yaml @@ -313,7 +313,7 @@ components: - delete_investigation_fields - set_investigation_fields - # Per rulesClient.bulkEdit rules actions operation contract (x-pack/plugins/alerting/server/rules_client/rules_client.ts) normalized rule action object is expected (NormalizedAlertAction) as value for the edit operation + # Per rulesClient.bulkEdit rules actions operation contract (x-pack/platform/plugins/shared/alerting/server/rules_client/rules_client.ts) normalized rule action object is expected (NormalizedAlertAction) as value for the edit operation NormalizedRuleAction: type: object properties: diff --git a/x-pack/plugins/security_solution/common/constants.ts b/x-pack/plugins/security_solution/common/constants.ts index 265af5a47e1fe..e9d043f9c82c9 100644 --- a/x-pack/plugins/security_solution/common/constants.ts +++ b/x-pack/plugins/security_solution/common/constants.ts @@ -47,7 +47,7 @@ export const DEFAULT_PREVIEW_INDEX = '.preview.alerts-security.alerts' as const; export const DEFAULT_LISTS_INDEX = '.lists' as const; export const DEFAULT_ITEMS_INDEX = '.items' as const; export const DEFAULT_RISK_SCORE_PAGE_SIZE = 1000 as const; -// The DEFAULT_MAX_SIGNALS value exists also in `x-pack/plugins/cases/common/constants.ts` +// The DEFAULT_MAX_SIGNALS value exists also in `x-pack/platform/plugins/shared/cases/common/constants.ts` // If either changes, engineer should ensure both values are updated export const DEFAULT_MAX_SIGNALS = 100 as const; export const DEFAULT_SEARCH_AFTER_PAGE_SIZE = 100 as const; diff --git a/x-pack/plugins/security_solution/docs/rfcs/detection_response/prebuilt_rules_customization.md b/x-pack/plugins/security_solution/docs/rfcs/detection_response/prebuilt_rules_customization.md index 97f7be2b8cd69..6b366eb9aa834 100644 --- a/x-pack/plugins/security_solution/docs/rfcs/detection_response/prebuilt_rules_customization.md +++ b/x-pack/plugins/security_solution/docs/rfcs/detection_response/prebuilt_rules_customization.md @@ -381,7 +381,7 @@ The endpoints should be updated to include a custom response header, using the [ **Alert (rule objects) mapping** -No changes will be needed for the [mapping of rule saved objects](https://github.com/elastic/kibana/blob/main/x-pack/plugins/alerting/common/saved_objects/rules/mappings.ts) (of type `alert`), since the new fields introduced will be part of the `params` field, which is a `flattened` field. +No changes will be needed for the [mapping of rule saved objects](https://github.com/elastic/kibana/blob/main/x-pack/platform/plugins/shared/alerting/common/saved_objects/rules/mappings.ts) (of type `alert`), since the new fields introduced will be part of the `params` field, which is a `flattened` field. **Security Rules (prebuilt rule assets) mapping** @@ -391,7 +391,7 @@ No changes will be needed either for the `security-rule` [mapping](https://githu ### Context -Historically, migrations to Elasticsearch saved objects were carried out by a procedure in which the changes in the SO were described in a migration operation that would be carried out **during an upgrade to a specific Kibana version**. See `x-pack/plugins/alerting/server/saved_objects/migrations/index.ts` for a list of migrations of SO that take place when a user updates Kibana to a specific version. +Historically, migrations to Elasticsearch saved objects were carried out by a procedure in which the changes in the SO were described in a migration operation that would be carried out **during an upgrade to a specific Kibana version**. See `x-pack/platform/plugins/shared/alerting/server/saved_objects/migrations/index.ts` for a list of migrations of SO that take place when a user updates Kibana to a specific version. However, this mechanism is no longer supported by the Alerting Framework team - which maintained it -, and the new migration mechanism introduced to replace that, the [Model Version API](https://github.com/elastic/kibana/blob/main/packages/core/saved-objects/core-saved-objects-server/docs/model_versions.md), which is Serverless-compatible, doesn't support migrating encrypted saved objects. @@ -817,7 +817,7 @@ That means that updating a rule's actions should not be considered a customizati Secondly, in order to migrate the `is_customized` value for rule edits, we can follow two approaches: 1. Calculate it in the `paramsModifier` callback that is passed to the `rulesClient.bulkEdit` method. This will need to modify the parameters of the callback to take as parameter the whole rule and the operations on the attributes, in order to have access to the values of the rule's field before and after of the edit. -2. Calculate it as part of the `validateMutatedRuleTypeParams` method in `x-pack/plugins/alerting/server/lib/validate_mutated_rule_type_params.ts` where we have access to the original params and the modified params. +2. Calculate it as part of the `validateMutatedRuleTypeParams` method in `x-pack/platform/plugins/shared/alerting/server/lib/validate_mutated_rule_type_params.ts` where we have access to the original params and the modified params. ---- diff --git a/x-pack/plugins/security_solution/scripts/endpoint/api_emulator/emulator_plugins/sentinelone/routes/utils.ts b/x-pack/plugins/security_solution/scripts/endpoint/api_emulator/emulator_plugins/sentinelone/routes/utils.ts index d2b6f29376423..c4c7166c27f64 100644 --- a/x-pack/plugins/security_solution/scripts/endpoint/api_emulator/emulator_plugins/sentinelone/routes/utils.ts +++ b/x-pack/plugins/security_solution/scripts/endpoint/api_emulator/emulator_plugins/sentinelone/routes/utils.ts @@ -6,7 +6,7 @@ */ // The base API path for the API requests for sentinelone. Value is the same as the one defined here: -// `x-pack/plugins/stack_connectors/server/connector_types/sentinelone/sentinelone.ts:50` +// `x-pack/platform/plugins/shared/stack_connectors/server/connector_types/sentinelone/sentinelone.ts:50` const BASE_API_PATH = '/web/api/v2.1'; export const buildSentinelOneRoutePath = (path: string): string => { diff --git a/x-pack/plugins/security_solution/server/lib/detection_engine/README.md b/x-pack/plugins/security_solution/server/lib/detection_engine/README.md index a2385e15a1bf2..c616520162e9b 100644 --- a/x-pack/plugins/security_solution/server/lib/detection_engine/README.md +++ b/x-pack/plugins/security_solution/server/lib/detection_engine/README.md @@ -152,8 +152,8 @@ logging.events: ``` See these two README.md's pages for more references on the alerting and actions API: -https://github.com/elastic/kibana/blob/main/x-pack/plugins/alerting/README.md -https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions +https://github.com/elastic/kibana/blob/main/x-pack/platform/plugins/shared/alerting/README.md +https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/actions ### Signals API diff --git a/x-pack/plugins/security_solution/server/lib/detection_engine/rule_actions_legacy/logic/rule_actions/legacy_migrations.ts b/x-pack/plugins/security_solution/server/lib/detection_engine/rule_actions_legacy/logic/rule_actions/legacy_migrations.ts index f802593c39121..1bdf7ae8e095d 100644 --- a/x-pack/plugins/security_solution/server/lib/detection_engine/rule_actions_legacy/logic/rule_actions/legacy_migrations.ts +++ b/x-pack/plugins/security_solution/server/lib/detection_engine/rule_actions_legacy/logic/rule_actions/legacy_migrations.ts @@ -54,7 +54,7 @@ export const legacyRuleActionsSavedObjectMigration = { // Future developer, we needed to do that because when we created this migration // we forget to think about user already using 7.11.0 and having an incident attribute build the right way // IMPORTANT -> if you change this code please do the same inside of this file - // x-pack/plugins/alerting/server/saved_objects/migrations.ts + // x-pack/platform/plugins/shared/alerting/server/saved_objects/migrations.ts const subActionParamsIncident = (action.params?.subActionParams as SavedObjectAttributes)?.incident ?? null; if (subActionParamsIncident != null && !isEmptyObject(subActionParamsIncident)) { diff --git a/x-pack/plugins/security_solution/server/lib/detection_engine/rule_monitoring/logic/rule_execution_log/create_rule_execution_summary.ts b/x-pack/plugins/security_solution/server/lib/detection_engine/rule_monitoring/logic/rule_execution_log/create_rule_execution_summary.ts index f72b110a844b3..486d2bffccc6b 100644 --- a/x-pack/plugins/security_solution/server/lib/detection_engine/rule_monitoring/logic/rule_execution_log/create_rule_execution_summary.ts +++ b/x-pack/plugins/security_solution/server/lib/detection_engine/rule_monitoring/logic/rule_execution_log/create_rule_execution_summary.ts @@ -23,7 +23,7 @@ export const createRuleExecutionSummary = ( // In the rule type the monitoring object is optional because in some cases rules client returns a rule without it. // For instance, when we call RulesClient.create(). Despite the fact that it's always in the rule saved object, // even when it was just created: - // https://github.com/elastic/kibana/blob/26eddec70844ffb65e5d3521a7adb52e643c4534/x-pack/plugins/alerting/server/rules_client/methods/create.ts#L155 + // https://github.com/elastic/kibana/blob/26eddec70844ffb65e5d3521a7adb52e643c4534/x-pack/platform/plugins/shared/alerting/server/rules_client/methods/create.ts#L155 return null; } diff --git a/x-pack/plugins/security_solution/server/lib/entity_analytics/utils/create_datastream.ts b/x-pack/plugins/security_solution/server/lib/entity_analytics/utils/create_datastream.ts index 8c97e69e0555a..5d2d71219021e 100644 --- a/x-pack/plugins/security_solution/server/lib/entity_analytics/utils/create_datastream.ts +++ b/x-pack/plugins/security_solution/server/lib/entity_analytics/utils/create_datastream.ts @@ -5,7 +5,7 @@ * 2.0. */ -// This file is a copy of x-pack/plugins/alerting/server/alerts_service/lib/create_concrete_write_index.ts +// This file is a copy of x-pack/platform/plugins/shared/alerting/server/alerts_service/lib/create_concrete_write_index.ts // The original function created an index, while here we create a datastream. If and when responseOps develops first-party code to work with datastreams (https://github.com/elastic/kibana/issues/140403), this file should be removed. import { get } from 'lodash'; diff --git a/x-pack/plugins/task_manager/jest.config.js b/x-pack/plugins/task_manager/jest.config.js deleted file mode 100644 index 416709552bd37..0000000000000 --- a/x-pack/plugins/task_manager/jest.config.js +++ /dev/null @@ -1,15 +0,0 @@ -/* - * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one - * or more contributor license agreements. Licensed under the Elastic License - * 2.0; you may not use this file except in compliance with the Elastic License - * 2.0. - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../../..', - roots: ['/x-pack/plugins/task_manager'], - coverageDirectory: '/target/kibana-coverage/jest/x-pack/plugins/task_manager', - coverageReporters: ['text', 'html'], - collectCoverageFrom: ['/x-pack/plugins/task_manager/server/**/*.{ts,tsx}'], -}; diff --git a/x-pack/plugins/telemetry_collection_xpack/schema/xpack_platform.json b/x-pack/plugins/telemetry_collection_xpack/schema/xpack_platform.json index d5b0514b64918..e0d5fe7f10dda 100644 --- a/x-pack/plugins/telemetry_collection_xpack/schema/xpack_platform.json +++ b/x-pack/plugins/telemetry_collection_xpack/schema/xpack_platform.json @@ -1,3 +1,3641 @@ { - "properties": {} + "properties": { + "actions": { + "properties": { + "has_errors": { + "type": "boolean" + }, + "error_messages": { + "type": "array", + "items": { + "type": "text" + } + }, + "alert_history_connector_enabled": { + "type": "boolean", + "_meta": { + "description": "Indicates if preconfigured alert history connector is enabled." + } + }, + "count_total": { + "type": "long" + }, + "count_by_type": { + "properties": { + "DYNAMIC_KEY": { + "type": "long" + }, + "__email": { + "type": "long" + }, + "__index": { + "type": "long" + }, + "[__gen-ai]": { + "type": "long" + }, + "__pagerduty": { + "type": "long" + }, + "__swimlane": { + "type": "long" + }, + "__server-log": { + "type": "long" + }, + "__slack": { + "type": "long" + }, + "__webhook": { + "type": "long" + }, + "__servicenow": { + "type": "long" + }, + "__jira": { + "type": "long" + }, + "__resilient": { + "type": "long" + }, + "__teams": { + "type": "long" + } + } + }, + "count_gen_ai_provider_types": { + "properties": { + "DYNAMIC_KEY": { + "type": "long" + }, + "[Azure OpenAI]": { + "type": "long" + }, + "[OpenAI]": { + "type": "long" + }, + "[Other]": { + "type": "long" + } + } + }, + "count_active_total": { + "type": "long" + }, + "count_active_alert_history_connectors": { + "type": "long", + "_meta": { + "description": "The total number of preconfigured alert history connectors used by rules." + } + }, + "count_active_by_type": { + "properties": { + "DYNAMIC_KEY": { + "type": "long" + }, + "__email": { + "type": "long" + }, + "__index": { + "type": "long" + }, + "[__gen-ai]": { + "type": "long" + }, + "__pagerduty": { + "type": "long" + }, + "__swimlane": { + "type": "long" + }, + "__server-log": { + "type": "long" + }, + "__slack": { + "type": "long" + }, + "__webhook": { + "type": "long" + }, + "__servicenow": { + "type": "long" + }, + "__jira": { + "type": "long" + }, + "__resilient": { + "type": "long" + }, + "__teams": { + "type": "long" + } + } + }, + "count_actions_executions_per_day": { + "type": "long" + }, + "count_actions_executions_by_type_per_day": { + "properties": { + "DYNAMIC_KEY": { + "type": "long" + }, + "__email": { + "type": "long" + }, + "__index": { + "type": "long" + }, + "[__gen-ai]": { + "type": "long" + }, + "__pagerduty": { + "type": "long" + }, + "__swimlane": { + "type": "long" + }, + "__server-log": { + "type": "long" + }, + "__slack": { + "type": "long" + }, + "__webhook": { + "type": "long" + }, + "__servicenow": { + "type": "long" + }, + "__jira": { + "type": "long" + }, + "__resilient": { + "type": "long" + }, + "__teams": { + "type": "long" + } + } + }, + "count_active_email_connectors_by_service_type": { + "properties": { + "DYNAMIC_KEY": { + "type": "long" + }, + "exchange_server": { + "type": "long" + }, + "gmail": { + "type": "long" + }, + "outlook365": { + "type": "long" + }, + "elastic_cloud": { + "type": "long" + }, + "other": { + "type": "long" + }, + "ses": { + "type": "long" + } + } + }, + "count_actions_namespaces": { + "type": "long" + }, + "count_actions_executions_failed_per_day": { + "type": "long" + }, + "count_actions_executions_failed_by_type_per_day": { + "properties": { + "DYNAMIC_KEY": { + "type": "long" + }, + "__email": { + "type": "long" + }, + "__index": { + "type": "long" + }, + "[__gen-ai]": { + "type": "long" + }, + "__pagerduty": { + "type": "long" + }, + "__swimlane": { + "type": "long" + }, + "__server-log": { + "type": "long" + }, + "__slack": { + "type": "long" + }, + "__webhook": { + "type": "long" + }, + "__servicenow": { + "type": "long" + }, + "__jira": { + "type": "long" + }, + "__resilient": { + "type": "long" + }, + "__teams": { + "type": "long" + } + } + }, + "avg_execution_time_per_day": { + "type": "long" + }, + "avg_execution_time_by_type_per_day": { + "properties": { + "DYNAMIC_KEY": { + "type": "long" + }, + "__email": { + "type": "long" + }, + "__index": { + "type": "long" + }, + "[__gen-ai]": { + "type": "long" + }, + "__pagerduty": { + "type": "long" + }, + "__swimlane": { + "type": "long" + }, + "__server-log": { + "type": "long" + }, + "__slack": { + "type": "long" + }, + "__webhook": { + "type": "long" + }, + "__servicenow": { + "type": "long" + }, + "__jira": { + "type": "long" + }, + "__resilient": { + "type": "long" + }, + "__teams": { + "type": "long" + } + } + }, + "count_connector_types_by_action_run_outcome_per_day": { + "properties": { + "DYNAMIC_KEY": { + "properties": { + "success": { + "type": "long" + }, + "failure": { + "type": "long" + }, + "unknown": { + "type": "long" + } + } + } + } + } + } + }, + "alerts": { + "properties": { + "has_errors": { + "type": "boolean" + }, + "error_messages": { + "type": "array", + "items": { + "type": "text" + } + }, + "count_total": { + "type": "long" + }, + "count_active_total": { + "type": "long" + }, + "count_disabled_total": { + "type": "long" + }, + "throttle_time": { + "properties": { + "min": { + "type": "keyword" + }, + "avg": { + "type": "keyword" + }, + "max": { + "type": "keyword" + } + } + }, + "schedule_time": { + "properties": { + "min": { + "type": "keyword" + }, + "avg": { + "type": "keyword" + }, + "max": { + "type": "keyword" + } + } + }, + "throttle_time_number_s": { + "properties": { + "min": { + "type": "long" + }, + "avg": { + "type": "float" + }, + "max": { + "type": "long" + } + } + }, + "schedule_time_number_s": { + "properties": { + "min": { + "type": "long" + }, + "avg": { + "type": "float" + }, + "max": { + "type": "long" + } + } + }, + "connectors_per_alert": { + "properties": { + "min": { + "type": "long" + }, + "avg": { + "type": "float" + }, + "max": { + "type": "long" + } + } + }, + "count_active_by_type": { + "properties": { + "DYNAMIC_KEY": { + "type": "long" + }, + "__index-threshold": { + "type": "long" + }, + "__es-query": { + "type": "long" + }, + "transform_health": { + "type": "long" + }, + "apm__error_rate": { + "type": "long" + }, + "apm__transaction_error_rate": { + "type": "long" + }, + "apm__transaction_duration": { + "type": "long" + }, + "apm__transaction_duration_anomaly": { + "type": "long" + }, + "metrics__alert__threshold": { + "type": "long" + }, + "metrics__alert__inventory__threshold": { + "type": "long" + }, + "logs__alert__document__count": { + "type": "long" + }, + "monitoring_alert_cluster_health": { + "type": "long" + }, + "monitoring_alert_cpu_usage": { + "type": "long" + }, + "monitoring_alert_disk_usage": { + "type": "long" + }, + "monitoring_alert_elasticsearch_version_mismatch": { + "type": "long" + }, + "monitoring_alert_kibana_version_mismatch": { + "type": "long" + }, + "monitoring_alert_license_expiration": { + "type": "long" + }, + "monitoring_alert_logstash_version_mismatch": { + "type": "long" + }, + "monitoring_alert_nodes_changed": { + "type": "long" + }, + "siem__signals": { + "type": "long" + }, + "siem__notifications": { + "type": "long" + }, + "siem__eqlRule": { + "type": "long" + }, + "siem__indicatorRule": { + "type": "long" + }, + "siem__mlRule": { + "type": "long" + }, + "siem__queryRule": { + "type": "long" + }, + "siem__savedQueryRule": { + "type": "long" + }, + "siem__thresholdRule": { + "type": "long" + }, + "xpack__uptime__alerts__monitorStatus": { + "type": "long" + }, + "xpack__uptime__alerts__tls": { + "type": "long" + }, + "xpack__uptime__alerts__durationAnomaly": { + "type": "long" + }, + "__geo-containment": { + "type": "long" + }, + "xpack__ml__anomaly_detection_alert": { + "type": "long" + }, + "xpack__ml__anomaly_detection_jobs_health": { + "type": "long" + } + } + }, + "count_by_type": { + "properties": { + "DYNAMIC_KEY": { + "type": "long" + }, + "__index-threshold": { + "type": "long" + }, + "__es-query": { + "type": "long" + }, + "transform_health": { + "type": "long" + }, + "apm__error_rate": { + "type": "long" + }, + "apm__transaction_error_rate": { + "type": "long" + }, + "apm__transaction_duration": { + "type": "long" + }, + "apm__transaction_duration_anomaly": { + "type": "long" + }, + "metrics__alert__threshold": { + "type": "long" + }, + "metrics__alert__inventory__threshold": { + "type": "long" + }, + "logs__alert__document__count": { + "type": "long" + }, + "monitoring_alert_cluster_health": { + "type": "long" + }, + "monitoring_alert_cpu_usage": { + "type": "long" + }, + "monitoring_alert_disk_usage": { + "type": "long" + }, + "monitoring_alert_elasticsearch_version_mismatch": { + "type": "long" + }, + "monitoring_alert_kibana_version_mismatch": { + "type": "long" + }, + "monitoring_alert_license_expiration": { + "type": "long" + }, + "monitoring_alert_logstash_version_mismatch": { + "type": "long" + }, + "monitoring_alert_nodes_changed": { + "type": "long" + }, + "siem__signals": { + "type": "long" + }, + "siem__notifications": { + "type": "long" + }, + "siem__eqlRule": { + "type": "long" + }, + "siem__indicatorRule": { + "type": "long" + }, + "siem__mlRule": { + "type": "long" + }, + "siem__queryRule": { + "type": "long" + }, + "siem__savedQueryRule": { + "type": "long" + }, + "siem__thresholdRule": { + "type": "long" + }, + "xpack__uptime__alerts__monitorStatus": { + "type": "long" + }, + "xpack__uptime__alerts__tls": { + "type": "long" + }, + "xpack__uptime__alerts__durationAnomaly": { + "type": "long" + }, + "__geo-containment": { + "type": "long" + }, + "xpack__ml__anomaly_detection_alert": { + "type": "long" + }, + "xpack__ml__anomaly_detection_jobs_health": { + "type": "long" + } + } + }, + "count_rules_namespaces": { + "type": "long" + }, + "count_rules_executions_per_day": { + "type": "long" + }, + "count_rules_executions_by_type_per_day": { + "properties": { + "DYNAMIC_KEY": { + "type": "long" + }, + "__index-threshold": { + "type": "long" + }, + "__es-query": { + "type": "long" + }, + "transform_health": { + "type": "long" + }, + "apm__error_rate": { + "type": "long" + }, + "apm__transaction_error_rate": { + "type": "long" + }, + "apm__transaction_duration": { + "type": "long" + }, + "apm__transaction_duration_anomaly": { + "type": "long" + }, + "metrics__alert__threshold": { + "type": "long" + }, + "metrics__alert__inventory__threshold": { + "type": "long" + }, + "logs__alert__document__count": { + "type": "long" + }, + "monitoring_alert_cluster_health": { + "type": "long" + }, + "monitoring_alert_cpu_usage": { + "type": "long" + }, + "monitoring_alert_disk_usage": { + "type": "long" + }, + "monitoring_alert_elasticsearch_version_mismatch": { + "type": "long" + }, + "monitoring_alert_kibana_version_mismatch": { + "type": "long" + }, + "monitoring_alert_license_expiration": { + "type": "long" + }, + "monitoring_alert_logstash_version_mismatch": { + "type": "long" + }, + "monitoring_alert_nodes_changed": { + "type": "long" + }, + "siem__signals": { + "type": "long" + }, + "siem__notifications": { + "type": "long" + }, + "siem__eqlRule": { + "type": "long" + }, + "siem__indicatorRule": { + "type": "long" + }, + "siem__mlRule": { + "type": "long" + }, + "siem__queryRule": { + "type": "long" + }, + "siem__savedQueryRule": { + "type": "long" + }, + "siem__thresholdRule": { + "type": "long" + }, + "xpack__uptime__alerts__monitorStatus": { + "type": "long" + }, + "xpack__uptime__alerts__tls": { + "type": "long" + }, + "xpack__uptime__alerts__durationAnomaly": { + "type": "long" + }, + "__geo-containment": { + "type": "long" + }, + "xpack__ml__anomaly_detection_alert": { + "type": "long" + }, + "xpack__ml__anomaly_detection_jobs_health": { + "type": "long" + } + } + }, + "count_rules_executions_failured_per_day": { + "type": "long" + }, + "count_rules_executions_failured_by_reason_per_day": { + "properties": { + "DYNAMIC_KEY": { + "type": "long" + }, + "read": { + "type": "long" + }, + "decrypt": { + "type": "long" + }, + "license": { + "type": "long" + }, + "unknown": { + "type": "long" + } + } + }, + "count_rules_executions_failured_by_reason_by_type_per_day": { + "properties": { + "DYNAMIC_KEY": { + "properties": { + "DYNAMIC_KEY": { + "type": "long" + }, + "__index-threshold": { + "type": "long" + }, + "__es-query": { + "type": "long" + }, + "transform_health": { + "type": "long" + }, + "apm__error_rate": { + "type": "long" + }, + "apm__transaction_error_rate": { + "type": "long" + }, + "apm__transaction_duration": { + "type": "long" + }, + "apm__transaction_duration_anomaly": { + "type": "long" + }, + "metrics__alert__threshold": { + "type": "long" + }, + "metrics__alert__inventory__threshold": { + "type": "long" + }, + "logs__alert__document__count": { + "type": "long" + }, + "monitoring_alert_cluster_health": { + "type": "long" + }, + "monitoring_alert_cpu_usage": { + "type": "long" + }, + "monitoring_alert_disk_usage": { + "type": "long" + }, + "monitoring_alert_elasticsearch_version_mismatch": { + "type": "long" + }, + "monitoring_alert_kibana_version_mismatch": { + "type": "long" + }, + "monitoring_alert_license_expiration": { + "type": "long" + }, + "monitoring_alert_logstash_version_mismatch": { + "type": "long" + }, + "monitoring_alert_nodes_changed": { + "type": "long" + }, + "siem__signals": { + "type": "long" + }, + "siem__notifications": { + "type": "long" + }, + "siem__eqlRule": { + "type": "long" + }, + "siem__indicatorRule": { + "type": "long" + }, + "siem__mlRule": { + "type": "long" + }, + "siem__queryRule": { + "type": "long" + }, + "siem__savedQueryRule": { + "type": "long" + }, + "siem__thresholdRule": { + "type": "long" + }, + "xpack__uptime__alerts__monitorStatus": { + "type": "long" + }, + "xpack__uptime__alerts__tls": { + "type": "long" + }, + "xpack__uptime__alerts__durationAnomaly": { + "type": "long" + }, + "__geo-containment": { + "type": "long" + }, + "xpack__ml__anomaly_detection_alert": { + "type": "long" + }, + "xpack__ml__anomaly_detection_jobs_health": { + "type": "long" + } + } + }, + "read": { + "properties": { + "DYNAMIC_KEY": { + "type": "long" + }, + "__index-threshold": { + "type": "long" + }, + "__es-query": { + "type": "long" + }, + "transform_health": { + "type": "long" + }, + "apm__error_rate": { + "type": "long" + }, + "apm__transaction_error_rate": { + "type": "long" + }, + "apm__transaction_duration": { + "type": "long" + }, + "apm__transaction_duration_anomaly": { + "type": "long" + }, + "metrics__alert__threshold": { + "type": "long" + }, + "metrics__alert__inventory__threshold": { + "type": "long" + }, + "logs__alert__document__count": { + "type": "long" + }, + "monitoring_alert_cluster_health": { + "type": "long" + }, + "monitoring_alert_cpu_usage": { + "type": "long" + }, + "monitoring_alert_disk_usage": { + "type": "long" + }, + "monitoring_alert_elasticsearch_version_mismatch": { + "type": "long" + }, + "monitoring_alert_kibana_version_mismatch": { + "type": "long" + }, + "monitoring_alert_license_expiration": { + "type": "long" + }, + "monitoring_alert_logstash_version_mismatch": { + "type": "long" + }, + "monitoring_alert_nodes_changed": { + "type": "long" + }, + "siem__signals": { + "type": "long" + }, + "siem__notifications": { + "type": "long" + }, + "siem__eqlRule": { + "type": "long" + }, + "siem__indicatorRule": { + "type": "long" + }, + "siem__mlRule": { + "type": "long" + }, + "siem__queryRule": { + "type": "long" + }, + "siem__savedQueryRule": { + "type": "long" + }, + "siem__thresholdRule": { + "type": "long" + }, + "xpack__uptime__alerts__monitorStatus": { + "type": "long" + }, + "xpack__uptime__alerts__tls": { + "type": "long" + }, + "xpack__uptime__alerts__durationAnomaly": { + "type": "long" + }, + "__geo-containment": { + "type": "long" + }, + "xpack__ml__anomaly_detection_alert": { + "type": "long" + }, + "xpack__ml__anomaly_detection_jobs_health": { + "type": "long" + } + } + }, + "decrypt": { + "properties": { + "DYNAMIC_KEY": { + "type": "long" + }, + "__index-threshold": { + "type": "long" + }, + "__es-query": { + "type": "long" + }, + "transform_health": { + "type": "long" + }, + "apm__error_rate": { + "type": "long" + }, + "apm__transaction_error_rate": { + "type": "long" + }, + "apm__transaction_duration": { + "type": "long" + }, + "apm__transaction_duration_anomaly": { + "type": "long" + }, + "metrics__alert__threshold": { + "type": "long" + }, + "metrics__alert__inventory__threshold": { + "type": "long" + }, + "logs__alert__document__count": { + "type": "long" + }, + "monitoring_alert_cluster_health": { + "type": "long" + }, + "monitoring_alert_cpu_usage": { + "type": "long" + }, + "monitoring_alert_disk_usage": { + "type": "long" + }, + "monitoring_alert_elasticsearch_version_mismatch": { + "type": "long" + }, + "monitoring_alert_kibana_version_mismatch": { + "type": "long" + }, + "monitoring_alert_license_expiration": { + "type": "long" + }, + "monitoring_alert_logstash_version_mismatch": { + "type": "long" + }, + "monitoring_alert_nodes_changed": { + "type": "long" + }, + "siem__signals": { + "type": "long" + }, + "siem__notifications": { + "type": "long" + }, + "siem__eqlRule": { + "type": "long" + }, + "siem__indicatorRule": { + "type": "long" + }, + "siem__mlRule": { + "type": "long" + }, + "siem__queryRule": { + "type": "long" + }, + "siem__savedQueryRule": { + "type": "long" + }, + "siem__thresholdRule": { + "type": "long" + }, + "xpack__uptime__alerts__monitorStatus": { + "type": "long" + }, + "xpack__uptime__alerts__tls": { + "type": "long" + }, + "xpack__uptime__alerts__durationAnomaly": { + "type": "long" + }, + "__geo-containment": { + "type": "long" + }, + "xpack__ml__anomaly_detection_alert": { + "type": "long" + }, + "xpack__ml__anomaly_detection_jobs_health": { + "type": "long" + } + } + }, + "license": { + "properties": { + "DYNAMIC_KEY": { + "type": "long" + }, + "__index-threshold": { + "type": "long" + }, + "__es-query": { + "type": "long" + }, + "transform_health": { + "type": "long" + }, + "apm__error_rate": { + "type": "long" + }, + "apm__transaction_error_rate": { + "type": "long" + }, + "apm__transaction_duration": { + "type": "long" + }, + "apm__transaction_duration_anomaly": { + "type": "long" + }, + "metrics__alert__threshold": { + "type": "long" + }, + "metrics__alert__inventory__threshold": { + "type": "long" + }, + "logs__alert__document__count": { + "type": "long" + }, + "monitoring_alert_cluster_health": { + "type": "long" + }, + "monitoring_alert_cpu_usage": { + "type": "long" + }, + "monitoring_alert_disk_usage": { + "type": "long" + }, + "monitoring_alert_elasticsearch_version_mismatch": { + "type": "long" + }, + "monitoring_alert_kibana_version_mismatch": { + "type": "long" + }, + "monitoring_alert_license_expiration": { + "type": "long" + }, + "monitoring_alert_logstash_version_mismatch": { + "type": "long" + }, + "monitoring_alert_nodes_changed": { + "type": "long" + }, + "siem__signals": { + "type": "long" + }, + "siem__notifications": { + "type": "long" + }, + "siem__eqlRule": { + "type": "long" + }, + "siem__indicatorRule": { + "type": "long" + }, + "siem__mlRule": { + "type": "long" + }, + "siem__queryRule": { + "type": "long" + }, + "siem__savedQueryRule": { + "type": "long" + }, + "siem__thresholdRule": { + "type": "long" + }, + "xpack__uptime__alerts__monitorStatus": { + "type": "long" + }, + "xpack__uptime__alerts__tls": { + "type": "long" + }, + "xpack__uptime__alerts__durationAnomaly": { + "type": "long" + }, + "__geo-containment": { + "type": "long" + }, + "xpack__ml__anomaly_detection_alert": { + "type": "long" + }, + "xpack__ml__anomaly_detection_jobs_health": { + "type": "long" + } + } + }, + "unknown": { + "properties": { + "DYNAMIC_KEY": { + "type": "long" + }, + "__index-threshold": { + "type": "long" + }, + "__es-query": { + "type": "long" + }, + "transform_health": { + "type": "long" + }, + "apm__error_rate": { + "type": "long" + }, + "apm__transaction_error_rate": { + "type": "long" + }, + "apm__transaction_duration": { + "type": "long" + }, + "apm__transaction_duration_anomaly": { + "type": "long" + }, + "metrics__alert__threshold": { + "type": "long" + }, + "metrics__alert__inventory__threshold": { + "type": "long" + }, + "logs__alert__document__count": { + "type": "long" + }, + "monitoring_alert_cluster_health": { + "type": "long" + }, + "monitoring_alert_cpu_usage": { + "type": "long" + }, + "monitoring_alert_disk_usage": { + "type": "long" + }, + "monitoring_alert_elasticsearch_version_mismatch": { + "type": "long" + }, + "monitoring_alert_kibana_version_mismatch": { + "type": "long" + }, + "monitoring_alert_license_expiration": { + "type": "long" + }, + "monitoring_alert_logstash_version_mismatch": { + "type": "long" + }, + "monitoring_alert_nodes_changed": { + "type": "long" + }, + "siem__signals": { + "type": "long" + }, + "siem__notifications": { + "type": "long" + }, + "siem__eqlRule": { + "type": "long" + }, + "siem__indicatorRule": { + "type": "long" + }, + "siem__mlRule": { + "type": "long" + }, + "siem__queryRule": { + "type": "long" + }, + "siem__savedQueryRule": { + "type": "long" + }, + "siem__thresholdRule": { + "type": "long" + }, + "xpack__uptime__alerts__monitorStatus": { + "type": "long" + }, + "xpack__uptime__alerts__tls": { + "type": "long" + }, + "xpack__uptime__alerts__durationAnomaly": { + "type": "long" + }, + "__geo-containment": { + "type": "long" + }, + "xpack__ml__anomaly_detection_alert": { + "type": "long" + }, + "xpack__ml__anomaly_detection_jobs_health": { + "type": "long" + } + } + } + } + }, + "count_rules_executions_timeouts_per_day": { + "type": "long" + }, + "count_rules_executions_timeouts_by_type_per_day": { + "properties": { + "DYNAMIC_KEY": { + "type": "long" + }, + "__index-threshold": { + "type": "long" + }, + "__es-query": { + "type": "long" + }, + "transform_health": { + "type": "long" + }, + "apm__error_rate": { + "type": "long" + }, + "apm__transaction_error_rate": { + "type": "long" + }, + "apm__transaction_duration": { + "type": "long" + }, + "apm__transaction_duration_anomaly": { + "type": "long" + }, + "metrics__alert__threshold": { + "type": "long" + }, + "metrics__alert__inventory__threshold": { + "type": "long" + }, + "logs__alert__document__count": { + "type": "long" + }, + "monitoring_alert_cluster_health": { + "type": "long" + }, + "monitoring_alert_cpu_usage": { + "type": "long" + }, + "monitoring_alert_disk_usage": { + "type": "long" + }, + "monitoring_alert_elasticsearch_version_mismatch": { + "type": "long" + }, + "monitoring_alert_kibana_version_mismatch": { + "type": "long" + }, + "monitoring_alert_license_expiration": { + "type": "long" + }, + "monitoring_alert_logstash_version_mismatch": { + "type": "long" + }, + "monitoring_alert_nodes_changed": { + "type": "long" + }, + "siem__signals": { + "type": "long" + }, + "siem__notifications": { + "type": "long" + }, + "siem__eqlRule": { + "type": "long" + }, + "siem__indicatorRule": { + "type": "long" + }, + "siem__mlRule": { + "type": "long" + }, + "siem__queryRule": { + "type": "long" + }, + "siem__savedQueryRule": { + "type": "long" + }, + "siem__thresholdRule": { + "type": "long" + }, + "xpack__uptime__alerts__monitorStatus": { + "type": "long" + }, + "xpack__uptime__alerts__tls": { + "type": "long" + }, + "xpack__uptime__alerts__durationAnomaly": { + "type": "long" + }, + "__geo-containment": { + "type": "long" + }, + "xpack__ml__anomaly_detection_alert": { + "type": "long" + }, + "xpack__ml__anomaly_detection_jobs_health": { + "type": "long" + } + } + }, + "count_failed_and_unrecognized_rule_tasks_per_day": { + "type": "long" + }, + "count_failed_and_unrecognized_rule_tasks_by_status_per_day": { + "properties": { + "DYNAMIC_KEY": { + "type": "long" + }, + "failed": { + "type": "long" + }, + "unrecognized": { + "type": "long" + } + } + }, + "count_failed_and_unrecognized_rule_tasks_by_status_by_type_per_day": { + "properties": { + "DYNAMIC_KEY": { + "properties": { + "DYNAMIC_KEY": { + "type": "long" + }, + "__index-threshold": { + "type": "long" + }, + "__es-query": { + "type": "long" + }, + "transform_health": { + "type": "long" + }, + "apm__error_rate": { + "type": "long" + }, + "apm__transaction_error_rate": { + "type": "long" + }, + "apm__transaction_duration": { + "type": "long" + }, + "apm__transaction_duration_anomaly": { + "type": "long" + }, + "metrics__alert__threshold": { + "type": "long" + }, + "metrics__alert__inventory__threshold": { + "type": "long" + }, + "logs__alert__document__count": { + "type": "long" + }, + "monitoring_alert_cluster_health": { + "type": "long" + }, + "monitoring_alert_cpu_usage": { + "type": "long" + }, + "monitoring_alert_disk_usage": { + "type": "long" + }, + "monitoring_alert_elasticsearch_version_mismatch": { + "type": "long" + }, + "monitoring_alert_kibana_version_mismatch": { + "type": "long" + }, + "monitoring_alert_license_expiration": { + "type": "long" + }, + "monitoring_alert_logstash_version_mismatch": { + "type": "long" + }, + "monitoring_alert_nodes_changed": { + "type": "long" + }, + "siem__signals": { + "type": "long" + }, + "siem__notifications": { + "type": "long" + }, + "siem__eqlRule": { + "type": "long" + }, + "siem__indicatorRule": { + "type": "long" + }, + "siem__mlRule": { + "type": "long" + }, + "siem__queryRule": { + "type": "long" + }, + "siem__savedQueryRule": { + "type": "long" + }, + "siem__thresholdRule": { + "type": "long" + }, + "xpack__uptime__alerts__monitorStatus": { + "type": "long" + }, + "xpack__uptime__alerts__tls": { + "type": "long" + }, + "xpack__uptime__alerts__durationAnomaly": { + "type": "long" + }, + "__geo-containment": { + "type": "long" + }, + "xpack__ml__anomaly_detection_alert": { + "type": "long" + }, + "xpack__ml__anomaly_detection_jobs_health": { + "type": "long" + } + } + }, + "failed": { + "properties": { + "DYNAMIC_KEY": { + "type": "long" + }, + "__index-threshold": { + "type": "long" + }, + "__es-query": { + "type": "long" + }, + "transform_health": { + "type": "long" + }, + "apm__error_rate": { + "type": "long" + }, + "apm__transaction_error_rate": { + "type": "long" + }, + "apm__transaction_duration": { + "type": "long" + }, + "apm__transaction_duration_anomaly": { + "type": "long" + }, + "metrics__alert__threshold": { + "type": "long" + }, + "metrics__alert__inventory__threshold": { + "type": "long" + }, + "logs__alert__document__count": { + "type": "long" + }, + "monitoring_alert_cluster_health": { + "type": "long" + }, + "monitoring_alert_cpu_usage": { + "type": "long" + }, + "monitoring_alert_disk_usage": { + "type": "long" + }, + "monitoring_alert_elasticsearch_version_mismatch": { + "type": "long" + }, + "monitoring_alert_kibana_version_mismatch": { + "type": "long" + }, + "monitoring_alert_license_expiration": { + "type": "long" + }, + "monitoring_alert_logstash_version_mismatch": { + "type": "long" + }, + "monitoring_alert_nodes_changed": { + "type": "long" + }, + "siem__signals": { + "type": "long" + }, + "siem__notifications": { + "type": "long" + }, + "siem__eqlRule": { + "type": "long" + }, + "siem__indicatorRule": { + "type": "long" + }, + "siem__mlRule": { + "type": "long" + }, + "siem__queryRule": { + "type": "long" + }, + "siem__savedQueryRule": { + "type": "long" + }, + "siem__thresholdRule": { + "type": "long" + }, + "xpack__uptime__alerts__monitorStatus": { + "type": "long" + }, + "xpack__uptime__alerts__tls": { + "type": "long" + }, + "xpack__uptime__alerts__durationAnomaly": { + "type": "long" + }, + "__geo-containment": { + "type": "long" + }, + "xpack__ml__anomaly_detection_alert": { + "type": "long" + }, + "xpack__ml__anomaly_detection_jobs_health": { + "type": "long" + } + } + }, + "unrecognized": { + "properties": { + "DYNAMIC_KEY": { + "type": "long" + }, + "__index-threshold": { + "type": "long" + }, + "__es-query": { + "type": "long" + }, + "transform_health": { + "type": "long" + }, + "apm__error_rate": { + "type": "long" + }, + "apm__transaction_error_rate": { + "type": "long" + }, + "apm__transaction_duration": { + "type": "long" + }, + "apm__transaction_duration_anomaly": { + "type": "long" + }, + "metrics__alert__threshold": { + "type": "long" + }, + "metrics__alert__inventory__threshold": { + "type": "long" + }, + "logs__alert__document__count": { + "type": "long" + }, + "monitoring_alert_cluster_health": { + "type": "long" + }, + "monitoring_alert_cpu_usage": { + "type": "long" + }, + "monitoring_alert_disk_usage": { + "type": "long" + }, + "monitoring_alert_elasticsearch_version_mismatch": { + "type": "long" + }, + "monitoring_alert_kibana_version_mismatch": { + "type": "long" + }, + "monitoring_alert_license_expiration": { + "type": "long" + }, + "monitoring_alert_logstash_version_mismatch": { + "type": "long" + }, + "monitoring_alert_nodes_changed": { + "type": "long" + }, + "siem__signals": { + "type": "long" + }, + "siem__notifications": { + "type": "long" + }, + "siem__eqlRule": { + "type": "long" + }, + "siem__indicatorRule": { + "type": "long" + }, + "siem__mlRule": { + "type": "long" + }, + "siem__queryRule": { + "type": "long" + }, + "siem__savedQueryRule": { + "type": "long" + }, + "siem__thresholdRule": { + "type": "long" + }, + "xpack__uptime__alerts__monitorStatus": { + "type": "long" + }, + "xpack__uptime__alerts__tls": { + "type": "long" + }, + "xpack__uptime__alerts__durationAnomaly": { + "type": "long" + }, + "__geo-containment": { + "type": "long" + }, + "xpack__ml__anomaly_detection_alert": { + "type": "long" + }, + "xpack__ml__anomaly_detection_jobs_health": { + "type": "long" + } + } + } + } + }, + "count_rules_by_execution_status": { + "properties": { + "success": { + "type": "long" + }, + "error": { + "type": "long" + }, + "warning": { + "type": "long" + } + } + }, + "count_rules_with_tags": { + "type": "long" + }, + "count_rules_by_notify_when": { + "properties": { + "on_action_group_change": { + "type": "long" + }, + "on_active_alert": { + "type": "long" + }, + "on_throttle_interval": { + "type": "long" + } + } + }, + "count_rules_snoozed": { + "type": "long" + }, + "count_rules_muted": { + "type": "long" + }, + "count_mw_total": { + "type": "long" + }, + "count_mw_with_repeat_toggle_on": { + "type": "long" + }, + "count_mw_with_filter_alert_toggle_on": { + "type": "long" + }, + "count_rules_with_muted_alerts": { + "type": "long" + }, + "count_connector_types_by_consumers": { + "properties": { + "DYNAMIC_KEY": { + "properties": { + "DYNAMIC_KEY": { + "type": "long" + } + } + } + } + }, + "count_rules_by_execution_status_per_day": { + "properties": { + "success": { + "type": "long" + }, + "failure": { + "type": "long" + }, + "unknown": { + "type": "long" + } + } + }, + "avg_execution_time_per_day": { + "type": "long" + }, + "avg_execution_time_by_type_per_day": { + "properties": { + "DYNAMIC_KEY": { + "type": "long" + }, + "__index-threshold": { + "type": "long" + }, + "__es-query": { + "type": "long" + }, + "transform_health": { + "type": "long" + }, + "apm__error_rate": { + "type": "long" + }, + "apm__transaction_error_rate": { + "type": "long" + }, + "apm__transaction_duration": { + "type": "long" + }, + "apm__transaction_duration_anomaly": { + "type": "long" + }, + "metrics__alert__threshold": { + "type": "long" + }, + "metrics__alert__inventory__threshold": { + "type": "long" + }, + "logs__alert__document__count": { + "type": "long" + }, + "monitoring_alert_cluster_health": { + "type": "long" + }, + "monitoring_alert_cpu_usage": { + "type": "long" + }, + "monitoring_alert_disk_usage": { + "type": "long" + }, + "monitoring_alert_elasticsearch_version_mismatch": { + "type": "long" + }, + "monitoring_alert_kibana_version_mismatch": { + "type": "long" + }, + "monitoring_alert_license_expiration": { + "type": "long" + }, + "monitoring_alert_logstash_version_mismatch": { + "type": "long" + }, + "monitoring_alert_nodes_changed": { + "type": "long" + }, + "siem__signals": { + "type": "long" + }, + "siem__notifications": { + "type": "long" + }, + "siem__eqlRule": { + "type": "long" + }, + "siem__indicatorRule": { + "type": "long" + }, + "siem__mlRule": { + "type": "long" + }, + "siem__queryRule": { + "type": "long" + }, + "siem__savedQueryRule": { + "type": "long" + }, + "siem__thresholdRule": { + "type": "long" + }, + "xpack__uptime__alerts__monitorStatus": { + "type": "long" + }, + "xpack__uptime__alerts__tls": { + "type": "long" + }, + "xpack__uptime__alerts__durationAnomaly": { + "type": "long" + }, + "__geo-containment": { + "type": "long" + }, + "xpack__ml__anomaly_detection_alert": { + "type": "long" + }, + "xpack__ml__anomaly_detection_jobs_health": { + "type": "long" + } + } + }, + "avg_es_search_duration_per_day": { + "type": "long" + }, + "avg_es_search_duration_by_type_per_day": { + "properties": { + "DYNAMIC_KEY": { + "type": "long" + }, + "__index-threshold": { + "type": "long" + }, + "__es-query": { + "type": "long" + }, + "transform_health": { + "type": "long" + }, + "apm__error_rate": { + "type": "long" + }, + "apm__transaction_error_rate": { + "type": "long" + }, + "apm__transaction_duration": { + "type": "long" + }, + "apm__transaction_duration_anomaly": { + "type": "long" + }, + "metrics__alert__threshold": { + "type": "long" + }, + "metrics__alert__inventory__threshold": { + "type": "long" + }, + "logs__alert__document__count": { + "type": "long" + }, + "monitoring_alert_cluster_health": { + "type": "long" + }, + "monitoring_alert_cpu_usage": { + "type": "long" + }, + "monitoring_alert_disk_usage": { + "type": "long" + }, + "monitoring_alert_elasticsearch_version_mismatch": { + "type": "long" + }, + "monitoring_alert_kibana_version_mismatch": { + "type": "long" + }, + "monitoring_alert_license_expiration": { + "type": "long" + }, + "monitoring_alert_logstash_version_mismatch": { + "type": "long" + }, + "monitoring_alert_nodes_changed": { + "type": "long" + }, + "siem__signals": { + "type": "long" + }, + "siem__notifications": { + "type": "long" + }, + "siem__eqlRule": { + "type": "long" + }, + "siem__indicatorRule": { + "type": "long" + }, + "siem__mlRule": { + "type": "long" + }, + "siem__queryRule": { + "type": "long" + }, + "siem__savedQueryRule": { + "type": "long" + }, + "siem__thresholdRule": { + "type": "long" + }, + "xpack__uptime__alerts__monitorStatus": { + "type": "long" + }, + "xpack__uptime__alerts__tls": { + "type": "long" + }, + "xpack__uptime__alerts__durationAnomaly": { + "type": "long" + }, + "__geo-containment": { + "type": "long" + }, + "xpack__ml__anomaly_detection_alert": { + "type": "long" + }, + "xpack__ml__anomaly_detection_jobs_health": { + "type": "long" + } + } + }, + "avg_total_search_duration_per_day": { + "type": "long" + }, + "avg_total_search_duration_by_type_per_day": { + "properties": { + "DYNAMIC_KEY": { + "type": "long" + }, + "__index-threshold": { + "type": "long" + }, + "__es-query": { + "type": "long" + }, + "transform_health": { + "type": "long" + }, + "apm__error_rate": { + "type": "long" + }, + "apm__transaction_error_rate": { + "type": "long" + }, + "apm__transaction_duration": { + "type": "long" + }, + "apm__transaction_duration_anomaly": { + "type": "long" + }, + "metrics__alert__threshold": { + "type": "long" + }, + "metrics__alert__inventory__threshold": { + "type": "long" + }, + "logs__alert__document__count": { + "type": "long" + }, + "monitoring_alert_cluster_health": { + "type": "long" + }, + "monitoring_alert_cpu_usage": { + "type": "long" + }, + "monitoring_alert_disk_usage": { + "type": "long" + }, + "monitoring_alert_elasticsearch_version_mismatch": { + "type": "long" + }, + "monitoring_alert_kibana_version_mismatch": { + "type": "long" + }, + "monitoring_alert_license_expiration": { + "type": "long" + }, + "monitoring_alert_logstash_version_mismatch": { + "type": "long" + }, + "monitoring_alert_nodes_changed": { + "type": "long" + }, + "siem__signals": { + "type": "long" + }, + "siem__notifications": { + "type": "long" + }, + "siem__eqlRule": { + "type": "long" + }, + "siem__indicatorRule": { + "type": "long" + }, + "siem__mlRule": { + "type": "long" + }, + "siem__queryRule": { + "type": "long" + }, + "siem__savedQueryRule": { + "type": "long" + }, + "siem__thresholdRule": { + "type": "long" + }, + "xpack__uptime__alerts__monitorStatus": { + "type": "long" + }, + "xpack__uptime__alerts__tls": { + "type": "long" + }, + "xpack__uptime__alerts__durationAnomaly": { + "type": "long" + }, + "__geo-containment": { + "type": "long" + }, + "xpack__ml__anomaly_detection_alert": { + "type": "long" + }, + "xpack__ml__anomaly_detection_jobs_health": { + "type": "long" + } + } + }, + "percentile_num_generated_actions_per_day": { + "properties": { + "p50": { + "type": "long" + }, + "p90": { + "type": "long" + }, + "p99": { + "type": "long" + } + } + }, + "percentile_num_generated_actions_by_type_per_day": { + "properties": { + "p50": { + "properties": { + "DYNAMIC_KEY": { + "type": "long" + }, + "__index-threshold": { + "type": "long" + }, + "__es-query": { + "type": "long" + }, + "transform_health": { + "type": "long" + }, + "apm__error_rate": { + "type": "long" + }, + "apm__transaction_error_rate": { + "type": "long" + }, + "apm__transaction_duration": { + "type": "long" + }, + "apm__transaction_duration_anomaly": { + "type": "long" + }, + "metrics__alert__threshold": { + "type": "long" + }, + "metrics__alert__inventory__threshold": { + "type": "long" + }, + "logs__alert__document__count": { + "type": "long" + }, + "monitoring_alert_cluster_health": { + "type": "long" + }, + "monitoring_alert_cpu_usage": { + "type": "long" + }, + "monitoring_alert_disk_usage": { + "type": "long" + }, + "monitoring_alert_elasticsearch_version_mismatch": { + "type": "long" + }, + "monitoring_alert_kibana_version_mismatch": { + "type": "long" + }, + "monitoring_alert_license_expiration": { + "type": "long" + }, + "monitoring_alert_logstash_version_mismatch": { + "type": "long" + }, + "monitoring_alert_nodes_changed": { + "type": "long" + }, + "siem__signals": { + "type": "long" + }, + "siem__notifications": { + "type": "long" + }, + "siem__eqlRule": { + "type": "long" + }, + "siem__indicatorRule": { + "type": "long" + }, + "siem__mlRule": { + "type": "long" + }, + "siem__queryRule": { + "type": "long" + }, + "siem__savedQueryRule": { + "type": "long" + }, + "siem__thresholdRule": { + "type": "long" + }, + "xpack__uptime__alerts__monitorStatus": { + "type": "long" + }, + "xpack__uptime__alerts__tls": { + "type": "long" + }, + "xpack__uptime__alerts__durationAnomaly": { + "type": "long" + }, + "__geo-containment": { + "type": "long" + }, + "xpack__ml__anomaly_detection_alert": { + "type": "long" + }, + "xpack__ml__anomaly_detection_jobs_health": { + "type": "long" + } + } + }, + "p90": { + "properties": { + "DYNAMIC_KEY": { + "type": "long" + }, + "__index-threshold": { + "type": "long" + }, + "__es-query": { + "type": "long" + }, + "transform_health": { + "type": "long" + }, + "apm__error_rate": { + "type": "long" + }, + "apm__transaction_error_rate": { + "type": "long" + }, + "apm__transaction_duration": { + "type": "long" + }, + "apm__transaction_duration_anomaly": { + "type": "long" + }, + "metrics__alert__threshold": { + "type": "long" + }, + "metrics__alert__inventory__threshold": { + "type": "long" + }, + "logs__alert__document__count": { + "type": "long" + }, + "monitoring_alert_cluster_health": { + "type": "long" + }, + "monitoring_alert_cpu_usage": { + "type": "long" + }, + "monitoring_alert_disk_usage": { + "type": "long" + }, + "monitoring_alert_elasticsearch_version_mismatch": { + "type": "long" + }, + "monitoring_alert_kibana_version_mismatch": { + "type": "long" + }, + "monitoring_alert_license_expiration": { + "type": "long" + }, + "monitoring_alert_logstash_version_mismatch": { + "type": "long" + }, + "monitoring_alert_nodes_changed": { + "type": "long" + }, + "siem__signals": { + "type": "long" + }, + "siem__notifications": { + "type": "long" + }, + "siem__eqlRule": { + "type": "long" + }, + "siem__indicatorRule": { + "type": "long" + }, + "siem__mlRule": { + "type": "long" + }, + "siem__queryRule": { + "type": "long" + }, + "siem__savedQueryRule": { + "type": "long" + }, + "siem__thresholdRule": { + "type": "long" + }, + "xpack__uptime__alerts__monitorStatus": { + "type": "long" + }, + "xpack__uptime__alerts__tls": { + "type": "long" + }, + "xpack__uptime__alerts__durationAnomaly": { + "type": "long" + }, + "__geo-containment": { + "type": "long" + }, + "xpack__ml__anomaly_detection_alert": { + "type": "long" + }, + "xpack__ml__anomaly_detection_jobs_health": { + "type": "long" + } + } + }, + "p99": { + "properties": { + "DYNAMIC_KEY": { + "type": "long" + }, + "__index-threshold": { + "type": "long" + }, + "__es-query": { + "type": "long" + }, + "transform_health": { + "type": "long" + }, + "apm__error_rate": { + "type": "long" + }, + "apm__transaction_error_rate": { + "type": "long" + }, + "apm__transaction_duration": { + "type": "long" + }, + "apm__transaction_duration_anomaly": { + "type": "long" + }, + "metrics__alert__threshold": { + "type": "long" + }, + "metrics__alert__inventory__threshold": { + "type": "long" + }, + "logs__alert__document__count": { + "type": "long" + }, + "monitoring_alert_cluster_health": { + "type": "long" + }, + "monitoring_alert_cpu_usage": { + "type": "long" + }, + "monitoring_alert_disk_usage": { + "type": "long" + }, + "monitoring_alert_elasticsearch_version_mismatch": { + "type": "long" + }, + "monitoring_alert_kibana_version_mismatch": { + "type": "long" + }, + "monitoring_alert_license_expiration": { + "type": "long" + }, + "monitoring_alert_logstash_version_mismatch": { + "type": "long" + }, + "monitoring_alert_nodes_changed": { + "type": "long" + }, + "siem__signals": { + "type": "long" + }, + "siem__notifications": { + "type": "long" + }, + "siem__eqlRule": { + "type": "long" + }, + "siem__indicatorRule": { + "type": "long" + }, + "siem__mlRule": { + "type": "long" + }, + "siem__queryRule": { + "type": "long" + }, + "siem__savedQueryRule": { + "type": "long" + }, + "siem__thresholdRule": { + "type": "long" + }, + "xpack__uptime__alerts__monitorStatus": { + "type": "long" + }, + "xpack__uptime__alerts__tls": { + "type": "long" + }, + "xpack__uptime__alerts__durationAnomaly": { + "type": "long" + }, + "__geo-containment": { + "type": "long" + }, + "xpack__ml__anomaly_detection_alert": { + "type": "long" + }, + "xpack__ml__anomaly_detection_jobs_health": { + "type": "long" + } + } + } + } + }, + "percentile_num_alerts_per_day": { + "properties": { + "p50": { + "type": "long" + }, + "p90": { + "type": "long" + }, + "p99": { + "type": "long" + } + } + }, + "percentile_num_alerts_by_type_per_day": { + "properties": { + "p50": { + "properties": { + "DYNAMIC_KEY": { + "type": "long" + }, + "__index-threshold": { + "type": "long" + }, + "__es-query": { + "type": "long" + }, + "transform_health": { + "type": "long" + }, + "apm__error_rate": { + "type": "long" + }, + "apm__transaction_error_rate": { + "type": "long" + }, + "apm__transaction_duration": { + "type": "long" + }, + "apm__transaction_duration_anomaly": { + "type": "long" + }, + "metrics__alert__threshold": { + "type": "long" + }, + "metrics__alert__inventory__threshold": { + "type": "long" + }, + "logs__alert__document__count": { + "type": "long" + }, + "monitoring_alert_cluster_health": { + "type": "long" + }, + "monitoring_alert_cpu_usage": { + "type": "long" + }, + "monitoring_alert_disk_usage": { + "type": "long" + }, + "monitoring_alert_elasticsearch_version_mismatch": { + "type": "long" + }, + "monitoring_alert_kibana_version_mismatch": { + "type": "long" + }, + "monitoring_alert_license_expiration": { + "type": "long" + }, + "monitoring_alert_logstash_version_mismatch": { + "type": "long" + }, + "monitoring_alert_nodes_changed": { + "type": "long" + }, + "siem__signals": { + "type": "long" + }, + "siem__notifications": { + "type": "long" + }, + "siem__eqlRule": { + "type": "long" + }, + "siem__indicatorRule": { + "type": "long" + }, + "siem__mlRule": { + "type": "long" + }, + "siem__queryRule": { + "type": "long" + }, + "siem__savedQueryRule": { + "type": "long" + }, + "siem__thresholdRule": { + "type": "long" + }, + "xpack__uptime__alerts__monitorStatus": { + "type": "long" + }, + "xpack__uptime__alerts__tls": { + "type": "long" + }, + "xpack__uptime__alerts__durationAnomaly": { + "type": "long" + }, + "__geo-containment": { + "type": "long" + }, + "xpack__ml__anomaly_detection_alert": { + "type": "long" + }, + "xpack__ml__anomaly_detection_jobs_health": { + "type": "long" + } + } + }, + "p90": { + "properties": { + "DYNAMIC_KEY": { + "type": "long" + }, + "__index-threshold": { + "type": "long" + }, + "__es-query": { + "type": "long" + }, + "transform_health": { + "type": "long" + }, + "apm__error_rate": { + "type": "long" + }, + "apm__transaction_error_rate": { + "type": "long" + }, + "apm__transaction_duration": { + "type": "long" + }, + "apm__transaction_duration_anomaly": { + "type": "long" + }, + "metrics__alert__threshold": { + "type": "long" + }, + "metrics__alert__inventory__threshold": { + "type": "long" + }, + "logs__alert__document__count": { + "type": "long" + }, + "monitoring_alert_cluster_health": { + "type": "long" + }, + "monitoring_alert_cpu_usage": { + "type": "long" + }, + "monitoring_alert_disk_usage": { + "type": "long" + }, + "monitoring_alert_elasticsearch_version_mismatch": { + "type": "long" + }, + "monitoring_alert_kibana_version_mismatch": { + "type": "long" + }, + "monitoring_alert_license_expiration": { + "type": "long" + }, + "monitoring_alert_logstash_version_mismatch": { + "type": "long" + }, + "monitoring_alert_nodes_changed": { + "type": "long" + }, + "siem__signals": { + "type": "long" + }, + "siem__notifications": { + "type": "long" + }, + "siem__eqlRule": { + "type": "long" + }, + "siem__indicatorRule": { + "type": "long" + }, + "siem__mlRule": { + "type": "long" + }, + "siem__queryRule": { + "type": "long" + }, + "siem__savedQueryRule": { + "type": "long" + }, + "siem__thresholdRule": { + "type": "long" + }, + "xpack__uptime__alerts__monitorStatus": { + "type": "long" + }, + "xpack__uptime__alerts__tls": { + "type": "long" + }, + "xpack__uptime__alerts__durationAnomaly": { + "type": "long" + }, + "__geo-containment": { + "type": "long" + }, + "xpack__ml__anomaly_detection_alert": { + "type": "long" + }, + "xpack__ml__anomaly_detection_jobs_health": { + "type": "long" + } + } + }, + "p99": { + "properties": { + "DYNAMIC_KEY": { + "type": "long" + }, + "__index-threshold": { + "type": "long" + }, + "__es-query": { + "type": "long" + }, + "transform_health": { + "type": "long" + }, + "apm__error_rate": { + "type": "long" + }, + "apm__transaction_error_rate": { + "type": "long" + }, + "apm__transaction_duration": { + "type": "long" + }, + "apm__transaction_duration_anomaly": { + "type": "long" + }, + "metrics__alert__threshold": { + "type": "long" + }, + "metrics__alert__inventory__threshold": { + "type": "long" + }, + "logs__alert__document__count": { + "type": "long" + }, + "monitoring_alert_cluster_health": { + "type": "long" + }, + "monitoring_alert_cpu_usage": { + "type": "long" + }, + "monitoring_alert_disk_usage": { + "type": "long" + }, + "monitoring_alert_elasticsearch_version_mismatch": { + "type": "long" + }, + "monitoring_alert_kibana_version_mismatch": { + "type": "long" + }, + "monitoring_alert_license_expiration": { + "type": "long" + }, + "monitoring_alert_logstash_version_mismatch": { + "type": "long" + }, + "monitoring_alert_nodes_changed": { + "type": "long" + }, + "siem__signals": { + "type": "long" + }, + "siem__notifications": { + "type": "long" + }, + "siem__eqlRule": { + "type": "long" + }, + "siem__indicatorRule": { + "type": "long" + }, + "siem__mlRule": { + "type": "long" + }, + "siem__queryRule": { + "type": "long" + }, + "siem__savedQueryRule": { + "type": "long" + }, + "siem__thresholdRule": { + "type": "long" + }, + "xpack__uptime__alerts__monitorStatus": { + "type": "long" + }, + "xpack__uptime__alerts__tls": { + "type": "long" + }, + "xpack__uptime__alerts__durationAnomaly": { + "type": "long" + }, + "__geo-containment": { + "type": "long" + }, + "xpack__ml__anomaly_detection_alert": { + "type": "long" + }, + "xpack__ml__anomaly_detection_jobs_health": { + "type": "long" + } + } + } + } + }, + "count_alerts_total": { + "type": "long" + }, + "count_alerts_by_rule_type": { + "properties": { + "DYNAMIC_KEY": { + "type": "long" + }, + "__index-threshold": { + "type": "long" + }, + "__es-query": { + "type": "long" + }, + "transform_health": { + "type": "long" + }, + "apm__error_rate": { + "type": "long" + }, + "apm__transaction_error_rate": { + "type": "long" + }, + "apm__transaction_duration": { + "type": "long" + }, + "apm__transaction_duration_anomaly": { + "type": "long" + }, + "metrics__alert__threshold": { + "type": "long" + }, + "metrics__alert__inventory__threshold": { + "type": "long" + }, + "logs__alert__document__count": { + "type": "long" + }, + "monitoring_alert_cluster_health": { + "type": "long" + }, + "monitoring_alert_cpu_usage": { + "type": "long" + }, + "monitoring_alert_disk_usage": { + "type": "long" + }, + "monitoring_alert_elasticsearch_version_mismatch": { + "type": "long" + }, + "monitoring_alert_kibana_version_mismatch": { + "type": "long" + }, + "monitoring_alert_license_expiration": { + "type": "long" + }, + "monitoring_alert_logstash_version_mismatch": { + "type": "long" + }, + "monitoring_alert_nodes_changed": { + "type": "long" + }, + "siem__signals": { + "type": "long" + }, + "siem__notifications": { + "type": "long" + }, + "siem__eqlRule": { + "type": "long" + }, + "siem__indicatorRule": { + "type": "long" + }, + "siem__mlRule": { + "type": "long" + }, + "siem__queryRule": { + "type": "long" + }, + "siem__savedQueryRule": { + "type": "long" + }, + "siem__thresholdRule": { + "type": "long" + }, + "xpack__uptime__alerts__monitorStatus": { + "type": "long" + }, + "xpack__uptime__alerts__tls": { + "type": "long" + }, + "xpack__uptime__alerts__durationAnomaly": { + "type": "long" + }, + "__geo-containment": { + "type": "long" + }, + "xpack__ml__anomaly_detection_alert": { + "type": "long" + }, + "xpack__ml__anomaly_detection_jobs_health": { + "type": "long" + } + } + } + } + }, + "cases": { + "properties": { + "cases": { + "properties": { + "all": { + "properties": { + "total": { + "type": "long" + }, + "monthly": { + "type": "long" + }, + "weekly": { + "type": "long" + }, + "daily": { + "type": "long" + }, + "attachmentFramework": { + "properties": { + "persistableAttachments": { + "type": "array", + "items": { + "properties": { + "average": { + "type": "long" + }, + "maxOnACase": { + "type": "long" + }, + "total": { + "type": "long" + }, + "type": { + "type": "keyword" + } + } + } + }, + "externalAttachments": { + "type": "array", + "items": { + "properties": { + "average": { + "type": "long" + }, + "maxOnACase": { + "type": "long" + }, + "total": { + "type": "long" + }, + "type": { + "type": "keyword" + } + } + } + }, + "files": { + "properties": { + "average": { + "type": "long" + }, + "averageSize": { + "type": "long" + }, + "maxOnACase": { + "type": "long" + }, + "total": { + "type": "long" + }, + "topMimeTypes": { + "type": "array", + "items": { + "properties": { + "count": { + "type": "long" + }, + "name": { + "type": "keyword" + } + } + } + } + } + } + } + }, + "assignees": { + "properties": { + "total": { + "type": "long" + }, + "totalWithZero": { + "type": "long" + }, + "totalWithAtLeastOne": { + "type": "long" + } + } + }, + "status": { + "properties": { + "open": { + "type": "long" + }, + "inProgress": { + "type": "long" + }, + "closed": { + "type": "long" + } + } + }, + "syncAlertsOn": { + "type": "long" + }, + "syncAlertsOff": { + "type": "long" + }, + "totalUsers": { + "type": "long" + }, + "totalParticipants": { + "type": "long" + }, + "totalTags": { + "type": "long" + }, + "totalWithAlerts": { + "type": "long" + }, + "totalWithConnectors": { + "type": "long" + }, + "latestDates": { + "properties": { + "createdAt": { + "type": "keyword" + }, + "updatedAt": { + "type": "keyword" + }, + "closedAt": { + "type": "keyword" + } + } + } + } + }, + "sec": { + "properties": { + "total": { + "type": "long" + }, + "monthly": { + "type": "long" + }, + "weekly": { + "type": "long" + }, + "daily": { + "type": "long" + }, + "assignees": { + "properties": { + "total": { + "type": "long" + }, + "totalWithZero": { + "type": "long" + }, + "totalWithAtLeastOne": { + "type": "long" + } + } + }, + "attachmentFramework": { + "properties": { + "persistableAttachments": { + "type": "array", + "items": { + "properties": { + "average": { + "type": "long" + }, + "maxOnACase": { + "type": "long" + }, + "total": { + "type": "long" + }, + "type": { + "type": "keyword" + } + } + } + }, + "externalAttachments": { + "type": "array", + "items": { + "properties": { + "average": { + "type": "long" + }, + "maxOnACase": { + "type": "long" + }, + "total": { + "type": "long" + }, + "type": { + "type": "keyword" + } + } + } + }, + "files": { + "properties": { + "average": { + "type": "long" + }, + "averageSize": { + "type": "long" + }, + "maxOnACase": { + "type": "long" + }, + "total": { + "type": "long" + }, + "topMimeTypes": { + "type": "array", + "items": { + "properties": { + "count": { + "type": "long" + }, + "name": { + "type": "keyword" + } + } + } + } + } + } + } + } + } + }, + "obs": { + "properties": { + "total": { + "type": "long" + }, + "monthly": { + "type": "long" + }, + "weekly": { + "type": "long" + }, + "daily": { + "type": "long" + }, + "assignees": { + "properties": { + "total": { + "type": "long" + }, + "totalWithZero": { + "type": "long" + }, + "totalWithAtLeastOne": { + "type": "long" + } + } + }, + "attachmentFramework": { + "properties": { + "persistableAttachments": { + "type": "array", + "items": { + "properties": { + "average": { + "type": "long" + }, + "maxOnACase": { + "type": "long" + }, + "total": { + "type": "long" + }, + "type": { + "type": "keyword" + } + } + } + }, + "externalAttachments": { + "type": "array", + "items": { + "properties": { + "average": { + "type": "long" + }, + "maxOnACase": { + "type": "long" + }, + "total": { + "type": "long" + }, + "type": { + "type": "keyword" + } + } + } + }, + "files": { + "properties": { + "average": { + "type": "long" + }, + "averageSize": { + "type": "long" + }, + "maxOnACase": { + "type": "long" + }, + "total": { + "type": "long" + }, + "topMimeTypes": { + "type": "array", + "items": { + "properties": { + "count": { + "type": "long" + }, + "name": { + "type": "keyword" + } + } + } + } + } + } + } + } + } + }, + "main": { + "properties": { + "total": { + "type": "long" + }, + "monthly": { + "type": "long" + }, + "weekly": { + "type": "long" + }, + "daily": { + "type": "long" + }, + "assignees": { + "properties": { + "total": { + "type": "long" + }, + "totalWithZero": { + "type": "long" + }, + "totalWithAtLeastOne": { + "type": "long" + } + } + }, + "attachmentFramework": { + "properties": { + "persistableAttachments": { + "type": "array", + "items": { + "properties": { + "average": { + "type": "long" + }, + "maxOnACase": { + "type": "long" + }, + "total": { + "type": "long" + }, + "type": { + "type": "keyword" + } + } + } + }, + "externalAttachments": { + "type": "array", + "items": { + "properties": { + "average": { + "type": "long" + }, + "maxOnACase": { + "type": "long" + }, + "total": { + "type": "long" + }, + "type": { + "type": "keyword" + } + } + } + }, + "files": { + "properties": { + "average": { + "type": "long" + }, + "averageSize": { + "type": "long" + }, + "maxOnACase": { + "type": "long" + }, + "total": { + "type": "long" + }, + "topMimeTypes": { + "type": "array", + "items": { + "properties": { + "count": { + "type": "long" + }, + "name": { + "type": "keyword" + } + } + } + } + } + } + } + } + } + } + } + }, + "userActions": { + "properties": { + "all": { + "properties": { + "total": { + "type": "long" + }, + "monthly": { + "type": "long" + }, + "weekly": { + "type": "long" + }, + "daily": { + "type": "long" + }, + "maxOnACase": { + "type": "long" + } + } + } + } + }, + "comments": { + "properties": { + "all": { + "properties": { + "total": { + "type": "long" + }, + "monthly": { + "type": "long" + }, + "weekly": { + "type": "long" + }, + "daily": { + "type": "long" + }, + "maxOnACase": { + "type": "long" + } + } + } + } + }, + "alerts": { + "properties": { + "all": { + "properties": { + "total": { + "type": "long" + }, + "monthly": { + "type": "long" + }, + "weekly": { + "type": "long" + }, + "daily": { + "type": "long" + }, + "maxOnACase": { + "type": "long" + } + } + } + } + }, + "connectors": { + "properties": { + "all": { + "properties": { + "all": { + "properties": { + "totalAttached": { + "type": "long" + } + } + }, + "itsm": { + "properties": { + "totalAttached": { + "type": "long" + } + } + }, + "sir": { + "properties": { + "totalAttached": { + "type": "long" + } + } + }, + "jira": { + "properties": { + "totalAttached": { + "type": "long" + } + } + }, + "resilient": { + "properties": { + "totalAttached": { + "type": "long" + } + } + }, + "swimlane": { + "properties": { + "totalAttached": { + "type": "long" + } + } + }, + "maxAttachedToACase": { + "type": "long" + } + } + } + } + }, + "pushes": { + "properties": { + "all": { + "properties": { + "total": { + "type": "long" + }, + "maxOnACase": { + "type": "long" + } + } + } + } + }, + "configuration": { + "properties": { + "all": { + "properties": { + "closure": { + "properties": { + "manually": { + "type": "long" + }, + "automatic": { + "type": "long" + } + } + }, + "customFields": { + "properties": { + "totalsByType": { + "properties": { + "DYNAMIC_KEY": { + "type": "long" + } + } + }, + "totals": { + "type": "long" + }, + "required": { + "type": "long" + } + } + } + } + }, + "sec": { + "properties": { + "customFields": { + "properties": { + "totalsByType": { + "properties": { + "DYNAMIC_KEY": { + "type": "long" + } + } + }, + "totals": { + "type": "long" + }, + "required": { + "type": "long" + } + } + } + } + }, + "obs": { + "properties": { + "customFields": { + "properties": { + "totalsByType": { + "properties": { + "DYNAMIC_KEY": { + "type": "long" + } + } + }, + "totals": { + "type": "long" + }, + "required": { + "type": "long" + } + } + } + } + }, + "main": { + "properties": { + "customFields": { + "properties": { + "totalsByType": { + "properties": { + "DYNAMIC_KEY": { + "type": "long" + } + } + }, + "totals": { + "type": "long" + }, + "required": { + "type": "long" + } + } + } + } + } + } + }, + "casesSystemAction": { + "properties": { + "totalCasesCreated": { + "type": "long" + }, + "totalRules": { + "type": "long" + } + } + } + } + }, + "task_manager": { + "properties": { + "ephemeral_tasks_enabled": { + "type": "boolean" + }, + "ephemeral_request_capacity": { + "type": "short" + }, + "ephemeral_stats": { + "properties": { + "status": { + "type": "keyword" + }, + "queued_tasks": { + "properties": { + "p50": { + "type": "long" + }, + "p90": { + "type": "long" + }, + "p95": { + "type": "long" + }, + "p99": { + "type": "long" + } + } + }, + "load": { + "properties": { + "p50": { + "type": "long" + }, + "p90": { + "type": "long" + }, + "p95": { + "type": "long" + }, + "p99": { + "type": "long" + } + } + }, + "executions_per_cycle": { + "properties": { + "p50": { + "type": "long" + }, + "p90": { + "type": "long" + }, + "p95": { + "type": "long" + }, + "p99": { + "type": "long" + } + } + } + } + }, + "task_type_exclusion": { + "type": "array", + "items": { + "type": "keyword" + } + }, + "failed_tasks": { + "type": "long" + }, + "recurring_tasks": { + "properties": { + "actual_service_time": { + "type": "long" + }, + "adjusted_service_time": { + "type": "long" + } + } + }, + "adhoc_tasks": { + "properties": { + "actual_service_time": { + "type": "long" + }, + "adjusted_service_time": { + "type": "long" + } + } + }, + "capacity": { + "type": "long" + } + } + } + } } diff --git a/x-pack/plugins/telemetry_collection_xpack/schema/xpack_plugins.json b/x-pack/plugins/telemetry_collection_xpack/schema/xpack_plugins.json index b086844792217..fc1431676b368 100644 --- a/x-pack/plugins/telemetry_collection_xpack/schema/xpack_plugins.json +++ b/x-pack/plugins/telemetry_collection_xpack/schema/xpack_plugins.json @@ -1,3059 +1,218 @@ { "properties": { - "actions": { + "apm": { "properties": { - "has_errors": { - "type": "boolean" - }, - "error_messages": { - "type": "array", - "items": { - "type": "text" - } - }, - "alert_history_connector_enabled": { - "type": "boolean", - "_meta": { - "description": "Indicates if preconfigured alert history connector is enabled." - } - }, - "count_total": { - "type": "long" - }, - "count_by_type": { + "services_per_agent": { "properties": { - "DYNAMIC_KEY": { - "type": "long" - }, - "__email": { - "type": "long" - }, - "__index": { - "type": "long" + "android/java": { + "type": "long", + "_meta": { + "description": "Total number of services utilizing the android/java agent within the last day" + } }, - "[__gen-ai]": { - "type": "long" + "dotnet": { + "type": "long", + "_meta": { + "description": "Total number of services utilizing the dotnet (.Net) agent within the last day" + } }, - "__pagerduty": { - "type": "long" + "iOS/swift": { + "type": "long", + "_meta": { + "description": "Total number of services utilizing the iOS/swift agent within the last day" + } }, - "__swimlane": { - "type": "long" + "go": { + "type": "long", + "_meta": { + "description": "Total number of services utilizing the go agent within the last day" + } }, - "__server-log": { - "type": "long" + "java": { + "type": "long", + "_meta": { + "description": "Total number of services utilizing the Java agent within the last day" + } }, - "__slack": { - "type": "long" + "js-base": { + "type": "long", + "_meta": { + "description": "Total number of services utilizing the js-base agent within the last day" + } }, - "__webhook": { - "type": "long" + "nodejs": { + "type": "long", + "_meta": { + "description": "Total number of services utilizing the nodeJS agent within the last day" + } }, - "__servicenow": { - "type": "long" + "php": { + "type": "long", + "_meta": { + "description": "Total number of services utilizing the PHH agent within the last day" + } }, - "__jira": { - "type": "long" + "python": { + "type": "long", + "_meta": { + "description": "Total number of services utilizing the Python agent within the last day" + } }, - "__resilient": { - "type": "long" + "ruby": { + "type": "long", + "_meta": { + "description": "Total number of services utilizing the Ruby agent within the last day" + } }, - "__teams": { - "type": "long" - } - } - }, - "count_gen_ai_provider_types": { - "properties": { - "DYNAMIC_KEY": { - "type": "long" + "rum-js": { + "type": "long", + "_meta": { + "description": "Total number of services utilizing the rum-js agent within the last day" + } }, - "[Azure OpenAI]": { - "type": "long" + "otlp": { + "type": "long", + "_meta": { + "description": "Total number of services utilizing the otlp agent within the last day" + } }, - "[OpenAI]": { - "type": "long" + "otlp/cpp": { + "type": "long", + "_meta": { + "description": "Total number of services utilizing the otlp/cpp agent within the last day" + } }, - "[Other]": { - "type": "long" - } - } - }, - "count_active_total": { - "type": "long" - }, - "count_active_alert_history_connectors": { - "type": "long", - "_meta": { - "description": "The total number of preconfigured alert history connectors used by rules." - } - }, - "count_active_by_type": { - "properties": { - "DYNAMIC_KEY": { - "type": "long" + "otlp/dotnet": { + "type": "long", + "_meta": { + "description": "Total number of services utilizing the otlp/dotnet agent within the last day" + } }, - "__email": { - "type": "long" + "otlp/erlang": { + "type": "long", + "_meta": { + "description": "Total number of services utilizing the otlp/erlang agent within the last day" + } }, - "__index": { - "type": "long" + "otlp/go": { + "type": "long", + "_meta": { + "description": "Total number of services utilizing the otlp/go agent within the last day" + } }, - "[__gen-ai]": { - "type": "long" + "otlp/java": { + "type": "long", + "_meta": { + "description": "Total number of services utilizing the otlp/java agent within the last day" + } }, - "__pagerduty": { - "type": "long" + "otlp/nodejs": { + "type": "long", + "_meta": { + "description": "Total number of services utilizing the otlp/nodejs agent within the last day" + } }, - "__swimlane": { - "type": "long" + "otlp/php": { + "type": "long", + "_meta": { + "description": "Total number of services utilizing the otlp/php agent within the last day" + } }, - "__server-log": { - "type": "long" + "otlp/python": { + "type": "long", + "_meta": { + "description": "Total number of services utilizing the otlp/python agent within the last day" + } }, - "__slack": { - "type": "long" + "otlp/ruby": { + "type": "long", + "_meta": { + "description": "Total number of services utilizing the otlp/ruby agent within the last day" + } }, - "__webhook": { - "type": "long" + "otlp/rust": { + "type": "long", + "_meta": { + "description": "Total number of services utilizing the otlp/rust agent within the last day" + } }, - "__servicenow": { - "type": "long" + "otlp/swift": { + "type": "long", + "_meta": { + "description": "Total number of services utilizing the otlp/swift agent within the last day" + } }, - "__jira": { - "type": "long" + "otlp/android": { + "type": "long", + "_meta": { + "description": "Total number of services utilizing the otlp/android agent within the last day" + } }, - "__resilient": { - "type": "long" + "otlp/webjs": { + "type": "long", + "_meta": { + "description": "Total number of services utilizing the otlp/webjs agent within the last day" + } }, - "__teams": { - "type": "long" - } - } - }, - "count_actions_executions_per_day": { - "type": "long" - }, - "count_actions_executions_by_type_per_day": { - "properties": { - "DYNAMIC_KEY": { - "type": "long" + "opentelemetry": { + "type": "long", + "_meta": { + "description": "Total number of services utilizing the opentelemetry agent within the last day" + } }, - "__email": { - "type": "long" + "opentelemetry/cpp": { + "type": "long", + "_meta": { + "description": "Total number of services utilizing the opentelemetry/cpp agent within the last day" + } }, - "__index": { - "type": "long" + "opentelemetry/dotnet": { + "type": "long", + "_meta": { + "description": "Total number of services utilizing the opentelemetry/dotnet agent within the last day" + } }, - "[__gen-ai]": { - "type": "long" + "opentelemetry/erlang": { + "type": "long", + "_meta": { + "description": "Total number of services utilizing the opentelemetry/erlang agent within the last day" + } }, - "__pagerduty": { - "type": "long" + "opentelemetry/go": { + "type": "long", + "_meta": { + "description": "Total number of services utilizing the opentelemetry/go agent within the last day" + } }, - "__swimlane": { - "type": "long" + "opentelemetry/java": { + "type": "long", + "_meta": { + "description": "Total number of services utilizing the opentelemetry/java agent within the last day" + } }, - "__server-log": { - "type": "long" + "opentelemetry/nodejs": { + "type": "long", + "_meta": { + "description": "Total number of services utilizing the opentelemetry/nodejs agent within the last day" + } }, - "__slack": { - "type": "long" + "opentelemetry/php": { + "type": "long", + "_meta": { + "description": "Total number of services utilizing the opentelemetry/php agent within the last day" + } }, - "__webhook": { - "type": "long" + "opentelemetry/python": { + "type": "long", + "_meta": { + "description": "Total number of services utilizing the opentelemetry/python agent within the last day" + } }, - "__servicenow": { - "type": "long" - }, - "__jira": { - "type": "long" - }, - "__resilient": { - "type": "long" - }, - "__teams": { - "type": "long" - } - } - }, - "count_active_email_connectors_by_service_type": { - "properties": { - "DYNAMIC_KEY": { - "type": "long" - }, - "exchange_server": { - "type": "long" - }, - "gmail": { - "type": "long" - }, - "outlook365": { - "type": "long" - }, - "elastic_cloud": { - "type": "long" - }, - "other": { - "type": "long" - }, - "ses": { - "type": "long" - } - } - }, - "count_actions_namespaces": { - "type": "long" - }, - "count_actions_executions_failed_per_day": { - "type": "long" - }, - "count_actions_executions_failed_by_type_per_day": { - "properties": { - "DYNAMIC_KEY": { - "type": "long" - }, - "__email": { - "type": "long" - }, - "__index": { - "type": "long" - }, - "[__gen-ai]": { - "type": "long" - }, - "__pagerduty": { - "type": "long" - }, - "__swimlane": { - "type": "long" - }, - "__server-log": { - "type": "long" - }, - "__slack": { - "type": "long" - }, - "__webhook": { - "type": "long" - }, - "__servicenow": { - "type": "long" - }, - "__jira": { - "type": "long" - }, - "__resilient": { - "type": "long" - }, - "__teams": { - "type": "long" - } - } - }, - "avg_execution_time_per_day": { - "type": "long" - }, - "avg_execution_time_by_type_per_day": { - "properties": { - "DYNAMIC_KEY": { - "type": "long" - }, - "__email": { - "type": "long" - }, - "__index": { - "type": "long" - }, - "[__gen-ai]": { - "type": "long" - }, - "__pagerduty": { - "type": "long" - }, - "__swimlane": { - "type": "long" - }, - "__server-log": { - "type": "long" - }, - "__slack": { - "type": "long" - }, - "__webhook": { - "type": "long" - }, - "__servicenow": { - "type": "long" - }, - "__jira": { - "type": "long" - }, - "__resilient": { - "type": "long" - }, - "__teams": { - "type": "long" - } - } - }, - "count_connector_types_by_action_run_outcome_per_day": { - "properties": { - "DYNAMIC_KEY": { - "properties": { - "success": { - "type": "long" - }, - "failure": { - "type": "long" - }, - "unknown": { - "type": "long" - } - } - } - } - } - } - }, - "alerts": { - "properties": { - "has_errors": { - "type": "boolean" - }, - "error_messages": { - "type": "array", - "items": { - "type": "text" - } - }, - "count_total": { - "type": "long" - }, - "count_active_total": { - "type": "long" - }, - "count_disabled_total": { - "type": "long" - }, - "throttle_time": { - "properties": { - "min": { - "type": "keyword" - }, - "avg": { - "type": "keyword" - }, - "max": { - "type": "keyword" - } - } - }, - "schedule_time": { - "properties": { - "min": { - "type": "keyword" - }, - "avg": { - "type": "keyword" - }, - "max": { - "type": "keyword" - } - } - }, - "throttle_time_number_s": { - "properties": { - "min": { - "type": "long" - }, - "avg": { - "type": "float" - }, - "max": { - "type": "long" - } - } - }, - "schedule_time_number_s": { - "properties": { - "min": { - "type": "long" - }, - "avg": { - "type": "float" - }, - "max": { - "type": "long" - } - } - }, - "connectors_per_alert": { - "properties": { - "min": { - "type": "long" - }, - "avg": { - "type": "float" - }, - "max": { - "type": "long" - } - } - }, - "count_active_by_type": { - "properties": { - "DYNAMIC_KEY": { - "type": "long" - }, - "__index-threshold": { - "type": "long" - }, - "__es-query": { - "type": "long" - }, - "transform_health": { - "type": "long" - }, - "apm__error_rate": { - "type": "long" - }, - "apm__transaction_error_rate": { - "type": "long" - }, - "apm__transaction_duration": { - "type": "long" - }, - "apm__transaction_duration_anomaly": { - "type": "long" - }, - "metrics__alert__threshold": { - "type": "long" - }, - "metrics__alert__inventory__threshold": { - "type": "long" - }, - "logs__alert__document__count": { - "type": "long" - }, - "monitoring_alert_cluster_health": { - "type": "long" - }, - "monitoring_alert_cpu_usage": { - "type": "long" - }, - "monitoring_alert_disk_usage": { - "type": "long" - }, - "monitoring_alert_elasticsearch_version_mismatch": { - "type": "long" - }, - "monitoring_alert_kibana_version_mismatch": { - "type": "long" - }, - "monitoring_alert_license_expiration": { - "type": "long" - }, - "monitoring_alert_logstash_version_mismatch": { - "type": "long" - }, - "monitoring_alert_nodes_changed": { - "type": "long" - }, - "siem__signals": { - "type": "long" - }, - "siem__notifications": { - "type": "long" - }, - "siem__eqlRule": { - "type": "long" - }, - "siem__indicatorRule": { - "type": "long" - }, - "siem__mlRule": { - "type": "long" - }, - "siem__queryRule": { - "type": "long" - }, - "siem__savedQueryRule": { - "type": "long" - }, - "siem__thresholdRule": { - "type": "long" - }, - "xpack__uptime__alerts__monitorStatus": { - "type": "long" - }, - "xpack__uptime__alerts__tls": { - "type": "long" - }, - "xpack__uptime__alerts__durationAnomaly": { - "type": "long" - }, - "__geo-containment": { - "type": "long" - }, - "xpack__ml__anomaly_detection_alert": { - "type": "long" - }, - "xpack__ml__anomaly_detection_jobs_health": { - "type": "long" - } - } - }, - "count_by_type": { - "properties": { - "DYNAMIC_KEY": { - "type": "long" - }, - "__index-threshold": { - "type": "long" - }, - "__es-query": { - "type": "long" - }, - "transform_health": { - "type": "long" - }, - "apm__error_rate": { - "type": "long" - }, - "apm__transaction_error_rate": { - "type": "long" - }, - "apm__transaction_duration": { - "type": "long" - }, - "apm__transaction_duration_anomaly": { - "type": "long" - }, - "metrics__alert__threshold": { - "type": "long" - }, - "metrics__alert__inventory__threshold": { - "type": "long" - }, - "logs__alert__document__count": { - "type": "long" - }, - "monitoring_alert_cluster_health": { - "type": "long" - }, - "monitoring_alert_cpu_usage": { - "type": "long" - }, - "monitoring_alert_disk_usage": { - "type": "long" - }, - "monitoring_alert_elasticsearch_version_mismatch": { - "type": "long" - }, - "monitoring_alert_kibana_version_mismatch": { - "type": "long" - }, - "monitoring_alert_license_expiration": { - "type": "long" - }, - "monitoring_alert_logstash_version_mismatch": { - "type": "long" - }, - "monitoring_alert_nodes_changed": { - "type": "long" - }, - "siem__signals": { - "type": "long" - }, - "siem__notifications": { - "type": "long" - }, - "siem__eqlRule": { - "type": "long" - }, - "siem__indicatorRule": { - "type": "long" - }, - "siem__mlRule": { - "type": "long" - }, - "siem__queryRule": { - "type": "long" - }, - "siem__savedQueryRule": { - "type": "long" - }, - "siem__thresholdRule": { - "type": "long" - }, - "xpack__uptime__alerts__monitorStatus": { - "type": "long" - }, - "xpack__uptime__alerts__tls": { - "type": "long" - }, - "xpack__uptime__alerts__durationAnomaly": { - "type": "long" - }, - "__geo-containment": { - "type": "long" - }, - "xpack__ml__anomaly_detection_alert": { - "type": "long" - }, - "xpack__ml__anomaly_detection_jobs_health": { - "type": "long" - } - } - }, - "count_rules_namespaces": { - "type": "long" - }, - "count_rules_executions_per_day": { - "type": "long" - }, - "count_rules_executions_by_type_per_day": { - "properties": { - "DYNAMIC_KEY": { - "type": "long" - }, - "__index-threshold": { - "type": "long" - }, - "__es-query": { - "type": "long" - }, - "transform_health": { - "type": "long" - }, - "apm__error_rate": { - "type": "long" - }, - "apm__transaction_error_rate": { - "type": "long" - }, - "apm__transaction_duration": { - "type": "long" - }, - "apm__transaction_duration_anomaly": { - "type": "long" - }, - "metrics__alert__threshold": { - "type": "long" - }, - "metrics__alert__inventory__threshold": { - "type": "long" - }, - "logs__alert__document__count": { - "type": "long" - }, - "monitoring_alert_cluster_health": { - "type": "long" - }, - "monitoring_alert_cpu_usage": { - "type": "long" - }, - "monitoring_alert_disk_usage": { - "type": "long" - }, - "monitoring_alert_elasticsearch_version_mismatch": { - "type": "long" - }, - "monitoring_alert_kibana_version_mismatch": { - "type": "long" - }, - "monitoring_alert_license_expiration": { - "type": "long" - }, - "monitoring_alert_logstash_version_mismatch": { - "type": "long" - }, - "monitoring_alert_nodes_changed": { - "type": "long" - }, - "siem__signals": { - "type": "long" - }, - "siem__notifications": { - "type": "long" - }, - "siem__eqlRule": { - "type": "long" - }, - "siem__indicatorRule": { - "type": "long" - }, - "siem__mlRule": { - "type": "long" - }, - "siem__queryRule": { - "type": "long" - }, - "siem__savedQueryRule": { - "type": "long" - }, - "siem__thresholdRule": { - "type": "long" - }, - "xpack__uptime__alerts__monitorStatus": { - "type": "long" - }, - "xpack__uptime__alerts__tls": { - "type": "long" - }, - "xpack__uptime__alerts__durationAnomaly": { - "type": "long" - }, - "__geo-containment": { - "type": "long" - }, - "xpack__ml__anomaly_detection_alert": { - "type": "long" - }, - "xpack__ml__anomaly_detection_jobs_health": { - "type": "long" - } - } - }, - "count_rules_executions_failured_per_day": { - "type": "long" - }, - "count_rules_executions_failured_by_reason_per_day": { - "properties": { - "DYNAMIC_KEY": { - "type": "long" - }, - "read": { - "type": "long" - }, - "decrypt": { - "type": "long" - }, - "license": { - "type": "long" - }, - "unknown": { - "type": "long" - } - } - }, - "count_rules_executions_failured_by_reason_by_type_per_day": { - "properties": { - "DYNAMIC_KEY": { - "properties": { - "DYNAMIC_KEY": { - "type": "long" - }, - "__index-threshold": { - "type": "long" - }, - "__es-query": { - "type": "long" - }, - "transform_health": { - "type": "long" - }, - "apm__error_rate": { - "type": "long" - }, - "apm__transaction_error_rate": { - "type": "long" - }, - "apm__transaction_duration": { - "type": "long" - }, - "apm__transaction_duration_anomaly": { - "type": "long" - }, - "metrics__alert__threshold": { - "type": "long" - }, - "metrics__alert__inventory__threshold": { - "type": "long" - }, - "logs__alert__document__count": { - "type": "long" - }, - "monitoring_alert_cluster_health": { - "type": "long" - }, - "monitoring_alert_cpu_usage": { - "type": "long" - }, - "monitoring_alert_disk_usage": { - "type": "long" - }, - "monitoring_alert_elasticsearch_version_mismatch": { - "type": "long" - }, - "monitoring_alert_kibana_version_mismatch": { - "type": "long" - }, - "monitoring_alert_license_expiration": { - "type": "long" - }, - "monitoring_alert_logstash_version_mismatch": { - "type": "long" - }, - "monitoring_alert_nodes_changed": { - "type": "long" - }, - "siem__signals": { - "type": "long" - }, - "siem__notifications": { - "type": "long" - }, - "siem__eqlRule": { - "type": "long" - }, - "siem__indicatorRule": { - "type": "long" - }, - "siem__mlRule": { - "type": "long" - }, - "siem__queryRule": { - "type": "long" - }, - "siem__savedQueryRule": { - "type": "long" - }, - "siem__thresholdRule": { - "type": "long" - }, - "xpack__uptime__alerts__monitorStatus": { - "type": "long" - }, - "xpack__uptime__alerts__tls": { - "type": "long" - }, - "xpack__uptime__alerts__durationAnomaly": { - "type": "long" - }, - "__geo-containment": { - "type": "long" - }, - "xpack__ml__anomaly_detection_alert": { - "type": "long" - }, - "xpack__ml__anomaly_detection_jobs_health": { - "type": "long" - } - } - }, - "read": { - "properties": { - "DYNAMIC_KEY": { - "type": "long" - }, - "__index-threshold": { - "type": "long" - }, - "__es-query": { - "type": "long" - }, - "transform_health": { - "type": "long" - }, - "apm__error_rate": { - "type": "long" - }, - "apm__transaction_error_rate": { - "type": "long" - }, - "apm__transaction_duration": { - "type": "long" - }, - "apm__transaction_duration_anomaly": { - "type": "long" - }, - "metrics__alert__threshold": { - "type": "long" - }, - "metrics__alert__inventory__threshold": { - "type": "long" - }, - "logs__alert__document__count": { - "type": "long" - }, - "monitoring_alert_cluster_health": { - "type": "long" - }, - "monitoring_alert_cpu_usage": { - "type": "long" - }, - "monitoring_alert_disk_usage": { - "type": "long" - }, - "monitoring_alert_elasticsearch_version_mismatch": { - "type": "long" - }, - "monitoring_alert_kibana_version_mismatch": { - "type": "long" - }, - "monitoring_alert_license_expiration": { - "type": "long" - }, - "monitoring_alert_logstash_version_mismatch": { - "type": "long" - }, - "monitoring_alert_nodes_changed": { - "type": "long" - }, - "siem__signals": { - "type": "long" - }, - "siem__notifications": { - "type": "long" - }, - "siem__eqlRule": { - "type": "long" - }, - "siem__indicatorRule": { - "type": "long" - }, - "siem__mlRule": { - "type": "long" - }, - "siem__queryRule": { - "type": "long" - }, - "siem__savedQueryRule": { - "type": "long" - }, - "siem__thresholdRule": { - "type": "long" - }, - "xpack__uptime__alerts__monitorStatus": { - "type": "long" - }, - "xpack__uptime__alerts__tls": { - "type": "long" - }, - "xpack__uptime__alerts__durationAnomaly": { - "type": "long" - }, - "__geo-containment": { - "type": "long" - }, - "xpack__ml__anomaly_detection_alert": { - "type": "long" - }, - "xpack__ml__anomaly_detection_jobs_health": { - "type": "long" - } - } - }, - "decrypt": { - "properties": { - "DYNAMIC_KEY": { - "type": "long" - }, - "__index-threshold": { - "type": "long" - }, - "__es-query": { - "type": "long" - }, - "transform_health": { - "type": "long" - }, - "apm__error_rate": { - "type": "long" - }, - "apm__transaction_error_rate": { - "type": "long" - }, - "apm__transaction_duration": { - "type": "long" - }, - "apm__transaction_duration_anomaly": { - "type": "long" - }, - "metrics__alert__threshold": { - "type": "long" - }, - "metrics__alert__inventory__threshold": { - "type": "long" - }, - "logs__alert__document__count": { - "type": "long" - }, - "monitoring_alert_cluster_health": { - "type": "long" - }, - "monitoring_alert_cpu_usage": { - "type": "long" - }, - "monitoring_alert_disk_usage": { - "type": "long" - }, - "monitoring_alert_elasticsearch_version_mismatch": { - "type": "long" - }, - "monitoring_alert_kibana_version_mismatch": { - "type": "long" - }, - "monitoring_alert_license_expiration": { - "type": "long" - }, - "monitoring_alert_logstash_version_mismatch": { - "type": "long" - }, - "monitoring_alert_nodes_changed": { - "type": "long" - }, - "siem__signals": { - "type": "long" - }, - "siem__notifications": { - "type": "long" - }, - "siem__eqlRule": { - "type": "long" - }, - "siem__indicatorRule": { - "type": "long" - }, - "siem__mlRule": { - "type": "long" - }, - "siem__queryRule": { - "type": "long" - }, - "siem__savedQueryRule": { - "type": "long" - }, - "siem__thresholdRule": { - "type": "long" - }, - "xpack__uptime__alerts__monitorStatus": { - "type": "long" - }, - "xpack__uptime__alerts__tls": { - "type": "long" - }, - "xpack__uptime__alerts__durationAnomaly": { - "type": "long" - }, - "__geo-containment": { - "type": "long" - }, - "xpack__ml__anomaly_detection_alert": { - "type": "long" - }, - "xpack__ml__anomaly_detection_jobs_health": { - "type": "long" - } - } - }, - "license": { - "properties": { - "DYNAMIC_KEY": { - "type": "long" - }, - "__index-threshold": { - "type": "long" - }, - "__es-query": { - "type": "long" - }, - "transform_health": { - "type": "long" - }, - "apm__error_rate": { - "type": "long" - }, - "apm__transaction_error_rate": { - "type": "long" - }, - "apm__transaction_duration": { - "type": "long" - }, - "apm__transaction_duration_anomaly": { - "type": "long" - }, - "metrics__alert__threshold": { - "type": "long" - }, - "metrics__alert__inventory__threshold": { - "type": "long" - }, - "logs__alert__document__count": { - "type": "long" - }, - "monitoring_alert_cluster_health": { - "type": "long" - }, - "monitoring_alert_cpu_usage": { - "type": "long" - }, - "monitoring_alert_disk_usage": { - "type": "long" - }, - "monitoring_alert_elasticsearch_version_mismatch": { - "type": "long" - }, - "monitoring_alert_kibana_version_mismatch": { - "type": "long" - }, - "monitoring_alert_license_expiration": { - "type": "long" - }, - "monitoring_alert_logstash_version_mismatch": { - "type": "long" - }, - "monitoring_alert_nodes_changed": { - "type": "long" - }, - "siem__signals": { - "type": "long" - }, - "siem__notifications": { - "type": "long" - }, - "siem__eqlRule": { - "type": "long" - }, - "siem__indicatorRule": { - "type": "long" - }, - "siem__mlRule": { - "type": "long" - }, - "siem__queryRule": { - "type": "long" - }, - "siem__savedQueryRule": { - "type": "long" - }, - "siem__thresholdRule": { - "type": "long" - }, - "xpack__uptime__alerts__monitorStatus": { - "type": "long" - }, - "xpack__uptime__alerts__tls": { - "type": "long" - }, - "xpack__uptime__alerts__durationAnomaly": { - "type": "long" - }, - "__geo-containment": { - "type": "long" - }, - "xpack__ml__anomaly_detection_alert": { - "type": "long" - }, - "xpack__ml__anomaly_detection_jobs_health": { - "type": "long" - } - } - }, - "unknown": { - "properties": { - "DYNAMIC_KEY": { - "type": "long" - }, - "__index-threshold": { - "type": "long" - }, - "__es-query": { - "type": "long" - }, - "transform_health": { - "type": "long" - }, - "apm__error_rate": { - "type": "long" - }, - "apm__transaction_error_rate": { - "type": "long" - }, - "apm__transaction_duration": { - "type": "long" - }, - "apm__transaction_duration_anomaly": { - "type": "long" - }, - "metrics__alert__threshold": { - "type": "long" - }, - "metrics__alert__inventory__threshold": { - "type": "long" - }, - "logs__alert__document__count": { - "type": "long" - }, - "monitoring_alert_cluster_health": { - "type": "long" - }, - "monitoring_alert_cpu_usage": { - "type": "long" - }, - "monitoring_alert_disk_usage": { - "type": "long" - }, - "monitoring_alert_elasticsearch_version_mismatch": { - "type": "long" - }, - "monitoring_alert_kibana_version_mismatch": { - "type": "long" - }, - "monitoring_alert_license_expiration": { - "type": "long" - }, - "monitoring_alert_logstash_version_mismatch": { - "type": "long" - }, - "monitoring_alert_nodes_changed": { - "type": "long" - }, - "siem__signals": { - "type": "long" - }, - "siem__notifications": { - "type": "long" - }, - "siem__eqlRule": { - "type": "long" - }, - "siem__indicatorRule": { - "type": "long" - }, - "siem__mlRule": { - "type": "long" - }, - "siem__queryRule": { - "type": "long" - }, - "siem__savedQueryRule": { - "type": "long" - }, - "siem__thresholdRule": { - "type": "long" - }, - "xpack__uptime__alerts__monitorStatus": { - "type": "long" - }, - "xpack__uptime__alerts__tls": { - "type": "long" - }, - "xpack__uptime__alerts__durationAnomaly": { - "type": "long" - }, - "__geo-containment": { - "type": "long" - }, - "xpack__ml__anomaly_detection_alert": { - "type": "long" - }, - "xpack__ml__anomaly_detection_jobs_health": { - "type": "long" - } - } - } - } - }, - "count_rules_executions_timeouts_per_day": { - "type": "long" - }, - "count_rules_executions_timeouts_by_type_per_day": { - "properties": { - "DYNAMIC_KEY": { - "type": "long" - }, - "__index-threshold": { - "type": "long" - }, - "__es-query": { - "type": "long" - }, - "transform_health": { - "type": "long" - }, - "apm__error_rate": { - "type": "long" - }, - "apm__transaction_error_rate": { - "type": "long" - }, - "apm__transaction_duration": { - "type": "long" - }, - "apm__transaction_duration_anomaly": { - "type": "long" - }, - "metrics__alert__threshold": { - "type": "long" - }, - "metrics__alert__inventory__threshold": { - "type": "long" - }, - "logs__alert__document__count": { - "type": "long" - }, - "monitoring_alert_cluster_health": { - "type": "long" - }, - "monitoring_alert_cpu_usage": { - "type": "long" - }, - "monitoring_alert_disk_usage": { - "type": "long" - }, - "monitoring_alert_elasticsearch_version_mismatch": { - "type": "long" - }, - "monitoring_alert_kibana_version_mismatch": { - "type": "long" - }, - "monitoring_alert_license_expiration": { - "type": "long" - }, - "monitoring_alert_logstash_version_mismatch": { - "type": "long" - }, - "monitoring_alert_nodes_changed": { - "type": "long" - }, - "siem__signals": { - "type": "long" - }, - "siem__notifications": { - "type": "long" - }, - "siem__eqlRule": { - "type": "long" - }, - "siem__indicatorRule": { - "type": "long" - }, - "siem__mlRule": { - "type": "long" - }, - "siem__queryRule": { - "type": "long" - }, - "siem__savedQueryRule": { - "type": "long" - }, - "siem__thresholdRule": { - "type": "long" - }, - "xpack__uptime__alerts__monitorStatus": { - "type": "long" - }, - "xpack__uptime__alerts__tls": { - "type": "long" - }, - "xpack__uptime__alerts__durationAnomaly": { - "type": "long" - }, - "__geo-containment": { - "type": "long" - }, - "xpack__ml__anomaly_detection_alert": { - "type": "long" - }, - "xpack__ml__anomaly_detection_jobs_health": { - "type": "long" - } - } - }, - "count_failed_and_unrecognized_rule_tasks_per_day": { - "type": "long" - }, - "count_failed_and_unrecognized_rule_tasks_by_status_per_day": { - "properties": { - "DYNAMIC_KEY": { - "type": "long" - }, - "failed": { - "type": "long" - }, - "unrecognized": { - "type": "long" - } - } - }, - "count_failed_and_unrecognized_rule_tasks_by_status_by_type_per_day": { - "properties": { - "DYNAMIC_KEY": { - "properties": { - "DYNAMIC_KEY": { - "type": "long" - }, - "__index-threshold": { - "type": "long" - }, - "__es-query": { - "type": "long" - }, - "transform_health": { - "type": "long" - }, - "apm__error_rate": { - "type": "long" - }, - "apm__transaction_error_rate": { - "type": "long" - }, - "apm__transaction_duration": { - "type": "long" - }, - "apm__transaction_duration_anomaly": { - "type": "long" - }, - "metrics__alert__threshold": { - "type": "long" - }, - "metrics__alert__inventory__threshold": { - "type": "long" - }, - "logs__alert__document__count": { - "type": "long" - }, - "monitoring_alert_cluster_health": { - "type": "long" - }, - "monitoring_alert_cpu_usage": { - "type": "long" - }, - "monitoring_alert_disk_usage": { - "type": "long" - }, - "monitoring_alert_elasticsearch_version_mismatch": { - "type": "long" - }, - "monitoring_alert_kibana_version_mismatch": { - "type": "long" - }, - "monitoring_alert_license_expiration": { - "type": "long" - }, - "monitoring_alert_logstash_version_mismatch": { - "type": "long" - }, - "monitoring_alert_nodes_changed": { - "type": "long" - }, - "siem__signals": { - "type": "long" - }, - "siem__notifications": { - "type": "long" - }, - "siem__eqlRule": { - "type": "long" - }, - "siem__indicatorRule": { - "type": "long" - }, - "siem__mlRule": { - "type": "long" - }, - "siem__queryRule": { - "type": "long" - }, - "siem__savedQueryRule": { - "type": "long" - }, - "siem__thresholdRule": { - "type": "long" - }, - "xpack__uptime__alerts__monitorStatus": { - "type": "long" - }, - "xpack__uptime__alerts__tls": { - "type": "long" - }, - "xpack__uptime__alerts__durationAnomaly": { - "type": "long" - }, - "__geo-containment": { - "type": "long" - }, - "xpack__ml__anomaly_detection_alert": { - "type": "long" - }, - "xpack__ml__anomaly_detection_jobs_health": { - "type": "long" - } - } - }, - "failed": { - "properties": { - "DYNAMIC_KEY": { - "type": "long" - }, - "__index-threshold": { - "type": "long" - }, - "__es-query": { - "type": "long" - }, - "transform_health": { - "type": "long" - }, - "apm__error_rate": { - "type": "long" - }, - "apm__transaction_error_rate": { - "type": "long" - }, - "apm__transaction_duration": { - "type": "long" - }, - "apm__transaction_duration_anomaly": { - "type": "long" - }, - "metrics__alert__threshold": { - "type": "long" - }, - "metrics__alert__inventory__threshold": { - "type": "long" - }, - "logs__alert__document__count": { - "type": "long" - }, - "monitoring_alert_cluster_health": { - "type": "long" - }, - "monitoring_alert_cpu_usage": { - "type": "long" - }, - "monitoring_alert_disk_usage": { - "type": "long" - }, - "monitoring_alert_elasticsearch_version_mismatch": { - "type": "long" - }, - "monitoring_alert_kibana_version_mismatch": { - "type": "long" - }, - "monitoring_alert_license_expiration": { - "type": "long" - }, - "monitoring_alert_logstash_version_mismatch": { - "type": "long" - }, - "monitoring_alert_nodes_changed": { - "type": "long" - }, - "siem__signals": { - "type": "long" - }, - "siem__notifications": { - "type": "long" - }, - "siem__eqlRule": { - "type": "long" - }, - "siem__indicatorRule": { - "type": "long" - }, - "siem__mlRule": { - "type": "long" - }, - "siem__queryRule": { - "type": "long" - }, - "siem__savedQueryRule": { - "type": "long" - }, - "siem__thresholdRule": { - "type": "long" - }, - "xpack__uptime__alerts__monitorStatus": { - "type": "long" - }, - "xpack__uptime__alerts__tls": { - "type": "long" - }, - "xpack__uptime__alerts__durationAnomaly": { - "type": "long" - }, - "__geo-containment": { - "type": "long" - }, - "xpack__ml__anomaly_detection_alert": { - "type": "long" - }, - "xpack__ml__anomaly_detection_jobs_health": { - "type": "long" - } - } - }, - "unrecognized": { - "properties": { - "DYNAMIC_KEY": { - "type": "long" - }, - "__index-threshold": { - "type": "long" - }, - "__es-query": { - "type": "long" - }, - "transform_health": { - "type": "long" - }, - "apm__error_rate": { - "type": "long" - }, - "apm__transaction_error_rate": { - "type": "long" - }, - "apm__transaction_duration": { - "type": "long" - }, - "apm__transaction_duration_anomaly": { - "type": "long" - }, - "metrics__alert__threshold": { - "type": "long" - }, - "metrics__alert__inventory__threshold": { - "type": "long" - }, - "logs__alert__document__count": { - "type": "long" - }, - "monitoring_alert_cluster_health": { - "type": "long" - }, - "monitoring_alert_cpu_usage": { - "type": "long" - }, - "monitoring_alert_disk_usage": { - "type": "long" - }, - "monitoring_alert_elasticsearch_version_mismatch": { - "type": "long" - }, - "monitoring_alert_kibana_version_mismatch": { - "type": "long" - }, - "monitoring_alert_license_expiration": { - "type": "long" - }, - "monitoring_alert_logstash_version_mismatch": { - "type": "long" - }, - "monitoring_alert_nodes_changed": { - "type": "long" - }, - "siem__signals": { - "type": "long" - }, - "siem__notifications": { - "type": "long" - }, - "siem__eqlRule": { - "type": "long" - }, - "siem__indicatorRule": { - "type": "long" - }, - "siem__mlRule": { - "type": "long" - }, - "siem__queryRule": { - "type": "long" - }, - "siem__savedQueryRule": { - "type": "long" - }, - "siem__thresholdRule": { - "type": "long" - }, - "xpack__uptime__alerts__monitorStatus": { - "type": "long" - }, - "xpack__uptime__alerts__tls": { - "type": "long" - }, - "xpack__uptime__alerts__durationAnomaly": { - "type": "long" - }, - "__geo-containment": { - "type": "long" - }, - "xpack__ml__anomaly_detection_alert": { - "type": "long" - }, - "xpack__ml__anomaly_detection_jobs_health": { - "type": "long" - } - } - } - } - }, - "count_rules_by_execution_status": { - "properties": { - "success": { - "type": "long" - }, - "error": { - "type": "long" - }, - "warning": { - "type": "long" - } - } - }, - "count_rules_with_tags": { - "type": "long" - }, - "count_rules_by_notify_when": { - "properties": { - "on_action_group_change": { - "type": "long" - }, - "on_active_alert": { - "type": "long" - }, - "on_throttle_interval": { - "type": "long" - } - } - }, - "count_rules_snoozed": { - "type": "long" - }, - "count_rules_muted": { - "type": "long" - }, - "count_mw_total": { - "type": "long" - }, - "count_mw_with_repeat_toggle_on": { - "type": "long" - }, - "count_mw_with_filter_alert_toggle_on": { - "type": "long" - }, - "count_rules_with_muted_alerts": { - "type": "long" - }, - "count_connector_types_by_consumers": { - "properties": { - "DYNAMIC_KEY": { - "properties": { - "DYNAMIC_KEY": { - "type": "long" - } - } - } - } - }, - "count_rules_by_execution_status_per_day": { - "properties": { - "success": { - "type": "long" - }, - "failure": { - "type": "long" - }, - "unknown": { - "type": "long" - } - } - }, - "avg_execution_time_per_day": { - "type": "long" - }, - "avg_execution_time_by_type_per_day": { - "properties": { - "DYNAMIC_KEY": { - "type": "long" - }, - "__index-threshold": { - "type": "long" - }, - "__es-query": { - "type": "long" - }, - "transform_health": { - "type": "long" - }, - "apm__error_rate": { - "type": "long" - }, - "apm__transaction_error_rate": { - "type": "long" - }, - "apm__transaction_duration": { - "type": "long" - }, - "apm__transaction_duration_anomaly": { - "type": "long" - }, - "metrics__alert__threshold": { - "type": "long" - }, - "metrics__alert__inventory__threshold": { - "type": "long" - }, - "logs__alert__document__count": { - "type": "long" - }, - "monitoring_alert_cluster_health": { - "type": "long" - }, - "monitoring_alert_cpu_usage": { - "type": "long" - }, - "monitoring_alert_disk_usage": { - "type": "long" - }, - "monitoring_alert_elasticsearch_version_mismatch": { - "type": "long" - }, - "monitoring_alert_kibana_version_mismatch": { - "type": "long" - }, - "monitoring_alert_license_expiration": { - "type": "long" - }, - "monitoring_alert_logstash_version_mismatch": { - "type": "long" - }, - "monitoring_alert_nodes_changed": { - "type": "long" - }, - "siem__signals": { - "type": "long" - }, - "siem__notifications": { - "type": "long" - }, - "siem__eqlRule": { - "type": "long" - }, - "siem__indicatorRule": { - "type": "long" - }, - "siem__mlRule": { - "type": "long" - }, - "siem__queryRule": { - "type": "long" - }, - "siem__savedQueryRule": { - "type": "long" - }, - "siem__thresholdRule": { - "type": "long" - }, - "xpack__uptime__alerts__monitorStatus": { - "type": "long" - }, - "xpack__uptime__alerts__tls": { - "type": "long" - }, - "xpack__uptime__alerts__durationAnomaly": { - "type": "long" - }, - "__geo-containment": { - "type": "long" - }, - "xpack__ml__anomaly_detection_alert": { - "type": "long" - }, - "xpack__ml__anomaly_detection_jobs_health": { - "type": "long" - } - } - }, - "avg_es_search_duration_per_day": { - "type": "long" - }, - "avg_es_search_duration_by_type_per_day": { - "properties": { - "DYNAMIC_KEY": { - "type": "long" - }, - "__index-threshold": { - "type": "long" - }, - "__es-query": { - "type": "long" - }, - "transform_health": { - "type": "long" - }, - "apm__error_rate": { - "type": "long" - }, - "apm__transaction_error_rate": { - "type": "long" - }, - "apm__transaction_duration": { - "type": "long" - }, - "apm__transaction_duration_anomaly": { - "type": "long" - }, - "metrics__alert__threshold": { - "type": "long" - }, - "metrics__alert__inventory__threshold": { - "type": "long" - }, - "logs__alert__document__count": { - "type": "long" - }, - "monitoring_alert_cluster_health": { - "type": "long" - }, - "monitoring_alert_cpu_usage": { - "type": "long" - }, - "monitoring_alert_disk_usage": { - "type": "long" - }, - "monitoring_alert_elasticsearch_version_mismatch": { - "type": "long" - }, - "monitoring_alert_kibana_version_mismatch": { - "type": "long" - }, - "monitoring_alert_license_expiration": { - "type": "long" - }, - "monitoring_alert_logstash_version_mismatch": { - "type": "long" - }, - "monitoring_alert_nodes_changed": { - "type": "long" - }, - "siem__signals": { - "type": "long" - }, - "siem__notifications": { - "type": "long" - }, - "siem__eqlRule": { - "type": "long" - }, - "siem__indicatorRule": { - "type": "long" - }, - "siem__mlRule": { - "type": "long" - }, - "siem__queryRule": { - "type": "long" - }, - "siem__savedQueryRule": { - "type": "long" - }, - "siem__thresholdRule": { - "type": "long" - }, - "xpack__uptime__alerts__monitorStatus": { - "type": "long" - }, - "xpack__uptime__alerts__tls": { - "type": "long" - }, - "xpack__uptime__alerts__durationAnomaly": { - "type": "long" - }, - "__geo-containment": { - "type": "long" - }, - "xpack__ml__anomaly_detection_alert": { - "type": "long" - }, - "xpack__ml__anomaly_detection_jobs_health": { - "type": "long" - } - } - }, - "avg_total_search_duration_per_day": { - "type": "long" - }, - "avg_total_search_duration_by_type_per_day": { - "properties": { - "DYNAMIC_KEY": { - "type": "long" - }, - "__index-threshold": { - "type": "long" - }, - "__es-query": { - "type": "long" - }, - "transform_health": { - "type": "long" - }, - "apm__error_rate": { - "type": "long" - }, - "apm__transaction_error_rate": { - "type": "long" - }, - "apm__transaction_duration": { - "type": "long" - }, - "apm__transaction_duration_anomaly": { - "type": "long" - }, - "metrics__alert__threshold": { - "type": "long" - }, - "metrics__alert__inventory__threshold": { - "type": "long" - }, - "logs__alert__document__count": { - "type": "long" - }, - "monitoring_alert_cluster_health": { - "type": "long" - }, - "monitoring_alert_cpu_usage": { - "type": "long" - }, - "monitoring_alert_disk_usage": { - "type": "long" - }, - "monitoring_alert_elasticsearch_version_mismatch": { - "type": "long" - }, - "monitoring_alert_kibana_version_mismatch": { - "type": "long" - }, - "monitoring_alert_license_expiration": { - "type": "long" - }, - "monitoring_alert_logstash_version_mismatch": { - "type": "long" - }, - "monitoring_alert_nodes_changed": { - "type": "long" - }, - "siem__signals": { - "type": "long" - }, - "siem__notifications": { - "type": "long" - }, - "siem__eqlRule": { - "type": "long" - }, - "siem__indicatorRule": { - "type": "long" - }, - "siem__mlRule": { - "type": "long" - }, - "siem__queryRule": { - "type": "long" - }, - "siem__savedQueryRule": { - "type": "long" - }, - "siem__thresholdRule": { - "type": "long" - }, - "xpack__uptime__alerts__monitorStatus": { - "type": "long" - }, - "xpack__uptime__alerts__tls": { - "type": "long" - }, - "xpack__uptime__alerts__durationAnomaly": { - "type": "long" - }, - "__geo-containment": { - "type": "long" - }, - "xpack__ml__anomaly_detection_alert": { - "type": "long" - }, - "xpack__ml__anomaly_detection_jobs_health": { - "type": "long" - } - } - }, - "percentile_num_generated_actions_per_day": { - "properties": { - "p50": { - "type": "long" - }, - "p90": { - "type": "long" - }, - "p99": { - "type": "long" - } - } - }, - "percentile_num_generated_actions_by_type_per_day": { - "properties": { - "p50": { - "properties": { - "DYNAMIC_KEY": { - "type": "long" - }, - "__index-threshold": { - "type": "long" - }, - "__es-query": { - "type": "long" - }, - "transform_health": { - "type": "long" - }, - "apm__error_rate": { - "type": "long" - }, - "apm__transaction_error_rate": { - "type": "long" - }, - "apm__transaction_duration": { - "type": "long" - }, - "apm__transaction_duration_anomaly": { - "type": "long" - }, - "metrics__alert__threshold": { - "type": "long" - }, - "metrics__alert__inventory__threshold": { - "type": "long" - }, - "logs__alert__document__count": { - "type": "long" - }, - "monitoring_alert_cluster_health": { - "type": "long" - }, - "monitoring_alert_cpu_usage": { - "type": "long" - }, - "monitoring_alert_disk_usage": { - "type": "long" - }, - "monitoring_alert_elasticsearch_version_mismatch": { - "type": "long" - }, - "monitoring_alert_kibana_version_mismatch": { - "type": "long" - }, - "monitoring_alert_license_expiration": { - "type": "long" - }, - "monitoring_alert_logstash_version_mismatch": { - "type": "long" - }, - "monitoring_alert_nodes_changed": { - "type": "long" - }, - "siem__signals": { - "type": "long" - }, - "siem__notifications": { - "type": "long" - }, - "siem__eqlRule": { - "type": "long" - }, - "siem__indicatorRule": { - "type": "long" - }, - "siem__mlRule": { - "type": "long" - }, - "siem__queryRule": { - "type": "long" - }, - "siem__savedQueryRule": { - "type": "long" - }, - "siem__thresholdRule": { - "type": "long" - }, - "xpack__uptime__alerts__monitorStatus": { - "type": "long" - }, - "xpack__uptime__alerts__tls": { - "type": "long" - }, - "xpack__uptime__alerts__durationAnomaly": { - "type": "long" - }, - "__geo-containment": { - "type": "long" - }, - "xpack__ml__anomaly_detection_alert": { - "type": "long" - }, - "xpack__ml__anomaly_detection_jobs_health": { - "type": "long" - } - } - }, - "p90": { - "properties": { - "DYNAMIC_KEY": { - "type": "long" - }, - "__index-threshold": { - "type": "long" - }, - "__es-query": { - "type": "long" - }, - "transform_health": { - "type": "long" - }, - "apm__error_rate": { - "type": "long" - }, - "apm__transaction_error_rate": { - "type": "long" - }, - "apm__transaction_duration": { - "type": "long" - }, - "apm__transaction_duration_anomaly": { - "type": "long" - }, - "metrics__alert__threshold": { - "type": "long" - }, - "metrics__alert__inventory__threshold": { - "type": "long" - }, - "logs__alert__document__count": { - "type": "long" - }, - "monitoring_alert_cluster_health": { - "type": "long" - }, - "monitoring_alert_cpu_usage": { - "type": "long" - }, - "monitoring_alert_disk_usage": { - "type": "long" - }, - "monitoring_alert_elasticsearch_version_mismatch": { - "type": "long" - }, - "monitoring_alert_kibana_version_mismatch": { - "type": "long" - }, - "monitoring_alert_license_expiration": { - "type": "long" - }, - "monitoring_alert_logstash_version_mismatch": { - "type": "long" - }, - "monitoring_alert_nodes_changed": { - "type": "long" - }, - "siem__signals": { - "type": "long" - }, - "siem__notifications": { - "type": "long" - }, - "siem__eqlRule": { - "type": "long" - }, - "siem__indicatorRule": { - "type": "long" - }, - "siem__mlRule": { - "type": "long" - }, - "siem__queryRule": { - "type": "long" - }, - "siem__savedQueryRule": { - "type": "long" - }, - "siem__thresholdRule": { - "type": "long" - }, - "xpack__uptime__alerts__monitorStatus": { - "type": "long" - }, - "xpack__uptime__alerts__tls": { - "type": "long" - }, - "xpack__uptime__alerts__durationAnomaly": { - "type": "long" - }, - "__geo-containment": { - "type": "long" - }, - "xpack__ml__anomaly_detection_alert": { - "type": "long" - }, - "xpack__ml__anomaly_detection_jobs_health": { - "type": "long" - } - } - }, - "p99": { - "properties": { - "DYNAMIC_KEY": { - "type": "long" - }, - "__index-threshold": { - "type": "long" - }, - "__es-query": { - "type": "long" - }, - "transform_health": { - "type": "long" - }, - "apm__error_rate": { - "type": "long" - }, - "apm__transaction_error_rate": { - "type": "long" - }, - "apm__transaction_duration": { - "type": "long" - }, - "apm__transaction_duration_anomaly": { - "type": "long" - }, - "metrics__alert__threshold": { - "type": "long" - }, - "metrics__alert__inventory__threshold": { - "type": "long" - }, - "logs__alert__document__count": { - "type": "long" - }, - "monitoring_alert_cluster_health": { - "type": "long" - }, - "monitoring_alert_cpu_usage": { - "type": "long" - }, - "monitoring_alert_disk_usage": { - "type": "long" - }, - "monitoring_alert_elasticsearch_version_mismatch": { - "type": "long" - }, - "monitoring_alert_kibana_version_mismatch": { - "type": "long" - }, - "monitoring_alert_license_expiration": { - "type": "long" - }, - "monitoring_alert_logstash_version_mismatch": { - "type": "long" - }, - "monitoring_alert_nodes_changed": { - "type": "long" - }, - "siem__signals": { - "type": "long" - }, - "siem__notifications": { - "type": "long" - }, - "siem__eqlRule": { - "type": "long" - }, - "siem__indicatorRule": { - "type": "long" - }, - "siem__mlRule": { - "type": "long" - }, - "siem__queryRule": { - "type": "long" - }, - "siem__savedQueryRule": { - "type": "long" - }, - "siem__thresholdRule": { - "type": "long" - }, - "xpack__uptime__alerts__monitorStatus": { - "type": "long" - }, - "xpack__uptime__alerts__tls": { - "type": "long" - }, - "xpack__uptime__alerts__durationAnomaly": { - "type": "long" - }, - "__geo-containment": { - "type": "long" - }, - "xpack__ml__anomaly_detection_alert": { - "type": "long" - }, - "xpack__ml__anomaly_detection_jobs_health": { - "type": "long" - } - } - } - } - }, - "percentile_num_alerts_per_day": { - "properties": { - "p50": { - "type": "long" - }, - "p90": { - "type": "long" - }, - "p99": { - "type": "long" - } - } - }, - "percentile_num_alerts_by_type_per_day": { - "properties": { - "p50": { - "properties": { - "DYNAMIC_KEY": { - "type": "long" - }, - "__index-threshold": { - "type": "long" - }, - "__es-query": { - "type": "long" - }, - "transform_health": { - "type": "long" - }, - "apm__error_rate": { - "type": "long" - }, - "apm__transaction_error_rate": { - "type": "long" - }, - "apm__transaction_duration": { - "type": "long" - }, - "apm__transaction_duration_anomaly": { - "type": "long" - }, - "metrics__alert__threshold": { - "type": "long" - }, - "metrics__alert__inventory__threshold": { - "type": "long" - }, - "logs__alert__document__count": { - "type": "long" - }, - "monitoring_alert_cluster_health": { - "type": "long" - }, - "monitoring_alert_cpu_usage": { - "type": "long" - }, - "monitoring_alert_disk_usage": { - "type": "long" - }, - "monitoring_alert_elasticsearch_version_mismatch": { - "type": "long" - }, - "monitoring_alert_kibana_version_mismatch": { - "type": "long" - }, - "monitoring_alert_license_expiration": { - "type": "long" - }, - "monitoring_alert_logstash_version_mismatch": { - "type": "long" - }, - "monitoring_alert_nodes_changed": { - "type": "long" - }, - "siem__signals": { - "type": "long" - }, - "siem__notifications": { - "type": "long" - }, - "siem__eqlRule": { - "type": "long" - }, - "siem__indicatorRule": { - "type": "long" - }, - "siem__mlRule": { - "type": "long" - }, - "siem__queryRule": { - "type": "long" - }, - "siem__savedQueryRule": { - "type": "long" - }, - "siem__thresholdRule": { - "type": "long" - }, - "xpack__uptime__alerts__monitorStatus": { - "type": "long" - }, - "xpack__uptime__alerts__tls": { - "type": "long" - }, - "xpack__uptime__alerts__durationAnomaly": { - "type": "long" - }, - "__geo-containment": { - "type": "long" - }, - "xpack__ml__anomaly_detection_alert": { - "type": "long" - }, - "xpack__ml__anomaly_detection_jobs_health": { - "type": "long" - } - } - }, - "p90": { - "properties": { - "DYNAMIC_KEY": { - "type": "long" - }, - "__index-threshold": { - "type": "long" - }, - "__es-query": { - "type": "long" - }, - "transform_health": { - "type": "long" - }, - "apm__error_rate": { - "type": "long" - }, - "apm__transaction_error_rate": { - "type": "long" - }, - "apm__transaction_duration": { - "type": "long" - }, - "apm__transaction_duration_anomaly": { - "type": "long" - }, - "metrics__alert__threshold": { - "type": "long" - }, - "metrics__alert__inventory__threshold": { - "type": "long" - }, - "logs__alert__document__count": { - "type": "long" - }, - "monitoring_alert_cluster_health": { - "type": "long" - }, - "monitoring_alert_cpu_usage": { - "type": "long" - }, - "monitoring_alert_disk_usage": { - "type": "long" - }, - "monitoring_alert_elasticsearch_version_mismatch": { - "type": "long" - }, - "monitoring_alert_kibana_version_mismatch": { - "type": "long" - }, - "monitoring_alert_license_expiration": { - "type": "long" - }, - "monitoring_alert_logstash_version_mismatch": { - "type": "long" - }, - "monitoring_alert_nodes_changed": { - "type": "long" - }, - "siem__signals": { - "type": "long" - }, - "siem__notifications": { - "type": "long" - }, - "siem__eqlRule": { - "type": "long" - }, - "siem__indicatorRule": { - "type": "long" - }, - "siem__mlRule": { - "type": "long" - }, - "siem__queryRule": { - "type": "long" - }, - "siem__savedQueryRule": { - "type": "long" - }, - "siem__thresholdRule": { - "type": "long" - }, - "xpack__uptime__alerts__monitorStatus": { - "type": "long" - }, - "xpack__uptime__alerts__tls": { - "type": "long" - }, - "xpack__uptime__alerts__durationAnomaly": { - "type": "long" - }, - "__geo-containment": { - "type": "long" - }, - "xpack__ml__anomaly_detection_alert": { - "type": "long" - }, - "xpack__ml__anomaly_detection_jobs_health": { - "type": "long" - } - } - }, - "p99": { - "properties": { - "DYNAMIC_KEY": { - "type": "long" - }, - "__index-threshold": { - "type": "long" - }, - "__es-query": { - "type": "long" - }, - "transform_health": { - "type": "long" - }, - "apm__error_rate": { - "type": "long" - }, - "apm__transaction_error_rate": { - "type": "long" - }, - "apm__transaction_duration": { - "type": "long" - }, - "apm__transaction_duration_anomaly": { - "type": "long" - }, - "metrics__alert__threshold": { - "type": "long" - }, - "metrics__alert__inventory__threshold": { - "type": "long" - }, - "logs__alert__document__count": { - "type": "long" - }, - "monitoring_alert_cluster_health": { - "type": "long" - }, - "monitoring_alert_cpu_usage": { - "type": "long" - }, - "monitoring_alert_disk_usage": { - "type": "long" - }, - "monitoring_alert_elasticsearch_version_mismatch": { - "type": "long" - }, - "monitoring_alert_kibana_version_mismatch": { - "type": "long" - }, - "monitoring_alert_license_expiration": { - "type": "long" - }, - "monitoring_alert_logstash_version_mismatch": { - "type": "long" - }, - "monitoring_alert_nodes_changed": { - "type": "long" - }, - "siem__signals": { - "type": "long" - }, - "siem__notifications": { - "type": "long" - }, - "siem__eqlRule": { - "type": "long" - }, - "siem__indicatorRule": { - "type": "long" - }, - "siem__mlRule": { - "type": "long" - }, - "siem__queryRule": { - "type": "long" - }, - "siem__savedQueryRule": { - "type": "long" - }, - "siem__thresholdRule": { - "type": "long" - }, - "xpack__uptime__alerts__monitorStatus": { - "type": "long" - }, - "xpack__uptime__alerts__tls": { - "type": "long" - }, - "xpack__uptime__alerts__durationAnomaly": { - "type": "long" - }, - "__geo-containment": { - "type": "long" - }, - "xpack__ml__anomaly_detection_alert": { - "type": "long" - }, - "xpack__ml__anomaly_detection_jobs_health": { - "type": "long" - } - } - } - } - }, - "count_alerts_total": { - "type": "long" - }, - "count_alerts_by_rule_type": { - "properties": { - "DYNAMIC_KEY": { - "type": "long" - }, - "__index-threshold": { - "type": "long" - }, - "__es-query": { - "type": "long" - }, - "transform_health": { - "type": "long" - }, - "apm__error_rate": { - "type": "long" - }, - "apm__transaction_error_rate": { - "type": "long" - }, - "apm__transaction_duration": { - "type": "long" - }, - "apm__transaction_duration_anomaly": { - "type": "long" - }, - "metrics__alert__threshold": { - "type": "long" - }, - "metrics__alert__inventory__threshold": { - "type": "long" - }, - "logs__alert__document__count": { - "type": "long" - }, - "monitoring_alert_cluster_health": { - "type": "long" - }, - "monitoring_alert_cpu_usage": { - "type": "long" - }, - "monitoring_alert_disk_usage": { - "type": "long" - }, - "monitoring_alert_elasticsearch_version_mismatch": { - "type": "long" - }, - "monitoring_alert_kibana_version_mismatch": { - "type": "long" - }, - "monitoring_alert_license_expiration": { - "type": "long" - }, - "monitoring_alert_logstash_version_mismatch": { - "type": "long" - }, - "monitoring_alert_nodes_changed": { - "type": "long" - }, - "siem__signals": { - "type": "long" - }, - "siem__notifications": { - "type": "long" - }, - "siem__eqlRule": { - "type": "long" - }, - "siem__indicatorRule": { - "type": "long" - }, - "siem__mlRule": { - "type": "long" - }, - "siem__queryRule": { - "type": "long" - }, - "siem__savedQueryRule": { - "type": "long" - }, - "siem__thresholdRule": { - "type": "long" - }, - "xpack__uptime__alerts__monitorStatus": { - "type": "long" - }, - "xpack__uptime__alerts__tls": { - "type": "long" - }, - "xpack__uptime__alerts__durationAnomaly": { - "type": "long" - }, - "__geo-containment": { - "type": "long" - }, - "xpack__ml__anomaly_detection_alert": { - "type": "long" - }, - "xpack__ml__anomaly_detection_jobs_health": { - "type": "long" - } - } - } - } - }, - "apm": { - "properties": { - "services_per_agent": { - "properties": { - "android/java": { - "type": "long", - "_meta": { - "description": "Total number of services utilizing the android/java agent within the last day" - } - }, - "dotnet": { - "type": "long", - "_meta": { - "description": "Total number of services utilizing the dotnet (.Net) agent within the last day" - } - }, - "iOS/swift": { - "type": "long", - "_meta": { - "description": "Total number of services utilizing the iOS/swift agent within the last day" - } - }, - "go": { - "type": "long", - "_meta": { - "description": "Total number of services utilizing the go agent within the last day" - } - }, - "java": { - "type": "long", - "_meta": { - "description": "Total number of services utilizing the Java agent within the last day" - } - }, - "js-base": { - "type": "long", - "_meta": { - "description": "Total number of services utilizing the js-base agent within the last day" - } - }, - "nodejs": { - "type": "long", - "_meta": { - "description": "Total number of services utilizing the nodeJS agent within the last day" - } - }, - "php": { - "type": "long", - "_meta": { - "description": "Total number of services utilizing the PHH agent within the last day" - } - }, - "python": { - "type": "long", - "_meta": { - "description": "Total number of services utilizing the Python agent within the last day" - } - }, - "ruby": { - "type": "long", - "_meta": { - "description": "Total number of services utilizing the Ruby agent within the last day" - } - }, - "rum-js": { - "type": "long", - "_meta": { - "description": "Total number of services utilizing the rum-js agent within the last day" - } - }, - "otlp": { - "type": "long", - "_meta": { - "description": "Total number of services utilizing the otlp agent within the last day" - } - }, - "otlp/cpp": { - "type": "long", - "_meta": { - "description": "Total number of services utilizing the otlp/cpp agent within the last day" - } - }, - "otlp/dotnet": { - "type": "long", - "_meta": { - "description": "Total number of services utilizing the otlp/dotnet agent within the last day" - } - }, - "otlp/erlang": { - "type": "long", - "_meta": { - "description": "Total number of services utilizing the otlp/erlang agent within the last day" - } - }, - "otlp/go": { - "type": "long", - "_meta": { - "description": "Total number of services utilizing the otlp/go agent within the last day" - } - }, - "otlp/java": { - "type": "long", - "_meta": { - "description": "Total number of services utilizing the otlp/java agent within the last day" - } - }, - "otlp/nodejs": { - "type": "long", - "_meta": { - "description": "Total number of services utilizing the otlp/nodejs agent within the last day" - } - }, - "otlp/php": { - "type": "long", - "_meta": { - "description": "Total number of services utilizing the otlp/php agent within the last day" - } - }, - "otlp/python": { - "type": "long", - "_meta": { - "description": "Total number of services utilizing the otlp/python agent within the last day" - } - }, - "otlp/ruby": { - "type": "long", - "_meta": { - "description": "Total number of services utilizing the otlp/ruby agent within the last day" - } - }, - "otlp/rust": { - "type": "long", - "_meta": { - "description": "Total number of services utilizing the otlp/rust agent within the last day" - } - }, - "otlp/swift": { - "type": "long", - "_meta": { - "description": "Total number of services utilizing the otlp/swift agent within the last day" - } - }, - "otlp/android": { - "type": "long", - "_meta": { - "description": "Total number of services utilizing the otlp/android agent within the last day" - } - }, - "otlp/webjs": { - "type": "long", - "_meta": { - "description": "Total number of services utilizing the otlp/webjs agent within the last day" - } - }, - "opentelemetry": { - "type": "long", - "_meta": { - "description": "Total number of services utilizing the opentelemetry agent within the last day" - } - }, - "opentelemetry/cpp": { - "type": "long", - "_meta": { - "description": "Total number of services utilizing the opentelemetry/cpp agent within the last day" - } - }, - "opentelemetry/dotnet": { - "type": "long", - "_meta": { - "description": "Total number of services utilizing the opentelemetry/dotnet agent within the last day" - } - }, - "opentelemetry/erlang": { - "type": "long", - "_meta": { - "description": "Total number of services utilizing the opentelemetry/erlang agent within the last day" - } - }, - "opentelemetry/go": { - "type": "long", - "_meta": { - "description": "Total number of services utilizing the opentelemetry/go agent within the last day" - } - }, - "opentelemetry/java": { - "type": "long", - "_meta": { - "description": "Total number of services utilizing the opentelemetry/java agent within the last day" - } - }, - "opentelemetry/nodejs": { - "type": "long", - "_meta": { - "description": "Total number of services utilizing the opentelemetry/nodejs agent within the last day" - } - }, - "opentelemetry/php": { - "type": "long", - "_meta": { - "description": "Total number of services utilizing the opentelemetry/php agent within the last day" - } - }, - "opentelemetry/python": { - "type": "long", - "_meta": { - "description": "Total number of services utilizing the opentelemetry/python agent within the last day" - } - }, - "opentelemetry/ruby": { - "type": "long", - "_meta": { - "description": "Total number of services utilizing the opentelemetry/ruby agent within the last day" - } + "opentelemetry/ruby": { + "type": "long", + "_meta": { + "description": "Total number of services utilizing the opentelemetry/ruby agent within the last day" + } }, "opentelemetry/rust": { "type": "long", @@ -9634,990 +6793,291 @@ "properties": { "name": { "type": "keyword", - "_meta": { - "description": "Kuberneted pod name " - } - } - } - } - } - }, - "container": { - "properties": { - "id": { - "type": "keyword", - "_meta": { - "description": "Container id" - } - } - } - } - } - } - }, - "top_traces": { - "properties": { - "max": { - "type": "long", - "_meta": { - "description": "Max number of documents in top 100 traces withing the last day" - } - }, - "median": { - "type": "long", - "_meta": { - "description": "Median number of documents in top 100 traces within the last day" - } - } - } - }, - "tasks": { - "properties": { - "aggregated_transactions": { - "properties": { - "took": { - "properties": { - "ms": { - "type": "long", - "_meta": { - "description": "Execution time in milliseconds for the \"aggregated_transactions\" task" - } - } - } - } - } - }, - "cloud": { - "properties": { - "took": { - "properties": { - "ms": { - "type": "long", - "_meta": { - "description": "Execution time in milliseconds for the \"cloud\" task" - } - } - } - } - } - }, - "host": { - "properties": { - "took": { - "properties": { - "ms": { - "type": "long", - "_meta": { - "description": "Execution time in milliseconds for the \"host\" task" - } - } - } - } - } - }, - "processor_events": { - "properties": { - "took": { - "properties": { - "ms": { - "type": "long", - "_meta": { - "description": "Execution time in milliseconds for the \"processor_events\" task" - } - } - } - } - } - }, - "agent_configuration": { - "properties": { - "took": { - "properties": { - "ms": { - "type": "long", - "_meta": { - "description": "Execution time in milliseconds for the \"agent_configuration\" task" - } - } - } - } - } - }, - "global_labels": { - "properties": { - "took": { - "properties": { - "ms": { - "type": "long", - "_meta": { - "description": "Execution time in milliseconds for the \"global_labels\" task" - } - } - } - } - } - }, - "services": { - "properties": { - "took": { - "properties": { - "ms": { - "type": "long", - "_meta": { - "description": "Execution time in milliseconds for the \"services\" task" - } - } - } - } - } - }, - "versions": { - "properties": { - "took": { - "properties": { - "ms": { - "type": "long", - "_meta": { - "description": "Execution time in milliseconds for the \"versions\" task" - } - } - } - } - } - }, - "groupings": { - "properties": { - "took": { - "properties": { - "ms": { - "type": "long", - "_meta": { - "description": "Execution time in milliseconds for the \"groupings\" task" - } - } - } - } - } - }, - "integrations": { - "properties": { - "took": { - "properties": { - "ms": { - "type": "long", - "_meta": { - "description": "Execution time in milliseconds for the \"integrations\" task" - } - } - } - } - } - }, - "agents": { - "properties": { - "took": { - "properties": { - "ms": { - "type": "long", - "_meta": { - "description": "Execution time in milliseconds for the \"agents\" task" - } - } - } - } - } - }, - "indices_stats": { - "properties": { - "took": { - "properties": { - "ms": { - "type": "long", - "_meta": { - "description": "Execution time in milliseconds for the \"indices_stats\" task" + "_meta": { + "description": "Kuberneted pod name " + } } } } } + }, + "container": { + "properties": { + "id": { + "type": "keyword", + "_meta": { + "description": "Container id" + } + } + } + } + } + } + }, + "top_traces": { + "properties": { + "max": { + "type": "long", + "_meta": { + "description": "Max number of documents in top 100 traces withing the last day" } }, - "cardinality": { + "median": { + "type": "long", + "_meta": { + "description": "Median number of documents in top 100 traces within the last day" + } + } + } + }, + "tasks": { + "properties": { + "aggregated_transactions": { "properties": { "took": { "properties": { "ms": { "type": "long", "_meta": { - "description": "Execution time in milliseconds for the \"cardinality\" task" + "description": "Execution time in milliseconds for the \"aggregated_transactions\" task" } } } } } }, - "environments": { + "cloud": { "properties": { "took": { "properties": { "ms": { "type": "long", "_meta": { - "description": "Execution time in milliseconds for the \"environments\" task" + "description": "Execution time in milliseconds for the \"cloud\" task" } } } } } }, - "service_groups": { + "host": { "properties": { "took": { "properties": { "ms": { "type": "long", "_meta": { - "description": "Execution time in milliseconds for the \"service_groups\" task" + "description": "Execution time in milliseconds for the \"host\" task" } } } } } }, - "custom_dashboards": { + "processor_events": { "properties": { "took": { "properties": { "ms": { "type": "long", "_meta": { - "description": "Execution time in milliseconds for the \"custom_dashboards\" task" + "description": "Execution time in milliseconds for the \"processor_events\" task" } } } } } }, - "per_service": { + "agent_configuration": { "properties": { "took": { "properties": { "ms": { "type": "long", "_meta": { - "description": "Execution time in milliseconds for the \"per_service\" task" + "description": "Execution time in milliseconds for the \"agent_configuration\" task" } } } } } }, - "top_traces": { + "global_labels": { "properties": { "took": { "properties": { "ms": { "type": "long", "_meta": { - "description": "Execution time in milliseconds for the \"top_traces\" task" + "description": "Execution time in milliseconds for the \"global_labels\" task" } } } } } - } - } - } - } - }, - "app_search": { - "properties": { - "ui_viewed": { - "properties": { - "setup_guide": { - "type": "long" - }, - "engines_overview": { - "type": "long" - } - } - }, - "ui_error": { - "properties": { - "cannot_connect": { - "type": "long" - }, - "not_found": { - "type": "long" - } - } - }, - "ui_clicked": { - "properties": { - "create_first_engine_button": { - "type": "long" - }, - "engine_table_link": { - "type": "long" - } - } - } - } - }, - "canvas": { - "properties": { - "workpads": { - "properties": { - "total": { - "type": "long", - "_meta": { - "description": "The total number of Canvas Workpads in the cluster" - } - } - } - }, - "pages": { - "properties": { - "total": { - "type": "long", - "_meta": { - "description": "The total number of pages across all Canvas Workpads" - } - }, - "per_workpad": { - "properties": { - "avg": { - "type": "float", - "_meta": { - "description": "The average number of pages across all Canvas Workpads" - } - }, - "min": { - "type": "long", - "_meta": { - "description": "The minimum number of pages found in a Canvas Workpad" - } - }, - "max": { - "type": "long", - "_meta": { - "description": "The maximum number of pages found in a Canvas Workpad" - } - } - } - } - } - }, - "elements": { - "properties": { - "total": { - "type": "long", - "_meta": { - "description": "The total number of elements across all Canvas Workpads" - } - }, - "per_page": { - "properties": { - "avg": { - "type": "float", - "_meta": { - "description": "The average number of elements per page across all Canvas Workpads" - } - }, - "min": { - "type": "long", - "_meta": { - "description": "The minimum number of elements on a page across all Canvas Workpads" - } - }, - "max": { - "type": "long", - "_meta": { - "description": "The maximum number of elements on a page across all Canvas Workpads" - } - } - } - } - } - }, - "functions": { - "properties": { - "total": { - "type": "long", - "_meta": { - "description": "The total number of functions in use across all Canvas Workpads" - } - }, - "in_use": { - "type": "array", - "items": { - "type": "keyword", - "_meta": { - "description": "A function in use in any Canvas Workpad" - } - } - }, - "in_use_30d": { - "type": "array", - "items": { - "type": "keyword", - "_meta": { - "description": "A function in use in a Canvas Workpad that has been modified in the last 30 days" - } - } - }, - "in_use_90d": { - "type": "array", - "items": { - "type": "keyword", - "_meta": { - "description": "A function in use in a Canvas Workpad that has been modified in the last 90 days" - } - } - }, - "per_element": { - "properties": { - "avg": { - "type": "float", - "_meta": { - "description": "Average number of functions used per element across all Canvas Workpads" - } - }, - "min": { - "type": "long", - "_meta": { - "description": "The minimum number of functions used in an element across all Canvas Workpads" - } - }, - "max": { - "type": "long", - "_meta": { - "description": "The maximum number of functions used in an element across all Canvas Workpads" - } - } - } - } - } - }, - "variables": { - "properties": { - "total": { - "type": "long", - "_meta": { - "description": "The total number of variables defined across all Canvas Workpads" - } }, - "per_workpad": { - "properties": { - "avg": { - "type": "float", - "_meta": { - "description": "The average number of variables set per Canvas Workpad" - } - }, - "min": { - "type": "long", - "_meta": { - "description": "The minimum number variables set across all Canvas Workpads" - } - }, - "max": { - "type": "long", - "_meta": { - "description": "The maximum number of variables set across all Canvas Workpads" + "services": { + "properties": { + "took": { + "properties": { + "ms": { + "type": "long", + "_meta": { + "description": "Execution time in milliseconds for the \"services\" task" + } + } } } } - } - } - }, - "custom_elements": { - "properties": { - "count": { - "type": "long", - "_meta": { - "description": "The total number of custom Canvas elements" - } }, - "elements": { + "versions": { "properties": { - "min": { - "type": "long", - "_meta": { - "description": "The minimum number of elements used across all Canvas Custom Elements" - } - }, - "max": { - "type": "long", - "_meta": { - "description": "The maximum number of elements used across all Canvas Custom Elements" - } - }, - "avg": { - "type": "float", - "_meta": { - "description": "The average number of elements used in Canvas Custom Element" + "took": { + "properties": { + "ms": { + "type": "long", + "_meta": { + "description": "Execution time in milliseconds for the \"versions\" task" + } + } } } } }, - "functions_in_use": { - "type": "array", - "items": { - "type": "keyword", - "_meta": { - "description": "The functions in use by Canvas Custom Elements" + "groupings": { + "properties": { + "took": { + "properties": { + "ms": { + "type": "long", + "_meta": { + "description": "Execution time in milliseconds for the \"groupings\" task" + } + } + } } } - } - } - } - } - }, - "cases": { - "properties": { - "cases": { - "properties": { - "all": { + }, + "integrations": { "properties": { - "total": { - "type": "long" - }, - "monthly": { - "type": "long" - }, - "weekly": { - "type": "long" - }, - "daily": { - "type": "long" - }, - "attachmentFramework": { + "took": { "properties": { - "persistableAttachments": { - "type": "array", - "items": { - "properties": { - "average": { - "type": "long" - }, - "maxOnACase": { - "type": "long" - }, - "total": { - "type": "long" - }, - "type": { - "type": "keyword" - } - } - } - }, - "externalAttachments": { - "type": "array", - "items": { - "properties": { - "average": { - "type": "long" - }, - "maxOnACase": { - "type": "long" - }, - "total": { - "type": "long" - }, - "type": { - "type": "keyword" - } - } - } - }, - "files": { - "properties": { - "average": { - "type": "long" - }, - "averageSize": { - "type": "long" - }, - "maxOnACase": { - "type": "long" - }, - "total": { - "type": "long" - }, - "topMimeTypes": { - "type": "array", - "items": { - "properties": { - "count": { - "type": "long" - }, - "name": { - "type": "keyword" - } - } - } - } + "ms": { + "type": "long", + "_meta": { + "description": "Execution time in milliseconds for the \"integrations\" task" } } } - }, - "assignees": { + } + } + }, + "agents": { + "properties": { + "took": { "properties": { - "total": { - "type": "long" - }, - "totalWithZero": { - "type": "long" - }, - "totalWithAtLeastOne": { - "type": "long" + "ms": { + "type": "long", + "_meta": { + "description": "Execution time in milliseconds for the \"agents\" task" + } } } - }, - "status": { + } + } + }, + "indices_stats": { + "properties": { + "took": { "properties": { - "open": { - "type": "long" - }, - "inProgress": { - "type": "long" - }, - "closed": { - "type": "long" + "ms": { + "type": "long", + "_meta": { + "description": "Execution time in milliseconds for the \"indices_stats\" task" + } } } - }, - "syncAlertsOn": { - "type": "long" - }, - "syncAlertsOff": { - "type": "long" - }, - "totalUsers": { - "type": "long" - }, - "totalParticipants": { - "type": "long" - }, - "totalTags": { - "type": "long" - }, - "totalWithAlerts": { - "type": "long" - }, - "totalWithConnectors": { - "type": "long" - }, - "latestDates": { + } + } + }, + "cardinality": { + "properties": { + "took": { "properties": { - "createdAt": { - "type": "keyword" - }, - "updatedAt": { - "type": "keyword" - }, - "closedAt": { - "type": "keyword" + "ms": { + "type": "long", + "_meta": { + "description": "Execution time in milliseconds for the \"cardinality\" task" + } } } } } }, - "sec": { + "environments": { "properties": { - "total": { - "type": "long" - }, - "monthly": { - "type": "long" - }, - "weekly": { - "type": "long" - }, - "daily": { - "type": "long" - }, - "assignees": { + "took": { "properties": { - "total": { - "type": "long" - }, - "totalWithZero": { - "type": "long" - }, - "totalWithAtLeastOne": { - "type": "long" + "ms": { + "type": "long", + "_meta": { + "description": "Execution time in milliseconds for the \"environments\" task" + } } } - }, - "attachmentFramework": { + } + } + }, + "service_groups": { + "properties": { + "took": { "properties": { - "persistableAttachments": { - "type": "array", - "items": { - "properties": { - "average": { - "type": "long" - }, - "maxOnACase": { - "type": "long" - }, - "total": { - "type": "long" - }, - "type": { - "type": "keyword" - } - } - } - }, - "externalAttachments": { - "type": "array", - "items": { - "properties": { - "average": { - "type": "long" - }, - "maxOnACase": { - "type": "long" - }, - "total": { - "type": "long" - }, - "type": { - "type": "keyword" - } - } - } - }, - "files": { - "properties": { - "average": { - "type": "long" - }, - "averageSize": { - "type": "long" - }, - "maxOnACase": { - "type": "long" - }, - "total": { - "type": "long" - }, - "topMimeTypes": { - "type": "array", - "items": { - "properties": { - "count": { - "type": "long" - }, - "name": { - "type": "keyword" - } - } - } - } + "ms": { + "type": "long", + "_meta": { + "description": "Execution time in milliseconds for the \"service_groups\" task" } } } } } }, - "obs": { + "custom_dashboards": { "properties": { - "total": { - "type": "long" - }, - "monthly": { - "type": "long" - }, - "weekly": { - "type": "long" - }, - "daily": { - "type": "long" - }, - "assignees": { - "properties": { - "total": { - "type": "long" - }, - "totalWithZero": { - "type": "long" - }, - "totalWithAtLeastOne": { - "type": "long" - } - } - }, - "attachmentFramework": { + "took": { "properties": { - "persistableAttachments": { - "type": "array", - "items": { - "properties": { - "average": { - "type": "long" - }, - "maxOnACase": { - "type": "long" - }, - "total": { - "type": "long" - }, - "type": { - "type": "keyword" - } - } - } - }, - "externalAttachments": { - "type": "array", - "items": { - "properties": { - "average": { - "type": "long" - }, - "maxOnACase": { - "type": "long" - }, - "total": { - "type": "long" - }, - "type": { - "type": "keyword" - } - } - } - }, - "files": { - "properties": { - "average": { - "type": "long" - }, - "averageSize": { - "type": "long" - }, - "maxOnACase": { - "type": "long" - }, - "total": { - "type": "long" - }, - "topMimeTypes": { - "type": "array", - "items": { - "properties": { - "count": { - "type": "long" - }, - "name": { - "type": "keyword" - } - } - } - } + "ms": { + "type": "long", + "_meta": { + "description": "Execution time in milliseconds for the \"custom_dashboards\" task" } } } } } }, - "main": { + "per_service": { "properties": { - "total": { - "type": "long" - }, - "monthly": { - "type": "long" - }, - "weekly": { - "type": "long" - }, - "daily": { - "type": "long" - }, - "assignees": { + "took": { "properties": { - "total": { - "type": "long" - }, - "totalWithZero": { - "type": "long" - }, - "totalWithAtLeastOne": { - "type": "long" + "ms": { + "type": "long", + "_meta": { + "description": "Execution time in milliseconds for the \"per_service\" task" + } } } - }, - "attachmentFramework": { + } + } + }, + "top_traces": { + "properties": { + "took": { "properties": { - "persistableAttachments": { - "type": "array", - "items": { - "properties": { - "average": { - "type": "long" - }, - "maxOnACase": { - "type": "long" - }, - "total": { - "type": "long" - }, - "type": { - "type": "keyword" - } - } - } - }, - "externalAttachments": { - "type": "array", - "items": { - "properties": { - "average": { - "type": "long" - }, - "maxOnACase": { - "type": "long" - }, - "total": { - "type": "long" - }, - "type": { - "type": "keyword" - } - } - } - }, - "files": { - "properties": { - "average": { - "type": "long" - }, - "averageSize": { - "type": "long" - }, - "maxOnACase": { - "type": "long" - }, - "total": { - "type": "long" - }, - "topMimeTypes": { - "type": "array", - "items": { - "properties": { - "count": { - "type": "long" - }, - "name": { - "type": "keyword" - } - } - } - } + "ms": { + "type": "long", + "_meta": { + "description": "Execution time in milliseconds for the \"top_traces\" task" } } } @@ -10625,250 +7085,250 @@ } } } + } + } + }, + "app_search": { + "properties": { + "ui_viewed": { + "properties": { + "setup_guide": { + "type": "long" + }, + "engines_overview": { + "type": "long" + } + } }, - "userActions": { + "ui_error": { "properties": { - "all": { - "properties": { - "total": { - "type": "long" - }, - "monthly": { - "type": "long" - }, - "weekly": { - "type": "long" - }, - "daily": { - "type": "long" - }, - "maxOnACase": { - "type": "long" - } - } + "cannot_connect": { + "type": "long" + }, + "not_found": { + "type": "long" } } }, - "comments": { + "ui_clicked": { "properties": { - "all": { - "properties": { - "total": { - "type": "long" - }, - "monthly": { - "type": "long" - }, - "weekly": { - "type": "long" - }, - "daily": { - "type": "long" - }, - "maxOnACase": { - "type": "long" - } + "create_first_engine_button": { + "type": "long" + }, + "engine_table_link": { + "type": "long" + } + } + } + } + }, + "canvas": { + "properties": { + "workpads": { + "properties": { + "total": { + "type": "long", + "_meta": { + "description": "The total number of Canvas Workpads in the cluster" } } } }, - "alerts": { + "pages": { "properties": { - "all": { + "total": { + "type": "long", + "_meta": { + "description": "The total number of pages across all Canvas Workpads" + } + }, + "per_workpad": { "properties": { - "total": { - "type": "long" - }, - "monthly": { - "type": "long" - }, - "weekly": { - "type": "long" + "avg": { + "type": "float", + "_meta": { + "description": "The average number of pages across all Canvas Workpads" + } }, - "daily": { - "type": "long" + "min": { + "type": "long", + "_meta": { + "description": "The minimum number of pages found in a Canvas Workpad" + } }, - "maxOnACase": { - "type": "long" + "max": { + "type": "long", + "_meta": { + "description": "The maximum number of pages found in a Canvas Workpad" + } } } } } }, - "connectors": { + "elements": { "properties": { - "all": { + "total": { + "type": "long", + "_meta": { + "description": "The total number of elements across all Canvas Workpads" + } + }, + "per_page": { "properties": { - "all": { - "properties": { - "totalAttached": { - "type": "long" - } - } - }, - "itsm": { - "properties": { - "totalAttached": { - "type": "long" - } - } - }, - "sir": { - "properties": { - "totalAttached": { - "type": "long" - } - } - }, - "jira": { - "properties": { - "totalAttached": { - "type": "long" - } + "avg": { + "type": "float", + "_meta": { + "description": "The average number of elements per page across all Canvas Workpads" } }, - "resilient": { - "properties": { - "totalAttached": { - "type": "long" - } + "min": { + "type": "long", + "_meta": { + "description": "The minimum number of elements on a page across all Canvas Workpads" } }, - "swimlane": { - "properties": { - "totalAttached": { - "type": "long" - } + "max": { + "type": "long", + "_meta": { + "description": "The maximum number of elements on a page across all Canvas Workpads" } - }, - "maxAttachedToACase": { - "type": "long" } } } } }, - "pushes": { + "functions": { "properties": { - "all": { + "total": { + "type": "long", + "_meta": { + "description": "The total number of functions in use across all Canvas Workpads" + } + }, + "in_use": { + "type": "array", + "items": { + "type": "keyword", + "_meta": { + "description": "A function in use in any Canvas Workpad" + } + } + }, + "in_use_30d": { + "type": "array", + "items": { + "type": "keyword", + "_meta": { + "description": "A function in use in a Canvas Workpad that has been modified in the last 30 days" + } + } + }, + "in_use_90d": { + "type": "array", + "items": { + "type": "keyword", + "_meta": { + "description": "A function in use in a Canvas Workpad that has been modified in the last 90 days" + } + } + }, + "per_element": { "properties": { - "total": { - "type": "long" + "avg": { + "type": "float", + "_meta": { + "description": "Average number of functions used per element across all Canvas Workpads" + } }, - "maxOnACase": { - "type": "long" + "min": { + "type": "long", + "_meta": { + "description": "The minimum number of functions used in an element across all Canvas Workpads" + } + }, + "max": { + "type": "long", + "_meta": { + "description": "The maximum number of functions used in an element across all Canvas Workpads" + } } } } } }, - "configuration": { + "variables": { "properties": { - "all": { + "total": { + "type": "long", + "_meta": { + "description": "The total number of variables defined across all Canvas Workpads" + } + }, + "per_workpad": { "properties": { - "closure": { - "properties": { - "manually": { - "type": "long" - }, - "automatic": { - "type": "long" - } + "avg": { + "type": "float", + "_meta": { + "description": "The average number of variables set per Canvas Workpad" } }, - "customFields": { - "properties": { - "totalsByType": { - "properties": { - "DYNAMIC_KEY": { - "type": "long" - } - } - }, - "totals": { - "type": "long" - }, - "required": { - "type": "long" - } + "min": { + "type": "long", + "_meta": { + "description": "The minimum number variables set across all Canvas Workpads" } - } - } - }, - "sec": { - "properties": { - "customFields": { - "properties": { - "totalsByType": { - "properties": { - "DYNAMIC_KEY": { - "type": "long" - } - } - }, - "totals": { - "type": "long" - }, - "required": { - "type": "long" - } + }, + "max": { + "type": "long", + "_meta": { + "description": "The maximum number of variables set across all Canvas Workpads" } } } + } + } + }, + "custom_elements": { + "properties": { + "count": { + "type": "long", + "_meta": { + "description": "The total number of custom Canvas elements" + } }, - "obs": { + "elements": { "properties": { - "customFields": { - "properties": { - "totalsByType": { - "properties": { - "DYNAMIC_KEY": { - "type": "long" - } - } - }, - "totals": { - "type": "long" - }, - "required": { - "type": "long" - } + "min": { + "type": "long", + "_meta": { + "description": "The minimum number of elements used across all Canvas Custom Elements" + } + }, + "max": { + "type": "long", + "_meta": { + "description": "The maximum number of elements used across all Canvas Custom Elements" + } + }, + "avg": { + "type": "float", + "_meta": { + "description": "The average number of elements used in Canvas Custom Element" } } } }, - "main": { - "properties": { - "customFields": { - "properties": { - "totalsByType": { - "properties": { - "DYNAMIC_KEY": { - "type": "long" - } - } - }, - "totals": { - "type": "long" - }, - "required": { - "type": "long" - } - } + "functions_in_use": { + "type": "array", + "items": { + "type": "keyword", + "_meta": { + "description": "The functions in use by Canvas Custom Elements" } } } } - }, - "casesSystemAction": { - "properties": { - "totalCasesCreated": { - "type": "long" - }, - "totalRules": { - "type": "long" - } - } } } }, @@ -20048,103 +16508,6 @@ } } }, - "task_manager": { - "properties": { - "ephemeral_tasks_enabled": { - "type": "boolean" - }, - "ephemeral_request_capacity": { - "type": "short" - }, - "ephemeral_stats": { - "properties": { - "status": { - "type": "keyword" - }, - "queued_tasks": { - "properties": { - "p50": { - "type": "long" - }, - "p90": { - "type": "long" - }, - "p95": { - "type": "long" - }, - "p99": { - "type": "long" - } - } - }, - "load": { - "properties": { - "p50": { - "type": "long" - }, - "p90": { - "type": "long" - }, - "p95": { - "type": "long" - }, - "p99": { - "type": "long" - } - } - }, - "executions_per_cycle": { - "properties": { - "p50": { - "type": "long" - }, - "p90": { - "type": "long" - }, - "p95": { - "type": "long" - }, - "p99": { - "type": "long" - } - } - } - } - }, - "task_type_exclusion": { - "type": "array", - "items": { - "type": "keyword" - } - }, - "failed_tasks": { - "type": "long" - }, - "recurring_tasks": { - "properties": { - "actual_service_time": { - "type": "long" - }, - "adjusted_service_time": { - "type": "long" - } - } - }, - "adhoc_tasks": { - "properties": { - "actual_service_time": { - "type": "long" - }, - "adjusted_service_time": { - "type": "long" - } - } - }, - "capacity": { - "type": "long" - } - } - }, "transform": { "properties": { "alertRules": { diff --git a/packages/kbn-alerts-grouping/README.md b/x-pack/solutions/observability/packages/kbn-alerts-grouping/README.md similarity index 100% rename from packages/kbn-alerts-grouping/README.md rename to x-pack/solutions/observability/packages/kbn-alerts-grouping/README.md diff --git a/packages/kbn-alerts-grouping/index.ts b/x-pack/solutions/observability/packages/kbn-alerts-grouping/index.ts similarity index 100% rename from packages/kbn-alerts-grouping/index.ts rename to x-pack/solutions/observability/packages/kbn-alerts-grouping/index.ts diff --git a/x-pack/solutions/observability/packages/kbn-alerts-grouping/jest.config.js b/x-pack/solutions/observability/packages/kbn-alerts-grouping/jest.config.js new file mode 100644 index 0000000000000..417091986add9 --- /dev/null +++ b/x-pack/solutions/observability/packages/kbn-alerts-grouping/jest.config.js @@ -0,0 +1,15 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the "Elastic License + * 2.0", the "GNU Affero General Public License v3.0 only", and the "Server Side + * Public License v 1"; you may not use this file except in compliance with, at + * your election, the "Elastic License 2.0", the "GNU Affero General Public + * License v3.0 only", or the "Server Side Public License, v 1". + */ + +module.exports = { + preset: '@kbn/test', + rootDir: '../../../../..', + roots: ['/x-pack/solutions/observability/packages/kbn-alerts-grouping'], + setupFilesAfterEnv: ['/x-pack/solutions/observability/packages/kbn-alerts-grouping/setup_tests.ts'], +}; diff --git a/packages/kbn-alerts-grouping/kibana.jsonc b/x-pack/solutions/observability/packages/kbn-alerts-grouping/kibana.jsonc similarity index 100% rename from packages/kbn-alerts-grouping/kibana.jsonc rename to x-pack/solutions/observability/packages/kbn-alerts-grouping/kibana.jsonc diff --git a/packages/kbn-alerts-grouping/package.json b/x-pack/solutions/observability/packages/kbn-alerts-grouping/package.json similarity index 54% rename from packages/kbn-alerts-grouping/package.json rename to x-pack/solutions/observability/packages/kbn-alerts-grouping/package.json index bf8119586c5b5..98fb1e04343a7 100644 --- a/packages/kbn-alerts-grouping/package.json +++ b/x-pack/solutions/observability/packages/kbn-alerts-grouping/package.json @@ -2,5 +2,5 @@ "name": "@kbn/alerts-grouping", "private": true, "version": "1.0.0", - "license": "Elastic License 2.0 OR AGPL-3.0-only OR SSPL-1.0" + "license": "Elastic License 2.0" } \ No newline at end of file diff --git a/packages/kbn-grouping/setup_tests.ts b/x-pack/solutions/observability/packages/kbn-alerts-grouping/setup_tests.ts similarity index 100% rename from packages/kbn-grouping/setup_tests.ts rename to x-pack/solutions/observability/packages/kbn-alerts-grouping/setup_tests.ts diff --git a/packages/kbn-alerts-grouping/src/components/alerts_grouping.test.tsx b/x-pack/solutions/observability/packages/kbn-alerts-grouping/src/components/alerts_grouping.test.tsx similarity index 100% rename from packages/kbn-alerts-grouping/src/components/alerts_grouping.test.tsx rename to x-pack/solutions/observability/packages/kbn-alerts-grouping/src/components/alerts_grouping.test.tsx diff --git a/packages/kbn-alerts-grouping/src/components/alerts_grouping.tsx b/x-pack/solutions/observability/packages/kbn-alerts-grouping/src/components/alerts_grouping.tsx similarity index 100% rename from packages/kbn-alerts-grouping/src/components/alerts_grouping.tsx rename to x-pack/solutions/observability/packages/kbn-alerts-grouping/src/components/alerts_grouping.tsx diff --git a/packages/kbn-alerts-grouping/src/components/alerts_grouping_level.test.tsx b/x-pack/solutions/observability/packages/kbn-alerts-grouping/src/components/alerts_grouping_level.test.tsx similarity index 100% rename from packages/kbn-alerts-grouping/src/components/alerts_grouping_level.test.tsx rename to x-pack/solutions/observability/packages/kbn-alerts-grouping/src/components/alerts_grouping_level.test.tsx diff --git a/packages/kbn-alerts-grouping/src/components/alerts_grouping_level.tsx b/x-pack/solutions/observability/packages/kbn-alerts-grouping/src/components/alerts_grouping_level.tsx similarity index 100% rename from packages/kbn-alerts-grouping/src/components/alerts_grouping_level.tsx rename to x-pack/solutions/observability/packages/kbn-alerts-grouping/src/components/alerts_grouping_level.tsx diff --git a/packages/kbn-alerts-grouping/src/constants.ts b/x-pack/solutions/observability/packages/kbn-alerts-grouping/src/constants.ts similarity index 100% rename from packages/kbn-alerts-grouping/src/constants.ts rename to x-pack/solutions/observability/packages/kbn-alerts-grouping/src/constants.ts diff --git a/packages/kbn-alerts-grouping/src/contexts/alerts_grouping_context.tsx b/x-pack/solutions/observability/packages/kbn-alerts-grouping/src/contexts/alerts_grouping_context.tsx similarity index 100% rename from packages/kbn-alerts-grouping/src/contexts/alerts_grouping_context.tsx rename to x-pack/solutions/observability/packages/kbn-alerts-grouping/src/contexts/alerts_grouping_context.tsx diff --git a/packages/kbn-alerts-grouping/src/index.ts b/x-pack/solutions/observability/packages/kbn-alerts-grouping/src/index.ts similarity index 100% rename from packages/kbn-alerts-grouping/src/index.ts rename to x-pack/solutions/observability/packages/kbn-alerts-grouping/src/index.ts diff --git a/packages/kbn-alerts-grouping/src/mocks/grouping_props.mock.tsx b/x-pack/solutions/observability/packages/kbn-alerts-grouping/src/mocks/grouping_props.mock.tsx similarity index 100% rename from packages/kbn-alerts-grouping/src/mocks/grouping_props.mock.tsx rename to x-pack/solutions/observability/packages/kbn-alerts-grouping/src/mocks/grouping_props.mock.tsx diff --git a/packages/kbn-alerts-grouping/src/mocks/grouping_query.mock.ts b/x-pack/solutions/observability/packages/kbn-alerts-grouping/src/mocks/grouping_query.mock.ts similarity index 100% rename from packages/kbn-alerts-grouping/src/mocks/grouping_query.mock.ts rename to x-pack/solutions/observability/packages/kbn-alerts-grouping/src/mocks/grouping_query.mock.ts diff --git a/packages/kbn-alerts-grouping/src/types.ts b/x-pack/solutions/observability/packages/kbn-alerts-grouping/src/types.ts similarity index 100% rename from packages/kbn-alerts-grouping/src/types.ts rename to x-pack/solutions/observability/packages/kbn-alerts-grouping/src/types.ts diff --git a/packages/kbn-alerts-grouping/tsconfig.json b/x-pack/solutions/observability/packages/kbn-alerts-grouping/tsconfig.json similarity index 90% rename from packages/kbn-alerts-grouping/tsconfig.json rename to x-pack/solutions/observability/packages/kbn-alerts-grouping/tsconfig.json index 04b795b97c890..1ba6f4a5d5522 100644 --- a/packages/kbn-alerts-grouping/tsconfig.json +++ b/x-pack/solutions/observability/packages/kbn-alerts-grouping/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "../../tsconfig.base.json", + "extends": "../../../../../tsconfig.base.json", "compilerOptions": { "outDir": "target/types", "types": [ diff --git a/x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group4/generate_alert_schemas.ts b/x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group4/generate_alert_schemas.ts index 66c458d64d578..18de08be75255 100644 --- a/x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group4/generate_alert_schemas.ts +++ b/x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group4/generate_alert_schemas.ts @@ -30,7 +30,7 @@ export default function checkAlertSchemasTest({ getService }: FtrProviderContext // node scripts/functional_tests_server.js --config x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group4/config.ts // node scripts/functional_test_runner --config=x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group4/config.ts --grep "check alert schemas" // - // and commit the changed schema files in packages/kbn-alerts-as-data-utils/src/schemas/generated/ + // and commit the changed schema files in src/platform/packages/shared/kbn-alerts-as-data-utils/src/schemas/generated/ describe('check alert schemas', function () { this.tags('skipFIPS'); @@ -92,7 +92,7 @@ export default function checkAlertSchemasTest({ getService }: FtrProviderContext '--exclude-standard', ]); - expect(stdout).not.to.contain('packages/kbn-alerts-as-data-utils/src/schemas/generated'); + expect(stdout).not.to.contain('src/platform/packages/shared/kbn-alerts-as-data-utils/src/schemas/generated'); }); }); } diff --git a/x-pack/test/cases_api_integration/security_and_spaces/tests/basic/attachments_framework/registered_persistable_state_basic.ts b/x-pack/test/cases_api_integration/security_and_spaces/tests/basic/attachments_framework/registered_persistable_state_basic.ts index 2f221b9a6d78d..751fb9fc9d9d4 100644 --- a/x-pack/test/cases_api_integration/security_and_spaces/tests/basic/attachments_framework/registered_persistable_state_basic.ts +++ b/x-pack/test/cases_api_integration/security_and_spaces/tests/basic/attachments_framework/registered_persistable_state_basic.ts @@ -15,7 +15,7 @@ export default ({ getService }: FtrProviderContext): void => { /** * Attachment types are being registered in - * x-pack/test/cases_api_integration/common/plugins/cases/server/plugin.ts + * x-pack/test/cases_api_integration/common/platform/plugins/shared/cases/server/plugin.ts */ describe('Persistable state attachments', () => { // This test is intended to fail when new persistable state attachment types are registered. diff --git a/x-pack/test/cases_api_integration/security_and_spaces/tests/common/attachments_framework/external_references.ts b/x-pack/test/cases_api_integration/security_and_spaces/tests/common/attachments_framework/external_references.ts index 8ae71534ce3cd..ff96b330b62c2 100644 --- a/x-pack/test/cases_api_integration/security_and_spaces/tests/common/attachments_framework/external_references.ts +++ b/x-pack/test/cases_api_integration/security_and_spaces/tests/common/attachments_framework/external_references.ts @@ -41,7 +41,7 @@ export default ({ getService }: FtrProviderContext): void => { /** * Attachment types are being registered in - * x-pack/test/cases_api_integration/common/plugins/cases/server/plugin.ts + * x-pack/test/cases_api_integration/common/platform/plugins/shared/cases/server/plugin.ts */ describe('External references', () => { afterEach(async () => { diff --git a/x-pack/test/cases_api_integration/security_and_spaces/tests/common/attachments_framework/persistable_state.ts b/x-pack/test/cases_api_integration/security_and_spaces/tests/common/attachments_framework/persistable_state.ts index 24d9cc5132c64..4fa90ca9c364c 100644 --- a/x-pack/test/cases_api_integration/security_and_spaces/tests/common/attachments_framework/persistable_state.ts +++ b/x-pack/test/cases_api_integration/security_and_spaces/tests/common/attachments_framework/persistable_state.ts @@ -39,7 +39,7 @@ export default ({ getService }: FtrProviderContext): void => { /** * Attachment types are being registered in - * x-pack/test/cases_api_integration/common/plugins/cases/server/plugin.ts + * x-pack/test/cases_api_integration/common/platform/plugins/shared/cases/server/plugin.ts */ describe('Persistable state attachments', () => { describe('references', () => { diff --git a/x-pack/test/cases_api_integration/security_and_spaces/tests/common/cases/bulk_create_cases.ts b/x-pack/test/cases_api_integration/security_and_spaces/tests/common/cases/bulk_create_cases.ts index c07d858e4b389..63726acac3b1c 100644 --- a/x-pack/test/cases_api_integration/security_and_spaces/tests/common/cases/bulk_create_cases.ts +++ b/x-pack/test/cases_api_integration/security_and_spaces/tests/common/cases/bulk_create_cases.ts @@ -41,9 +41,9 @@ export default ({ getService }: FtrProviderContext): void => { * There is no official route that supports * bulk creating cases. The purpose of this test * is to test the bulkCreate method of the cases client in - * x-pack/plugins/cases/server/client/cases/bulk_create.ts + * x-pack/platform/plugins/shared/cases/server/client/cases/bulk_create.ts * - * The test route is configured here x-pack/test/cases_api_integration/common/plugins/cases/server/routes.ts + * The test route is configured here x-pack/test/cases_api_integration/common/platform/plugins/shared/cases/server/routes.ts */ describe('bulk_create_cases', () => { const bulkCreateCases = async ({ diff --git a/x-pack/test/cases_api_integration/security_and_spaces/tests/trial/attachments_framework/registered_persistable_state_trial.ts b/x-pack/test/cases_api_integration/security_and_spaces/tests/trial/attachments_framework/registered_persistable_state_trial.ts index bc618b1beab42..ca2cb0876de15 100644 --- a/x-pack/test/cases_api_integration/security_and_spaces/tests/trial/attachments_framework/registered_persistable_state_trial.ts +++ b/x-pack/test/cases_api_integration/security_and_spaces/tests/trial/attachments_framework/registered_persistable_state_trial.ts @@ -15,7 +15,7 @@ export default ({ getService }: FtrProviderContext): void => { /** * Attachment types are being registered in - * x-pack/test/cases_api_integration/common/plugins/cases/server/plugin.ts + * x-pack/test/cases_api_integration/common/platform/plugins/shared/cases/server/plugin.ts */ describe('Persistable state attachments', () => { // This test is intended to fail when new persistable state attachment types are registered. diff --git a/x-pack/test/functional_with_es_ssl/apps/cases/group2/attachment_framework.ts b/x-pack/test/functional_with_es_ssl/apps/cases/group2/attachment_framework.ts index e887f6ee80e38..2631202886bf4 100644 --- a/x-pack/test/functional_with_es_ssl/apps/cases/group2/attachment_framework.ts +++ b/x-pack/test/functional_with_es_ssl/apps/cases/group2/attachment_framework.ts @@ -92,7 +92,7 @@ export default ({ getPageObject, getService }: FtrProviderContext) => { /** * Attachment types are being registered in - * x-pack/test/functional_with_es_ssl/plugins/cases/public/plugin.ts + * x-pack/test/functional_with_es_ssl/platform/plugins/shared/cases/public/plugin.ts */ describe('Attachment framework', () => { describe('External reference attachments', () => { @@ -202,7 +202,7 @@ export default ({ getPageObject, getService }: FtrProviderContext) => { }); /** - * The UI of the cases fixture plugin is in x-pack/test/functional_with_es_ssl/plugins/cases/public/application.tsx + * The UI of the cases fixture plugin is in x-pack/test/functional_with_es_ssl/platform/plugins/shared/cases/public/application.tsx */ describe('Attachment hooks', () => { const TOTAL_OWNERS = ['cases', 'securitySolution', 'observability']; diff --git a/x-pack/test/functional_with_es_ssl/config.base.ts b/x-pack/test/functional_with_es_ssl/config.base.ts index bcc6e00b9a979..c0bef7caf52de 100644 --- a/x-pack/test/functional_with_es_ssl/config.base.ts +++ b/x-pack/test/functional_with_es_ssl/config.base.ts @@ -76,7 +76,7 @@ export default async function ({ readConfigFile }: FtrConfigProviderContext) { `--elasticsearch.hosts=https://${servers.elasticsearch.hostname}:${servers.elasticsearch.port}`, `--elasticsearch.ssl.certificateAuthorities=${CA_CERT_PATH}`, `--plugin-path=${join(__dirname, 'plugins/alerts')}`, - `--plugin-path=${join(__dirname, 'plugins/cases')}`, + `--plugin-path=${join(__dirname, 'platform/plugins/shared/cases')}`, `--plugin-path=${join( __dirname, '../alerting_api_integration/common/plugins/actions_simulators' diff --git a/x-pack/test/functional_with_es_ssl/plugins/cases/package.json b/x-pack/test/functional_with_es_ssl/plugins/cases/package.json index a1d3218cb2528..8ff9bfc80865d 100644 --- a/x-pack/test/functional_with_es_ssl/plugins/cases/package.json +++ b/x-pack/test/functional_with_es_ssl/plugins/cases/package.json @@ -5,7 +5,7 @@ "kibana": { "version": "kibana" }, - "main": "target/test/functional_with_es_ssl/plugins/cases", + "main": "target/test/functional_with_es_ssl/platform/plugins/shared/cases", "scripts": { "kbn": "node ../../../../../../scripts/kbn.js", "build": "rm -rf './target' && ../../../../../../node_modules/.bin/tsc" diff --git a/x-pack/test/plugin_api_integration/plugins/event_log/package.json b/x-pack/test/plugin_api_integration/plugins/event_log/package.json index 1e4928a013472..e18ec0c829969 100644 --- a/x-pack/test/plugin_api_integration/plugins/event_log/package.json +++ b/x-pack/test/plugin_api_integration/plugins/event_log/package.json @@ -5,7 +5,7 @@ "kibana": { "version": "kibana" }, - "main": "target/test/plugin_api_integration/plugins/event_log", + "main": "target/test/plugin_api_integration/platform/plugins/shared/event_log", "scripts": { "kbn": "node ../../../../../scripts/kbn.js", "build": "rm -rf './target' && ../../../../../node_modules/.bin/tsc" diff --git a/yarn.lock b/yarn.lock index 70875c1d31374..5028e6aa5c5b4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3820,7 +3820,7 @@ version "0.0.0" uid "" -"@kbn/actions-plugin@link:x-pack/plugins/actions": +"@kbn/actions-plugin@link:x-pack/platform/plugins/shared/actions": version "0.0.0" uid "" @@ -3828,7 +3828,7 @@ version "0.0.0" uid "" -"@kbn/actions-types@link:packages/kbn-actions-types": +"@kbn/actions-types@link:src/platform/packages/shared/kbn-actions-types": version "0.0.0" uid "" @@ -3884,7 +3884,7 @@ version "0.0.0" uid "" -"@kbn/alerting-comparators@link:x-pack/packages/kbn-alerting-comparators": +"@kbn/alerting-comparators@link:x-pack/platform/packages/shared/kbn-alerting-comparators": version "0.0.0" uid "" @@ -3896,23 +3896,23 @@ version "0.0.0" uid "" -"@kbn/alerting-plugin@link:x-pack/plugins/alerting": +"@kbn/alerting-plugin@link:x-pack/platform/plugins/shared/alerting": version "0.0.0" uid "" -"@kbn/alerting-state-types@link:x-pack/packages/kbn-alerting-state-types": +"@kbn/alerting-state-types@link:x-pack/platform/packages/private/kbn-alerting-state-types": version "0.0.0" uid "" -"@kbn/alerting-types@link:packages/kbn-alerting-types": +"@kbn/alerting-types@link:src/platform/packages/shared/kbn-alerting-types": version "0.0.0" uid "" -"@kbn/alerts-as-data-utils@link:packages/kbn-alerts-as-data-utils": +"@kbn/alerts-as-data-utils@link:src/platform/packages/shared/kbn-alerts-as-data-utils": version "0.0.0" uid "" -"@kbn/alerts-grouping@link:packages/kbn-alerts-grouping": +"@kbn/alerts-grouping@link:x-pack/solutions/observability/packages/kbn-alerts-grouping": version "0.0.0" uid "" @@ -3920,7 +3920,7 @@ version "0.0.0" uid "" -"@kbn/alerts-ui-shared@link:packages/kbn-alerts-ui-shared": +"@kbn/alerts-ui-shared@link:src/platform/packages/shared/kbn-alerts-ui-shared": version "0.0.0" uid "" @@ -4068,11 +4068,11 @@ version "0.0.0" uid "" -"@kbn/cases-components@link:packages/kbn-cases-components": +"@kbn/cases-components@link:src/platform/packages/shared/kbn-cases-components": version "0.0.0" uid "" -"@kbn/cases-plugin@link:x-pack/plugins/cases": +"@kbn/cases-plugin@link:x-pack/platform/plugins/shared/cases": version "0.0.0" uid "" @@ -5588,7 +5588,7 @@ version "0.0.0" uid "" -"@kbn/event-log-plugin@link:x-pack/plugins/event_log": +"@kbn/event-log-plugin@link:x-pack/platform/plugins/shared/event_log": version "0.0.0" uid "" @@ -5824,7 +5824,7 @@ version "0.0.0" uid "" -"@kbn/grouping@link:packages/kbn-grouping": +"@kbn/grouping@link:src/platform/packages/shared/kbn-grouping": version "0.0.0" uid "" @@ -6772,7 +6772,7 @@ version "0.0.0" uid "" -"@kbn/response-ops-rule-params@link:packages/response-ops/rule_params": +"@kbn/response-ops-rule-params@link:src/platform/packages/private/response-ops/rule_params": version "0.0.0" uid "" @@ -6804,7 +6804,7 @@ version "0.0.0" uid "" -"@kbn/rrule@link:packages/kbn-rrule": +"@kbn/rrule@link:src/platform/packages/shared/kbn-rrule": version "0.0.0" uid "" @@ -6812,7 +6812,7 @@ version "0.0.0" uid "" -"@kbn/rule-registry-plugin@link:x-pack/plugins/rule_registry": +"@kbn/rule-registry-plugin@link:x-pack/platform/plugins/shared/rule_registry": version "0.0.0" uid "" @@ -7484,11 +7484,11 @@ version "0.0.0" uid "" -"@kbn/stack-alerts-plugin@link:x-pack/plugins/stack_alerts": +"@kbn/stack-alerts-plugin@link:x-pack/platform/plugins/shared/stack_alerts": version "0.0.0" uid "" -"@kbn/stack-connectors-plugin@link:x-pack/plugins/stack_connectors": +"@kbn/stack-connectors-plugin@link:x-pack/platform/plugins/shared/stack_connectors": version "0.0.0" uid "" @@ -7548,7 +7548,7 @@ version "0.0.0" uid "" -"@kbn/task-manager-plugin@link:x-pack/plugins/task_manager": +"@kbn/task-manager-plugin@link:x-pack/platform/plugins/shared/task_manager": version "0.0.0" uid "" @@ -7664,11 +7664,11 @@ version "0.0.0" uid "" -"@kbn/triggers-actions-ui-plugin@link:x-pack/plugins/triggers_actions_ui": +"@kbn/triggers-actions-ui-plugin@link:x-pack/platform/plugins/shared/triggers_actions_ui": version "0.0.0" uid "" -"@kbn/triggers-actions-ui-types@link:packages/kbn-triggers-actions-ui-types": +"@kbn/triggers-actions-ui-types@link:src/platform/packages/shared/kbn-triggers-actions-ui-types": version "0.0.0" uid ""